Last change
on this file since 35 was
35,
checked in by Sam Hocevar, 14 years ago
|
|
-
Property svn:keywords set to
Id
|
File size:
1.2 KB
|
Rev | Line | |
---|
[24] | 1 | <?cs |
---|
| 2 | ################################################################## |
---|
| 3 | # Site CSS - Place custom CSS, including overriding styles here. |
---|
| 4 | ?> |
---|
[26] | 5 | body { background: #000; color: #edd; } |
---|
[35] | 6 | /* Undo /body/ for a few other cases */ |
---|
| 7 | #dirlist { background: #fff; color: #000; } |
---|
| 8 | #preview { background: #fff; color: #000; } |
---|
| 9 | |
---|
| 10 | :link, :visited { color: #a96; } |
---|
[27] | 11 | #mainnav :link, #mainnav :visited { border-right: 1px solid #000; } |
---|
[35] | 12 | #prefs { background: #222; border: 1px outset #544; } |
---|
| 13 | #mainnav { background: inherit; } |
---|
| 14 | #mainnav li { background: #aaa url(../topbar_gradient.png) repeat scroll 0pt; padding: 0.2em 0; } |
---|
| 15 | #info { background: inherit; } |
---|
| 16 | pre.wiki, pre.literal-block { background: #222; border: 1px solid #111} |
---|
| 17 | h2 { background: none; } |
---|
| 18 | .milestone .info h2 { background: none; } |
---|
| 19 | dt em { color: #a96; } |
---|
| 20 | dt :link, dt :visited { color: #ddd; } |
---|
| 21 | dt :link:hover, dt :visited:hover { color: #ddd; background-color: #222; } |
---|
| 22 | dd { color: #ddd; } |
---|
| 23 | .milestone .info h2 :link, .milestone .info h2 :visited { color: #ddd; } |
---|
| 24 | .milestone .info h2 :link:hover, .milestone .info h2 :visited:hover { color: #ddd; background-color: #222; } |
---|
| 25 | .milestone .info h2 em { color: #a96; } |
---|
| 26 | #ticket { background-color: #222; border: 1px outset #544; } |
---|
[26] | 27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.