Rev | Line | |
---|
[6] | 1 | * |
---|
| 2 | { margin: 0; |
---|
| 3 | padding: 0; |
---|
| 4 | } |
---|
| 5 | |
---|
| 6 | html |
---|
| 7 | { height: 100%; |
---|
| 8 | } |
---|
| 9 | |
---|
| 10 | body |
---|
| 11 | { text-align: center; |
---|
| 12 | height: 100%; |
---|
| 13 | } |
---|
| 14 | |
---|
| 15 | pre, div { text-align: left; } |
---|
| 16 | |
---|
| 17 | .content |
---|
| 18 | { margin: 10px auto 10px auto; |
---|
| 19 | width: 500px; |
---|
| 20 | } |
---|
| 21 | |
---|
| 22 | .clear |
---|
| 23 | { clear: both; |
---|
| 24 | font-size: 0px; |
---|
| 25 | line-height: 0px; |
---|
| 26 | height: 0px; |
---|
| 27 | } |
---|
| 28 | |
---|
| 29 | body |
---|
| 30 | { font: normal 80% Verdana, Helvetica, Arial, sans-serif; |
---|
| 31 | background-color: #1f1f1f; |
---|
| 32 | color: #c0c0c0; |
---|
| 33 | font-size: 12px; |
---|
| 34 | } |
---|
| 35 | |
---|
| 36 | a |
---|
| 37 | { text-decoration: none; |
---|
| 38 | color: #dad3bc; |
---|
| 39 | } |
---|
| 40 | |
---|
| 41 | a:hover |
---|
| 42 | { text-decoration: underline; |
---|
| 43 | } |
---|
| 44 | |
---|
| 45 | a img |
---|
| 46 | { border: none; |
---|
| 47 | } |
---|
| 48 | |
---|
| 49 | ul |
---|
| 50 | { padding-left: 30px; |
---|
| 51 | } |
---|
| 52 | |
---|
| 53 | h1 |
---|
| 54 | { color: #c0c0c0; |
---|
| 55 | } |
---|
| 56 | |
---|
| 57 | h2 |
---|
| 58 | { margin-top: 5px; |
---|
| 59 | border-bottom: solid 1px #666666; |
---|
| 60 | margin-bottom: 10px; |
---|
| 61 | } |
---|
| 62 | |
---|
| 63 | h3 |
---|
| 64 | { margin: 40px 0 5px 0; |
---|
| 65 | border-bottom: solid 1px #333333; |
---|
| 66 | } |
---|
| 67 | |
---|
| 68 | h3.first |
---|
| 69 | { margin: 5px 0 5px 0; |
---|
| 70 | } |
---|
| 71 | |
---|
| 72 | p |
---|
| 73 | { text-align: justify; |
---|
| 74 | margin: 10px 0 5px 0; |
---|
| 75 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.