jekyll-theme-csu-cs 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +456 -456
  4. data/_includes/clone.html +10 -10
  5. data/_includes/disqus_comments.html +20 -20
  6. data/_includes/footer.html +71 -71
  7. data/_includes/google-analytics.html +11 -11
  8. data/_includes/grading/wholeGradesOnly.html +30 -30
  9. data/_includes/head.html +29 -29
  10. data/_includes/header.html +75 -75
  11. data/_includes/helpdesk.html +109 -109
  12. data/_includes/icon-github.html +1 -1
  13. data/_includes/icon-github.svg +1 -1
  14. data/_includes/icon-twitter.html +1 -1
  15. data/_includes/icon-twitter.svg +1 -1
  16. data/_includes/policies/cheating.html +66 -66
  17. data/_includes/policies/copyrighted.html +6 -6
  18. data/_includes/policies/daca.html +4 -4
  19. data/_includes/policies/diversityStatement.html +2 -2
  20. data/_includes/policies/honorPledge.html +11 -11
  21. data/_includes/policies/netiquette.html +2 -2
  22. data/_includes/policies/policiesAll.html +99 -99
  23. data/_includes/policies/religious.html +13 -13
  24. data/_includes/policies/thirdParty.html +4 -4
  25. data/_includes/policies/title9.html +17 -17
  26. data/_includes/policies/universalDesign.html +34 -34
  27. data/_includes/resources/canvasTech.html +17 -17
  28. data/_includes/resources/counseling.html +4 -4
  29. data/_includes/resources/eclipse.html +27 -27
  30. data/_includes/resources/intelliJ.html +9 -9
  31. data/_includes/resources/randomJavaLinks.html +9 -9
  32. data/_includes/resources/teams.html +7 -7
  33. data/_includes/resources/tilt.html +7 -7
  34. data/_includes/resources/university.html +11 -11
  35. data/_includes/social.html +15 -15
  36. data/_layouts/default.html +22 -22
  37. data/_layouts/home.html +12 -12
  38. data/_layouts/lab.html +2 -2
  39. data/_layouts/page.html +20 -20
  40. data/_layouts/post.html +32 -32
  41. data/_sass/csu-default.scss +46 -46
  42. data/_sass/parts/_base.scss +534 -534
  43. data/_sass/parts/_calendar.scss +137 -137
  44. data/_sass/parts/_cloneInclude.scss +16 -16
  45. data/_sass/parts/_contactcard.scss +78 -78
  46. data/_sass/parts/_labs.scss +46 -46
  47. data/_sass/parts/_syntax-highlighting.scss +81 -81
  48. data/assets/img/ducky.png +0 -0
  49. data/assets/img/signature-mobile.svg +1 -1
  50. data/assets/img/signature-oneline.svg +1 -1
  51. data/assets/img/signature-stacked.svg +1 -1
  52. data/assets/main.scss +7 -7
  53. data/assets/minima-social-icons.svg +38 -38
  54. metadata +27 -28
