| 1 | body {
|
|---|
| 2 | background-color: white;
|
|---|
| 3 | }
|
|---|
| 4 |
|
|---|
| 5 | body, table {
|
|---|
| 6 | font-family: helvetica,arial;
|
|---|
| 7 | font-size: 12pt;
|
|---|
| 8 | }
|
|---|
| 9 |
|
|---|
| 10 | pre.file-content {
|
|---|
| 11 | border: thin solid black;
|
|---|
| 12 | padding: 1em;
|
|---|
| 13 | background-color: #eeeeee;
|
|---|
| 14 | font-size: 10pt;
|
|---|
| 15 | }
|
|---|
| 16 |
|
|---|
| 17 | table.listing {
|
|---|
| 18 | width: 600px;
|
|---|
| 19 | background-color: white;
|
|---|
| 20 | border: solid black 1px;
|
|---|
| 21 | padding: 0px;
|
|---|
| 22 | }
|
|---|
| 23 |
|
|---|
| 24 | tr.listing-header {
|
|---|
| 25 | background-color: white;
|
|---|
| 26 | }
|
|---|
| 27 |
|
|---|
| 28 | th.listing {
|
|---|
| 29 | background-color: white;
|
|---|
| 30 | border-bottom: thin solid black;
|
|---|
| 31 | }
|
|---|
| 32 |
|
|---|
| 33 | td.timeline-day {
|
|---|
| 34 | padding-top: 1em;
|
|---|
| 35 | font-weight: bold;
|
|---|
| 36 | }
|
|---|
| 37 |
|
|---|
| 38 | tr.item-row-even {
|
|---|
| 39 | background-color: #ffffff;
|
|---|
| 40 | }
|
|---|
| 41 |
|
|---|
| 42 | tr.item-row-odd {
|
|---|
| 43 | background-color: #f5f5f5;
|
|---|
| 44 | }
|
|---|
| 45 |
|
|---|
| 46 | td.size-column {
|
|---|
| 47 | text-align: right;
|
|---|
| 48 | width: 20%;
|
|---|
| 49 | border-left: thin dotted #dddddd;
|
|---|
| 50 | padding-right: 0.5em;
|
|---|
| 51 | }
|
|---|
| 52 |
|
|---|
| 53 | td.rev-column {
|
|---|
| 54 | text-align: right;
|
|---|
| 55 | width: 10%;
|
|---|
| 56 | border-left: thin dotted #dddddd;
|
|---|
| 57 | padding-right: 0.5em;
|
|---|
| 58 | }
|
|---|
| 59 |
|
|---|
| 60 | td.date-column {
|
|---|
| 61 | text-align: left;
|
|---|
| 62 | width: 20%;
|
|---|
| 63 | border-left: thin dotted #dddddd;
|
|---|
| 64 | padding-left: 0.5em;
|
|---|
| 65 | padding-right: 0.5em;
|
|---|
| 66 | }
|
|---|
| 67 |
|
|---|
| 68 | table.toolbar {
|
|---|
| 69 | border: thin solid black;
|
|---|
| 70 | background-color: #dddddd;
|
|---|
| 71 | padding: 1px;
|
|---|
| 72 | width: 100%;
|
|---|
| 73 | }
|
|---|
| 74 |
|
|---|
| 75 | div.footer {
|
|---|
| 76 | border-top: thin solid black;
|
|---|
| 77 | margin-top: 3em;
|
|---|
| 78 | }
|
|---|
| 79 |
|
|---|
| 80 | td.rev-header {
|
|---|
| 81 | text-align: right;
|
|---|
| 82 | }
|
|---|
| 83 |
|
|---|
| 84 | table.rev-headers {
|
|---|
| 85 | background-color: #dddddd;
|
|---|
| 86 | border: solid black 1px;
|
|---|
| 87 | padding: 1px;
|
|---|
| 88 | }
|
|---|
| 89 |
|
|---|
| 90 | div.wikipage { }
|
|---|
| 91 |
|
|---|
| 92 | table.wiki-history th { border-bottom: thin solid black;
|
|---|
| 93 | background-color: white;
|
|---|
| 94 | }
|
|---|
| 95 | table.wiki-history {
|
|---|
| 96 | float: right;
|
|---|
| 97 | border: thin solid black;
|
|---|
| 98 | visibility: hidden;
|
|---|
| 99 | }
|
|---|
| 100 |
|
|---|
| 101 | table.diff-table { background-color: #eeeeee;
|
|---|
| 102 | border: thin solid black;
|
|---|
| 103 | width: 100% }
|
|---|
| 104 | td.diff-changed { background-color: #ffcc66; }
|
|---|
| 105 | td.diff-unchanged { }
|
|---|
| 106 | td.diff-line { background-color: #dddddd; border-bottom: thin solid gray}
|
|---|
| 107 |
|
|---|
| 108 | td.diff-remove-left { background-color: #ff8888; }
|
|---|
| 109 | td.diff-remove-right { background-color: #ffaaaa; }
|
|---|
| 110 | td.diff-add-left { background-color: #ddffdd; }
|
|---|
| 111 | td.diff-add-right { background-color: #bbffbb; }
|
|---|
| 112 |
|
|---|
| 113 | td.diff-changed, td.diff-unchanged,
|
|---|
| 114 | td.diff-remove-left,td.diff-remove-right,
|
|---|
| 115 | td.diff-add-left,td.diff-add-right { font-family: monospace;
|
|---|
| 116 | vertical-align: top; }
|
|---|
| 117 |
|
|---|
| 118 |
|
|---|
| 119 | /* xyche */
|
|---|
| 120 | body, p, td, div {
|
|---|
| 121 | font: normal 12px Bitstream Vera Sans, Verdana, Helvetica, sans-serif;
|
|---|
| 122 | color: black;
|
|---|
| 123 | }
|
|---|
| 124 |
|
|---|
| 125 | img {
|
|---|
| 126 | border: none;
|
|---|
| 127 | }
|
|---|
| 128 |
|
|---|
| 129 | td img {display: block;}
|
|---|
| 130 |
|
|---|
| 131 | table,td,tr {
|
|---|
| 132 | margin: 0;
|
|---|
| 133 | padding: 0;
|
|---|
| 134 | }
|
|---|
| 135 |
|
|---|
| 136 | a:link, a:visited {
|
|---|
| 137 | color: #a00;
|
|---|
| 138 | text-decoration: none;
|
|---|
| 139 | # font-weight: bold;
|
|---|
| 140 | }
|
|---|
| 141 |
|
|---|
| 142 | a:active {
|
|---|
| 143 | background-color: pink;
|
|---|
| 144 | }
|
|---|
| 145 |
|
|---|
| 146 |
|
|---|
| 147 |
|
|---|
| 148 | /*
|
|---|
| 149 | * Navigation bar
|
|---|
| 150 | */
|
|---|
| 151 |
|
|---|
| 152 | #page-topbar,.topbar {
|
|---|
| 153 | font: 9px Verdana, Helvetica, sans-serif;
|
|---|
| 154 | color: #ddd;
|
|---|
| 155 | background-color: #900;
|
|---|
| 156 | border: solid 1px #600;
|
|---|
| 157 | border-width: 0 0 1px 0;
|
|---|
| 158 | white-space: nowrap;
|
|---|
| 159 | padding: 0px 5px;
|
|---|
| 160 | }
|
|---|
| 161 |
|
|---|
| 162 | a.topbar-link {
|
|---|
| 163 | color: #ccc;
|
|---|
| 164 | text-decoration: none;
|
|---|
| 165 | font-weight: bold;
|
|---|
| 166 | padding: 0;
|
|---|
| 167 | }
|
|---|
| 168 |
|
|---|
| 169 |
|
|---|
| 170 | /*
|
|---|
| 171 | * Navigation bar
|
|---|
| 172 | */
|
|---|
| 173 |
|
|---|
| 174 | #page-navbar {
|
|---|
| 175 | background-color: black;
|
|---|
| 176 | border: solid 1px #900;
|
|---|
| 177 | border-width: 1px 0 0 0;
|
|---|
| 178 | // white-space: nowrap;
|
|---|
| 179 | padding: 2px 5px;
|
|---|
| 180 | margin: 0;
|
|---|
| 181 | }
|
|---|
| 182 |
|
|---|
| 183 | .navbar {
|
|---|
| 184 | color: white;
|
|---|
| 185 | font: 11px Verdana, Helvetica, sans-serif;
|
|---|
| 186 | }
|
|---|
| 187 |
|
|---|
| 188 | a.navbar-link,a.navbar-link-active {
|
|---|
| 189 | color: white;
|
|---|
| 190 | text-decoration: none;
|
|---|
| 191 | font-weight: bold;
|
|---|
| 192 | padding: 0 5px;
|
|---|
| 193 | }
|
|---|
| 194 |
|
|---|
| 195 | a.navbar-link-active {
|
|---|
| 196 | background-color: #880000;
|
|---|
| 197 | }
|
|---|
| 198 |
|
|---|
| 199 |
|
|---|
| 200 | /*
|
|---|
| 201 | * Languages
|
|---|
| 202 | */
|
|---|
| 203 | .toplang, .bottomlang {
|
|---|
| 204 | color: white;
|
|---|
| 205 | font: 9px Verdana, Helvetica, sans-serif;
|
|---|
| 206 | }
|
|---|
| 207 |
|
|---|
| 208 | .bottomlang {
|
|---|
| 209 | color: black;
|
|---|
| 210 | text-align: right;
|
|---|
| 211 | }
|
|---|
| 212 |
|
|---|
| 213 | a.toplang-link {
|
|---|
| 214 | color: white;
|
|---|
| 215 | text-decoration: none;
|
|---|
| 216 | font-weight: bold;
|
|---|
| 217 |
|
|---|
| 218 | }
|
|---|
| 219 |
|
|---|
| 220 |
|
|---|
| 221 | #page-header {
|
|---|
| 222 | background-color: #800;
|
|---|
| 223 | margin: 0px;
|
|---|
| 224 | padding: 0px;
|
|---|
| 225 | }
|
|---|
| 226 |
|
|---|
| 227 |
|
|---|
| 228 | #page-menu-bar {
|
|---|
| 229 | background-color: black;
|
|---|
| 230 | }
|
|---|
| 231 |
|
|---|
| 232 |
|
|---|
| 233 | #page-content { }
|
|---|
| 234 |
|
|---|
| 235 | #content-main { margin: 0; padding: 1em; }
|
|---|
| 236 |
|
|---|
| 237 |
|
|---|
| 238 | /*
|
|---|
| 239 | * Sidebar
|
|---|
| 240 | */
|
|---|
| 241 |
|
|---|
| 242 | #page-sidebar {
|
|---|
| 243 | background-color: #f7f7f7;
|
|---|
| 244 | border: dotted 1px #ccc;
|
|---|
| 245 | border-width: 0 1px 0 0;
|
|---|
| 246 | }
|
|---|
| 247 |
|
|---|
| 248 | .sidebar-section {
|
|---|
| 249 | padding: 0 1em;
|
|---|
| 250 | margin: 0;
|
|---|
| 251 | }
|
|---|
| 252 |
|
|---|
| 253 | .sidebar-spacer {
|
|---|
| 254 | border: dotted 1px #ccc;
|
|---|
| 255 | border-width: 1px 1px 0 0;
|
|---|
| 256 | margin: 0;
|
|---|
| 257 | padding: 0;
|
|---|
| 258 | }
|
|---|
| 259 |
|
|---|
| 260 |
|
|---|
| 261 | /*
|
|---|
| 262 | * Footer
|
|---|
| 263 | */
|
|---|
| 264 |
|
|---|
| 265 | #page-footer {
|
|---|
| 266 | margin: 0;
|
|---|
| 267 | padding: 0.5em;
|
|---|
| 268 | border: dotted 1px #ccc;
|
|---|
| 269 | border-width: 1px 0 0 0;
|
|---|
| 270 | }
|
|---|
| 271 |
|
|---|
| 272 | .footer {
|
|---|
| 273 | font-size: 10pt;
|
|---|
| 274 | color: #bbb;
|
|---|
| 275 | }
|
|---|
| 276 |
|
|---|
| 277 | #page-footer a {
|
|---|
| 278 | text-decoration: none;
|
|---|
| 279 | font-weight: bold;
|
|---|
| 280 | color: #bbb;
|
|---|
| 281 |
|
|---|
| 282 | }
|
|---|
| 283 |
|
|---|
| 284 |
|
|---|
| 285 | /* Forms */
|
|---|
| 286 |
|
|---|
| 287 | input, textarea, select {
|
|---|
| 288 | border: thin solid black;
|
|---|
| 289 | }
|
|---|
| 290 |
|
|---|
| 291 | option {
|
|---|
| 292 | border-bottom: thin solid black;
|
|---|
| 293 | }
|
|---|
| 294 |
|
|---|
| 295 | td img {display: block;}
|
|---|