rev 1368 - trunk/mariachi/templates

[prev] [thread] [next] [lurker] [Date index for 2003/08/28]

From: richardc
Subject: rev 1368 - trunk/mariachi/templates
Date: 16:37 on 28 Aug 2003
Author: richardc
Date: 2003-08-28 16:37:35 +0100 (Thu, 28 Aug 2003)
New Revision: 1368

Added:
   trunk/mariachi/templates/css.tt2
Log:
split out (guess what this helps)

Added: trunk/mariachi/templates/css.tt2
===================================================================
--- trunk/mariachi/templates/css.tt2	2003-08-23 08:40:32 UTC (rev 1367)
+++ trunk/mariachi/templates/css.tt2	2003-08-28 15:37:35 UTC (rev 1368)
@@ -0,0 +1,39 @@
+  body {
+    color: #444444;
+    background-color: #FFFFFF;
+    font-family: Verdana, Geneva, Arial, Helvetica;
+  }
+  .headers {
+    border: 1px solid black;
+    color: black;
+    background-color: #dddddd;
+  }
+  .threads {
+    border: 1px solid black;
+    color: black;
+    background-color: #dddddd;
+    margin-top: 10px;
+  }
+  .thread {
+    list-style-image: none;
+    list-style-type: none;
+  }
+
+  table { 
+    border-collapse:collapse; 
+    border:hidden; 
+    table-layout:auto 
+  } 
+  tr { 
+    vertical-align:top; 
+    text-align:left; 
+    font-family:Arial, sans-serif; 
+    padding:0 
+  }
+  tr.row1 { 
+    background-color:#dddddd; 
+  }  /* even rows in mindex/thread/search tables */
+  tr.row2 { 
+    background-color:#eeeeee; 
+  }  /* odd rows in mindex/thread/search tables  */
+

Generated at 13:57 on 01 Jul 2004 by mariachi 0.52