comparison templates/static/style.css @ 8505:dc50108ce188

spartan: simplify CSS colors (#xxxxxx -> #xxx)
author Martin Geisler <mg@lazybytes.net>
date Mon, 18 May 2009 23:35:27 +0200
parents a1758089ee35
children decf329f00cb
comparison
equal deleted inserted replaced
8504:e35d844f5afc 8505:dc50108ce188
1 a { text-decoration:none; } 1 a { text-decoration:none; }
2 .age { white-space:nowrap; } 2 .age { white-space:nowrap; }
3 .date { white-space:nowrap; } 3 .date { white-space:nowrap; }
4 .indexlinks { white-space:nowrap; } 4 .indexlinks { white-space:nowrap; }
5 .parity0 { background-color: #dddddd; } 5 .parity0 { background-color: #ddd; }
6 .parity1 { background-color: #eeeeee; } 6 .parity1 { background-color: #eee; }
7 .lineno { width: 60px; color: #aaaaaa; font-size: smaller; 7 .lineno { width: 60px; color: #aaa; font-size: smaller;
8 text-align: right; padding-right:1em; } 8 text-align: right; padding-right:1em; }
9 .plusline { color: green; } 9 .plusline { color: green; }
10 .minusline { color: red; } 10 .minusline { color: red; }
11 .atline { color: purple; } 11 .atline { color: purple; }
12 .annotate { font-size: smaller; text-align: right; padding-right: 1em; } 12 .annotate { font-size: smaller; text-align: right; padding-right: 1em; }
13 .buttons a { 13 .buttons a {
14 background-color: #666666; 14 background-color: #666;
15 padding: 2pt; 15 padding: 2pt;
16 color: white; 16 color: white;
17 font-family: sans; 17 font-family: sans;
18 font-weight: bold; 18 font-weight: bold;
19 } 19 }
23 font-family: sans; 23 font-family: sans;
24 color: black; 24 color: black;
25 } 25 }
26 26
27 .metatag { 27 .metatag {
28 background-color: #888888; 28 background-color: #888;
29 color: white; 29 color: white;
30 text-align: right; 30 text-align: right;
31 } 31 }
32 32
33 /* Common */ 33 /* Common */