| 1 | <?cs |
|---|
| 2 | ################################################################## |
|---|
| 3 | # Site CSS - Place custom CSS, including overriding styles here. |
|---|
| 4 | ?> |
|---|
| 5 | :link, :visited { color: #3a5; } |
|---|
| 6 | :link:hover, :visited:hover { color: #a2d; } |
|---|
| 7 | |
|---|
| 8 | body, th, td { |
|---|
| 9 | font-family: 'Bitstream Vera Serif',times,serif; |
|---|
| 10 | } |
|---|
| 11 | |
|---|
| 12 | h1, h2, h3, h4 { |
|---|
| 13 | font-family: 'Bitstream Vera Serif',times,serif; |
|---|
| 14 | } |
|---|
| 15 | |
|---|
| 16 | #mainnav { |
|---|
| 17 | font-family: 'Bitstream Vera Serif',times,serif; |
|---|
| 18 | } |
|---|
| 19 | |
|---|
| 20 | h1, h2, h3 { |
|---|
| 21 | text-indent: 0.5em; |
|---|
| 22 | border-style: solid; |
|---|
| 23 | border-color: #88aa77; |
|---|
| 24 | background-color: inherit; |
|---|
| 25 | } |
|---|
| 26 | |
|---|
| 27 | h1 { |
|---|
| 28 | font-size: 1.6em; |
|---|
| 29 | font-variant: small-caps; |
|---|
| 30 | color: #002200; |
|---|
| 31 | border-width: 0 0 2px 0; |
|---|
| 32 | } |
|---|
| 33 | |
|---|
| 34 | h2 { |
|---|
| 35 | font-size: 1.3em; |
|---|
| 36 | font-variant: small-caps; |
|---|
| 37 | color: #224422; |
|---|
| 38 | border-width: 0 0 2px 0; |
|---|
| 39 | } |
|---|
| 40 | |
|---|
| 41 | h3 { |
|---|
| 42 | font-size: 1.1em; |
|---|
| 43 | color: #335533; |
|---|
| 44 | border-width: 0 0 1px 0; |
|---|
| 45 | } |
|---|
| 46 | |
|---|
| 47 | p { |
|---|
| 48 | text-indent: 1em; |
|---|
| 49 | text-align: inherit; |
|---|
| 50 | } |
|---|
| 51 | |
|---|
| 52 | #banner, #content, #altlinks, #footer { |
|---|
| 53 | width: 800px; |
|---|
| 54 | display: table-caption; |
|---|
| 55 | color: inherit; |
|---|
| 56 | background-color: #dddddd; |
|---|
| 57 | background: url('/browser/www/img/back4.png?format=raw') repeat left top; |
|---|
| 58 | padding: 0 10px 0 10px; |
|---|
| 59 | border-style: solid; |
|---|
| 60 | border-color: black; |
|---|
| 61 | margin: 0 auto 0 auto; |
|---|
| 62 | text-align: justify; |
|---|
| 63 | } |
|---|
| 64 | |
|---|
| 65 | #content, #altlinks { |
|---|
| 66 | border-width: 0 2px 0 2px; |
|---|
| 67 | } |
|---|
| 68 | #banner { |
|---|
| 69 | border-width: 2px 2px 0 2px; |
|---|
| 70 | } |
|---|
| 71 | #footer { |
|---|
| 72 | border-width: 0 2px 2px 2px; |
|---|
| 73 | } |
|---|
| 74 | #content { |
|---|
| 75 | padding: 5px 10px 5px 10px; |
|---|
| 76 | height: 100%; |
|---|
| 77 | } |
|---|
| 78 | |
|---|
| 79 | body { |
|---|
| 80 | color: black; |
|---|
| 81 | background: url('/browser/www/img/back3.png?format=raw') repeat left top; |
|---|
| 82 | background-color: black; |
|---|
| 83 | } |
|---|
| 84 | |
|---|
| 85 | .nav li { |
|---|
| 86 | background-color: #dddddd; |
|---|
| 87 | background: url('/browser/www/img/back4.png?format=raw') repeat left top; |
|---|
| 88 | } |
|---|
| 89 | |
|---|
| 90 | #ctxtnav ul { |
|---|
| 91 | margin: auto; |
|---|
| 92 | text-align: center; |
|---|
| 93 | } |
|---|
| 94 | |
|---|
| 95 | #mainnav { |
|---|
| 96 | text-align: center; |
|---|
| 97 | background: transparent; |
|---|
| 98 | } |
|---|
| 99 | |
|---|
| 100 | #mainnav ul { |
|---|
| 101 | margin: 15px auto 15px auto; |
|---|
| 102 | text-align: center; |
|---|
| 103 | } |
|---|
| 104 | |
|---|
| 105 | #mainnav li { |
|---|
| 106 | background-color: #dddddd; |
|---|
| 107 | text-decoration: none; |
|---|
| 108 | font-weight: bold; |
|---|
| 109 | border: solid black 2px; |
|---|
| 110 | margin: 0 5px 0 5px; |
|---|
| 111 | } |
|---|
| 112 | |
|---|
| 113 | #footer { |
|---|
| 114 | display: none; |
|---|
| 115 | } |
|---|