[pLog-svn] r1446 - templates/trunk/darkfire

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Sun Mar 13 01:04:54 GMT 2005


Author: jondaley
Date: 2005-03-13 01:04:54 +0000 (Sun, 13 Mar 2005)
New Revision: 1446

Modified:
   templates/trunk/darkfire/style.css
Log:
calendar done

Modified: templates/trunk/darkfire/style.css
===================================================================
--- templates/trunk/darkfire/style.css	2005-03-13 01:00:03 UTC (rev 1445)
+++ templates/trunk/darkfire/style.css	2005-03-13 01:04:54 UTC (rev 1446)
@@ -273,20 +273,27 @@
 /* =====| CALENDAR |========== */
 
 
-.calendar {
+#calendar {
 	empty-cells: show;
-	font-size: 70%;
+	font-size: 14px;
 	margin: 0px;
 	width: 180px;
 }
+.calMonthHeader, .calMonthNav{
+	color: #fff;
+	font: 14px Verdana, Arial, serif;
+	padding-top:10px;
+	text-align: center;
+	text-transform: uppercase;
+}
 
-.calendarHeaderNext {
+#calendar .calMonthForward, #calendar .calMonthForward a{
 	padding-left: 5px;
 	text-align: center;
 	border:0;
 }
 
-.calendarHeaderPrev {
+#calendar .calMonthBackward, #calendar .calMonthBackward a{
 	padding-right: 5px;
 	text-align: center;
 	border:0;
@@ -297,32 +304,17 @@
 	text-decoration: none;
 }
 
-.calendar a:hover {
+#calendar a:hover {
 	background: #ffffff;
 	color: #ff7f00;
 }
 
-.calendarHeader {
-	color: #fff;
-	font: 100% Tahoma, Arial, Serif;
-	padding-top:10px;
-	text-align: center;
-	text-transform: uppercase;
-}
-
-.calendar td {
+#calendar td {
 	color: #b2b2b2;
-	font: normal 80% Tahoma, Arial, Serif;
+	font: normal 12px Tahoma, Arial, Serif;
 	text-align: center;
 }
 
-.calendarToday {
+#calendar .calMonthToday {
 	border: 1px solid #ffffff;
 }
-
-.calendarHeader {
-	color: #fff;
-	text-transform: uppercase;
-	font-weight:normal;
-	text-align: center;
-}
\ No newline at end of file




More information about the pLog-svn mailing list