OLD | NEW |
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 background-color: #f8f6f2; | 9 background-color: #f8f6f2; |
10 background-image: url(../img/background.png); | 10 background-image: url(../img/background.png); |
11 margin: 0; | 11 margin: 0; |
| 12 line-height: 1.5; |
12 } | 13 } |
13 | 14 |
14 a img | 15 a img |
15 { | 16 { |
16 border: none; | 17 border: none; |
17 } | 18 } |
18 | 19 |
19 a:link, a:visited | 20 a:link, a:visited |
20 { | 21 { |
21 color: #555; | 22 color: #555; |
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 { | 342 { |
342 margin: 4px 0; | 343 margin: 4px 0; |
343 } | 344 } |
344 | 345 |
345 #footer-main | 346 #footer-main |
346 { | 347 { |
347 display: block; | 348 display: block; |
348 background: white; | 349 background: white; |
349 box-shadow: 0 -1px 0 0 #b5b4b0, 0 -2px 0 0 #e4e1dc; | 350 box-shadow: 0 -1px 0 0 #b5b4b0, 0 -2px 0 0 #e4e1dc; |
350 padding: 0; | 351 padding: 0; |
| 352 line-height: 1; |
351 } | 353 } |
352 | 354 |
353 #footer-main nav h1, #footer-main nav li | 355 #footer-main nav h1, #footer-main nav li |
354 { | 356 { |
355 color: #444444; | 357 color: #444444; |
356 border-bottom: 1px solid #dedede; | 358 border-bottom: 1px solid #dedede; |
357 } | 359 } |
358 | 360 |
359 #footer-main h1 | 361 #footer-main h1 |
360 { | 362 { |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
447 | 449 |
448 [dir="ltr"] .alert | 450 [dir="ltr"] .alert |
449 { | 451 { |
450 border-left: 5px solid #d14841; | 452 border-left: 5px solid #d14841; |
451 } | 453 } |
452 | 454 |
453 [dir="rtl"] .alert | 455 [dir="rtl"] .alert |
454 { | 456 { |
455 border-right: 5px solid #d14841; | 457 border-right: 5px solid #d14841; |
456 } | 458 } |
OLD | NEW |