[pLog-svn] r1456 - templates/trunk/water_play

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Sun Mar 13 03:05:15 GMT 2005


Author: jondaley
Date: 2005-03-13 03:05:14 +0000 (Sun, 13 Mar 2005)
New Revision: 1456

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

Modified: templates/trunk/water_play/style.css
===================================================================
--- templates/trunk/water_play/style.css	2005-03-13 02:55:38 UTC (rev 1455)
+++ templates/trunk/water_play/style.css	2005-03-13 03:05:14 UTC (rev 1456)
@@ -237,22 +237,27 @@
 	text-align: left;
 }
 
-.calendar {
+#calendar {
 	empty-cells: show;
 	border-top: 1px #808080 solid;
-	font-size: 14px;
-	margin: 0;
-	width: 98%;
+	margin: 0px;
+	width: 130px;
 }
+.calMonthHeader, .calMonthNav{
+	color: #fff;
+	font: 9px Verdana, Arial, serif;
+	padding-top:10px;
+	text-align: center;
+}
 
-.calendarHeaderNext {
-	padding-right: 10px;
-	text-align: right;
+#calendar .calMonthForward, #calendar .calMonthForward>a{
+	text-align: center;
+	border:0px;
 }
 
-.calendarHeaderPrev {
-	padding-left: 10px;
-	text-align: left;
+#calendar .calMonthBackward, #calendar .calMonthBackward>a{
+	text-align: center;
+	border:0px;
 }
 
 .calDayLink {
@@ -260,35 +265,25 @@
 	text-decoration: none;
 }
 
-.calendar a:hover,.calendar td:hover {
+#calendar a:hover,#calendar td:hover {
 	background: #DECDB3;
 	color: #000;
 }
 
-.calendarHeader {
-	color: #DECDB3;
-	font-size: 16px;
-	text-align: center;
-}
-
-.calendar td {
+#calendar td {
 	color: #ccc;
-	font: normal 12px 'times new roman', times, serif;
+	font: normal 9px 'times new roman', times, serif;
 	letter-spacing: normal;
-	padding: 2px 0;
+	padding: 0px;
 	text-align: center;
 }
 
-.calendar td.pad:hover {
+#calendar td.pad:hover {
 	background: #DECDB3;
 }
 
-.calendarToday {
+#calendar .calMonthToday {
 	border: 1px solid #DECDB3;
 	color: #fff;
 }
 
-.calendarHeader {
-	font-style: normal;
-	text-transform: capitalize;
-}
\ No newline at end of file




More information about the pLog-svn mailing list