CSS: Space out <li> items more (except in TOCs)
[git-homepage.git] / stylesheets / screen-green.css
blobaf769778251cd5c22c0eddde558b9616808509f2
1 /* This is the default green 'skin' for the screen media type. */
2 /* Copyleft (c) 2002-2004 Jonas Fonseca <fonseca@diku.dk> */
4 body { background: #fff; color: #494115; }
5 a { color: #494115; background: transparent; }
6 h2, h3 { border-bottom: 2px dotted #494115; }
7 pre { color: #494115; background: #cdc8a5; border: 1px solid #000; }
9 .header, div.footer
11 border-left: none;
12 border-right: none;
13 border-top: 2px solid #494115;
14 border-bottom: 2px solid #494115;
15 color: #494115;
16 background: #cdc8a5 url(header-footer-background-green.png);
19 .footer a:visited,
20 .header a:visited { color: #494115; background: transparent; }
22 table.releases,
23 table.ccmd,
24 table.bugmail { border: 2px solid #494115; }
26 table.bugmail th,
27 table.releases th,
28 tr.odd td { color: #494115; background: #cdc8a5; }
30 table.ccmd td.g { color: #494115; background: #ede8bd; }