comparison templates/header.tmpl @ 172:e9b1147db448

hgweb: alternating colors for multifile diffs
author mpm@selenic.com
date Thu, 26 May 2005 20:37:05 -0800
parents 65cf1b0cfe86
children 415054ea31c1
comparison
equal deleted inserted replaced
171:75dddd697ed4 172:e9b1147db448
3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <html> 4 <html>
5 <head> 5 <head>
6 <style type="text/css"> 6 <style type="text/css">
7 a { text-decoration:none; } 7 a { text-decoration:none; }
8 .parity0 { background-color: #eeeeee; } 8 .parity0 { background-color: #dddddd; }
9 .parity1 { background-color: #f8f8f8; } 9 .parity1 { background-color: #eeeeee; }
10 .lineno { width: 60px; color: #cccccc; font-size: smaller; } 10 .lineno { width: 60px; color: #aaaaaa; font-size: smaller; }
11 .plusline { color: green; } 11 .plusline { color: green; }
12 .minusline { color: red; } 12 .minusline { color: red; }
13 .atline { color: purple; } 13 .atline { color: purple; }
14 .annotate { font-size: smaller; text-align: right; padding-right: 1em; } 14 .annotate { font-size: smaller; text-align: right; padding-right: 1em; }
15 .buttons a { 15 .buttons a {