header.tmpl
28 lines
| 659 B
| application/x-cheetah
|
CheetahLexer
/ templates / header.tmpl
mpm@selenic.com
|
r142 | Content-type: text/html | ||
jake@edge2.net
|
r154 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
mpm@selenic.com
|
r142 | <html> | ||
<head> | ||||
<style type="text/css"> | ||||
a { text-decoration:none; } | ||||
mpm@selenic.com
|
r172 | .parity0 { background-color: #dddddd; } | ||
.parity1 { background-color: #eeeeee; } | ||||
.lineno { width: 60px; color: #aaaaaa; font-size: smaller; } | ||||
mpm@selenic.com
|
r142 | .plusline { color: green; } | ||
.minusline { color: red; } | ||||
.atline { color: purple; } | ||||
.annotate { font-size: smaller; text-align: right; padding-right: 1em; } | ||||
.buttons a { | ||||
background-color: #666666; | ||||
padding: 2pt; | ||||
color: white; | ||||
font-family: sans; | ||||
font-weight: bold; | ||||
} | ||||
.metatag { | ||||
background-color: #888888; | ||||
color: white; | ||||
text-align: right; | ||||
} | ||||
</style> | ||||