[pLog-svn] r6324 - templates/branches/lifetype-1.2/FallingLeaves

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Mon Apr 28 08:29:47 EDT 2008


Author: jondaley
Date: 2008-04-28 08:29:47 -0400 (Mon, 28 Apr 2008)
New Revision: 6324

Modified:
   templates/branches/lifetype-1.2/FallingLeaves/bookmark.template
   templates/branches/lifetype-1.2/FallingLeaves/links.template
   templates/branches/lifetype-1.2/FallingLeaves/main.template
   templates/branches/lifetype-1.2/FallingLeaves/postandcomments.template
   templates/branches/lifetype-1.2/FallingLeaves/style.css
Log:
removed dos carriage returns

Modified: templates/branches/lifetype-1.2/FallingLeaves/bookmark.template
===================================================================
--- templates/branches/lifetype-1.2/FallingLeaves/bookmark.template	2008-04-28 12:29:37 UTC (rev 6323)
+++ templates/branches/lifetype-1.2/FallingLeaves/bookmark.template	2008-04-28 12:29:47 UTC (rev 6324)
@@ -1,5 +1,5 @@
 {include file="$blogtemplate/header.template"}
-{include file="$blogtemplate/links.template"}
+{include file="$blogtemplate/links.template"}
 		<!-- Loop Start -->
 			<h2>{$locale->tr("my_links")}</h2>
 				{foreach from=$mylinkscategories item=linkcategory}

Modified: templates/branches/lifetype-1.2/FallingLeaves/links.template
===================================================================
--- templates/branches/lifetype-1.2/FallingLeaves/links.template	2008-04-28 12:29:37 UTC (rev 6323)
+++ templates/branches/lifetype-1.2/FallingLeaves/links.template	2008-04-28 12:29:47 UTC (rev 6324)
@@ -1,71 +1,71 @@
-<!-- begin sidebar -->
-<div id=sidebar>
+<!-- begin sidebar -->
+<div id=sidebar>
 
-{assign var=blogOwner value=$blog->getOwnerInfo()}
-{assign var=aboutMyself value=$blogOwner->getaboutMyself()}
-{if $blogOwner->hasPicture() && $aboutMyself}  
-  	 <h2>{$locale->tr("about_myself")}</h2>
-  	{assign var=picture value=$blogOwner->getPicture()}
-  	<img id="UserPicture" src="{$picture->getPreviewlink()}" alt="{$blogOwner->getUsername()}" /><br/>
-    {$aboutMyself}
-{/if}
+{assign var=blogOwner value=$blog->getOwnerInfo()}
+{assign var=aboutMyself value=$blogOwner->getaboutMyself()}
+{if $blogOwner->hasPicture() && $aboutMyself}  
+  	 <h2>{$locale->tr("about_myself")}</h2>
+  	{assign var=picture value=$blogOwner->getPicture()}
+  	<img id="UserPicture" src="{$picture->getPreviewlink()}" alt="{$blogOwner->getUsername()}" /><br/>
+    {$aboutMyself}
+{/if}
 <br />
 
-<h2>{$locale->tr('search_s')}</h2>
-<form method="post" action="{$url->getIndexUrl()}">
-<input type="text" name="searchTerms" value="" size="12" />
-<input type="hidden" name="op" value="Search" />
-<input type="hidden" name="blogId" value="{$blog->getId()}"/>
-<input type="submit" name="Search" value="Search" />
-</form>
+<h2>{$locale->tr('search_s')}</h2>
+<form method="post" action="{$url->getIndexUrl()}">
+<input type="text" name="searchTerms" value="" size="12" />
+<input type="hidden" name="op" value="Search" />
+<input type="hidden" name="blogId" value="{$blog->getId()}"/>
+<input type="submit" name="Search" value="Search" />
+</form>
 <br />
 
 <h2>{$locale->tr('calendar')}</h2>
 {$calendar}<br />
-
-<h2>{$locale->tr("recently")}</h2>
-<ul>
-{foreach from=$recentposts item=recentpost}
-<li>
-<a title="{$recentpost->getText()|truncate:150:"..."|strip_tags|escape}" href="{$url->postlink($recentpost)}">{$recentpost->getTopic()}</a><br/>
-</li>
-{/foreach}
+
+<h2>{$locale->tr("recently")}</h2>
+<ul>
+{foreach from=$recentposts item=recentpost}
+<li>
+<a title="{$recentpost->getText()|truncate:150:"..."|strip_tags|escape}" href="{$url->postlink($recentpost)}">{$recentpost->getTopic()}</a><br/>
+</li>
+{/foreach}
 </ul>
