author | mpm@selenic.com |
Sun, 12 Jun 2005 08:23:29 -0800 | |
changeset 313 | e75ea4662d81 |
parent 172 | e9b1147db448 |
child 583 | 415054ea31c1 |
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"> |
|
7 |
a { text-decoration:none; } |
|
172
e9b1147db448
hgweb: alternating colors for multifile diffs
mpm@selenic.com
parents:
168
diff
changeset
|
8 |
.parity0 { background-color: #dddddd; } |
e9b1147db448
hgweb: alternating colors for multifile diffs
mpm@selenic.com
parents:
168
diff
changeset
|
9 |
.parity1 { background-color: #eeeeee; } |
e9b1147db448
hgweb: alternating colors for multifile diffs
mpm@selenic.com
parents:
168
diff
changeset
|
10 |
.lineno { width: 60px; color: #aaaaaa; font-size: smaller; } |
142 | 11 |
.plusline { color: green; } |
12 |
.minusline { color: red; } |
|
13 |
.atline { color: purple; } |
|
14 |
.annotate { font-size: smaller; text-align: right; padding-right: 1em; } |
|
15 |
.buttons a { |
|
16 |
background-color: #666666; |
|
17 |
padding: 2pt; |
|
18 |
color: white; |
|
19 |
font-family: sans; |
|
20 |
font-weight: bold; |
|
21 |
} |
|
22 |
.metatag { |
|
23 |
background-color: #888888; |
|
24 |
color: white; |
|
25 |
text-align: right; |
|
26 |
} |
|
27 |
||
28 |
</style> |