[pLog-svn] r1437 - templates/trunk/aubmach

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Sat Mar 12 23:45:29 GMT 2005


Author: jondaley
Date: 2005-03-12 23:45:29 +0000 (Sat, 12 Mar 2005)
New Revision: 1437

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

Modified: templates/trunk/aubmach/style.css
===================================================================
--- templates/trunk/aubmach/style.css	2005-03-12 23:45:02 UTC (rev 1436)
+++ templates/trunk/aubmach/style.css	2005-03-12 23:45:29 UTC (rev 1437)
@@ -87,7 +87,7 @@
 	margin: 2em 0;
 	padding: 0;
 	float: right;
-	width: 25%;
+	width: 200px;
 	line-height: 130%;
 	}
 
@@ -167,14 +167,14 @@
 
 input[type="submit"] {
 	margin: 0;
-	width: 25%;
+/*	width: 25%;*/
 	padding: 1px;
 	background: transparent;
 	color: #eef;
 	font-family: 'Bitstream Vera Sans', verdana, sans-serif;
 	font-size: .9em;
 	border: 2px outset #99b;
-	}
+}
 
 input[type="submit"]:hover, input[type="submit"]:focus {
 	cursor: pointer;
@@ -182,14 +182,14 @@
 	}
 
 #menu input {
-	width: 87%;
-	margin: .6em 0;
-	}
+	width: 100px;
+	margin: 0 0 .6em 0;
+}
 
 #menu input[type="submit"] {
-	width: 40%;
-	margin: 0 0 0 50%;
-	}
+	width: 60px;
+	margin: 0 0 0 50px;
+}
 	
 
 td {
@@ -238,4 +238,49 @@
 	list-style: none;
 	margin: 0;
 	padding: 0;
-	}
\ No newline at end of file
+	}
+
+#calendar {
+	background: transparent;
+	empty-cells: show;
+	font-size: 11px;
+	width: 150px;
+	margin: 0px;
+	border: 0px;
+}
+
+#calendar a {
+	color: #00B;
+}
+#calendar .calMonthForward a, #calendar .calMonthForward{
+	padding: 0px 5px 0px 0px;
+	text-align: right;
+	font-weight:normal;
+	font-size: 22px;
+}
+
+#calendar .calMonthBackward a, #calendar .calMonthBackward{
+	padding: 0px 0px 0px 5px;
+	text-align: left;
+	font-weight:normal;
+    font-size: 22px;
+}
+
+#calendar a:hover {
+	color: #FFF;
+}
+
+
+#calendar td, #calendar th {
+	color: #FFF;
+	font-size: 11px;
+	font-weight: normal;
+	padding: 0px;
+	text-align: center;
+}
+	
+.calMonthToday {
+	background: #98ABBD;
+	color: #FFF;
+}
+




More information about the pLog-svn mailing list