[pLog-svn] r1500 - templates/trunk/zen

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Tue Mar 15 04:46:51 GMT 2005


Author: jondaley
Date: 2005-03-15 04:46:50 +0000 (Tue, 15 Mar 2005)
New Revision: 1500

Modified:
   templates/trunk/zen/albums.template
   templates/trunk/zen/footer.template
   templates/trunk/zen/main.template
   templates/trunk/zen/style.css
Log:
same old changes

Modified: templates/trunk/zen/albums.template
===================================================================
--- templates/trunk/zen/albums.template	2005-03-15 04:35:10 UTC (rev 1499)
+++ templates/trunk/zen/albums.template	2005-03-15 04:46:50 UTC (rev 1500)
@@ -22,4 +22,5 @@
  </div>
 {/foreach}
 </div>
+{include file="$blogtemplate/panel.template"}
 {include file="$blogtemplate/footer.template"}

Modified: templates/trunk/zen/footer.template
===================================================================
--- templates/trunk/zen/footer.template	2005-03-15 04:35:10 UTC (rev 1499)
+++ templates/trunk/zen/footer.template	2005-03-15 04:46:50 UTC (rev 1500)
@@ -1,6 +1,3 @@
     </div>
-    <p class="credit">
-        Powered by <a href="http://www.plogworld.net" target="_blank">pLog</a>
-    </p>
     </body>
 </html>

Modified: templates/trunk/zen/main.template
===================================================================
--- templates/trunk/zen/main.template	2005-03-15 04:35:10 UTC (rev 1499)
+++ templates/trunk/zen/main.template	2005-03-15 04:46:50 UTC (rev 1500)
@@ -6,7 +6,10 @@
     {include file="$blogtemplate/post.template"}
   </div>
  {/foreach}
+    <p class="credit">
+        Powered by <a href="http://www.plogworld.net" target="_blank">pLog</a>
+    </p>
 </div>
 
 {include file="$blogtemplate/panel.template"}
-{include file="$blogtemplate/footer.template"}
\ No newline at end of file
+{include file="$blogtemplate/footer.template"}

Modified: templates/trunk/zen/style.css
===================================================================
--- templates/trunk/zen/style.css	2005-03-15 04:35:10 UTC (rev 1499)
+++ templates/trunk/zen/style.css	2005-03-15 04:46:50 UTC (rev 1500)
@@ -216,54 +216,60 @@
 	font-size: .5em;
 	text-align: center;
 }
-.calendar {
+#calendar {
 	font-size: 14px;
-	border: 1px solid #ddd;
+	border: 0px;
 	margin: 0;
 	width: 90%;
 	empty-cells: show;
 }
-.calendarHeaderNext {
-	text-align: right;
-	padding-right: 10px;
+
+.calMonthHeader, .calMonthNav{
+	color: #000;
+	font: 11px Verdana, Arial, serif;
+	padding-top:10px;
+	text-align: center;
+	text-transform: lowercase;
 }
-.calendarHeaderPrev {
-	text-align: left;
-	padding-left: 10px;
+
+#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;
+}
+
 .calDayLink {
+	display: block;
 	text-decoration: none;
-	display: block;
 }
-.calendar a:hover {
+#calendar a:hover {
 	background: #e0e6e0;
 	color: #333;
 }
-.calendarHeader {
-	color: #999;
-	font-size: 16px;
-	text-align: left;
-}
-.calendar td {
-	color: #ccc;
-	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
+
+#calendar td {
+	color: #000;
+	font: normal 10px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
 	text-align: center;
 	letter-spacing: normal;
-	padding: 2px 0;
+	padding: 0px;
 	
 }
-.calendar td.pad:hover {
+#calendar td.pad:hover {
 	background: #fff;
 }
-.calendar td:hover, .calendarToday {
+#calendar td:hover, .calMonthToday {
 	background: #eee;
 	color: #bbb;
 }
-.calendarHeader {
-	font-style: normal;
-	text-transform: capitalize;
-}
 
+
 /*footer/credit*/
 .credit {
 	background: #666666;
@@ -278,4 +284,4 @@
 
 .credit a:link, .credit a:hover {
 	color: #fff;
-}
\ No newline at end of file
+}




More information about the pLog-svn mailing list