comparison templates/htmlstart.tmpl @ 137:b45b1b00fc9e

Merge from hgweb
author mpm@selenic.com
date Sun, 22 May 2005 08:13:38 -0800
parents 0e8d60d2bb2b
children
comparison
equal deleted inserted replaced
130:e6678a1beb6a 137:b45b1b00fc9e
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <HTML>
3 <!-- created by hgweb 0.1 - jake@edge2.net -->
4 <HEAD><TITLE>#title#</TITLE>
5 <style type="text/css">
6 body { font-family: sans-serif; font-size: 12px; }
7 table { font-size: 12px; }
8 .errmsg { font-size: 200%; color: red; }
9 .filename { font-size: 150%; color: purple; }
10 .manifest { font-size: 150%; color: purple; }
11 .filehist { font-size: 150%; color: purple; }
12 .annotation { font-size: 150%; color: purple; }
13 .plusline { color: green; }
14 .minusline { color: red; }
15 .atline { color: purple; }
16 a.annlinelink { text-decoration: none; color: black; }
17 a.revnumlink { text-decoration: none; color: black; }
18 a.annlinelink:hover { text-decoration: none; color: blue; }
19 a.revnumlink:hover { text-decoration: none; color: blue; }
20 </style>
21 </HEAD>
22 <BODY>
23