Borrows http://elinks.cz/ stylesheets
[git-homepage.git] / stylesheets / screen-green.css
blob2bc4b078a8f6f159a8b9d057c33d97365e65521c
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.bugmail { border: 2px solid #494115; }
25 table.bugmail th,
26 tr.odd td { color: #494115; background: #cdc8a5; }