[pLog-svn] r1486 - templates/trunk/lemons

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Tue Mar 15 03:33:55 GMT 2005


Author: jondaley
Date: 2005-03-15 03:33:54 +0000 (Tue, 15 Mar 2005)
New Revision: 1486

Modified:
   templates/trunk/lemons/footer.template
   templates/trunk/lemons/header.template
   templates/trunk/lemons/lemons.css
   templates/trunk/lemons/post.template
   templates/trunk/lemons/searchresults.template
Log:
fixed smarty spacing. fixed calendar. fixed lemon header on IE and Firefox.  moved powered by up, so it doesn't look funny

Modified: templates/trunk/lemons/footer.template
===================================================================
--- templates/trunk/lemons/footer.template	2005-03-15 03:09:38 UTC (rev 1485)
+++ templates/trunk/lemons/footer.template	2005-03-15 03:33:54 UTC (rev 1486)
@@ -1,8 +1,10 @@
-<div class="next"><a href="#top">^ {$locale->tr("back_top")}</a></div>
+    <div class="next"><a href="#top">^ {$locale->tr("back_top")}</a></div>
+  </div>
+
+  <div class="bottom">Powered by <a href="http://www.plogworld.net">pLog</a><br/>
+     Design &copy; 2002 <a href="http://wannabegirl.org/css/">Firda Beka</a><br/>
+  </div>
+
 </div>
-</div>
-<div class="bottom">Powered by <a href="http://www.plogworld.net">pLog</a><br/>
-Design &copy; 2002 <a href="http://wannabegirl.org/css/">Firda Beka</a><br/>
-</div>
 </body>
 </html>

Modified: templates/trunk/lemons/header.template
===================================================================
--- templates/trunk/lemons/header.template	2005-03-15 03:09:38 UTC (rev 1485)
+++ templates/trunk/lemons/header.template	2005-03-15 03:33:54 UTC (rev 1486)
@@ -8,7 +8,7 @@
 </head>
 
 <body>
-<div id="banner"></div>
+<div id="banner">&nbsp;</div>
 <div id="sidebar">
 
 <div class="sidetitle">

Modified: templates/trunk/lemons/lemons.css
===================================================================
--- templates/trunk/lemons/lemons.css	2005-03-15 03:09:38 UTC (rev 1485)
+++ templates/trunk/lemons/lemons.css	2005-03-15 03:33:54 UTC (rev 1486)
@@ -2,9 +2,9 @@
 body {
 	margin:0px;
 	padding:0px;
-        background:#ff9 url(./bg.gif);
+    background:#ff9 url(./bg.gif);
 	width: 100%;
-	}
+}
 
 A	 	{ color: #080; text-decoration: none; font-weight: bold;}
 A:link	{ color: #080; text-decoration: none; }
@@ -60,31 +60,34 @@
 	text-align: left
 	voice-family: "\"}\"";
 	voice-family: inherit;
-		}		
+	margin: 225px 441px 0px 0px;
+}		
 html>body #centercontent {
 	margin: 0px 441px 0px 0px;
 	border-top: 0px;
-		}
+}
 
 
 #banner {
 	position: absolute;
-	z-index: 1;
+	z-index: 10;
 	top: 0px;
-	left:0px;
-        background:#fff url(./topbanner.jpg);
-	width: 1024px;
+	right: 216px;
+    background:#fff url(./topbanner.jpg);
+	width: 226px;
 	height:216px;
 	padding:0px; 
 	border-right: 1px solid #000;
 	border-bottom: 1px solid #000;
 	voice-family: "\"}\"";
 	voice-family: inherit;
+	width: 1024px;
+	height: 216px;
 }
 html>body #banner {
-	width: 224px;
+	width: 1024px;
 	height:216px;
-		}
+}
 	
 
 .blog {
@@ -131,15 +134,14 @@
 	}
 
 .bottom {
-	position: relative;
+    position: relative;
 	font:1em/1.25 monospace;
 	text-indent:0 !important;
 	padding:.3em;
 	text-align: center;
 	padding:5px;
+	margin-top: 20px;
 	margin-bottom: 20px;
-	margin-top: 20px;
-	width:1024px;
 	letter-spacing: .1em;
 	border-top:1px solid #000;
 	border-bottom:1px solid #000;
@@ -210,8 +212,7 @@
 	}
 
 /**** styles for the calendar ****/
-.calendar
-{
+#calendar{
  font-style: bold;
  text-align: center;
  font-size: 8pt;
@@ -219,7 +220,7 @@
  margin: 1px;
 }
 
-.calendarToday
+.calMonthToday
 {
  background-color: #ead7b6;
  text-align: center;

Modified: templates/trunk/lemons/post.template
===================================================================
--- templates/trunk/lemons/post.template	2005-03-15 03:09:38 UTC (rev 1485)
+++ templates/trunk/lemons/post.template	2005-03-15 03:33:54 UTC (rev 1486)
@@ -3,8 +3,7 @@
    <div class="postheader">
     <a name="{$post->getId()}"></a>{$locale->formatDate($postDate, "%H:%m")} {$post->getTopic()} <span class="categoryinfo">[
    {foreach name=categories from=$post->getCategories() item=postcategory}
-     <a href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>
-     {if !$smarty.foreach.categories.last}, {/if}
+     <a href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>{if !$smarty.foreach.categories.last}, {/if}
    {/foreach}    
   ]</span>
    </div>

Modified: templates/trunk/lemons/searchresults.template
===================================================================
--- templates/trunk/lemons/searchresults.template	2005-03-15 03:09:38 UTC (rev 1485)
+++ templates/trunk/lemons/searchresults.template	2005-03-15 03:33:54 UTC (rev 1486)
@@ -6,8 +6,7 @@
       {assign var=article value=$result->getArticle()}
       <a href="{$url->postPermalink($article)}"><h3><b>{$article->getTopic()}</b></h3></a>
      <div align="right">{foreach name=categories from=$article->getCategories() item=postcategory}
-       <a href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>
-       {if !$smarty.foreach.categories.last}, {/if}
+       <a href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>{if !$smarty.foreach.categories.last}, {/if}
      {/foreach}</div>
       <p>
       {$article->getText()|strip_tags|truncate:300:"...":false}




More information about the pLog-svn mailing list