Automated update: [2009-04-02] v1.6.2.1 -> v1.6.2.2
[git-homepage.git] / stylesheets / screen-gitweb-gray.css
blob4f2dba9017e8f0fb3ad90ff9f938ec87e5080120
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: #000; background: #fff; }
5 a { color: #124; background: transparent; }
6 h2, h3 { border-bottom: 1px solid #124; }
7 dt { font-weight: bold; }
9 pre
11 color: #124;
12 background: #e8d4c2;
13 border: 1px solid #124;
14 font-weight: bold;
17 .header, div.footer
19 border-top: 2px solid #124;
20 border-bottom: 2px solid #124;
21 color: #124;
22 background: #d9d8d1;
25 div.footer a:visited,
26 .header a:visited { color: #124; background: transparent; }
28 table.releases,
29 table.ccmd,
30 table.bugmail { border: 2px solid #124; }
32 table.bugmail th,
33 table.releases th,
34 tr.odd td { background: #d9d8d1; color: #124; }
36 table.ccmd td.g { background: #e9e8e1; color: #124; }