[pLog-svn] r3410 - plog/trunk/styles

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sat May 13 17:41:48 GMT 2006


Author: oscar
Date: 2006-05-13 17:41:47 +0000 (Sat, 13 May 2006)
New Revision: 3410

Modified:
   plog/trunk/styles/summary.css
Log:
some more cosmetic changes


Modified: plog/trunk/styles/summary.css
===================================================================
--- plog/trunk/styles/summary.css	2006-05-13 17:29:30 UTC (rev 3409)
+++ plog/trunk/styles/summary.css	2006-05-13 17:41:47 UTC (rev 3410)
@@ -8,6 +8,21 @@
     background       : #EEEEEE url("../imgs/bg_main.jpg") repeat-y center;   
 }
 
+#content a
+{
+    color            : #32609B;
+    font-family      : verdana, arial, tahoma, sans-serif;
+    text-decoration  : underline;
+}
+
+#content a:hover
+{
+    color            : #FFFFFF;
+    background-color : #818181;
+    font-family      : verdana, arial, tahoma, sans-serif;
+    text-decoration  : underline;
+}
+
 /* -------------------------------------------------------------- */
 /* Common stuff and basic page layout                             */
 /* -------------------------------------------------------------- */



More information about the pLog-svn mailing list