[pLog-svn] r1506 - templates/trunk/minitemplate

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Tue Mar 15 05:07:05 GMT 2005


Author: jondaley
Date: 2005-03-15 05:07:04 +0000 (Tue, 15 Mar 2005)
New Revision: 1506

Modified:
   templates/trunk/minitemplate/style.css
Log:
fixed calendar

Modified: templates/trunk/minitemplate/style.css
===================================================================
--- templates/trunk/minitemplate/style.css	2005-03-15 05:06:44 UTC (rev 1505)
+++ templates/trunk/minitemplate/style.css	2005-03-15 05:07:04 UTC (rev 1506)
@@ -371,22 +371,29 @@
 	vertical-align:top;
 	border:  0px solid #000;
 }
-.calendarToday {
+.calMonthToday {
 	background-color: #fff;
 	border: 1px solid #AAA;
 	}
-.calMonthBackward {
-	background-color: #ccc;
-	}
-.calMonthCurrent {
-	background-color: #eee;
-	}
-.calMonthForward {
-	background-color: #ccc;
-	}
-.calMonthHeader {
-	background-color: #eee;
-	}
+.calMonthHeader, .calMonthNav{
+	color: #000;
+	font: 10px Verdana, Arial, serif;
+	padding-top:10px;
+	text-align: center;
+	text-transform: lowercase;
+}
+
+#calendar .calMonthForward, #calendar .calMonthForward>a{
+	padding-left: 5px;
+	text-align: center;
+	border:0px;
+}
+
+#calendar .calMonthBackward, #calendar .calMonthBackward>a{
+	padding-right: 5px;
+	text-align: center;
+	border:0px;
+}
 /* calendar style end*/
 /* comment style ,used by postandcomments.template */
 .commentposterinfo {
@@ -505,4 +512,4 @@
 	border: 0px;
 	font-weight: bold;
 	display:block;
-	}
\ No newline at end of file
+	}




More information about the pLog-svn mailing list