source: trac/templates/site_css.cs @ 99

Last change on this file since 99 was 36, checked in by Sam Hocevar, 15 years ago
  • More CSS improvements.
  • Property svn:keywords set to Id
File size: 1.6 KB
Line 
1<?cs
2##################################################################
3# Site CSS - Place custom CSS, including overriding styles here.
4?>
5body { background: #000; color: #edd; }
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; }
11#mainnav :link, #mainnav :visited { border-right: 1px solid #000; }
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; }
16pre.wiki, pre.literal-block { background: #222; border: 1px solid #111}
17h2 { background: none; }
18.milestone .info h2 { background: none; }
19dt em { color: #a96; }
20dt :link, dt :visited { color: #ddd; }
21dt :link:hover, dt :visited:hover { color: #ddd; background-color: #222; }
22dd { 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; }
27
28input { background-color: #000; color: #edd; }
29
30input[type=button], input[type=submit], input[type=reset] { background: #000; color: #cbb; border: 1px outset #333; }
31input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover { background: #222; }
32input[type=button][disabled], input[type=submit][disabled], input[type=reset][disabled] { background: #000; color: #999; }
33
34table.progress td { background: #444; }
35table.progress td.closed { background: #4c4; }
36
Note: See TracBrowser for help on using the repository browser.