[pLog-svn] r1406 - plog/trunk/templates/grey

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Sat Mar 12 19:47:37 GMT 2005


Author: jondaley
Date: 2005-03-12 19:47:36 +0000 (Sat, 12 Mar 2005)
New Revision: 1406

Modified:
   plog/trunk/templates/grey/grey.css
   plog/trunk/templates/grey/header.template
Log:
fixed up the calendar some.  There might still be an occasional bug in the font-size for the calendar.  I don't know where it is coming from.  I get a 14 point font every once in a while on firefox.  I added the inherit tags, and that seems to have helped it...

Modified: plog/trunk/templates/grey/grey.css
===================================================================
--- plog/trunk/templates/grey/grey.css	2005-03-12 19:19:59 UTC (rev 1405)
+++ plog/trunk/templates/grey/grey.css	2005-03-12 19:47:36 UTC (rev 1406)
@@ -222,29 +222,63 @@
 #album a, #album a:link, #album a:hover, #album a:active { border: 0px; text-decoration: none; }
 
 .calendar {
-font:12px/1.5 trebuchet ms, verdana, arial, helvetica, sans-serif;
+  font: 12px/1.5 trebuchet ms, verdana, arial, helvetica, sans-serif;
 }
 
-.calendarToday {
+.calMonthToday {
+ font: inherit;
  background-color: #ecdebd;
 }
 
 table.calMonth {
+ font: inherit;
 	width:130px;
 }
 
 thead {
+ font: inherit;
 	text-align:center;
 }
 
 tbody {
+ font: inherit;
 	text-align:right;
 }
 
 table.calYear tbody tr td {
+ font: inherit;
 	vertical-align:top;
 }
 
+
+th.calMonthCurrent {
+ font: inherit;
+   font-weight:normal;
+   padding: 0px;
+   text-align: center;
+}
+
+th.calMonthBackward {
+ font: inherit;
+   font-weight:normal;
+   padding: 0px;
+   text-align:center;
+}
+
+th.calMonthForward {
+ font: inherit;
+   font-weight:normal;
+   padding: 0px;
+   text-align:center;
+}
+
+.calMonthHeader th {
+ font: inherit;
+   text-align:center;
+   font-weight:normal;
+   padding: 0px;
+}
+
 .commentposterinfo {
   	font: 9px trebuchet ms, arial, verdana, sans-serif;
 	letter-spacing: .09em;

Modified: plog/trunk/templates/grey/header.template
===================================================================
--- plog/trunk/templates/grey/header.template	2005-03-12 19:19:59 UTC (rev 1405)
+++ plog/trunk/templates/grey/header.template	2005-03-12 19:47:36 UTC (rev 1406)
@@ -26,7 +26,9 @@
    <div class="Sidetitle">
     <h4>{$locale->tr("calendar")}</h4>
    </div>
+   <div class="calendar">
     {$calendar}
+   </div>
    <div class="Sidetitle">
     <h4>{$locale->tr("recently")}</h4>
    </div>
@@ -36,4 +38,4 @@
     {/foreach}
    </p>
   </div>
-  <div id="Content">
\ No newline at end of file
+  <div id="Content">




More information about the pLog-svn mailing list