diff roundup/templates/classic/html/style.css @ 192:01a910e17403

finished off colourising the classic template
author Richard Jones <richard@users.sourceforge.net>
date Fri, 03 Aug 2001 01:19:43 +0000
parents e8087fc26fee
children 65234f56b250
line wrap: on
line diff
--- a/roundup/templates/classic/html/style.css	Fri Aug 03 00:59:47 2001 +0000
+++ b/roundup/templates/classic/html/style.css	Fri Aug 03 01:19:43 2001 +0000
@@ -79,6 +79,30 @@
   color: #ffffff;
 }
 
+.msg-header {
+  font-family: Verdana, Helvetica, sans-serif;
+  font-size: 12pt;
+  font-weight: bold;
+  background-color: #EE71AC;
+  color: #ffffff;
+}
+
+.file-header {
+  font-family: Verdana, Helvetica, sans-serif;
+  font-size: 12pt;
+  font-weight: bold;
+  background-color: #41BE62;
+  color: #ffffff;
+}   
+
+.history-header {
+  font-family: Verdana, Helvetica, sans-serif;
+  font-size: 12pt;
+  font-weight: bold;
+  background-color: #739DEE;
+  color: #ffffff;
+}
+
 .list-header {
   background-color: #aaccff;
   color: #000000;

Roundup Issue Tracker: http://roundup-tracker.org/