##// END OF EJS Templates
[hgweb] Move CSS from headers into static files
Josef "Jeff" Sipek -
r1778:b08b87ce default
parent child Browse files
Show More
@@ -0,0 +1,48 b''
1 body { font-family: sans-serif; font-size: 12px; margin:0px; border:solid #d9d8d1; border-width:1px; margin:10px; }
2 a { color:#0000cc; }
3 a:hover, a:visited, a:active { color:#880000; }
4 div.page_header { height:25px; padding:8px; font-size:18px; font-weight:bold; background-color:#d9d8d1; }
5 div.page_header a:visited { color:#0000cc; }
6 div.page_header a:hover { color:#880000; }
7 div.page_nav { padding:8px; }
8 div.page_nav a:visited { color:#0000cc; }
9 div.page_path { padding:8px; border:solid #d9d8d1; border-width:0px 0px 1px}
10 div.page_footer { height:17px; padding:4px 8px; background-color: #d9d8d1; }
11 div.page_footer_text { float:left; color:#555555; font-style:italic; }
12 div.page_body { padding:8px; }
13 div.title, a.title {
14 display:block; padding:6px 8px;
15 font-weight:bold; background-color:#edece6; text-decoration:none; color:#000000;
16 }
17 a.title:hover { background-color: #d9d8d1; }
18 div.title_text { padding:6px 0px; border: solid #d9d8d1; border-width:0px 0px 1px; }
19 div.log_body { padding:8px 8px 8px 150px; }
20 span.age { position:relative; float:left; width:142px; font-style:italic; }
21 div.log_link {
22 padding:0px 8px;
23 font-size:10px; font-family:sans-serif; font-style:normal;
24 position:relative; float:left; width:136px;
25 }
26 div.list_head { padding:6px 8px 4px; border:solid #d9d8d1; border-width:1px 0px 0px; font-style:italic; }
27 a.list { text-decoration:none; color:#000000; }
28 a.list:hover { text-decoration:underline; color:#880000; }
29 table { padding:8px 4px; }
30 th { padding:2px 5px; font-size:12px; text-align:left; }
31 tr.light:hover, .parity0:hover { background-color:#edece6; }
32 tr.dark, .parity1 { background-color:#f6f6f0; }
33 tr.dark:hover, .parity1:hover { background-color:#edece6; }
34 td { padding:2px 5px; font-size:12px; vertical-align:top; }
35 td.link { padding:2px 5px; font-family:sans-serif; font-size:10px; }
36 div.pre { font-family:monospace; font-size:12px; white-space:pre; }
37 div.diff_info { font-family:monospace; color:#000099; background-color:#edece6; font-style:italic; }
38 div.index_include { border:solid #d9d8d1; border-width:0px 0px 1px; padding:12px 8px; }
39 div.search { margin:4px 8px; position:absolute; top:56px; right:12px }
40 .linenr { color:#999999; text-decoration:none }
41 a.rss_logo {
42 float:right; padding:3px 0px; width:35px; line-height:10px;
43 border:1px solid; border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e;
44 color:#ffffff; background-color:#ff6600;
45 font-weight:bold; font-family:sans-serif; font-size:10px;
46 text-align:center; text-decoration:none;
47 }
48 a.rss_logo:hover { background-color:#ee5500; }
@@ -0,0 +1,70 b''
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
@@ -6,54 +6,5 b' Content-type: text/html'
6 <head>
6 <head>
7 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
7 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
8 <meta name="robots" content="index, nofollow"/>
8 <meta name="robots" content="index, nofollow"/>
9 <style type="text/css">
9 <style type="text/css">/*<![CDATA[*/ @import "?static=style-gitweb.css"; /*]]>*/</style>
10 body { font-family: sans-serif; font-size: 12px; margin:0px; border:solid #d9d8d1; border-width:1px; margin:10px; }
11 a { color:#0000cc; }
12 a:hover, a:visited, a:active { color:#880000; }
13 div.page_header { height:25px; padding:8px; font-size:18px; font-weight:bold; background-color:#d9d8d1; }
14 div.page_header a:visited { color:#0000cc; }
15 div.page_header a:hover { color:#880000; }
16 div.page_nav { padding:8px; }
17 div.page_nav a:visited { color:#0000cc; }
18 div.page_path { padding:8px; border:solid #d9d8d1; border-width:0px 0px 1px}
19 div.page_footer { height:17px; padding:4px 8px; background-color: #d9d8d1; }
20 div.page_footer_text { float:left; color:#555555; font-style:italic; }
21 div.page_body { padding:8px; }
22 div.title, a.title {
23 display:block; padding:6px 8px;
24 font-weight:bold; background-color:#edece6; text-decoration:none; color:#000000;
25 }
26 a.title:hover { background-color: #d9d8d1; }
27 div.title_text { padding:6px 0px; border: solid #d9d8d1; border-width:0px 0px 1px; }
28 div.log_body { padding:8px 8px 8px 150px; }
29 span.age { position:relative; float:left; width:142px; font-style:italic; }
30 div.log_link {
31 padding:0px 8px;
32 font-size:10px; font-family:sans-serif; font-style:normal;
33 position:relative; float:left; width:136px;
34 }
35 div.list_head { padding:6px 8px 4px; border:solid #d9d8d1; border-width:1px 0px 0px; font-style:italic; }
36 a.list { text-decoration:none; color:#000000; }
37 a.list:hover { text-decoration:underline; color:#880000; }
38 table { padding:8px 4px; }
39 th { padding:2px 5px; font-size:12px; text-align:left; }
40 tr.light:hover, .parity0:hover { background-color:#edece6; }
41 tr.dark, .parity1 { background-color:#f6f6f0; }
42 tr.dark:hover, .parity1:hover { background-color:#edece6; }
43 td { padding:2px 5px; font-size:12px; vertical-align:top; }
44 td.link { padding:2px 5px; font-family:sans-serif; font-size:10px; }
45 div.pre { font-family:monospace; font-size:12px; white-space:pre; }
46 div.diff_info { font-family:monospace; color:#000099; background-color:#edece6; font-style:italic; }
47 div.index_include { border:solid #d9d8d1; border-width:0px 0px 1px; padding:12px 8px; }
48 div.search { margin:4px 8px; position:absolute; top:56px; right:12px }
49 .linenr { color:#999999; text-decoration:none }
50 a.rss_logo {
51 float:right; padding:3px 0px; width:35px; line-height:10px;
52 border:1px solid; border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e;
53 color:#ffffff; background-color:#ff6600;
54 font-weight:bold; font-family:sans-serif; font-size:10px;
55 text-align:center; text-decoration:none;
56 }
57 a.rss_logo:hover { background-color:#ee5500; }
58 </style>
59
10
@@ -4,77 +4,4 b' Content-type: text/html'
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>
General Comments 0
You need to be logged in to leave comments. Login now