kcc-gem-theme 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +52 -0
- data/_includes/announcement.html +13 -0
- data/_includes/facebook-script.html +8 -0
- data/_includes/facebook-widget.html +5 -0
- data/_includes/foot.html +3 -0
- data/_includes/footer.html +55 -0
- data/_includes/global-nav.html +15 -0
- data/_includes/google-noscript.html +6 -0
- data/_includes/google-tag.html +6 -0
- data/_includes/head.html +38 -0
- data/_includes/header.html +82 -0
- data/_includes/local-nav.html +27 -0
- data/_includes/local-stylesheets.html +15 -0
- data/_includes/scripts/custom.html +2 -0
- data/_includes/scripts/slim.html +2 -0
- data/_includes/scripts/vendor-cdn.html +6 -0
- data/_includes/scripts/vendor-local.html +6 -0
- data/_includes/social-icons.html +32 -0
- data/_includes/stylesheets.html +17 -0
- data/_includes/timeline.html +4 -0
- data/_includes/vendor-scripts.html +9 -0
- data/_layouts/default.html +12 -0
- data/assets/css/content.css +1 -0
- data/assets/css/main.css +1 -0
- data/assets/img/alert.svg +13 -0
- data/assets/img/baseball.svg +40 -0
- data/assets/img/basketball.svg +17 -0
- data/assets/img/blue-next.svg +9 -0
- data/assets/img/blue-prev.svg +9 -0
- data/assets/img/calendar.svg +24 -0
- data/assets/img/cavaliers-16x9-thumb.png +0 -0
- data/assets/img/cavaliers-logo.png +0 -0
- data/assets/img/cavaliers-logo_white.png +0 -0
- data/assets/img/dbl-next.svg +15 -0
- data/assets/img/dbl-prev.svg +14 -0
- data/assets/img/facebook-f_white.svg +9 -0
- data/assets/img/instagram-white.svg +20 -0
- data/assets/img/kankakee-community-college-word-logo.svg +88 -0
- data/assets/img/kcc-logo-inverse.svg +21 -0
- data/assets/img/kcc-logo.svg +74 -0
- data/assets/img/kcc-placeholder.png +0 -0
- data/assets/img/kcc-text-logo.svg +89 -0
- data/assets/img/linkedin-white.svg +13 -0
- data/assets/img/menu-bg.png +0 -0
- data/assets/img/news.svg +19 -0
- data/assets/img/pinterest-p_white.svg +16 -0
- data/assets/img/placeholder.png +0 -0
- data/assets/img/search.svg +18 -0
- data/assets/img/soccer.svg +17 -0
- data/assets/img/social-icon.svg +13 -0
- data/assets/img/twitter-white.svg +14 -0
- data/assets/img/video.svg +10 -0
- data/assets/img/volleyball.svg +15 -0
- data/assets/img/youtube-white.svg +9 -0
- data/assets/img/yt-loading.png +0 -0
- data/assets/js/dist/main.b800e1a5795dbc051d49.bundle.js +1 -0
- data/assets/js/dist/slim.b800e1a5795dbc051d49.bundle.js +1 -0
- data/assets/js/script/all.js +5 -0
- data/assets/js/script/babelTest.js +17 -0
- data/assets/js/script/footerDate.js +10 -0
- data/assets/js/script/lazyLoad.js +14 -0
- data/assets/js/script/searchToggle.js +41 -0
- data/assets/js/script/test.js +1 -0
- data/assets/js/slim/slim.js +1 -0
- data/assets/js/slim/test.js +1 -0
- data/assets/scss/0-tools/_ie-only.scss +37 -0
- data/assets/scss/0-tools/_vars.scss +58 -0
- data/assets/scss/1-base/_buttons.scss +35 -0
- data/assets/scss/1-base/_links.scss +86 -0
- data/assets/scss/1-base/_typography.scss +399 -0
- data/assets/scss/2-modules/_archive.scss +13 -0
- data/assets/scss/2-modules/_bios.scss +22 -0
- data/assets/scss/2-modules/_error.scss +10 -0
- data/assets/scss/2-modules/_events.scss +6 -0
- data/assets/scss/2-modules/_fb-widget.scss +4 -0
- data/assets/scss/2-modules/_featured-videos.scss +17 -0
- data/assets/scss/2-modules/_footer.scss +76 -0
- data/assets/scss/2-modules/_global-nav.scss +320 -0
- data/assets/scss/2-modules/_header.scss +2 -0
- data/assets/scss/2-modules/_latest-news-widget.scss +1045 -0
- data/assets/scss/2-modules/_local-nav.scss +111 -0
- data/assets/scss/2-modules/_playlist.scss +272 -0
- data/assets/scss/2-modules/_sliders.scss +191 -0
- data/assets/scss/2-modules/_social-icons.scss +36 -0
- data/assets/scss/2-modules/_timeline.scss +28 -0
- data/assets/scss/3-layout/_content.scss +37 -0
- data/assets/scss/3-layout/_positioning.scss +74 -0
- data/assets/scss/3-layout/_posts.scss +3 -0
- data/assets/scss/4-pages/index/_home.scss +2 -0
- data/assets/scss/content.scss +4 -0
- data/assets/scss/main.scss +37 -0
- data/assets/vendor/css/ajax-loader.gif +0 -0
- data/assets/vendor/css/bootstrap.min.css +7 -0
- data/assets/vendor/css/fonts/slick.eot +0 -0
- data/assets/vendor/css/fonts/slick.ttf +0 -0
- data/assets/vendor/css/fonts/slick.woff +0 -0
- data/assets/vendor/css/mli7lsm.css +22 -0
- data/assets/vendor/css/slick-theme.min.css +8 -0
- data/assets/vendor/css/slick.min.css +8 -0
- data/assets/vendor/font/slick.woff +0 -0
- data/assets/vendor/js/bootstrap.min.js +7 -0
- data/assets/vendor/js/jquery.min.js +2 -0
- data/assets/vendor/js/popper.min.js +5 -0
- data/assets/vendor/js/slick.min.js +1 -0
- metadata +190 -0
@@ -0,0 +1,399 @@
|
|
1
|
+
.page-heading { // This class is applied to h1 level headings
|
2
|
+
color: $sub-nav-heading;
|
3
|
+
font-family: $secondaryfont-stack;
|
4
|
+
font-size: 1.1em;
|
5
|
+
font-weight: $secondaryfont-weight-bold;
|
6
|
+
letter-spacing: .06em;
|
7
|
+
text-transform: uppercase;
|
8
|
+
}
|
9
|
+
|
10
|
+
@media screen and (min-width: 992px) {
|
11
|
+
.page-heading {
|
12
|
+
font-size: 1.8em;
|
13
|
+
}
|
14
|
+
}
|
15
|
+
|
16
|
+
p {
|
17
|
+
color: $grey-1;
|
18
|
+
font-family: $basefont-stack;
|
19
|
+
font-size: $base-font-size;
|
20
|
+
}
|
21
|
+
|
22
|
+
ul {
|
23
|
+
color: $grey-1;
|
24
|
+
font-family: $basefont-stack;
|
25
|
+
font-size: $base-font-size;
|
26
|
+
}
|
27
|
+
|
28
|
+
.menu-heading {
|
29
|
+
color: $primary-red;
|
30
|
+
font-family: $secondaryfont-stack;
|
31
|
+
font-size: 1.2em;
|
32
|
+
font-weight: $secondaryfont-weight-bold;
|
33
|
+
margin-bottom: 20px;
|
34
|
+
text-transform: uppercase;
|
35
|
+
}
|
36
|
+
|
37
|
+
.nav-link-main { //styles for Main links in mega-nav
|
38
|
+
color: $nav-link !important;
|
39
|
+
font-family: $secondaryfont-stack;
|
40
|
+
font-size: 1em;
|
41
|
+
font-weight: $secondaryfont-weight-regular;
|
42
|
+
letter-spacing: .06em;
|
43
|
+
text-transform: uppercase;
|
44
|
+
}
|
45
|
+
|
46
|
+
@media screen and (max-width: 1080px) {
|
47
|
+
.nav-link-main {
|
48
|
+
font-size: .9em;
|
49
|
+
}
|
50
|
+
}
|
51
|
+
|
52
|
+
.sub-nav-link {
|
53
|
+
color: $sub-nav-heading;
|
54
|
+
font-family: $secondaryfont-stack;
|
55
|
+
font-size: .8em;
|
56
|
+
font-weight: $secondaryfont-weight-regular;
|
57
|
+
letter-spacing: .06em;
|
58
|
+
}
|
59
|
+
|
60
|
+
@media screen and (min-width: 992px) {
|
61
|
+
.sub-nav-link {
|
62
|
+
font-size: 1em;
|
63
|
+
}
|
64
|
+
}
|
65
|
+
|
66
|
+
.footer-heading {
|
67
|
+
font-family: $secondaryfont-stack;
|
68
|
+
font-size: 1.95rem;
|
69
|
+
font-weight: $secondaryfont-weight-black;
|
70
|
+
}
|
71
|
+
|
72
|
+
@media screen and (min-width: 360px) {
|
73
|
+
.footer-heading {
|
74
|
+
font-size: 2.2rem;
|
75
|
+
}
|
76
|
+
}
|
77
|
+
|
78
|
+
@media screen and (min-width: 375px) {
|
79
|
+
.footer-heading {
|
80
|
+
font-size: 2.4rem;
|
81
|
+
}
|
82
|
+
}
|
83
|
+
|
84
|
+
@media screen and (min-width: 410px) {
|
85
|
+
.footer-heading {
|
86
|
+
font-size: 2.6rem;
|
87
|
+
}
|
88
|
+
}
|
89
|
+
|
90
|
+
p {
|
91
|
+
font-family: $basefont-stack;
|
92
|
+
}
|
93
|
+
|
94
|
+
.blue-heading {
|
95
|
+
color: $primary-blue;
|
96
|
+
font-family: $secondaryfont-stack;
|
97
|
+
font-size: 1.4em;
|
98
|
+
font-weight: $secondaryfont-weight-bold;
|
99
|
+
}
|
100
|
+
|
101
|
+
.f-color {
|
102
|
+
color: $fa-color; // Sets color for FontAwesome icons
|
103
|
+
}
|
104
|
+
|
105
|
+
.main-heading {
|
106
|
+
color: $grey-heading;
|
107
|
+
font-family: $secondaryfont-stack;
|
108
|
+
font-size: 1.4em;
|
109
|
+
font-weight: $secondaryfont-weight-regular;
|
110
|
+
}
|
111
|
+
|
112
|
+
// Typography for Coaches sections on pages
|
113
|
+
// ===========================================
|
114
|
+
.coaches-heading {
|
115
|
+
color: $grey-heading;
|
116
|
+
font-family: $secondaryfont-stack;
|
117
|
+
font-size: 1.4em;
|
118
|
+
font-weight: $secondaryfont-weight-regular;
|
119
|
+
margin-left: 15px;
|
120
|
+
}
|
121
|
+
|
122
|
+
.coach-name {
|
123
|
+
color: $primary-red;
|
124
|
+
font-family: $secondaryfont-stack;
|
125
|
+
font-size: 1.5em;
|
126
|
+
font-weight: $secondaryfont-weight-bold;
|
127
|
+
}
|
128
|
+
|
129
|
+
.coach-title {
|
130
|
+
color: $grey-heading;
|
131
|
+
font-family: $secondaryfont-stack;
|
132
|
+
font-size: 1.2em;
|
133
|
+
font-weight: $secondaryfont-weight-black;
|
134
|
+
}
|
135
|
+
|
136
|
+
p.general-p {
|
137
|
+
font-family: $basefont-stack;
|
138
|
+
font-size: 1rem;
|
139
|
+
}
|
140
|
+
|
141
|
+
.news__heading {
|
142
|
+
color: $primary-red;
|
143
|
+
font-family: $secondaryfont-stack;
|
144
|
+
font-size: 1.2em;
|
145
|
+
}
|
146
|
+
|
147
|
+
.news__sub-heading {
|
148
|
+
color: #666;
|
149
|
+
font-family: $secondaryfont-stack;
|
150
|
+
font-size: .9em;
|
151
|
+
font-weight: $secondaryfont-weight-boldish;
|
152
|
+
text-transform: uppercase;
|
153
|
+
}
|
154
|
+
|
155
|
+
.news__paragraph {
|
156
|
+
color: #666;
|
157
|
+
font-family: $basefont-stack;
|
158
|
+
font-size: 1rem;
|
159
|
+
}
|
160
|
+
|
161
|
+
// ALERT TYPOGRAPHY SHIT HERE
|
162
|
+
// ==========================
|
163
|
+
.alert__title {
|
164
|
+
color: $primary-red;
|
165
|
+
font-family: $secondaryfont-stack;
|
166
|
+
font-size: 1.2em;
|
167
|
+
}
|
168
|
+
|
169
|
+
.typography__latest-news-widget__h2 {
|
170
|
+
border-bottom-color: $primary-red;
|
171
|
+
border-bottom-style: solid;
|
172
|
+
border-bottom-width: thick;
|
173
|
+
color: $primary-blue;
|
174
|
+
text-transform: uppercase;
|
175
|
+
}
|
176
|
+
|
177
|
+
.typography__newsroom-main-heading {
|
178
|
+
align-self: center;
|
179
|
+
color: $primary-blue;
|
180
|
+
display: inline;
|
181
|
+
font-family: eurostile,sans-serif;
|
182
|
+
font-size: 1.5rem;
|
183
|
+
font-style: italic;
|
184
|
+
font-weight: 700;
|
185
|
+
text-transform: uppercase;
|
186
|
+
vertical-align: middle;
|
187
|
+
transition-property: color;
|
188
|
+
transition-timing-function: ease;
|
189
|
+
transition-duration: .4s;
|
190
|
+
&:hover,
|
191
|
+
&:focus {
|
192
|
+
color: $primary-red;
|
193
|
+
}
|
194
|
+
}
|
195
|
+
|
196
|
+
@media screen and (min-width:360px) {
|
197
|
+
.typography__newsroom-main-heading {
|
198
|
+
font-size: 1.8rem;
|
199
|
+
}
|
200
|
+
}
|
201
|
+
|
202
|
+
@media screen and (min-width:410px) {
|
203
|
+
.typography__newsroom-main-heading {
|
204
|
+
font-size: 2rem;
|
205
|
+
}
|
206
|
+
}
|
207
|
+
|
208
|
+
@media screen and (min-width:576px) {
|
209
|
+
.typography__newsroom-main-heading {
|
210
|
+
font-size: 2.3rem;
|
211
|
+
}
|
212
|
+
}
|
213
|
+
|
214
|
+
@media screen and (min-width: 768px) {
|
215
|
+
.typography__newsroom-main-heading {
|
216
|
+
font-size: 2.4rem;
|
217
|
+
}
|
218
|
+
}
|
219
|
+
|
220
|
+
@media screen and (min-width: 1500px) {
|
221
|
+
.typography__newsroom-main-heading {
|
222
|
+
font-size: 2.6rem;
|
223
|
+
}
|
224
|
+
}
|
225
|
+
|
226
|
+
.typography__latest-news-widget__rollup-list-h {
|
227
|
+
color: $black;
|
228
|
+
}
|
229
|
+
|
230
|
+
.latest-news-widget__latest__tease__link:focus .typography__latest-news-widget__rollup-list-h,
|
231
|
+
.latest-news-widget__latest__tease__link:hover .typography__latest-news-widget__rollup-list-h,
|
232
|
+
.latest-news-widget__latest__tease__number .tease-is-active {
|
233
|
+
color: $primary-red;
|
234
|
+
}
|
235
|
+
|
236
|
+
.typography__upcoming-events {
|
237
|
+
color: $primary-blue;
|
238
|
+
font-family: $basefont-stack;
|
239
|
+
font-weight: $base-font-weigth-bold;
|
240
|
+
text-transform: uppercase;
|
241
|
+
}
|
242
|
+
|
243
|
+
.typography__social-accounts {
|
244
|
+
color: $primary-blue;
|
245
|
+
}
|
246
|
+
|
247
|
+
.typography__newsroom-heading {
|
248
|
+
font-family: $secondaryfont-weight-bold;
|
249
|
+
}
|
250
|
+
|
251
|
+
.red-heading {
|
252
|
+
color: $primary-red;
|
253
|
+
font-family: 'Oswald', sans-serif;
|
254
|
+
font-size: 2.8rem;
|
255
|
+
font-weight: 600;
|
256
|
+
line-height: 2.8rem;
|
257
|
+
margin-bottom: 30px;
|
258
|
+
margin-top: 20px;
|
259
|
+
}
|
260
|
+
|
261
|
+
.typography__red-h3 {
|
262
|
+
color: $primary-red;
|
263
|
+
font-family: 'Oswald', sans-serif;
|
264
|
+
font-size: 2rem;
|
265
|
+
font-weight: 500;
|
266
|
+
text-transform: uppercase;
|
267
|
+
}
|
268
|
+
|
269
|
+
.typography__red-h3--margin-btm {
|
270
|
+
margin-bottom: 40px;
|
271
|
+
}
|
272
|
+
|
273
|
+
.typography__red-h3--tan--margin-btm{
|
274
|
+
margin-bottom: 21px;
|
275
|
+
}
|
276
|
+
|
277
|
+
.typography__col--heading-underline {
|
278
|
+
background-image: url(/assets/img/heading-bg-underline.png);
|
279
|
+
background-repeat: no-repeat;
|
280
|
+
background-position: 0 50px;
|
281
|
+
}
|
282
|
+
|
283
|
+
.typography__col--heading-underline-tan {
|
284
|
+
background-image: url(/assets/img/heading-bg-underline-tan.png);
|
285
|
+
background-repeat: no-repeat;
|
286
|
+
background-position: 0 50px;
|
287
|
+
}
|
288
|
+
|
289
|
+
.typography__contacts--name {
|
290
|
+
color: $primary-blue;
|
291
|
+
font-family: $secondaryfont-stack;
|
292
|
+
font-size: 1.3em;
|
293
|
+
font-weight: $secondaryfont-weight-bold;
|
294
|
+
}
|
295
|
+
|
296
|
+
.typography__contacts--title {
|
297
|
+
color: $grey-heading;
|
298
|
+
font-family: $secondaryfont-stack;
|
299
|
+
font-size: 1.1em;
|
300
|
+
font-weight: $secondaryfont-weight-black;
|
301
|
+
}
|
302
|
+
|
303
|
+
.typography__stories--quote {
|
304
|
+
color: $primary-blue;
|
305
|
+
font-family: 'Oswald', sans-serif;
|
306
|
+
font-size: 1.1em;
|
307
|
+
font-weight: 300;
|
308
|
+
}
|
309
|
+
|
310
|
+
@media screen and (min-width: 488px) {
|
311
|
+
.typography__stories--quote {
|
312
|
+
font-size: 1.3rem;
|
313
|
+
}
|
314
|
+
}
|
315
|
+
|
316
|
+
@media screen and (min-width: 768px) {
|
317
|
+
.typography__stories--quote {
|
318
|
+
font-size: 1.2rem;
|
319
|
+
}
|
320
|
+
}
|
321
|
+
|
322
|
+
@media screen and (min-width: 992px) {
|
323
|
+
.typography__stories--quote {
|
324
|
+
font-size: 1.4rem;
|
325
|
+
}
|
326
|
+
}
|
327
|
+
|
328
|
+
.typography__stories--name {
|
329
|
+
color: $primary-blue;
|
330
|
+
font-family: 'Oswald', sans-serif;
|
331
|
+
font-size: 1.2rem;
|
332
|
+
font-weight: 500;
|
333
|
+
}
|
334
|
+
|
335
|
+
.typography__orange-h4 {
|
336
|
+
color: $orange-heading;
|
337
|
+
font-family: 'Oswald', sans-serif;
|
338
|
+
font-size: 2.4rem;
|
339
|
+
}
|
340
|
+
|
341
|
+
.typography__h5 {
|
342
|
+
color: $grey-6;
|
343
|
+
font-family: 'Oswald', sans-serif;
|
344
|
+
font-weight: 400;
|
345
|
+
margin-bottom: 20px;
|
346
|
+
}
|
347
|
+
|
348
|
+
.typography__sub-nav--red-h3 {
|
349
|
+
color: $primary-red;
|
350
|
+
font-family: 'Oswald', sans-serif;
|
351
|
+
font-size: 1.4rem;
|
352
|
+
font-weight: 500;
|
353
|
+
text-transform: uppercase;
|
354
|
+
}
|
355
|
+
|
356
|
+
@media screen and (min-width: 768px) {
|
357
|
+
.typography__sub-nav--red-h3 {
|
358
|
+
font-size: 1.8rem;
|
359
|
+
}
|
360
|
+
}
|
361
|
+
|
362
|
+
.typography__nav-link {
|
363
|
+
font-family: 'Oswald', sans-serif;
|
364
|
+
font-weight: 500;
|
365
|
+
text-transform: uppercase;
|
366
|
+
}
|
367
|
+
|
368
|
+
.typography__power-text {
|
369
|
+
color: $white;
|
370
|
+
font-family: $powerfont-family;
|
371
|
+
font-size: 1.1rem;
|
372
|
+
font-weight: $powerfont-weight-bold;
|
373
|
+
letter-spacing: .02em;
|
374
|
+
text-transform: uppercase;
|
375
|
+
}
|
376
|
+
|
377
|
+
@media screen and (min-width: 360px) {
|
378
|
+
.typography__power-text {
|
379
|
+
font-size: 1.3rem;
|
380
|
+
}
|
381
|
+
}
|
382
|
+
|
383
|
+
@media screen and (min-width: 768px) {
|
384
|
+
.typography__power-text {
|
385
|
+
font-size: 2.2rem;
|
386
|
+
}
|
387
|
+
}
|
388
|
+
|
389
|
+
@media screen and (min-width: 992px) {
|
390
|
+
.typography__power-text {
|
391
|
+
font-size: 2.9rem;
|
392
|
+
}
|
393
|
+
}
|
394
|
+
|
395
|
+
@media screen and (min-width: 1200px) {
|
396
|
+
.typography__power-text {
|
397
|
+
font-size: 3.1rem;
|
398
|
+
}
|
399
|
+
}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
.coach-img {
|
2
|
+
border-color: $white;
|
3
|
+
border-style: solid;
|
4
|
+
border-width: 5px;
|
5
|
+
width: 300px;
|
6
|
+
}
|
7
|
+
|
8
|
+
.coach-modal-img {
|
9
|
+
border-color: $primary-red;
|
10
|
+
border-style: solid;
|
11
|
+
border-width: 5px;
|
12
|
+
margin-right: 20px;
|
13
|
+
width: 300px;
|
14
|
+
}
|
15
|
+
|
16
|
+
.coach-row-marg {
|
17
|
+
margin-top: 60px;
|
18
|
+
}
|
19
|
+
|
20
|
+
.coaches__col-bottom-margin {
|
21
|
+
margin-bottom: 20px;
|
22
|
+
}
|