comparison templates/static/style.css @ 1778:b08b87cecc37

[hgweb] Move CSS from headers into static files
author Josef "Jeff" Sipek <jeffpc@optonline.net>
date Sat, 18 Feb 2006 22:01:09 -0500
parents
children 90ee844b9f71
comparison
equal deleted inserted replaced
1777:a2316878f19d 1778:b08b87cecc37
1 a { text-decoration:none; }
2 .parity0 { background-color: #dddddd; }
3 .parity1 { background-color: #eeeeee; }
4 .lineno { width: 60px; color: #aaaaaa; font-size: smaller;
5 text-align: right; padding-right:1em; }
6 .plusline { color: green; }
7 .minusline { color: red; }
8 .atline { color: purple; }
9 .annotate { font-size: smaller; text-align: right; padding-right: 1em; }
10 .buttons a {
11 background-color: #666666;
12 padding: 2pt;
13 color: white;
14 font-family: sans;
15 font-weight: bold;
16 }
17 .navigate a {
18 background-color: #ccc;
19 padding: 2pt;
20 font-family: sans;
21 color: black;
22 }
23
24 .metatag {
25 background-color: #888888;
26 color: white;
27 text-align: right;
28 }
29
30 /* Common */
31 pre { margin: 0; }
32
33 .logo {
34 background-color: #333;
35 padding: 4pt;
36 margin: 8pt 0 8pt 8pt;
37 font-family: sans;
38 font-size: 60%;
39 color: white;
40 float: right;
41 clear: right;
42 text-align: left;
43 }
44
45 .logo a {
46 font-weight: bold;
47 font-size: 150%;
48 color: #999;
49 }
50
51 /* Changelog entries */
52 .changelogEntry { width: 100%; }
53 .changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; }
54 .changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; }
55 .changelogEntry th.firstline { text-align: left; width: inherit; }
56
57 /* Tag entries */
58 #tagEntries { list-style: none; margin: 0; padding: 0; }
59 #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; }
60 #tagEntries .tagEntry span.node { font-family: monospace; }
61
62 /* Changeset entry */
63 #changesetEntry { }
64 #changesetEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
65 #changesetEntry th.files, #changesetEntry th.description { vertical-align: top; }
66
67 /* File diff view */
68 #filediffEntry { }
69 #filediffEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
70