header.tmpl
79 lines
| 1.9 KiB
| 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"> | ||||
mpm@selenic.com
|
r583 | <!-- | ||
mpm@selenic.com
|
r142 | a { text-decoration:none; } | ||
mpm@selenic.com
|
r172 | .parity0 { background-color: #dddddd; } | ||
.parity1 { background-color: #eeeeee; } | ||||
TK Soh
|
r1336 | .lineno { width: 60px; color: #aaaaaa; font-size: smaller; | ||
text-align: right; padding-right:1em; } | ||||
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; | ||||
} | ||||
TK Soh
|
r1425 | .navigate a { | ||
background-color: #ccc; | ||||
padding: 2pt; | ||||
font-family: sans; | ||||
color: black; | ||||
} | ||||
Matt Mackall
|
r1417 | |||
mpm@selenic.com
|
r142 | .metatag { | ||
background-color: #888888; | ||||
color: white; | ||||
Thomas Arendsen Hein
|
r1308 | text-align: right; | ||
mpm@selenic.com
|
r142 | } | ||
mpm@selenic.com
|
r585 | |||
mpm@selenic.com
|
r602 | /* Common */ | ||
Edouard Gomez
|
r672 | pre { margin: 0; } | ||
Matt Mackall
|
r1417 | .logo { | ||
background-color: #333; | ||||
padding: 4pt; | ||||
margin: 8pt 0 8pt 8pt; | ||||
font-family: sans; | ||||
font-size: 60%; | ||||
color: white; | ||||
float: right; | ||||
clear: right; | ||||
text-align: left; | ||||
} | ||||
.logo a { | ||||
font-weight: bold; | ||||
font-size: 150%; | ||||
color: #999; | ||||
} | ||||
mpm@selenic.com
|
r602 | |||
mpm@selenic.com
|
r585 | /* Changelog entries */ | ||
.changelogEntry { width: 100%; } | ||||
TK Soh
|
r1334 | .changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; } | ||
mpm@selenic.com
|
r585 | .changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; } | ||
.changelogEntry th.firstline { text-align: left; width: inherit; } | ||||
mpm@selenic.com
|
r586 | |||
/* Tag entries */ | ||||
#tagEntries { list-style: none; margin: 0; padding: 0; } | ||||
#tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; } | ||||
#tagEntries .tagEntry span.node { font-family: monospace; } | ||||
mpm@selenic.com
|
r602 | |||
/* Changeset entry */ | ||||
#changesetEntry { } | ||||
#changesetEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; } | ||||
#changesetEntry th.files, #changesetEntry th.description { vertical-align: top; } | ||||
/* File diff view */ | ||||
#filediffEntry { } | ||||
#filediffEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; } | ||||
Edouard Gomez
|
r672 | |||
mpm@selenic.com
|
r583 | --> | ||
mpm@selenic.com
|
r142 | </style> | ||