template alternating colors
authorrk <rk>
Mon, 1 Apr 2002 20:31:37 +0000 (20:31 +0000)
committerrk <rk>
Mon, 1 Apr 2002 20:31:37 +0000 (20:31 +0000)
templates-dist/admin/commentlist.template
web/admin.css [new file with mode: 0755]

index 8829768..623fc1a 100755 (executable)
@@ -1,6 +1,8 @@
 <html>
 <head>
        <title>${lang("commentlist.htmltitle")}</title>
+       <link rel="stylesheet" type="text/css" href="admin.css">
+
 </head>
 
 <body bgcolor="#FFFFFF">
@@ -65,7 +67,7 @@
                <a href="${config.actionRoot}?module=Content&do=edit&id=${articleHash[entry.to_media]["id"]}">
                ${articleHash[entry.to_media]["title"]}</a>
        </td>
-       
+
        <td><font size="1">&nbsp;<a href="${config.actionRoot}?module=Comment&do=delete&id=${entry.id}">${lang("delete")}</a>
     </font></td>
   </tr>
diff --git a/web/admin.css b/web/admin.css
new file mode 100755 (executable)
index 0000000..f81ecaa
--- /dev/null
@@ -0,0 +1,126 @@
+<STYLE TYPE="text/css">   
+
+   <!--
+
+   a:link  {
+
+       color : #006600;
+
+       text-decoration : none;
+
+   }
+
+   
+
+   a:visited  {
+
+       color : #009900;
+
+       text-decoration : none;
+
+   }
+
+   
+
+   a:active  {
+
+       color : White;
+
+       text-decoration : none;
+
+       background-color : #006600;
+
+   }
+
+   
+
+   a:hover  {
+
+       color : White;
+
+       text-decoration : none;
+
+       background-color : #006600;
+
+   }
+
+   
+
+   body,ol,div,td,th,address,blockquote,nobr,form  {
+
+       font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
+
+   }
+
+   
+
+   h1,h2,h4  {
+
+       font-family : Trebuchet MS, Verdana, Arial, Helvetica,sans-serif;
+
+   }
+
+   
+
+   h3  {
+
+       font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
+
+       font-size : 11pt;
+
+   }
+
+   
+
+   pre  {
+
+       font-family : Courier New, Courier, mono, Arial, Helvetica, sans-serif;
+
+       font-size : 8pt;
+
+   }
+
+   
+
+   ul,li,p,ol,b,i  {
+
+       font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
+
+   }
+
+   
+
+   p.small  {
+
+       font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
+
+       font-size : 8pt;
+
+   }
+
+   
+
+   p.dir  {
+
+       font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
+
+       font-size : 10pt;
+
+       margin-top : 0cm;
+
+       margin-bottom : 0cm;
+
+   }
+
+   
+
+   a.black  {
+
+       color : Black;
+
+   }
+
+   -->
+
+   </STYLE>
+