author | Matt Mackall <mpm@selenic.com> |
Wed, 09 Nov 2005 13:39:56 -0800 | |
changeset 1523 | fdda77dcf601 |
parent 1425 | 8fe4116b3253 |
child 1628 | 88ad18c16ae5 |
permissions | -rw-r--r-- |
142 | 1 |
Content-type: text/html |
2 |
||
154
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
142
diff
changeset
|
3 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
142 | 4 |
<html> |
5 |
<head> |
|
6 |
<style type="text/css"> |
|
583
415054ea31c1
[PATCH] Hide style from non conformant agents
mpm@selenic.com
parents:
172
diff
changeset
|
7 |
<!-- |
142 | 8 |
a { text-decoration:none; } |
172
e9b1147db448
hgweb: alternating colors for multifile diffs
mpm@selenic.com
parents:
168
diff
changeset
|
9 |
.parity0 { background-color: #dddddd; } |
e9b1147db448
hgweb: alternating colors for multifile diffs
mpm@selenic.com
parents:
168
diff
changeset
|
10 |
.parity1 { background-color: #eeeeee; } |
1336
8c094fb47b59
hgweb file: fixed left-justified line numbers on IE v6.0
TK Soh <teekaysoh@yahoo.com>
parents:
1334
diff
changeset
|
11 |
.lineno { width: 60px; color: #aaaaaa; font-size: smaller; |
8c094fb47b59
hgweb file: fixed left-justified line numbers on IE v6.0
TK Soh <teekaysoh@yahoo.com>
parents:
1334
diff
changeset
|
12 |
text-align: right; padding-right:1em; } |
142 | 13 |
.plusline { color: green; } |
14 |
.minusline { color: red; } |
|
15 |
.atline { color: purple; } |
|
16 |
.annotate { font-size: smaller; text-align: right; padding-right: 1em; } |
|
17 |
.buttons a { |
|
18 |
background-color: #666666; |
|
19 |
padding: 2pt; |
|
20 |
color: white; |
|
21 |
font-family: sans; |
|
22 |
font-weight: bold; |
|
23 |
} |
|
1425
8fe4116b3253
hgweb: improve look-n-feel of changelog nagivation
TK Soh <teekaysoh@yahoo.com>
parents:
1417
diff
changeset
|
24 |
.navigate a { |
8fe4116b3253
hgweb: improve look-n-feel of changelog nagivation
TK Soh <teekaysoh@yahoo.com>
parents:
1417
diff
changeset
|
25 |
background-color: #ccc; |
8fe4116b3253
hgweb: improve look-n-feel of changelog nagivation
TK Soh <teekaysoh@yahoo.com>
parents:
1417
diff
changeset
|
26 |
padding: 2pt; |
8fe4116b3253
hgweb: improve look-n-feel of changelog nagivation
TK Soh <teekaysoh@yahoo.com>
parents:
1417
diff
changeset
|
27 |
font-family: sans; |
8fe4116b3253
hgweb: improve look-n-feel of changelog nagivation
TK Soh <teekaysoh@yahoo.com>
parents:
1417
diff
changeset
|
28 |
color: black; |
8fe4116b3253
hgweb: improve look-n-feel of changelog nagivation
TK Soh <teekaysoh@yahoo.com>
parents:
1417
diff
changeset
|
29 |
} |
1417
90b62337f8dd
hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents:
1336
diff
changeset
|
30 |
|
142 | 31 |
.metatag { |
32 |
background-color: #888888; |
|
33 |
color: white; |
|
1308
2073e5a71008
Cleanup of tabs and trailing spaces.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
672
diff
changeset
|
34 |
text-align: right; |
142 | 35 |
} |
585 | 36 |
|
602 | 37 |
/* Common */ |
672
dbe0ce2ae196
More IE friendly diff output related templates.
Edouard Gomez <ed.gomez@free.fr>
parents:
602
diff
changeset
|
38 |
pre { margin: 0; } |
dbe0ce2ae196
More IE friendly diff output related templates.
Edouard Gomez <ed.gomez@free.fr>
parents:
602
diff
changeset
|
39 |
|
1417
90b62337f8dd
hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents:
1336
diff
changeset
|
40 |
.logo { |
90b62337f8dd
hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents:
1336
diff
changeset
|
41 |
background-color: #333; |
90b62337f8dd
hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents:
1336
diff
changeset
|
42 |
padding: 4pt; |
90b62337f8dd
hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents:
1336
diff
changeset
|
43 |
margin: 8pt 0 8pt 8pt; |
90b62337f8dd
hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents:
1336
diff
changeset
|
44 |
font-family: sans; |
90b62337f8dd
hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents:
1336
diff
changeset
|
45 |
font-size: 60%; |
90b62337f8dd
hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents:
1336
diff
changeset
|
46 |
color: white; |
90b62337f8dd
hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents:
1336
diff
changeset
|
47 |
float: right; |
90b62337f8dd
hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents:
1336
diff
changeset
|
48 |
clear: right; |
90b62337f8dd
hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents:
1336
diff
changeset
|
49 |
text-align: left; |
90b62337f8dd
hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents:
1336
diff
changeset
|
50 |
} |
90b62337f8dd
hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents:
1336
diff
changeset
|
51 |
|
90b62337f8dd
hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents:
1336
diff
changeset
|
52 |
.logo a { |
90b62337f8dd
hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents:
1336
diff
changeset
|
53 |
font-weight: bold; |
90b62337f8dd
hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents:
1336
diff
changeset
|
54 |
font-size: 150%; |
90b62337f8dd
hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents:
1336
diff
changeset
|
55 |
color: #999; |
90b62337f8dd
hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents:
1336
diff
changeset
|
56 |
} |
602 | 57 |
|
585 | 58 |
/* Changelog entries */ |
59 |
.changelogEntry { width: 100%; } |
|
1334
0843e1bf2b97
hgweb: fixed IE display problem on changelog page
TK Soh <teekaysoh@yahoo.com>
parents:
1308
diff
changeset
|
60 |
.changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; } |
585 | 61 |
.changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; } |
62 |
.changelogEntry th.firstline { text-align: left; width: inherit; } |
|
586 | 63 |
|
64 |
/* Tag entries */ |
|
65 |
#tagEntries { list-style: none; margin: 0; padding: 0; } |
|
66 |
#tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; } |
|
67 |
#tagEntries .tagEntry span.node { font-family: monospace; } |
|
602 | 68 |
|
69 |
/* Changeset entry */ |
|
70 |
#changesetEntry { } |
|
71 |
#changesetEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; } |
|
72 |
#changesetEntry th.files, #changesetEntry th.description { vertical-align: top; } |
|
73 |
||
74 |
/* File diff view */ |
|
75 |
#filediffEntry { } |
|
76 |
#filediffEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; } |
|
672
dbe0ce2ae196
More IE friendly diff output related templates.
Edouard Gomez <ed.gomez@free.fr>
parents:
602
diff
changeset
|
77 |
|
583
415054ea31c1
[PATCH] Hide style from non conformant agents
mpm@selenic.com
parents:
172
diff
changeset
|
78 |
--> |
142 | 79 |
</style> |