comparison templates/header.tmpl @ 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 88ad18c16ae5
children 88f0345d82e9
comparison
equal deleted inserted replaced
1777:a2316878f19d 1778:b08b87cecc37
2 2
3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <html> 4 <html>
5 <head> 5 <head>
6 <meta name="robots" content="index, nofollow" /> 6 <meta name="robots" content="index, nofollow" />
7 <style type="text/css"> 7 <style type="text/css">/*<![CDATA[*/ @import "?static=style.css"; /*]]>*/</style>
8 <!--
9 a { text-decoration:none; }
10 .parity0 { background-color: #dddddd; }
11 .parity1 { background-color: #eeeeee; }
12 .lineno { width: 60px; color: #aaaaaa; font-size: smaller;
13 text-align: right; padding-right:1em; }
14 .plusline { color: green; }
15 .minusline { color: red; }
16 .atline { color: purple; }
17 .annotate { font-size: smaller; text-align: right; padding-right: 1em; }
18 .buttons a {
19 background-color: #666666;
20 padding: 2pt;
21 color: white;
22 font-family: sans;
23 font-weight: bold;
24 }
25 .navigate a {
26 background-color: #ccc;
27 padding: 2pt;
28 font-family: sans;
29 color: black;
30 }
31
32 .metatag {
33 background-color: #888888;
34 color: white;
35 text-align: right;
36 }
37
38 /* Common */
39 pre { margin: 0; }
40
41 .logo {
42 background-color: #333;
43 padding: 4pt;
44 margin: 8pt 0 8pt 8pt;
45 font-family: sans;
46 font-size: 60%;
47 color: white;
48 float: right;
49 clear: right;
50 text-align: left;
51 }
52
53 .logo a {
54 font-weight: bold;
55 font-size: 150%;
56 color: #999;
57 }
58
59 /* Changelog entries */
60 .changelogEntry { width: 100%; }
61 .changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; }
62 .changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; }
63 .changelogEntry th.firstline { text-align: left; width: inherit; }
64
65 /* Tag entries */
66 #tagEntries { list-style: none; margin: 0; padding: 0; }
67 #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; }
68 #tagEntries .tagEntry span.node { font-family: monospace; }
69
70 /* Changeset entry */
71 #changesetEntry { }
72 #changesetEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
73 #changesetEntry th.files, #changesetEntry th.description { vertical-align: top; }
74
75 /* File diff view */
76 #filediffEntry { }
77 #filediffEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
78
79 -->
80 </style>