templates/header.tmpl
author mpm@selenic.com
Sat, 02 Jul 2005 19:10:14 -0800
changeset 583 415054ea31c1
parent 172 e9b1147db448
child 585 51626d888526
permissions -rw-r--r--
[PATCH] Hide style from non conformant agents -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [PATCH] Hide style from non conformant agents From: Edouard Gomez <edouard.gomez@gmail.com> Hide style from non conformant agents manifest hash: a5bab168fece5c570b84987faee8eed944ce3fab -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCx1cWywK+sNU5EO8RAm9LAKCcVq6I71gE+SR97ebX4hgm3+1L6QCgtUF6 qWADsVpZhU5xVipYn0SpE9Y= =btY1 -----END PGP SIGNATURE-----
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     1
Content-type: text/html
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     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
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     4
<html>
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     5
<head>
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     6
<style type="text/css">
583
415054ea31c1 [PATCH] Hide style from non conformant agents
mpm@selenic.com
parents: 172
diff changeset
     7
<!--
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     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; }
e9b1147db448 hgweb: alternating colors for multifile diffs
mpm@selenic.com
parents: 168
diff changeset
    11
.lineno { width: 60px; color: #aaaaaa; font-size: smaller; }
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    12
.plusline { color: green; }
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    13
.minusline { color: red; }
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    14
.atline { color: purple; }
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    15
.annotate { font-size: smaller; text-align: right; padding-right: 1em; }
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    16
.buttons a {
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    17
  background-color: #666666;
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    18
  padding: 2pt;
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    19
  color: white;
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    20
  font-family: sans;
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    21
  font-weight: bold;
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    22
}
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    23
.metatag {
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    24
  background-color: #888888;
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    25
  color: white;
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    26
  text-align: right; 
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    27
}
583
415054ea31c1 [PATCH] Hide style from non conformant agents
mpm@selenic.com
parents: 172
diff changeset
    28
-->
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    29
</style>