| LEFT | RIGHT |
| 1 * | 1 * |
| 2 { | 2 { |
| 3 font-family: Arial, sans; | 3 font-family: Arial, sans; |
| 4 font-size: 16px; | 4 font-size: 16px; |
| 5 } | 5 } |
| 6 | 6 |
| 7 body | 7 body |
| 8 { | 8 { |
| 9 margin: 0; | 9 margin: 0; |
| 10 line-height: 1.5; | 10 line-height: 1.5; |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 } | 244 } |
| 245 | 245 |
| 246 /******************************************************************************* | 246 /******************************************************************************* |
| 247 * .bg-* utilities | 247 * .bg-* utilities |
| 248 ******************************************************************************/ | 248 ******************************************************************************/ |
| 249 | 249 |
| 250 .bg-accent | 250 .bg-accent |
| 251 { | 251 { |
| 252 color: #fff; | 252 color: #fff; |
| 253 background-color: #077CA6; | 253 background-color: #077CA6; |
| 254 } |
| 255 |
| 256 .bg-secondary |
| 257 { |
| 258 color: #000; |
| 259 background-color: #F4F4F4; |
| 254 } | 260 } |
| 255 | 261 |
| 256 /******************************************************************************* | 262 /******************************************************************************* |
| 257 * #navbar | 263 * #navbar |
| 258 ******************************************************************************/ | 264 ******************************************************************************/ |
| 259 | 265 |
| 260 #navbar | 266 #navbar |
| 261 { | 267 { |
| 262 min-height: 4em; | 268 min-height: 4em; |
| 263 background-color: #c70d2c; | 269 background-color: #c70d2c; |
| (...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 682 { | 688 { |
| 683 display: none; | 689 display: none; |
| 684 } | 690 } |
| 685 | 691 |
| 686 /* overriding display:none above */ | 692 /* overriding display:none above */ |
| 687 #footer #social-list | 693 #footer #social-list |
| 688 { | 694 { |
| 689 display: block; | 695 display: block; |
| 690 } | 696 } |
| 691 } | 697 } |
| LEFT | RIGHT |