@@ -1,535 +1,535 @@
1
- /*
2
- * CSU Default style guide. All guides should use the
3
- * same layout, but this helps set the colors.
4
- * the screen.scss in the primary sass folder should
5
- * be updated, as the website reads whatever one that imports
6
- * (C) Albert Lionelle, Colorado State University
7
- */
8
-
9
-
10
-
11
- html, body {
12
- font-family: 'prox-regular', sans-serif;
13
- background-color: $white;
14
- height: 100%;
15
- color: $black;
16
- }
17
-
18
-
19
-
20
- h1, h2, h3, h4, h5, h6 {
21
- font-family: 'factoria-book', sans-serif;
22
- font-weight:normal;
23
- letter-spacing: 2px;
24
- text-align: left;
25
- }
26
-
27
- .smaller {font-size:0.6em;line-height: 0.7em;font-weight: normal;}
28
- .text-left {text-align:left;}
29
-
30
- @media screen and (max-width: $small-screen) {
31
- .medium-screen-only {
32
- display:none;
33
- }
34
-
35
- .contact-card {
36
- margin-left: auto;
37
- }
38
- }
39
-
40
- .page-max {
41
- max-width: $content-width;
42
- margin: auto auto;
43
-
44
- }
45
-
46
- .top-bar {
47
- //background-color: #eeeeee;
48
- height: 80px;
49
- margin-bottom: 20px;
50
-
51
-
52
- h1 {
53
- line-height: 68px;
54
- font-size: 2.2em;
55
- color: $green;
56
- letter-spacing: 0.1em;
57
- padding-top: 20px;
58
- padding-bottom: 10px;
59
- padding-left: 20px;
60
-
61
- a {
62
- text-decoration: none;
63
- color: $green;
64
-
65
- }
66
- a:hover {
67
- text-decoration: underline;
68
- transition: 1s ease-in-out;
69
- }
70
- }
71
- }
72
-
73
- .home {
74
- padding-top: 40px;
75
-
76
- }
77
-
78
-
79
-
80
- .header {
81
- color: $white !important;
82
- background-color: $green;
83
- margin-left: 0px;
84
- padding-top:10px;
85
-
86
-
87
- height: 80px;
88
- line-height: 88px;
89
-
90
- .csu-logo-large {
91
- min-width: 350px;
92
- padding-top: 5px;
93
- display: inline-block;
94
- max-width: 450px;
95
- width: 450px;
96
- padding-bottom: 10px;
97
- margin-left: -90px;
98
- }
99
-
100
-
101
- .csu-logo-small {
102
- max-width: 146px;
103
- display: inline-block;
104
- min-width: 146px;
105
- width: 146px;
106
- margin-left: 0;
107
- margin-right: auto;
108
- }
109
-
110
- .material-icons {
111
- color: #767777 !important;
112
- }
113
-
114
- .larger-text {
115
- font-family: 'prox-regular';
116
- letter-spacing: .11em;
117
- line-height: 1.1em;
118
- font-size: 19px;
119
- text-transform:uppercase;
120
-
121
- vertical-align: middle;
122
- display: inline-block;
123
- width: 400px;
124
- padding-top:5px;
125
- padding-left: 15px;
126
- }
127
-
128
- .smaller-text {
129
- font-family: 'prox-regular';
130
- letter-spacing: .11em;
131
- line-height: 1.1em;
132
- font-size: 14px;
133
- text-transform:uppercase;
134
-
135
- vertical-align: middle;
136
- display: inline-block;
137
- width: 170px;
138
- padding-left: 15px;
139
- }
140
-
141
- .level-2 {
142
- background-color: $white;
143
- color: $black;
144
-
145
-
146
-
147
- h1 {
148
- color: $green;
149
- font-size: 1.5em;
150
- font-weight:bold;
151
- font-family: 'prox-regular';
152
- padding-bottom: 20px;
153
- }
154
-
155
- }
156
-
157
-
158
- .level-2.mdl-layout__header-row {
159
- padding-left: 5px;
160
- }
161
-
162
- .mdl-layout-title {
163
- color: $white;
164
- }
165
-
166
-
167
- nav {
168
- margin-left: auto;
169
- margin-right: 0px;
170
-
171
-
172
-
173
- a {
174
- color: $white;
175
- }
176
- a:hover {
177
- color: $aggie;
178
- }
179
- }
180
-
181
- .nav-bar {
182
- padding-right: 20px;
183
- font-family: 'prox-regular';
184
- text-transform:uppercase;
185
-
186
- .spacer {
187
- margin-left: 30px;
188
- }
189
-
190
- a {
191
- background-color: transparent !important;
192
- border-bottom: 4px solid transparent;
193
- color: $black !important;
194
- letter-spacing: 2px;
195
- line-height: 1.5em;
196
- font-size: 1em;
197
- padding-left:0px;
198
- padding-right: 0px;
199
- margin-left: 30px;
200
- }
201
-
202
- .active {
203
- color: $green !important;
204
- font-weight: bold;
205
-
206
- }
207
-
208
- a:hover {
209
- border-bottom: 4px solid $green;
210
- transition: 1s ease-in-out;
211
- }
212
- }
213
-
214
- }// end header
215
-
216
-
217
-
218
- .drawer {
219
- border-right: none;
220
-
221
- .mdl-layout-title {
222
- color: $white !important;
223
- font-family: 'prox-regular', sans-serif;
224
- font-weight: bold;
225
- background-color: $green !important;
226
- line-height: 1em;
227
- padding-top:30px;
228
- padding-bottom: 5px;
229
- }
230
-
231
-
232
-
233
- } // end drawer
234
-
235
- .page-content {
236
- align-items: center;
237
- margin-left: 40px;
238
- background-color: $white;
239
-
240
-
241
-
242
-
243
- h1 {
244
- line-height: 68px;
245
- font-size: 2em;
246
- color: $green;
247
- letter-spacing: 0.1em;
248
-
249
- }
250
-
251
- h1.title {
252
- display: inline-block;
253
- width: 350px;
254
-
255
- }
256
-
257
- h2 {
258
- font-size: 1.5em;
259
- color: $green;
260
- margin-bottom: 2px;
261
- padding-bottom: 2px;
262
-
263
- }
264
-
265
- div {
266
- h2 {
267
- padding-top: 0px;
268
- margin-top: 0px;
269
-
270
- }
271
- }
272
-
273
- h3 {
274
- font-size: 1.2em;
275
- color: $green;
276
- margin-bottom: 2px;
277
- padding-bottom: 2px;
278
- }
279
-
280
-
281
- h4 {
282
- font-size: 1.1em;
283
- color: $green;
284
- margin-bottom: 2px;
285
- padding-bottom: 2px;
286
- }
287
-
288
- h5 {
289
- font-size: 1.0em;
290
- color: $green;
291
- margin-bottom: 2px;
292
- padding-bottom: 2px;
293
- }
294
-
295
-
296
- a {
297
- color: $aggie;
298
- font-weight: bold;
299
- text-decoration: none;
300
- border-bottom: 2px solid transparent;
301
-
302
- }
303
- a:hover {
304
- color: $aggie;
305
- text-decoration: none;
306
- border-bottom: 2px solid $aggie;
307
- transition: .8s ease-in-out;
308
- }
309
-
310
- table, td, th{border-collapse: collapse; border: 1px solid $green; margin: 0 0 0 0;}
311
- table {
312
-
313
-
314
- th {
315
- padding-right:10px
316
- }
317
- th,td {vertical-align: top; padding:5px;}
318
-
319
- tr:nth-child(even){background-color: #f2f2f2;}
320
- }
321
- }
322
-
323
-
324
- .mdl-mega-footer {
325
- padding: 0px 0px 0px 0px;
326
- }
327
-
328
- .footer {
329
- padding-top: 10px;
330
- padding-bottom: 20px;
331
- padding-left: 10px;
332
- padding-right: 10px;
333
- vertical-align: middle;
334
-
335
- .csu-logo-large {
336
- width: 300px;
337
- vertical-align: middle;
338
- }
339
-
340
- .csu-logo-small {
341
-
342
- width: 100px;
343
- }
344
-
345
- background-color: $green !important;
346
- color: $white;
347
-
348
-
349
-
350
- a {color: $white;
351
- text-decoration: none;
352
- margin-right: 20px;
353
- border-bottom: 1px solid transparent;
354
- }
355
- a:hover {
356
- //color: $aggie;
357
- border-bottom: 2px solid $aggie;
358
- transition: 0.5s ease-in-out;
359
-
360
- }
361
-
362
- .align-right {
363
- text-align:right;
364
- }
365
-
366
- .align-center {
367
- text-align: center;
368
- }
369
-
370
- p {
371
- padding: 0 0 0 0;
372
- margin: 0 0 0 0;
373
- }
374
-
375
- .small {
376
- font-size: 0.9em;
377
- line-height: 0.9em;
378
- color: $off-white;
379
- }
380
-
381
- }
382
-
383
- .upper-bar {
384
- background-color: $light-green;
385
- padding-right: 20px;
386
- padding-top: 10px;
387
- color: $off-white;
388
-
389
- a {
390
- color: $off-white;
391
- //border-bottom: 2px solid transparent;
392
- text-decoration: none;
393
- }
394
-
395
- a:hover {
396
- color: white;
397
- //border-bottom: 2px solid $aggie;
398
- //transition: 1s ease-in-out;
399
- }
400
-
401
-
402
- h3 {
403
- font-size: 1em;
404
- padding: 0px 0px 0px 0px;
405
- margin: 0 0 0 0;
406
- line-height: 1.3em;
407
- text-transform: uppercase;
408
- color: $white;
409
- }
410
-
411
- p {
412
- margin-top: 0px;
413
- padding-top: 0px;
414
- line-height: 1.2em;
415
- font-size: 0.9em;
416
-
417
- }
418
-
419
- ul {
420
- list-style: none;
421
- margin: 0 0 0 0;
422
- padding: 0 0 0 0;
423
- }
424
-
425
- li {
426
- padding: 0 0 0 0;
427
- margin: 0 0 0 0;
428
- line-height: 1.5em;
429
- font-size: 1em;
430
- }
431
-
432
-
433
-
434
-
435
-
436
- }
437
-
438
- .social-media-list {
439
- list-style: none;
440
- margin-left: 0;
441
- padding-left: 0;
442
-
443
- a {
444
- color: $gold !important;
445
- margin: 0 0 0 0;
446
- padding: 0 0 0 0;
447
- text-decoration: none;
448
- border-bottom: 2px solid transparent;
449
-
450
-
451
- }
452
-
453
- .username {
454
- border-bottom: 2px solid transparent;
455
- }
456
- .username:hover {
457
- // color: $aggie !important;
458
- border-bottom: 2px solid $aggie;
459
- transition: 1s ease-in-out;
460
- }
461
-
462
-
463
- }
464
-
465
-
466
-
467
- .svg-icon {
468
- width: 16px;
469
- height: 16px;
470
- display: inline-block;
471
- fill: $gold;
472
- padding: 5px 3px 2px 5px;
473
- vertical-align: text-bottom;
474
- }
475
-
476
- .social-media-list {
477
- margin: 0 auto;
478
- ul {
479
- margin: 0 0 0 0;
480
- padding: 0 0 0 0;
481
-
482
- }
483
-
484
- i {
485
- width: 16px;
486
- height: 16px;
487
- font-size: 16px;
488
- font-weight: bold;
489
- display: inline-block;
490
- padding: 5px 3px 2px 5px;
491
- vertical-align: text-bottom;
492
- }
493
-
494
- li {
495
- padding: 0 0 0 0;
496
- //margin: 0 0 0 0;
497
- float: left;
498
- margin: 0 5px;
499
- &:first-of-type { margin-left: 0 }
500
- &:last-of-type { margin-right: 0 }
501
- a {
502
- display: block;
503
-
504
- //padding: $spacing-unit / 4;
505
- //border: 1px solid $grey-color-light
506
- }
507
- &:hover .svg-icon { fill: currentColor; }
508
- }
509
- }
510
-
511
- figure {
512
- padding: 0 0 0 0;
513
- margin: 0 0 0 0;
514
-
515
- }
516
-
517
-
518
-
519
- img[alt="MS Teams Format Banner"] {width:80%}
520
-
521
- .notice {
522
- background-color: $aggie;
523
- color: black;
524
- font-weight: bolder;
525
- letter-spacing: 1.1px;
526
-
527
- a{
528
- color: $green;
529
- }
530
- a:hover {
531
- color: $green;
532
- border-bottom-color: $green;
533
- }
534
-
1
+ /*
2
+ * CSU Default style guide. All guides should use the
3
+ * same layout, but this helps set the colors.
4
+ * the screen.scss in the primary sass folder should
5
+ * be updated, as the website reads whatever one that imports
6
+ * (C) Albert Lionelle, Colorado State University
7
+ */
8
+
9
+
10
+
11
+ html, body {
12
+ font-family: 'prox-regular', sans-serif;
13
+ background-color: $white;
14
+ height: 100%;
15
+ color: $black;
16
+ }
17
+
18
+
19
+
20
+ h1, h2, h3, h4, h5, h6 {
21
+ font-family: 'factoria-book', sans-serif;
22
+ font-weight:normal;
23
+ letter-spacing: 2px;
24
+ text-align: left;
25
+ }
26
+
27
+ .smaller {font-size:0.6em;line-height: 0.7em;font-weight: normal;}
28
+ .text-left {text-align:left;}
29
+
30
+ @media screen and (max-width: $small-screen) {
31
+ .medium-screen-only {
32
+ display:none;
33
+ }
34
+
35
+ .contact-card {
36
+ margin-left: auto;
37
+ }
38
+ }
39
+
40
+ .page-max {
41
+ max-width: $content-width;
42
+ margin: auto auto;
43
+
44
+ }
45
+
46
+ .top-bar {
47
+ //background-color: #eeeeee;
48
+ height: 80px;
49
+ margin-bottom: 20px;
50
+
51
+
52
+ h1 {
53
+ line-height: 68px;
54
+ font-size: 2.2em;
55
+ color: $green;
56
+ letter-spacing: 0.1em;
57
+ padding-top: 20px;
58
+ padding-bottom: 10px;
59
+ padding-left: 20px;
60
+
61
+ a {
62
+ text-decoration: none;
63
+ color: $green;
64
+
65
+ }
66
+ a:hover {
67
+ text-decoration: underline;
68
+ transition: 1s ease-in-out;
69
+ }
70
+ }
71
+ }
72
+
73
+ .home {
74
+ padding-top: 40px;
75
+
76
+ }
77
+
78
+
79
+
80
+ .header {
81
+ color: $white !important;
82
+ background-color: $green;
83
+ margin-left: 0px;
84
+ padding-top:10px;
85
+
86
+
87
+ height: 80px;
88
+ line-height: 88px;
89
+
90
+ .csu-logo-large {
91
+ min-width: 350px;
92
+ padding-top: 5px;
93
+ display: inline-block;
94
+ max-width: 450px;
95
+ width: 450px;
96
+ padding-bottom: 10px;
97
+ margin-left: -90px;
98
+ }
99
+
100
+
101
+ .csu-logo-small {
102
+ max-width: 146px;
103
+ display: inline-block;
104
+ min-width: 146px;
105
+ width: 146px;
106
+ margin-left: 0;
107
+ margin-right: auto;
108
+ }
109
+
110
+ .material-icons {
111
+ color: #767777 !important;
112
+ }
113
+
114
+ .larger-text {
115
+ font-family: 'prox-regular';
116
+ letter-spacing: .11em;
117
+ line-height: 1.1em;
118
+ font-size: 19px;
119
+ text-transform:uppercase;
120
+
121
+ vertical-align: middle;
122
+ display: inline-block;
123
+ width: 400px;
124
+ padding-top:5px;
125
+ padding-left: 15px;
126
+ }
127
+
128
+ .smaller-text {
129
+ font-family: 'prox-regular';
130
+ letter-spacing: .11em;
131
+ line-height: 1.1em;
132
+ font-size: 14px;
133
+ text-transform:uppercase;
134
+
135
+ vertical-align: middle;
136
+ display: inline-block;
137
+ width: 170px;
138
+ padding-left: 15px;
139
+ }
140
+
141
+ .level-2 {
142
+ background-color: $white;
143
+ color: $black;
144
+
145
+
146
+
147
+ h1 {
148
+ color: $green;
149
+ font-size: 1.5em;
150
+ font-weight:bold;
151
+ font-family: 'prox-regular';
152
+ padding-bottom: 20px;
153
+ }
154
+
155
+ }
156
+
157
+
158
+ .level-2.mdl-layout__header-row {
159
+ padding-left: 5px;
160
+ }
161
+
162
+ .mdl-layout-title {
163
+ color: $white;
164
+ }
165
+
166
+
167
+ nav {
168
+ margin-left: auto;
169
+ margin-right: 0px;
170
+
171
+
172
+
173
+ a {
174
+ color: $white;
175
+ }
176
+ a:hover {
177
+ color: $aggie;
178
+ }
179
+ }
180
+
181
+ .nav-bar {
182
+ padding-right: 20px;
183
+ font-family: 'prox-regular';
184
+ text-transform:uppercase;
185
+
186
+ .spacer {
187
+ margin-left: 30px;
188
+ }
189
+
190
+ a {
191
+ background-color: transparent !important;
192
+ border-bottom: 4px solid transparent;
193
+ color: $black !important;
194
+ letter-spacing: 2px;
195
+ line-height: 1.5em;
196
+ font-size: 1em;
197
+ padding-left:0px;
198
+ padding-right: 0px;
199
+ margin-left: 30px;
200
+ }
201
+
202
+ .active {
203
+ color: $green !important;
204
+ font-weight: bold;
205
+
206
+ }
207
+
208
+ a:hover {
209
+ border-bottom: 4px solid $green;
210
+ transition: 1s ease-in-out;
211
+ }
212
+ }
213
+
214
+ }// end header
215
+
216
+
217
+
218
+ .drawer {
219
+ border-right: none;
220
+
221
+ .mdl-layout-title {
222
+ color: $white !important;
223
+ font-family: 'prox-regular', sans-serif;
224
+ font-weight: bold;
225
+ background-color: $green !important;
226
+ line-height: 1em;
227
+ padding-top:30px;
228
+ padding-bottom: 5px;
229
+ }
230
+
231
+
232
+
233
+ } // end drawer
234
+
235
+ .page-content {
236
+ align-items: center;
237
+ margin-left: 40px;
238
+ background-color: $white;
239
+
240
+
241
+
242
+
243
+ h1 {
244
+ line-height: 68px;
245
+ font-size: 2em;
246
+ color: $green;
247
+ letter-spacing: 0.1em;
248
+
249
+ }
250
+
251
+ h1.title {
252
+ display: inline-block;
253
+ width: 350px;
254
+
255
+ }
256
+
257
+ h2 {
258
+ font-size: 1.5em;
259
+ color: $green;
260
+ margin-bottom: 2px;
261
+ padding-bottom: 2px;
262
+
263
+ }
264
+
265
+ div {
266
+ h2 {
267
+ padding-top: 0px;
268
+ margin-top: 0px;
269
+
270
+ }
271
+ }
272
+
273
+ h3 {
274
+ font-size: 1.2em;
275
+ color: $green;
276
+ margin-bottom: 2px;
277
+ padding-bottom: 2px;
278
+ }
279
+
280
+
281
+ h4 {
282
+ font-size: 1.1em;
283
+ color: $green;
284
+ margin-bottom: 2px;
285
+ padding-bottom: 2px;
286
+ }
287
+
288
+ h5 {
289
+ font-size: 1.0em;
290
+ color: $green;
291
+ margin-bottom: 2px;
292
+ padding-bottom: 2px;
293
+ }
294
+
295
+
296
+ a {
297
+ color: $aggie;
298
+ font-weight: bold;
299
+ text-decoration: none;
300
+ border-bottom: 2px solid transparent;
301
+
302
+ }
303
+ a:hover {
304
+ color: $aggie;
305
+ text-decoration: none;
306
+ border-bottom: 2px solid $aggie;
307
+ transition: .8s ease-in-out;
308
+ }
309
+
310
+ table, td, th{border-collapse: collapse; border: 1px solid $green; margin: 0 0 0 0;}
311
+ table {
312
+
313
+
314
+ th {
315
+ padding-right:10px
316
+ }
317
+ th,td {vertical-align: top; padding:5px;}
318
+
319
+ tr:nth-child(even){background-color: #f2f2f2;}
320
+ }
321
+ }
322
+
323
+
324
+ .mdl-mega-footer {
325
+ padding: 0px 0px 0px 0px;
326
+ }
327
+
328
+ .footer {
329
+ padding-top: 10px;
330
+ padding-bottom: 20px;
331
+ padding-left: 10px;
332
+ padding-right: 10px;
333
+ vertical-align: middle;
334
+
335
+ .csu-logo-large {
336
+ width: 300px;
337
+ vertical-align: middle;
338
+ }
339
+
340
+ .csu-logo-small {
341
+
342
+ width: 100px;
343
+ }
344
+
345
+ background-color: $green !important;
346
+ color: $white;
347
+
348
+
349
+
350
+ a {color: $white;
351
+ text-decoration: none;
352
+ margin-right: 20px;
353
+ border-bottom: 1px solid transparent;
354
+ }
355
+ a:hover {
356
+ //color: $aggie;
357
+ border-bottom: 2px solid $aggie;
358
+ transition: 0.5s ease-in-out;
359
+
360
+ }
361
+
362
+ .align-right {
363
+ text-align:right;
364
+ }
365
+
366
+ .align-center {
367
+ text-align: center;
368
+ }
369
+
370
+ p {
371
+ padding: 0 0 0 0;
372
+ margin: 0 0 0 0;
373
+ }
374
+
375
+ .small {
376
+ font-size: 0.9em;
377
+ line-height: 0.9em;
378
+ color: $off-white;
379
+ }
380
+
381
+ }
382
+
383
+ .upper-bar {
384
+ background-color: $light-green;
385
+ padding-right: 20px;
386
+ padding-top: 10px;
387
+ color: $off-white;
388
+
389
+ a {
390
+ color: $off-white;
391
+ //border-bottom: 2px solid transparent;
392
+ text-decoration: none;
393
+ }
394
+
395
+ a:hover {
396
+ color: white;
397
+ //border-bottom: 2px solid $aggie;
398
+ //transition: 1s ease-in-out;
399
+ }
400
+
401
+
402
+ h3 {
403
+ font-size: 1em;
404
+ padding: 0px 0px 0px 0px;
405
+ margin: 0 0 0 0;
406
+ line-height: 1.3em;
407
+ text-transform: uppercase;
408
+ color: $white;
409
+ }
410
+
411
+ p {
412
+ margin-top: 0px;
413
+ padding-top: 0px;
414
+ line-height: 1.2em;
415
+ font-size: 0.9em;
416
+
417
+ }
418
+
419
+ ul {
420
+ list-style: none;
421
+ margin: 0 0 0 0;
422
+ padding: 0 0 0 0;
423
+ }
424
+
425
+ li {
426
+ padding: 0 0 0 0;
427
+ margin: 0 0 0 0;
428
+ line-height: 1.5em;
429
+ font-size: 1em;
430
+ }
431
+
432
+
433
+
434
+
435
+
436
+ }
437
+
438
+ .social-media-list {
439
+ list-style: none;
440
+ margin-left: 0;
441
+ padding-left: 0;
442
+
443
+ a {
444
+ color: $gold !important;
445
+ margin: 0 0 0 0;
446
+ padding: 0 0 0 0;
447
+ text-decoration: none;
448
+ border-bottom: 2px solid transparent;
449
+
450
+
451
+ }
452
+
453
+ .username {
454
+ border-bottom: 2px solid transparent;
455
+ }
456
+ .username:hover {
457
+ // color: $aggie !important;
458
+ border-bottom: 2px solid $aggie;
459
+ transition: 1s ease-in-out;
460
+ }
461
+
462
+
463
+ }
464
+
465
+
466
+
467
+ .svg-icon {
468
+ width: 16px;
469
+ height: 16px;
470
+ display: inline-block;
471
+ fill: $gold;
472
+ padding: 5px 3px 2px 5px;
473
+ vertical-align: text-bottom;
474
+ }
475
+
476
+ .social-media-list {
477
+ margin: 0 auto;
478
+ ul {
479
+ margin: 0 0 0 0;
480
+ padding: 0 0 0 0;
481
+
482
+ }
483
+
484
+ i {
485
+ width: 16px;
486
+ height: 16px;
487
+ font-size: 16px;
488
+ font-weight: bold;
489
+ display: inline-block;
490
+ padding: 5px 3px 2px 5px;
491
+ vertical-align: text-bottom;
492
+ }
493
+
494
+ li {
495
+ padding: 0 0 0 0;
496
+ //margin: 0 0 0 0;
497
+ float: left;
498
+ margin: 0 5px;
499
+ &:first-of-type { margin-left: 0 }
500
+ &:last-of-type { margin-right: 0 }
501
+ a {
502
+ display: block;
503
+
504
+ //padding: $spacing-unit / 4;
505
+ //border: 1px solid $grey-color-light
506
+ }
507
+ &:hover .svg-icon { fill: currentColor; }
508
+ }
509
+ }
510
+
511
+ figure {
512
+ padding: 0 0 0 0;
513
+ margin: 0 0 0 0;
514
+
515
+ }
516
+
517
+
518
+
519
+ img[alt="MS Teams Format Banner"] {width:80%}
520
+
521
+ .notice {
522
+ background-color: $aggie;
523
+ color: black;
524
+ font-weight: bolder;
525
+ letter-spacing: 1.1px;
526
+
527
+ a{
528
+ color: $green;
529
+ }
530
+ a:hover {
531
+ color: $green;
532
+ border-bottom-color: $green;
533
+ }
534
+
535
535
  }