Automated update: [2009-04-02] v1.6.2.1 -> v1.6.2.2
[git-homepage.git] / stylesheets / screen-blue.css
blob91342b030fdf33945d0e6106cd1314c468931acb
1 /* This is the default green 'skin' for the screen media type. */
2 /* Copyleft (c) 2002-2004 Jonas Fonseca <fonseca@diku.dk> */
4 body { color: #124; background: #fff; }
5 a { color: #124; background: transparent; }
6 h2, h3 { border-bottom: 1px solid #124; }
7 pre { color: #124; background: #8ab; border: 1px solid #124; }
9 .header, div.footer
11 border-top: 2px solid #124;
12 border-bottom: 2px solid #124;
13 color: #124;
14 background: #8ab /*url(header-footer-background-green.png)*/;
17 div.footer a:visited,
18 .header a:visited { color: #124; background: transparent; }
20 table.releases,
21 table.ccmd,
22 table.bugmail { border: 2px solid #124; }
24 table.bugmail th,
25 table.releases th,
26 tr.odd td { background: #8ab; color: #124; }
28 table.ccmd td.g { background: #bde; color: #124; }