-<br />
-
-
-<h2>{$locale->tr("categories")}</h2>
-<ul>
-{foreach from=$articlecategories item=articleCategory}
-<li>
-<a href="{$url->categorylink($articleCategory)}">{$articleCategory->getName()}</a> ({$articleCategory->getNumarticles()})
-</li>
-{/foreach}
+<br />
+
+
+<h2>{$locale->tr("categories")}</h2>
+<ul>
+{foreach from=$articlecategories item=articleCategory}
+<li>
+<a href="{$url->categorylink($articleCategory)}">{$articleCategory->getName()}</a> ({$articleCategory->getNumarticles()})
+</li>
+{/foreach}
 </ul>
-<br />
-
-
-<h2>{$locale->tr('menu')}</h2>
-<ul>
-<li><a title="{$locale->tr("main")}" href="{$url->bloglink()}">{$locale->tr("main")}</a>
-<li><a title="{$locale->tr("archives")}" href="{$url->templatePage("archives")}">{$locale->tr("archives")}</a>
-<li><a title="{$locale->tr("links")}" href="{$url->templatePage("bookmark")}">{$locale->tr("links")}</a>
-<li><a title="{$locale->tr("summary")}" href="{$url->getUrl("/summary.php")}">{$locale->tr("summary")}</a>
-</ul><br />
-
-<h2>{#lcl_meta#}</h2>
-<ul>
-<li><a title="{$locale->tr("admin")}" href="{$url->getadminUrl()}">{$locale->tr("admin")}</a></li>
-<li><a title="{$locale->tr("albums")}" href="{$url->albumlink()}">{$locale->tr("albums")}</a></li>
-<li><a title="This page validates as XHTML 1.0 Transitional" href="http://validator.w3.org/check/referer">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a> </li>
-<li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a> </li>
-<li><a title="Powered by lifeType, state-of-the-art semantic personal publishing platform." href="http://www.lifetype.net/">LifeType</a> </li>
+<br />
+
+
+<h2>{$locale->tr('menu')}</h2>
+<ul>
+<li><a title="{$locale->tr("main")}" href="{$url->bloglink()}">{$locale->tr("main")}</a>
+<li><a title="{$locale->tr("archives")}" href="{$url->templatePage("archives")}">{$locale->tr("archives")}</a>
+<li><a title="{$locale->tr("links")}" href="{$url->templatePage("bookmark")}">{$locale->tr("links")}</a>
+<li><a title="{$locale->tr("summary")}" href="{$url->getUrl("/summary.php")}">{$locale->tr("summary")}</a>
+</ul><br />
+
+<h2>{#lcl_meta#}</h2>
+<ul>
+<li><a title="{$locale->tr("admin")}" href="{$url->getadminUrl()}">{$locale->tr("admin")}</a></li>
+<li><a title="{$locale->tr("albums")}" href="{$url->albumlink()}">{$locale->tr("albums")}</a></li>
+<li><a title="This page validates as XHTML 1.0 Transitional" href="http://validator.w3.org/check/referer">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a> </li>
+<li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a> </li>
+<li><a title="Powered by lifeType, state-of-the-art semantic personal publishing platform." href="http://www.lifetype.net/">LifeType</a> </li>
 </ul>
-<br />
-
-
-
-</div>
-<!-- end sidebar -->
-
-<div id=content><!-- end header -->
+<br />
+
+
+
+</div>
+<!-- end sidebar -->
+
+<div id=content><!-- end header -->

Modified: templates/branches/lifetype-1.2/FallingLeaves/main.template
===================================================================
--- templates/branches/lifetype-1.2/FallingLeaves/main.template	2008-04-28 12:29:37 UTC (rev 6323)
+++ templates/branches/lifetype-1.2/FallingLeaves/main.template	2008-04-28 12:29:47 UTC (rev 6324)
@@ -1,19 +1,19 @@
-{include file="$blogtemplate/header.template"}
-{include file="$blogtemplate/links.template"}
-	<!-- Loop Start -->
-	{if $showAll}
-		{if $showAll == 1 && $category}
-			<h2>{$locale->tr("posts")}: {$category->getName()}</h2>
-		{/if}
-		{foreach from=$posts item=post}
-			<!-- showing only the topic of the post, in case we have too many! -->
-			{assign var="postDate" value=$post->getDateObject()}
-			{$locale->formatDate($postDate,"%Y.%B%d")} <a href="{$url->postPermalink($post)}">{$post->getTopic()}</a><br/>
-		{/foreach}
-	{else}
-		{foreach from=$posts item=post}
-			{include file="$blogtemplate/post.template"}
-		{/foreach}
-	{/if}
- {pager style="links"}
+{include file="$blogtemplate/header.template"}
+{include file="$blogtemplate/links.template"}
+	<!-- Loop Start -->
+	{if $showAll}
+		{if $showAll == 1 && $category}
+			<h2>{$locale->tr("posts")}: {$category->getName()}</h2>
+		{/if}
+		{foreach from=$posts item=post}
+			<!-- showing only the topic of the post, in case we have too many! -->
+			{assign var="postDate" value=$post->getDateObject()}
+			{$locale->formatDate($postDate,"%Y.%B%d")} <a href="{$url->postPermalink($post)}">{$post->getTopic()}</a><br/>
+		{/foreach}
+	{else}
+		{foreach from=$posts item=post}
+			{include file="$blogtemplate/post.template"}
+		{/foreach}
+	{/if}
+ {pager style="links"}
 {include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: templates/branches/lifetype-1.2/FallingLeaves/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/FallingLeaves/postandcomments.template	2008-04-28 12:29:37 UTC (rev 6323)
+++ templates/branches/lifetype-1.2/FallingLeaves/postandcomments.template	2008-04-28 12:29:47 UTC (rev 6324)
@@ -1,99 +1,99 @@
-{assign var="postPageTitle" value=$post->getTopic()}
-{assign var="postPageTitle" value=" | $postPageTitle"}
-
-{include file="$blogtemplate/header.template"}
-<div>
-	<div class="post">
-		<!-- {$url->postTrackbackLink($post)} -->
-		{assign var="postDate" value=$post->getDateObject()}
-		{assign var="postOwner" value=$post->getUserInfo()}
-		<h2 class="storytitle">{$post->getTopic()}</h2>
-		<div class="date">Published on {$locale->formatDate($postDate,"%m/%d,%Y")}</div>
-		<p>{$post->getText()}</p>
-		<br style="clear:all" />
-	</div>
-	<div class="feedback">
-		<div class="meta">{$locale->tr('posted_by')} {$postOwner->getUsername()} {#lcl_at#}
-			{$locale->formatDate($postDate,"%H:%M")}
-			<a class="aposted" href="{$url->postPermalink($post)}#comments">{$locale->tr("comment on this")} ({$post->getNumComments()})</a> |
-			<a class="aposted" href="{$url->postTrackbackStatsLink($post)}">{$locale->tr("trackbacks")} ({$post->getNumTrackbacks()})</a> |
-			{foreach name=categories from=$post->getCategories() item=postcategory}
-				<a class="aposted" href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>
-				{if !$smarty.foreach.categories.last}, {/if}
-			{/foreach}<br />
-			{* Prevpost and nextpost use *}
-			<a href="{$url->blogLink()}">{#lcl_backhome#}</a>
-			{assign var=nextpost value=$post->getNextArticle()}
-			{assign var=prevpost value=$post->getPrevArticle()}
-			{if $nextpost == true}
-				<a href="{$url->postPermalink($nextpost)}" title="{#lcl_nextpost#} {$nextpost->getTopic()}">{$locale->tr("next_post")}</a>
-			{/if}
-			{if $prevpost == true}
-				<a href="{$url->postPermalink($prevpost)}" title="{#lcl_prevpost#} {$prevpost->getTopic()}">{$locale->tr("prev_post")}</a>
-			{/if}
-			{* End of article_index *}
-		</div>
-	</div>
-	
-
-	<h3 id="trackback">{#lcl_trackbackurl#}</h3>
-	<div class="trackback-url">{$url->getTrackbackUrl()}?id={$post->getId()}</div>
-
+{assign var="postPageTitle" value=$post->getTopic()}
+{assign var="postPageTitle" value=" | $postPageTitle"}
 
-	{if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}
-	<h3 id="respond">{#lcl_leaveareply#}</h3>
-		{include file="$misctemplatepath/commentform.template"}
-	{/if}
-	<h3 id="comments">{#lcl_commentssofar#} <em>{$post->getTopic()}</em></h3>
-	<ol class="commentlist">
-	
-	{assign var="counter" value=1}
-	{foreach name=comment from=$comments item=comment}
-		{if $counter%2!=0}
-		<li class="alt" id="comment-{$comment->getId()}">
-		
-		{else}
-		<li class="" id="comment-{$comment->getId()}">
-		{/if}
-		
-			<small class="commentmetadata"><strong>{$comment->getUsername()}</strong> {#lcl_says#}</small><br />
-			<small class="commentmetadata"><a href="#comment-{$comment->getId()}" title="">{assign var=commentDate value=$comment->getDateObject()} {$locale->formatDate($commentDate, "%m/%d,%Y, at %H:%M")}</a> </small><br />
+{include file="$blogtemplate/header.template"}
+<div>
+	<div class="post">
+		<!-- {$url->postTrackbackLink($post)} -->
+		{assign var="postDate" value=$post->getDateObject()}
+		{assign var="postOwner" value=$post->getUserInfo()}
+		<h2 class="storytitle">{$post->getTopic()}</h2>
+		<div class="date">Published on {$locale->formatDate($postDate,"%m/%d,%Y")}</div>
+		<p>{$post->getText()}</p>
+		<br style="clear:all" />
+	</div>
+	<div class="feedback">
+		<div class="meta">{$locale->tr('posted_by')} {$postOwner->getUsername()} {#lcl_at#}
+			{$locale->formatDate($postDate,"%H:%M")}
+			<a class="aposted" href="{$url->postPermalink($post)}#comments">{$locale->tr("comment on this")} ({$post->getNumComments()})</a> |
+			<a class="aposted" href="{$url->postTrackbackStatsLink($post)}">{$locale->tr("trackbacks")} ({$post->getNumTrackbacks()})</a> |
+			{foreach name=categories from=$post->getCategories() item=postcategory}
+				<a class="aposted" href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>
+				{if !$smarty.foreach.categories.last}, {/if}
+			{/foreach}<br />
+			{* Prevpost and nextpost use *}
+			<a href="{$url->blogLink()}">{#lcl_backhome#}</a>
+			{assign var=nextpost value=$post->getNextArticle()}
+			{assign var=prevpost value=$post->getPrevArticle()}
+			{if $nextpost == true}
+				<a href="{$url->postPermalink($nextpost)}" title="{#lcl_nextpost#} {$nextpost->getTopic()}">{$locale->tr("next_post")}</a>
+			{/if}
+			{if $prevpost == true}
+				<a href="{$url->postPermalink($prevpost)}" title="{#lcl_prevpost#} {$prevpost->getTopic()}">{$locale->tr("prev_post")}</a>
+			{/if}
+			{* End of article_index *}
+		</div>
+	</div>
+	
+
+	<h3 id="trackback">{#lcl_trackbackurl#}</h3>
+	<div class="trackback-url">{$url->getTrackbackUrl()}?id={$post->getId()}</div>
+
+
+	{if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}
+	<h3 id="respond">{#lcl_leaveareply#}</h3>
+		{include file="$misctemplatepath/commentform.template"}
+	{/if}
+	<h3 id="comments">{#lcl_commentssofar#} <em>{$post->getTopic()}</em></h3>
+	<ol class="commentlist">
+	
+	{assign var="counter" value=1}
+	{foreach name=comment from=$comments item=comment}
+		{if $counter%2!=0}
+		<li class="alt" id="comment-{$comment->getId()}">
+		
+		{else}
+		<li class="" id="comment-{$comment->getId()}">
+		{/if}
+		
+			<small class="commentmetadata"><strong>{$comment->getUsername()}</strong> {#lcl_says#}</small><br />
+			<small class="commentmetadata"><a href="#comment-{$comment->getId()}" title="">{assign var=commentDate value=$comment->getDateObject()} {$locale->formatDate($commentDate, "%m/%d,%Y, at %H:%M")}</a> </small><br />
 			<small>
 			{if $comment->getUserUrl()}
 			<a href="{$comment->getUserUrl()}">{#lcl_visit#} {$comment->getUsername()}</a>
 			{else}
 			{#lcl_visit#} {$comment->getUsername()}
 			{/if}
-			</small>
-		
-			{if $comment->IsPosterAuthenticated()}
-	{assign var=poster value=$comment->getUser()}
-	{if $poster->hasPicture()}
-		{assign var=posterimg value=$poster->getPicture()}
-		<img src="{$posterimg->getPreviewLink()}" alt="{$poster->getUserName()}" align="right" class="poster_avatar"/>
-	{/if}
-{/if}
-{$comment->gettext()}
-		</li>
-		{assign var="counter" value="`$counter+1`"}
-	{/foreach}
-	</ol>
-
-	<div class="clear">&nbsp;</div>
-	<div class="post">
-	{if !empty($articlereferers)}
-		{if $articlereferers->isEnabled()}
-			<h3>Article Referers</h3>
-			{assign var=postid value=$post->getId()}
-			{assign var=referers value=$articlereferers->getArticleReferers($postid)}
-			<ol>
-				{foreach from=$referers item=referer}
-				<li>
-					<a href="{$referer->getUrl()}">{$referer->getUrl()|truncate:65:"..."}</a>  ({$referer->getCount()})
-				</li>
-				{/foreach}
-			</ol>
-		{/if}
-	{/if}
-	</div>
+			</small>
+		
+			{if $comment->IsPosterAuthenticated()}
+	{assign var=poster value=$comment->getUser()}
+	{if $poster->hasPicture()}
+		{assign var=posterimg value=$poster->getPicture()}
+		<img src="{$posterimg->getPreviewLink()}" alt="{$poster->getUserName()}" align="right" class="poster_avatar"/>
+	{/if}
+{/if}
+{$comment->gettext()}
+		</li>
+		{assign var="counter" value="`$counter+1`"}
+	{/foreach}
+	</ol>
+
+	<div class="clear">&nbsp;</div>
+	<div class="post">
+	{if !empty($articlereferers)}
+		{if $articlereferers->isEnabled()}
+			<h3>Article Referers</h3>
+			{assign var=postid value=$post->getId()}
+			{assign var=referers value=$articlereferers->getArticleReferers($postid)}
+			<ol>
+				{foreach from=$referers item=referer}
+				<li>
+					<a href="{$referer->getUrl()}">{$referer->getUrl()|truncate:65:"..."}</a>  ({$referer->getCount()})
+				</li>
+				{/foreach}
+			</ol>
+		{/if}
+	{/if}
+	</div>
 {include file="$blogtemplate/footer.template"}

Modified: templates/branches/lifetype-1.2/FallingLeaves/style.css
===================================================================
--- templates/branches/lifetype-1.2/FallingLeaves/style.css	2008-04-28 12:29:37 UTC (rev 6323)
+++ templates/branches/lifetype-1.2/FallingLeaves/style.css	2008-04-28 12:29:47 UTC (rev 6324)
@@ -1,56 +1,56 @@
-/*
-Theme Name: Falling Leaves
-Theme URI: http://www.hexfactor.com/wordpress/
-Description: I'll let you be the judge of that.
-Version: 0.9
-Author: Shawn Grimes
-Author URI: http://www.hexfactor.com/
-*/
-
-/* The Basics */
-* { 
-	margin: 0;
-	padding: 0;
-}
-
-a {
-	color: #A73A02;
-	text-decoration: none;
-}
-
-a:hover {
-	color: #D88207;
-	text-decoration: underline;
-}
-
-a img {
-	border: none;
-}
-
-p {
-	padding: 5px 0 5px 0;
-	letter-spacing:1px;
-	line-height:1.5;
-}
-
-small {
-	font-size: 85%;
-}
-acronym, abbr {
-	border-bottom: 1px dashed #444;
-	font-size: 90%;
-	letter-spacing: 1px;
-}
-
-blockquote {
-    margin: 20px 20px;
-    padding: 10px 10px 10px 65px;
-    font-family: Georgia, "Times New Roman", Times, serif;
-    background: url(images/block.gif) #fff no-repeat top left;
-    color: #666;
-    text-align: justify;
-}
+/*
+Theme Name: Falling Leaves
+Theme URI: http://www.hexfactor.com/wordpress/
+Description: I'll let you be the judge of that.
+Version: 0.9
+Author: Shawn Grimes
+Author URI: http://www.hexfactor.com/
+*/
 
+/* The Basics */
+* { 
+	margin: 0;
+	padding: 0;
+}
+
+a {
+	color: #A73A02;
+	text-decoration: none;
+}
+
+a:hover {
+	color: #D88207;
+	text-decoration: underline;
+}
+
+a img {
+	border: none;
+}
+
+p {
+	padding: 5px 0 5px 0;
+	letter-spacing:1px;
+	line-height:1.5;
+}
+
+small {
+	font-size: 85%;
+}
+acronym, abbr {
+	border-bottom: 1px dashed #444;
+	font-size: 90%;
+	letter-spacing: 1px;
+}
+
+blockquote {
+    margin: 20px 20px;
+    padding: 10px 10px 10px 65px;
+    font-family: Georgia, "Times New Roman", Times, serif;
+    background: url(images/block.gif) #fff no-repeat top left;
+    color: #666;
+    text-align: justify;
+}
+
 /* forms */
 #CommentForm legend {
     display:none;
@@ -72,283 +72,283 @@
 #CommentForm div {
     clear:both;
     margin-bottom:10px;
-}
-form {
-	margin-top: 7px;
-}
-
-
-
-
-#sidebar p {
-	font-size: 10pt;
-	line-height: 1.5;
-}
-
-#sidebar li {
-	font-size: 10pt;
-	line-height: 1.5;
-	list-style: NONE;
-}
-
-
-
-#footer p {
-	color: #666;
-}
-
-.alignright {
-	float: right;
-}
-
-.alignleft {
-	float: left;
-}
-
-.aligncenter {
-	text-align: center;
-}
-
-.date {
-	font-size: 10pt;
-	font-weight: normal;
-	text-align: right;
-	margin-bottom: 10px;
-}
-
-.description {
-	font-family: Georgia, "Times New Roman", Times, serif;
-	color: #fff;
-	margin-left: 300px;
-}
-
-.feedback {
-	background-color: #f8f8f8;
-	padding: 0 5px 2px 5px;
-}
-
-.meta {
-	font-size: 10pt;
-	font-weight: normal;
-	text-align: left;
-}
-
-.post {
-	margin-bottom: 35px;
-	line-height:1.5;
-}
-
-/* Headings */
-h1 { font: normal 28px Georgia, "Times New Roman", Times, serif; margin-left: 300px; padding-top: 15px; }
-h1 a { color: #fff; text-decoration: none; border: none; }
-h1 a:hover { color: #fff; text-decoration: none; border: none; }
-h2 { border-bottom: 1px solid #ddd; color: #336; padding-bottom: 2px; font: normal 17px Arial, Helvetica, sans-serif; }
-h2 a { color: #336; text-decoration: none; border: none; }
-h2 a:hover { color: #889AC2; text-decoration: none; border: none; }
-#sidebar h2 { font-size: 13px; font-weight: normal; }
-h3 { border-bottom: 1px dotted #ddd; color: #336; padding-bottom: 2px; font: normal 14px Arial, Helvetica, sans-serif; padding-top: 20px; }
-h4 { font: 10pt Arial, Helvetica, sans-serif; }
-
-/* Layout */
-body { 
-	background-color: #dda;
-	font: 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
-	letter-spacing:1px;
-	color: #444;
-	margin: 10px 0;
-}
-
-#container {
-	width: 700px;
-	margin: 0 auto;
-	background-color: #fff;
-	padding: 20px 20px 0 20px;
-    border-right: 2px solid #C2C295;
-    border-left: 2px solid #C2C295;
-    border-top: 1px solid #c2c295;
-    border-bottom: 2px solid #c2c295;
-}
-
-#content {
-	float: left;
-	width: 450px;
-}
-
-#footer {
-	clear: both;
-	border-top: 1px solid #ddd;
-	padding-bottom: 8px;
-	text-align: left;
-}
-
-#header {
-	height: 300px;
-	margin-bottom: 35px;
-	background: url(images/masthead.jpg);
-	text-align: center;
-}
-
-.sep {
-	margin: 25px 0 20px 0;
-	padding: 0;
-	height: 30px;
-	border:none;
-	background: url(images/sep.gif);
-}
-
-#sidebar {
-	float: right;
-	width: 200px;
-	margin-bottom: 35px;
-}
-
-/* Images */
-img.centered {
-	display: block;
-	margin-left: auto;
-	margin-right: auto;
-	border: 1px solid #ddd;
-}
-	
-img.alignright {
-	padding: 4px;
-	margin: 4px 0 5px 7px;
-	display: inline;
-	border: 1px solid #ddd;
-}
-
-img.alignleft {
-	padding: 4px;
-	margin: 4px 7px 5px 0;
-	display: inline;
-	border: 1px solid #ddd;
-}
-
-/* Lists */
-.post ol{
-margin-left:40px;
-}
-
-.post ul{
-margin-left:40px;
-}
-
-
-li {
-	
-	line-height: 1.5;
-}
-
-li li {
-	list-style: circle;
-}
-
-/* Comments */
-.alt {
-	margin: 0;
-	padding: 10px;
-}
-	
-.alt {
-	background-color: #dda;
-	border-top: 1px solid #c2c295;
-	border-bottom: 1px solid #c2c295;
-}
-
-.commentlist {
-	padding: 0;
-}
-
-.commentlist li {
-	margin: 15px 0 3px;
-	padding: 5px 10px 3px;
-	list-style: none;
-}
-
-.commentlist p {
-	margin: 10px 5px 10px 0;
-}
-
-.commentlist ol {
-}
-
-.commentlist li {
-	margin: 15px 0 3px;
-	padding: 5px 10px 3px;
-	list-style: none;
-}
-
-.commentlist p {
-	margin: 10px 5px 10px 0;
-}
-
-
-.calendarhead {
-	FONT-SIZE: 10pt;
-	COLOR: 	#4B4B3C;
-	PADDING-TOP: 5px;
-	TEXT-ALIGN: left;
-	Font-Family: palatino,  georgia, verdana, arial, 
-	height: 30px;
-	width: 100%;
-	padding-bottom: 5px;
-	line-height:1.5;
-}
-.calendartable {
-	WIDTH: 100%;
-	TEXT-ALIGN: center;
-	margin-bottom: 5px;
-}
-.calendarweek {
-	FONT-SIZE: 10pt; 
-	COLOR: #333333;
-	TEXT-ALIGN: left;
-	line-height:1.5;	
-}
-.calendarwd {
-	
-	background-repeat: no-repeat;
-}
-.calendard {
-	empty-cells: show;
-}
-.calendardbg {
-}
-.calendar {
-	FONT-SIZE: 10pt;
-}
-
-.pager {
-	clear:all;
-	text-align: center;
-	margin-bottom: 20px;
-	margin-top: 20px;
-	font-size: 12px;
-	padding-top: 10px;
-	padding-bottom: 10px;
-}
-.pager a, .pager a:link, .pager a:href, .pager a:hover {
- text-decoration: none;
- border: 0px;
-}
-
-.pager .pagerLinkPrevPage, .pagerLink, .pagerLinkNextPage{
-	padding: 2px 6px;
-}
-
-.pager .pagerLinkPrevPage{
-	margin-right:20px;
-}
-.pager .pagerLinkNextPage {
-	margin-left:20px;
-}
-
-.pager .pagerCurrent {
-	padding: 2px 6px; 
-	border-color: #999; 
-	font-weight: bold; 
-	font-size: 13px; 
-	vertical-align: top; 
-	background: #fff; 
-	color: #FF0084;	
-}
+}
+form {
+	margin-top: 7px;
+}
+
+
+
+
+#sidebar p {
+	font-size: 10pt;
+	line-height: 1.5;
+}
+
+#sidebar li {
+	font-size: 10pt;
+	line-height: 1.5;
+	list-style: NONE;
+}
+
+
+
+#footer p {
+	color: #666;
+}
+
+.alignright {
+	float: right;
+}
+
+.alignleft {
+	float: left;
+}
+
+.aligncenter {
+	text-align: center;
+}
+
+.date {
+	font-size: 10pt;
+	font-weight: normal;
+	text-align: right;
+	margin-bottom: 10px;
+}
+
+.description {
+	font-family: Georgia, "Times New Roman", Times, serif;
+	color: #fff;
+	margin-left: 300px;
+}
+
+.feedback {
+	background-color: #f8f8f8;
+	padding: 0 5px 2px 5px;
+}
+
+.meta {
+	font-size: 10pt;
+	font-weight: normal;
+	text-align: left;
+}
+
+.post {
+	margin-bottom: 35px;
+	line-height:1.5;
+}
+
+/* Headings */
+h1 { font: normal 28px Georgia, "Times New Roman", Times, serif; margin-left: 300px; padding-top: 15px; }
+h1 a { color: #fff; text-decoration: none; border: none; }
+h1 a:hover { color: #fff; text-decoration: none; border: none; }
+h2 { border-bottom: 1px solid #ddd; color: #336; padding-bottom: 2px; font: normal 17px Arial, Helvetica, sans-serif; }
+h2 a { color: #336; text-decoration: none; border: none; }
+h2 a:hover { color: #889AC2; text-decoration: none; border: none; }
+#sidebar h2 { font-size: 13px; font-weight: normal; }
+h3 { border-bottom: 1px dotted #ddd; color: #336; padding-bottom: 2px; font: normal 14px Arial, Helvetica, sans-serif; padding-top: 20px; }
+h4 { font: 10pt Arial, Helvetica, sans-serif; }
+
+/* Layout */
+body { 
+	background-color: #dda;
+	font: 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
+	letter-spacing:1px;
+	color: #444;
+	margin: 10px 0;
+}
+
+#container {
+	width: 700px;
+	margin: 0 auto;
+	background-color: #fff;
+	padding: 20px 20px 0 20px;
+    border-right: 2px solid #C2C295;
+    border-left: 2px solid #C2C295;
+    border-top: 1px solid #c2c295;
+    border-bottom: 2px solid #c2c295;
+}
+
+#content {
+	float: left;
+	width: 450px;
+}
+
+#footer {
+	clear: both;
+	border-top: 1px solid #ddd;
+	padding-bottom: 8px;
+	text-align: left;
+}
+
+#header {
+	height: 300px;
+	margin-bottom: 35px;
+	background: url(images/masthead.jpg);
+	text-align: center;
+}
+
+.sep {
+	margin: 25px 0 20px 0;
+	padding: 0;
+	height: 30px;
+	border:none;
+	background: url(images/sep.gif);
+}
+
+#sidebar {
+	float: right;
+	width: 200px;
+	margin-bottom: 35px;
+}
+
+/* Images */
+img.centered {
+	display: block;
+	margin-left: auto;
+	margin-right: auto;
+	border: 1px solid #ddd;
+}
+	
+img.alignright {
+	padding: 4px;
+	margin: 4px 0 5px 7px;
+	display: inline;
+	border: 1px solid #ddd;
+}
+
+img.alignleft {
+	padding: 4px;
+	margin: 4px 7px 5px 0;
+	display: inline;
+	border: 1px solid #ddd;
+}
+
+/* Lists */
+.post ol{
+margin-left:40px;
+}
+
+.post ul{
+margin-left:40px;
+}
+
+
+li {
+	
+	line-height: 1.5;
+}
+
+li li {
+	list-style: circle;
+}
+
+/* Comments */
+.alt {
+	margin: 0;
+	padding: 10px;
+}
+	
+.alt {
+	background-color: #dda;
+	border-top: 1px solid #c2c295;
+	border-bottom: 1px solid #c2c295;
+}
+
+.commentlist {
+	padding: 0;
+}
+
+.commentlist li {
+	margin: 15px 0 3px;
+	padding: 5px 10px 3px;
+	list-style: none;
+}
+
+.commentlist p {
+	margin: 10px 5px 10px 0;
+}
+
+.commentlist ol {
+}
+
+.commentlist li {
+	margin: 15px 0 3px;
+	padding: 5px 10px 3px;
+	list-style: none;
+}
+
+.commentlist p {
+	margin: 10px 5px 10px 0;
+}
+
+
+.calendarhead {
+	FONT-SIZE: 10pt;
+	COLOR: 	#4B4B3C;
+	PADDING-TOP: 5px;
+	TEXT-ALIGN: left;
+	Font-Family: palatino,  georgia, verdana, arial, 
+	height: 30px;
+	width: 100%;
+	padding-bottom: 5px;
+	line-height:1.5;
+}
+.calendartable {
+	WIDTH: 100%;
+	TEXT-ALIGN: center;
+	margin-bottom: 5px;
+}
+.calendarweek {
+	FONT-SIZE: 10pt; 
+	COLOR: #333333;
+	TEXT-ALIGN: left;
+	line-height:1.5;	
+}
+.calendarwd {
+	
+	background-repeat: no-repeat;
+}
+.calendard {
+	empty-cells: show;
+}
+.calendardbg {
+}
+.calendar {
+	FONT-SIZE: 10pt;
+}
+
+.pager {
+	clear:all;
+	text-align: center;
+	margin-bottom: 20px;
+	margin-top: 20px;
+	font-size: 12px;
+	padding-top: 10px;
+	padding-bottom: 10px;
+}
+.pager a, .pager a:link, .pager a:href, .pager a:hover {
+ text-decoration: none;
+ border: 0px;
+}
+
+.pager .pagerLinkPrevPage, .pagerLink, .pagerLinkNextPage{
+	padding: 2px 6px;
+}
+
+.pager .pagerLinkPrevPage{
+	margin-right:20px;
+}
+.pager .pagerLinkNextPage {
+	margin-left:20px;
+}
+
+.pager .pagerCurrent {
+	padding: 2px 6px; 
+	border-color: #999; 
+	font-weight: bold; 
+	font-size: 13px; 
+	vertical-align: top; 
+	background: #fff; 
+	color: #FF0084;	
+}



More information about the pLog-svn mailing list