[pLog-svn] r6428 - in templates/branches/lifetype-1.2: . MirrorDarkBlue MirrorDarkBlue/images

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu May 1 15:34:45 EDT 2008


Author: jondaley
Date: 2008-05-01 15:34:45 -0400 (Thu, 01 May 2008)
New Revision: 6428

Added:
   templates/branches/lifetype-1.2/MirrorDarkBlue/
   templates/branches/lifetype-1.2/MirrorDarkBlue/about.template
   templates/branches/lifetype-1.2/MirrorDarkBlue/album.template
   templates/branches/lifetype-1.2/MirrorDarkBlue/albums.template
   templates/branches/lifetype-1.2/MirrorDarkBlue/archives.template
   templates/branches/lifetype-1.2/MirrorDarkBlue/bookmark.template
   templates/branches/lifetype-1.2/MirrorDarkBlue/commentarticle.template
   templates/branches/lifetype-1.2/MirrorDarkBlue/comments.template
   templates/branches/lifetype-1.2/MirrorDarkBlue/error.template
   templates/branches/lifetype-1.2/MirrorDarkBlue/favicon.ico
   templates/branches/lifetype-1.2/MirrorDarkBlue/footer.template
   templates/branches/lifetype-1.2/MirrorDarkBlue/header.template
   templates/branches/lifetype-1.2/MirrorDarkBlue/images/
   templates/branches/lifetype-1.2/MirrorDarkBlue/images/Thumbs.db
   templates/branches/lifetype-1.2/MirrorDarkBlue/images/album.png
   templates/branches/lifetype-1.2/MirrorDarkBlue/images/albumup.png
   templates/branches/lifetype-1.2/MirrorDarkBlue/images/bottom.gif
   templates/branches/lifetype-1.2/MirrorDarkBlue/images/btn-bg.gif
   templates/branches/lifetype-1.2/MirrorDarkBlue/images/bul.gif
   templates/branches/lifetype-1.2/MirrorDarkBlue/images/bul2.gif
   templates/branches/lifetype-1.2/MirrorDarkBlue/images/columnbg.gif
   templates/branches/lifetype-1.2/MirrorDarkBlue/images/columntop.gif
   templates/branches/lifetype-1.2/MirrorDarkBlue/images/compressed.png
   templates/branches/lifetype-1.2/MirrorDarkBlue/images/date-bg.gif
   templates/branches/lifetype-1.2/MirrorDarkBlue/images/file.gif
   templates/branches/lifetype-1.2/MirrorDarkBlue/images/folder.gif
   templates/branches/lifetype-1.2/MirrorDarkBlue/images/line.gif
   templates/branches/lifetype-1.2/MirrorDarkBlue/images/menu.gif
   templates/branches/lifetype-1.2/MirrorDarkBlue/images/mini-nav-left.gif
   templates/branches/lifetype-1.2/MirrorDarkBlue/images/mini-nav-right.gif
   templates/branches/lifetype-1.2/MirrorDarkBlue/images/pic.gif
   templates/branches/lifetype-1.2/MirrorDarkBlue/images/search-btn-bg.gif
   templates/branches/lifetype-1.2/MirrorDarkBlue/images/sitebg.gif
   templates/branches/lifetype-1.2/MirrorDarkBlue/images/sound.gif
   templates/branches/lifetype-1.2/MirrorDarkBlue/images/top.jpg
   templates/branches/lifetype-1.2/MirrorDarkBlue/images/video.gif
   templates/branches/lifetype-1.2/MirrorDarkBlue/main.template
   templates/branches/lifetype-1.2/MirrorDarkBlue/post.template
   templates/branches/lifetype-1.2/MirrorDarkBlue/postandcomments.template
   templates/branches/lifetype-1.2/MirrorDarkBlue/posttrackbacks.template
   templates/branches/lifetype-1.2/MirrorDarkBlue/resource.template
   templates/branches/lifetype-1.2/MirrorDarkBlue/screenshot.jpg
   templates/branches/lifetype-1.2/MirrorDarkBlue/searchform.template
   templates/branches/lifetype-1.2/MirrorDarkBlue/searchresults.template
   templates/branches/lifetype-1.2/MirrorDarkBlue/sidebar.template
   templates/branches/lifetype-1.2/MirrorDarkBlue/style.css
Log:
new template from bugs.lifetype. not checked yet

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/about.template
===================================================================
--- templates/branches/lifetype-1.2/MirrorDarkBlue/about.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/MirrorDarkBlue/about.template	2008-05-01 19:34:45 UTC (rev 6428)
@@ -0,0 +1,23 @@
+{assign var="OnAboutPage" value=1}
+{assign var=title value=$locale->tr("about_myself")}
+{include file="$blogtemplate/header.template" pageTitle="$pageTitle | $title"} 
+ 
+    <div class="post">
+        <h2>{$locale->tr("about_myself")}</h2>
+	{assign var=blogOwner value=$blog->getOwnerInfo()}
+	{assign var=AboutMyself value=$blogOwner->getAboutMyself()}
+	{if $blogOwner->hasPicture() && $AboutMyself}		
+		<div class="post">
+			{assign var=picture value=$blogOwner->getPicture()}
+			<div class="post-content">
+				<img src="{$picture->getPreviewLink()}" alt="{$blogOwner->getUsername()}" hspace="5" align="left" />
+				{$AboutMyself}
+			</div>
+		</div>
+	{/if}
+	</div>
+</div>
+
+{include file="$blogtemplate/sidebar.template"}
+{include file="$blogtemplate/footer.template"}
+

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/album.template
===================================================================
--- templates/branches/lifetype-1.2/MirrorDarkBlue/album.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/MirrorDarkBlue/album.template	2008-05-01 19:34:45 UTC (rev 6428)
@@ -0,0 +1,71 @@
+{assign var="OnAlbumPage" value=1}
+{include file="$blogtemplate/header.template"}
+
+{assign var="postDate" value=$album->getTimestamp()}
+
+<div class="post">
+	<h2><a href="{$url->albumLink($album)}">{$album->getName()}</a></h2>
+	<span class="alignleft">{$locale->tr("created")}: {$locale->formatDate($postDate,"%d %B, %Y")}</span><br />
+	<div class="entry"><p>{$album->getDescription()}</p>
+
+	<table style="border:2px;width:100%;border-color:blue;" summary="{$locale->tr("album")}">
+		<tr>
+			<td style="width:33%;" align="center" >
+				<div class="gallery-thumb"><a href="{$url->parentAlbumLink($album)}" class="Album" ><img src="{$url->getTemplateFile('/images/albumup.png')}" alt="{$locale->tr("albums")}" /><br/>.. {$locale->tr("back")}</a></div>
+			</td>
+			{assign var="counter" value=1}
+			{assign var=children value=$album->getChildren()}
+			{foreach from=$children item=childalbum}
+			<td style="width:33%;" align="center" >
+				<div class="gallery-thumb"><a href="{$url->albumLink($childalbum)}" class="Album" ><img src="{$url->getTemplateFile('/images/album.png')}" alt="{$locale->tr("albums")}" /><br/>{$childalbum->getName()} ({$childalbum->getNumResources()})</a><br/><br/>{assign var="counter" value="`$counter+1`"}</div>
+			</td>
+		{if $counter%3 == 0}
+		</tr>
+		<tr>
+		{/if}
+		{/foreach}
+		{foreach from=$resources item=resource}
+			<td style="width:33%;" align="center" >
+				<div class="gallery-thumb">
+				{if $resource->hasPreview()}
+					<a href="{$url->resourceDownloadLink($resource)}"><img alt="{$resource->getDescription()}" height="64" width="64" src="{$url->resourcePreviewLink($resource)}" /><br/>{$resource->getFileName()}</a>
+				{else}
+					<a href="{$url->resourceLink($resource)}">
+				{if $resource->isSound()}
+					<img alt="Sound" src="{$url->getTemplateFile('/images/sound.gif')}" />
+				{elseif $resource->isVideo()}
+					<img alt="Video" src="{$url->getTemplateFile('/images/video.gif')}" />
+				{elseif $resource->isZip()}
+					<img alt="Zip" src="{$url->getTemplateFile("/images/compressed.png")}" />
+				{else}
+					<img alt="File" src="{$url->getTemplateFile("/images/file.gif")}" />
+				{/if}
+					<br/>{$resource->getFileName()}</a>
+				{/if}
+					<br/>{assign var=metadata value=$resource->getMetadataReader()}{$metadata->getRoundedSize()}<br/>
+				{if $resource->isImage()}
+					{$metadata->getWidth()} x {$metadata->getHeight()}<br/>
+				{elseif $resource->isSound()}
+					{$metadata->getFormat()|upper} {$metadata->getSampleRate()} bps<br/>
+				{elseif $resource->isVideo()}
+					{$metadata->getFormat()|upper}{$metadata->getWidth()} x {$metadata->getHeight()},{$metadata->getLengthString()}<br/>
+				{elseif $resource->isZip()}
+					{$metadata->getTotalFiles()} {$locale->tr("files")}<br/>
+				{/if}
+					{assign var="counter" value="`$counter+1`"}
+				</div>
+			</td>
+		{if $counter%3 == 0}
+		</tr>
+		<tr>
+		{/if}
+		{/foreach}
+			<td></td>
+		</tr>
+	</table>
+</div>
+</div>
+<div class="navigation">{pager style="links"}</div>
+</div>
+{include file="$blogtemplate/sidebar.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/albums.template
===================================================================
--- templates/branches/lifetype-1.2/MirrorDarkBlue/albums.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/MirrorDarkBlue/albums.template	2008-05-01 19:34:45 UTC (rev 6428)
@@ -0,0 +1,28 @@
+{assign var="OnAlbumPage" value=1}
+{include file="$blogtemplate/header.template"}
+
+<div class="post">
+	<h2>{$locale->tr("albums")|capitalize}</h2><br />
+	<table style="border:2px;width:100%;border-color:blue;" summary="{$locale->tr("album")}">
+		<tr>
+		{assign var="counter" value=0}
+		{foreach from=$albums item=album}
+		{assign var="aDate" value=$album->getTimestamp()}
+			<td style="width:33%;" align="center" >
+				<div class="gallery-thumb">
+					<a href="{$url->albumLink($album)}" class="Album" ><img src="{$url->getTemplateFile('/images/album.png')}" alt="{$locale->tr("albums")}" /><br/>{$album->getName()} ({$album->getNumResources()})<br />{$album->getDescription()|truncate:255:"..."|escape}</a><br/><br/>{assign var="counter" value="`$counter+1`"}
+				</div>
+			</td>
+			{if $counter%3 == 0}
+		</tr>
+		<tr>
+		{/if}
+		{/foreach}
+			<td></td>
+		</tr>
+	</table>
+</div>
+<div class="page-nav">{pager style="links"}</div>
+</div>
+{include file="$blogtemplate/sidebar.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/archives.template
===================================================================
--- templates/branches/lifetype-1.2/MirrorDarkBlue/archives.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/MirrorDarkBlue/archives.template	2008-05-01 19:34:45 UTC (rev 6428)
@@ -0,0 +1,16 @@
+{assign var="OnArchivesPage" value=1}
+{assign var=title value=$locale->tr("archives")}
+{include file="$blogtemplate/header.template" pageTitle="$pageTitle | $title"}
+<div class="post">
+        <h2>{$locale->tr("archives")|capitalize}</h2>
+		<div class="entry">
+		<ul>
+		{foreach from=$archives item=month}
+		<li style="list-style-type: none; line-height:1.3em;"><a class="archive" href="{$month->getUrl()}">{$month->getName()}</a> [{$month->getNumArticles()}]</li>
+		{/foreach}
+		</ul>
+		</div>
+	</div>
+</div>
+{include file="$blogtemplate/sidebar.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/bookmark.template
===================================================================
--- templates/branches/lifetype-1.2/MirrorDarkBlue/bookmark.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/MirrorDarkBlue/bookmark.template	2008-05-01 19:34:45 UTC (rev 6428)
@@ -0,0 +1,22 @@
+{assign var=title value=$locale->tr("links")}
+{include file="$blogtemplate/header.template" pageTitle="$pageTitle | $title"} 
+	<div class="post">
+		<h2>{$locale->tr("my_links")}</h2>
+		<div id="bookmark">
+			<ul>
+				<li>
+				{foreach from=$mylinkscategories item=linkcategory}
+					<h3 class="bookmarktitle">{$linkcategory->getName()}</h3>
+					<ul class="list-bookmark">
+						{foreach from=$linkcategory->getLinks() item=link}
+							<li><a href="{$link->getUrl()}" title="{$link->getDescription()}">{$link->getName()}</a>: {$link->getDescription()}</li>
+						{/foreach}
+					</ul>
+				{/foreach}
+				</li>
+			</ul>
+		</div>
+	</div>
+</div>
+{include file="$blogtemplate/sidebar.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/commentarticle.template
===================================================================
--- templates/branches/lifetype-1.2/MirrorDarkBlue/commentarticle.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/MirrorDarkBlue/commentarticle.template	2008-05-01 19:34:45 UTC (rev 6428)
@@ -0,0 +1,3 @@
+		{include file="$blogtemplate/header.template"} 		
+		{include file="$blogtemplate/commentform.template"}		
+		{include file="$blogtemplate/footer.template"} 

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/comments.template
===================================================================
--- templates/branches/lifetype-1.2/MirrorDarkBlue/comments.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/MirrorDarkBlue/comments.template	2008-05-01 19:34:45 UTC (rev 6428)
@@ -0,0 +1,31 @@
+<ol class="commentlist">
+{assign var="counter" value=1}
+{foreach from=$comments item=comment}
+{assign var=commentText value=$comment->getText()}
+{assign var=commentDate value=$comment->getDateObject()}
+{assign var=blogOwner value=$blog->getOwnerInfo()}
+{if $counter%2!=0}
+<li class="alt" id="comment-{$comment->getId()}">
+{else}
+<li class="" id="comment-{$comment->getId()}">
+{/if}
+
+{if $comment->IsPosterAuthenticated()}
+{assign var=poster value=$comment->getUser()}
+{if $poster->hasPicture()}
+{assign var=posterimg value=$poster->getPicture()}
+{assign var=commenter value=$comment->getUser()}
+<img src="{$posterimg->getPreviewLink()}" alt="{$commenter->getUserName()}" style="width:40px;height:40px" />
+{/if}
+{/if}
+
+<cite>{$locale->tr("posted_by")} {$comment->getUsername()}</cite>:
+<br />
+<small class="commentmetadata"><a href="#comment-{$comment->getId()}" title="">{$locale->formatDate($commentDate, "%d %B %Y, %H:%M")}</a></small>
+{$commentText}
+<div class="line"></div>
+</li>
+{assign var="counter" value="`$counter+1`"}
+{/foreach}
+</ol>
+<div class="navigation">{pager style="links"}</div>
\ No newline at end of file

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/error.template
===================================================================
--- templates/branches/lifetype-1.2/MirrorDarkBlue/error.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/MirrorDarkBlue/error.template	2008-05-01 19:34:45 UTC (rev 6428)
@@ -0,0 +1,14 @@
+{include file="$blogtemplate/header.template"}
+  <div id="content">      
+    <div class="post">
+        <h2>{$locale->tr("error")}</h2>		
+		<div class="entry">
+		<img src="{$url->getTemplateFile("/images/error.gif")}" height="64" width="64" align="middle" alt="Error"/>
+		{$locale->tr($message)}
+		</div>	
+	</div>
+	<div class="page-nav">{$locale->tr("generated")} {$locale->formatDate($now,"%d %B, %Y")}</div>
+  </div>
+</div>
+{include file="$blogtemplate/sidebar.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/favicon.ico
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/favicon.ico
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/footer.template
===================================================================
--- templates/branches/lifetype-1.2/MirrorDarkBlue/footer.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/MirrorDarkBlue/footer.template	2008-05-01 19:34:45 UTC (rev 6428)
@@ -0,0 +1,14 @@
+<div class="footerjr">
+    <div class="footertextjr">
+       <div class="styleBottom">
+Design by <a href="http://www.juliettarose.com/145/" target="_blank" class="styleBottom"> JuliettaRose Studio. </a>Powered by <a href="http://www.lifetype.net/" target="_blank" class="styleBottom">Lifetype</a>
+       </div>
+     </div>
+</div>
+
+</div>
+</div>
+</div>
+
+</body>
+</html>
\ No newline at end of file

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/header.template
===================================================================
--- templates/branches/lifetype-1.2/MirrorDarkBlue/header.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/MirrorDarkBlue/header.template	2008-05-01 19:34:45 UTC (rev 6428)
@@ -0,0 +1,47 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$locale->getLanguageId()}" lang="{$locale->getLanguageId()}" dir="{$locale->getDirection()}">
+<head profile="http://gmpg.org/xfn/11">
+<title>{$pageTitle|escape:"html"}</title>
+<meta http-equiv="Content-Type" content="text/html;charset={$locale->getCharset()}" />
+<meta name="generator" content="{$version}" />
+<link rel="stylesheet" type="text/css" media="all" href="{$url->getTemplateFile("style.css")}" />
+<link rel="shortcut icon" type="image/x-icon" href="{$url->getTemplateFile("favicon.ico")}" />
+<link rel="alternate" type="text/xml" title="RSS 2.0" href="{$url->rssLink("rss20")}" />
+<link rel="alternate" type="text/xml" title="RSS 1.0" href="{$url->rssLink("rss10")}" />
+<link rel="alternate" type="text/xml" title="RSS 0.90" href="{$url->rssLink("rss090")}" />
+<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="{$url->rssLink("atom")}" />
+
+{if !empty($badbehavior)}
+{$badbehavior->showBB2JavaScript()}
+{/if}
+
+</head>
+<body>
+
+<div class="sitejr">
+
+<div class="Top1">
+   <div class="toptextjr"><h1><a href="{$url->blogLink()}" title="{$blog->getBlog()}">{$blog->getBlog()}</a></h1></div>
+   <div class="topm">
+<div class="topm-1"><a href="{$url->blogLink()}" title="{$locale->tr("main")}" class="styleMenu">{$locale->tr("main")}</a></div>
+<div class="topm-2"><a href="{$url->albumLink()}" title="{$locale->tr("albums")}" class="styleMenu">{$locale->tr("albums")}</a</div>
+<div class="topm-3"><a href="{$url->templatePage("bookmark")}" title="{$locale->tr("links")}" class="styleMenu">{$locale->tr("my_links")}</a></div>
+<div class="topm-4"><a href="{$url->templatePage("about")}" title="{$locale->tr("about")}" class="styleMenu">{$locale->tr("about")}</a</div>
+   </div>
+</div>
+
+<div class="menubgjr">
+   <div class="menujr">{$blog->getAbout()|strip_tags}</div>
+   <div class="searchjr">
+     <form method="post" id="searchform" action="{$url->getIndexUrl()}">
+     <div>
+       <input type="text" name="searchTerms" value="" id="s" />
+       <input type="hidden" name="op" value="Search" />
+       <input type="hidden" name="blogId" value="{$blog->getId()}"/>
+       <input type="submit" name="Search" value="{$locale->tr("search")}" />
+     </div>
+     </form>
+     </div>
+</div>
+
+<div class="contentjr">
\ No newline at end of file

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/images/Thumbs.db
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/images/Thumbs.db
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/images/album.png
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/images/album.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/images/albumup.png
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/images/albumup.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/images/bottom.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/images/bottom.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/images/btn-bg.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/images/btn-bg.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/images/bul.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/images/bul.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/images/bul2.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/images/bul2.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/images/columnbg.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/images/columnbg.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/images/columntop.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/images/columntop.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/images/compressed.png
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/images/compressed.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/images/date-bg.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/images/date-bg.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/images/file.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/images/file.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/images/folder.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/images/folder.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/images/line.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/images/line.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/images/menu.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/images/menu.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/images/mini-nav-left.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/images/mini-nav-left.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/images/mini-nav-right.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/images/mini-nav-right.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/images/pic.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/images/pic.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/images/search-btn-bg.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/images/search-btn-bg.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/images/sitebg.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/images/sitebg.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/images/sound.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/images/sound.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/images/top.jpg
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/images/top.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/images/video.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/images/video.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/main.template
===================================================================
--- templates/branches/lifetype-1.2/MirrorDarkBlue/main.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/MirrorDarkBlue/main.template	2008-05-01 19:34:45 UTC (rev 6428)
@@ -0,0 +1,10 @@
+{assign var="OnMainPage" value=1}
+{include file="$blogtemplate/header.template"}
+{foreach from=$posts item=post}
+	{assign var="postDate" value=$post->getDateObject()}
+	{include file="$blogtemplate/post.template"}
+{/foreach}
+	<div class="navigation">{pager style="links"}</div>
+</div>
+{include file="$blogtemplate/sidebar.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/post.template
===================================================================
--- templates/branches/lifetype-1.2/MirrorDarkBlue/post.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/MirrorDarkBlue/post.template	2008-05-01 19:34:45 UTC (rev 6428)
@@ -0,0 +1,31 @@
+<div class="post">
+<div class="post-date">
+<span class="post-month">{$locale->formatDate($postDate,"%B")}</span>
+<span class="post-day">{$locale->formatDate($postDate,"%d")}</span>
+</div>
+<div class="post-title">
+<h2><a href="{$url->postPermalink($post)}" rel="bookmark">{$post->getTopic()|capitalize}</a></h2>
+{assign var=postText value=$post->getText()}
+{assign var="postDate" value=$post->getDateObject()}
+{assign var="postOwner" value=$post->getUserInfo()}
+<span class="post-cat">
+{foreach name=categories from=$post->getCategories() item=postcategory}
+<a href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>
+{/foreach}
+</span>
+<span class="post-links"> <a href="{$url->postTrackbackStatsLink($post)}" title="{$locale->tr("trackbacks")} -> {$post->getTopic()}">{$locale->tr("trackbacks")} ({$post->getNumTrackbacks()})</a></span>
+{if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}
+{if $post->getNumComments() > 0 }
+<span class="post-comments"><a href="{$url->postPermalink($post)}#comments" title="{$locale->tr("comments")|capitalize} -> {$post->getTopic()}">{$locale->tr("comments")} ({$post->getNumComments()})</a>&nbsp;&nbsp;&nbsp;</span>
+{/if}
+{if $post->getNumComments() == 0 }
+<span class="mini-add-comment"><a href="{$url->postPermalink($post)}#comments" title="{$locale->tr("add_comment")|capitalize} -> {$post->getTopic()}">{$locale->tr("add_comment")}</a>&nbsp;&nbsp;&nbsp;</span>
+{/if}
+{/if}
+
+</div>
+<div class="post-content">
+{$postText}<p />
+<div class="line"></div>
+</div>
+</div>
\ No newline at end of file

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/MirrorDarkBlue/postandcomments.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/MirrorDarkBlue/postandcomments.template	2008-05-01 19:34:45 UTC (rev 6428)
@@ -0,0 +1,12 @@
+{include file="$blogtemplate/header.template"}
+	{assign var="postDate" value=$post->getDateObject()}
+	{assign var="postOwner" value=$post->getUserInfo()}
+	{include file="$blogtemplate/post.template"}
+{if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1 || $comments }
+	<h3 id="comments">{$locale->tr("comments")}</h3>
+	{include file="$blogtemplate/comments.template"}
+	{include file="$blogtemplate/commentform.template"}
+{/if}
+</div>
+{include file="$blogtemplate/sidebar.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/posttrackbacks.template
===================================================================
--- templates/branches/lifetype-1.2/MirrorDarkBlue/posttrackbacks.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/MirrorDarkBlue/posttrackbacks.template	2008-05-01 19:34:45 UTC (rev 6428)
@@ -0,0 +1,30 @@
+{assign var=title value=$locale->tr("trackbacks_for_article")}
+{assign var=pub value=$post->getTopic()}
+{include file="$blogtemplate/header.template" pageTitle="$pageTitle | $title \"$pub\""} 
+<div class="post">
+	<h2>{$locale->tr("trackbacks_for_article")}: "<a href="{$url->postLink($post)}">{$post->getTopic()}</a>"</h2>
+	<div class="post-links" style="float:right">Trackback URL: {$url->getTrackbackUrl()}?id={$post->getId()}</div>
+	{if $trackbacks}
+		{foreach from=$trackbacks item=trackback}
+			<div class="post-title">
+				<h3><a href="{$trackback->getUrl()}">{$trackback->getTitle()}</a></h3>
+				<div class="post-content">
+					<dl>
+						<dt>{$locale->tr("trackback_excerpt")}:</dt>
+						<dd>{$trackback->getExcerpt()}</dd>
+						<dt>{$locale->tr("trackback_weblog")}:</dt>
+						<dd>{$trackback->getBlogName()}</dd>
+						{assign var="trackbackDate" value=$trackback->getDateObject()}
+						<dt>{$locale->tr("date")}:</dt>
+						<dd>{$locale->formatDate($trackbackDate, "%d/%m/%Y %H:%M")}</dd>
+					</dl>
+				</div>
+			</div>
+		{/foreach}
+	{else}
+		<div class="post-content" align="center"><br/><br/>{$locale->tr("search_no_matching_posts")}</div>
+	{/if}
+</div>
+</div>
+{include file="$blogtemplate/sidebar.template"}
+{include file="$blogtemplate/footer.template"}

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/resource.template
===================================================================
--- templates/branches/lifetype-1.2/MirrorDarkBlue/resource.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/MirrorDarkBlue/resource.template	2008-05-01 19:34:45 UTC (rev 6428)
@@ -0,0 +1,44 @@
+{assign var="OnAlbumPage" value=1}
+{include file="$blogtemplate/header.template"}
+{assign var=metadata value=$resource->getMetadataReader()}
+{assign var=updated value=$resource->getTimestamp()}
+<div class="post">
+		<h2>{$locale->tr("download")}</h2>
+		<div class="entry">{$locale->tr("created")}: {$locale->formatDate($updated,"%d %B, %Y")}</div>
+		<div class="post-content" style="text-align: center;"><p>{$resource->getDescription()}</p>
+		<div class="gallery-thumb">
+		{if $resource->isImage()}
+			<img src="{$url->resourceMediumSizePreviewLink($resource)}" height="64" width="64" alt="{$resource->getFileName()}, {$metadata->getRoundedSize()}" />
+		{else}
+			<a href="{$url->resourceDownloadLink($resource)}">
+		{if $resource->isSound()}
+			<img alt="Sound" src="{$url->getTemplateFile("/images/sound.gif")}" /><br/>{$resource->getFileName()}</a><br/>
+			{$locale->tr("format")}: {$metadata->getFormat()|upper}<br/>
+			{$locale->tr("length")}: {$metadata->getLengthStri
 ng()}<br/>
+			{$locale->tr("sample_rate")}: {$metadata->getSampleRate()} Khz
+		{elseif $resource->isVideo()}
+			<img alt="Video" src="{$url->getTemplateFile("/images/video.gif")}" /><br/>{$resource->getFileName()}</a><br/>
+			{$locale->tr("format")}: {$metadata->getFormat()|upper}<br/>
+			{$locale->tr("size")}: {$metadata->getHeight()} x {$metadata->getWidth()}<br/>
+			{$locale->tr("length")}: {$metadata->getLengthString()}<br/>
+			{$locale->tr("video_codec")}: {$metadata->getVideoCodec()}<br/>
+			{$locale->tr("audio_codec")}: {$metadata->getAudioCodec()}
+		{elseif $resource->isZip()}
+			<img alt="Compressed" src="{$url->getTemplateFile("/images/compressed.png")}" /><br/>{$resource->getFileName()}</a><br/>
+			{$metadata->getTotalFiles()} {$locale->tr("files")}<br/>
+			{$locale->tr("uncompressed_size")}: {$metadata->getRoundedUncompressedSize()}
+		{else}
+			<img alt="File" src="{$url->getTemplateFile("/images/file.gif")}" /><br/>{$resource->getFileName()}</a>
+	
 	{/if}
+		{/if}
+			<br/>
+		</div>
+		</div>
+</div>
+<div class="nav">
+	<div style="float:left"><a href="{$url->resourceDownloadLink($resource)}"><img src="{$url->getTemplateFile("/images/download.gif")}" width="10" height="11" alt="{$locale->tr("download")}" style="border:none;" /> {$locale->tr("download")} ({$metadata->getRoundedSize()})</a></div>
+	<div style="float:right"><a href="javascript:history.go(-1);">{$locale->tr("back")}</a></div>
+</div>
+</div>
+{include file="$blogtemplate/sidebar.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/screenshot.jpg
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/MirrorDarkBlue/screenshot.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/searchform.template
===================================================================
--- templates/branches/lifetype-1.2/MirrorDarkBlue/searchform.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/MirrorDarkBlue/searchform.template	2008-05-01 19:34:45 UTC (rev 6428)
@@ -0,0 +1,8 @@
+<form method="post" id="searchform" action="{$url->getIndexUrl()}">
+{literal}
+<input type="text" value="{$locale->tr("search")}" name="searchTerms" id="s" onfocus="if (this.value == '{$locale->tr("search")}') {this.value = '';}" onblur="if (this.value == '') {this.value = '{$locale->tr("search")}';}" />
+{/literal}
+<input type="submit" name="Search" id="searchsubmit" value="{$locale->tr("search")}" />
+<input type="hidden" name="op" value="{$locale->tr("search")}" />
+<input type="hidden" name="blogId" value="{$blog->getId()}"/>
+</form>
\ No newline at end of file

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/searchresults.template
===================================================================
--- templates/branches/lifetype-1.2/MirrorDarkBlue/searchresults.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/MirrorDarkBlue/searchresults.template	2008-05-01 19:34:45 UTC (rev 6428)
@@ -0,0 +1,30 @@
+{include file="$blogtemplate/header.template"}
+	<div class="post"> 
+		<h2>{$locale->tr("search_results")}: {foreach from=$searchterms item=term}{$term} {/foreach}</h2><br/>
+		{foreach from=$searchresults item=result}
+			{assign var=article value=$result->getArticle()}
+			{assign var="postDate" value=$article->getDateObject()}
+			{assign var="postOwner" value=$article->getUserInfo()}
+			<div class="post-date">
+				<span class="post-month">{$locale->formatDate($postDate,"%B")}</span>  
+				<span class="post-day">{$locale->formatDate($postDate,"%d")}</span>
+			</div>
+			<div class="post-title">
+				<h2><a href="{$url->postPermalink($article)}" rel="bookmark" >{$article->getTopic()}</a></h2>
+				<span class="post-cat">
+					{foreach name=categories from=$article->getCategories() item=postcategory}
+						<a href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>
+					{/foreach}
+				</span> 
+				<span class="post-links"> <a href="{$url->postTrackbackStatsLink($article)}" title="{$locale->tr("trackbacks")} -> {$article->getTopic()}">{$locale->tr("trackbacks")} ({$article->getNumTrackbacks()})</a></span>	
+			</div>
+			<div class="post-content">
+				{$article->getText()|strip_tags|truncate:300:"...":false}
+			</div>
+			<br/>
+		{/foreach}
+		<div class="navigation">{pager style="links"}</div>
+	</div>
+</div>
+{include file="$blogtemplate/sidebar.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/sidebar.template
===================================================================
--- templates/branches/lifetype-1.2/MirrorDarkBlue/sidebar.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/MirrorDarkBlue/sidebar.template	2008-05-01 19:34:45 UTC (rev 6428)
@@ -0,0 +1,47 @@
+<div class="columnjr">
+   <div id="sidebar">
+
+<h2 class="sidebartitle">{$locale->tr("categories")}</h2>
+<ul class="list-cat">
+{foreach from=$articlecategories item=articleCategory}
+<li><a href="{$url->categoryLink($articleCategory)}">{$articleCategory->getName()} [{$articleCategory->getNumArticles()}]</a></li>
+{/foreach}
+</ul>
+
+<h2 class="sidebartitle">{$locale->tr("calendar")}</h2>
+<table
+style="width: 200px; text-align: left; margin-left: auto; margin-right: auto;"
+border="0" cellpadding="2" cellspacing="2">
+<tbody>
+<tr>
+<td style="text-align: center;">{$calendar}</td>
+</tr>
+</tbody>
+</table>
+
+<h2 class="sidebartitle">{$locale->tr("archives")}</h2>
+<ul class="list-archives">
+{foreach from=$archives item=month}
+<li><a href="{$month->getUrl()}">{$month->getName()}</a> [{$month->getNumArticles()}]</li>
+{/foreach}
+</ul>
+
+<h2 class="sidebartitle">{$locale->tr("recently")}</h2>
+<ul class="list-page">
+{foreach from=$recentposts item=post}
+<li><a href="{$url->postLink($post)}">{$post->getTopic()|strip_tags|truncate:20:"...":false}</a><br/></li>
+{/foreach}
+</ul>
+
+<h2 class="sidebartitle">Meta</h2>
+<ul>
+<li><a class="feed" title="Link to the RSS 0.90 feed." href="{$url->rssLink("rss090")}">RSS 0.90</a></li>
+<li><a class="feed" title="Link to the RSS 1.0 feed." href="{$url->rssLink("rss10")}">RSS 1.0</a></li>
+<li><a class="feed" title="Link to the RSS 2.0 feed." href="{$url->rssLink("rss20")}">RSS 2.0</a></li>
+<li><a class="feed" title="Link to the Atom 0.3 feed." href="{$url->rssLink("atom")}">Atom 0.3</a></li>
+<li><a class="xhtml" href="http://validator.w3.org/check/referer" title="Valid XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li>
+<li><a class="css" href="http://jigsaw.w3.org/css-validator/check/referer" title="Valid CSS">Valid <abbr title="Cascaded Style Sheets">CSS</abbr></a></li>
+</ul>
+
+   </div>
+</div>
\ No newline at end of file

Added: templates/branches/lifetype-1.2/MirrorDarkBlue/style.css
===================================================================
--- templates/branches/lifetype-1.2/MirrorDarkBlue/style.css	                        (rev 0)
+++ templates/branches/lifetype-1.2/MirrorDarkBlue/style.css	2008-05-01 19:34:45 UTC (rev 6428)
@@ -0,0 +1,682 @@
+body  { font-family:Arial, Helvetica, sans-serif;
+font: 75%/150% Arial, Verdana, Helvetica, sans-serif;
+background: #9FC1CA;
+margin: 0;
+padding: 0px 0px 30px;
+color: #B1CFDA;
+}
+
+a {font-family: Arial, Helvetica, sans-serif;color: #15314B;}
+a:visited {color: #15314B;}
+a:hover {color: #B1CCD8;}
+a:active {color: #15314B;}
+
+h1,h2,h3 {font-family: Arial, Helvetica, sans-serif;margin:0px;}
+h1 {color: #fff; font-size: 30px;}
+h1 a, h1 a:visited{color: #fff; text-decoration: none;}
+h1 a:hover {color: #9DC1CF; text-decoration: none;}
+h2 {color: #fff; font-size: 16px;}
+h2 a, h2 a:visited {color: #fff;text-decoration: none;}
+h2 a:hover {color: #9DC1CF;text-decoration: none;}
+h3 {color: #9DC1CF; font-size: 14px;
+margin: 10px 0px 5px;}
+h4 {color: #9DC1CF;margin: 10px 0px 5px;}
+
+.Album {color: #B1CFDA; font-size: 12px; font-family: Arial, Helvetica, sans-serif;}
+a.Album:link {color:#15314B;text-decoration: none;}
+a.Album:visited {color: #15314B;text-decoration: none;}
+a.Album:hover {color: #B1CCD8;text-decoration: none;}
+a.Album:active {color: #15314B8;text-decoration: none;}
+
+.styleBottom{color: #9DC1CF; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
+a.styleBottom:link {color:#9DC1CF;}
+a.styleBottom:visited {color: #9DC1CF;}
+a.styleBottom:hover {color: #fff;}
+a.styleBottom:active {color: #9DC1CF;}
+
+.styleMenu{color: #345574; font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
+a.styleMenu:link {color:#345574;text-decoration: none;}
+a.styleMenu:visited {color: #345574;text-decoration: none;}
+a.styleMenu:hover {color: #000;text-decoration: none;}
+a.styleMenu:active {color: #345574;text-decoration: none;}
+
+.description{font-weight: bold;
+color: #9DC1CF;
+font-size: 14px;
+}
+
+.line {
+background: url(images/line.gif) no-repeat;
+width: 560px;
+height: 9px;
+}
+
+.sitejr {top:0px;
+background: url(images/sitebg.gif) #345574;
+width: 800px;
+margin-left: auto;
+margin-right: auto;
+}
+.Top1 {
+background: url(images/top.jpg) no-repeat;
+width: 800px;
+height: 208px;
+}
+.toptextjr {
+font-weight: bold;color: #fff; font-size: 26px;
+float:left;
+width: 450px;
+margin-left: 20px;
+margin-top: 50px;
+}
+.topm{
+float:right;
+width: 280px;
+}
+.topm-1{
+float:right;
+width: 280px;
+margin-top: 28px;
+}
+.topm-2{
+float:right;
+width: 280px;
+margin-top: 13px;
+}
+.topm-3{
+float:right;
+width: 280px;
+margin-top: 11px;
+}
+.topm-4{
+float:right;
+width: 280px;
+margin-top: 11px;
+}
+.menubgjr {
+background-image: url(images/menu.gif);
+background-repeat: no-repeat;
+height: 34px;
+width: 800px;
+}
+.menujr { float:left;
+font-weight: bold;
+color: #fff; font-size: 12px;
+line-height:30px;
+vertical-align:middle;
+width: 540px;
+padding-left: 30px;;
+height: 34px;
+}
+.searchjr { float:right;
+width: 220px;
+height: 34px;
+}
+.contentjr {
+padding: 10px 0px 50px 15px;
+float: left;
+width:550px;
+overflow: hidden;
+}
+.columnjr {
+background:url(images/columnbg.gif) repeat-y;
+float: right;
+width: 220px;
+color: #4B7AA1;
+overflow: hidden;
+}
+column2 {
+width: 220px;
+overflow: hidden;
+padding-left:10px;
+padding-right:10px;
+}
+
+.ColLink {
+float: right;
+width: 200px;}
+
+.footerjr {
+width:800px;
+height:38px;
+clear: both;
+background: url(images/bottom.gif) no-repeat;
+
+}
+.footertextjr {
+float: left;
+margin-top:1px;
+text-align:center;
+color: #AF6E91;
+font-size: 11px;
+width: 700px;
+}
+
+img {border: none;vertical-align:middle;}
+p {padding: 0px 0px 15px;margin: 0px;}
+
+form {
+margin:0px;
+padding:0px;
+}
+#page {
+margin: 0px auto;
+width: 760px;
+border-bottom: 5px solid #d5e6eb;
+border-left: 5px solid #d5e6eb;
+border-right: 5px solid #d5e6eb;
+}
+
+/* content area */
+
+#content {
+padding: 10px 0px 20px 20px;
+float: left;
+width: 530px;
+overflow: hidden;
+}
+.post {
+clear:both;
+padding-top: 15px;
+}
+.post-date {
+width: 60px;
+height: 66px;
+float:left;
+background: url(images/date-bg.gif) no-repeat;
+}
+.post-month {
+font-size: 11px;
+text-align: center;
+text-transform: uppercase;
+color: #000;
+display:block;
+line-height: 11px;
+padding-top: 12px;
+
+}
+.post-day {
+font-size: 18px;
+text-transform: uppercase;
+color: #000;
+text-align: center;
+display:block;
+line-height: 18px;
+padding-top: 7px;
+
+}
+.post-title {
+float: left;
+margin-left: 10px;
+width: 480px;
+}
+
+.entry {
+clear: both;
+padding-top: 10px;
+}
+.post-cat {
+background: url(images/bul2.gif) no-repeat;
+padding-left: 20px;
+float:left;
+font-size: 95%;
+color: #B8D2DC;
+}
+.post-links {
+background: url(images/bul2.gif) no-repeat;
+padding-left: 20px;
+float: right;
+font-size: 95%;
+color: #B8D2DC;
+}
+.post-comments {
+background: url(images/bul2.gif) no-repeat;
+padding-left: 20px;
+float: right;
+font-size: 95%;
+}
+.post-calendar {
+background: url(images/bul.gif) no-repeat;
+padding-left: 20px;
+float: right;
+font-size: 95%;
+color: #B8D2DC;
+}
+.mini-add-comment {
+background: url(images/bul2.gif) no-repeat;
+padding-left: 18px;
+float: right;
+font-size: 95%;
+}
+.navigation {
+clear: both;
+padding: 10px 0px;
+text-align: center;
+}
+.navigation a, .navigation a:visited {
+color: #fff;
+}
+.pagerLinkPrevPage a {
+float: left;
+padding-left: 18px;
+background: url(images/mini-nav-left.gif) no-repeat left center;
+}
+.pagerLinkNextPage a {
+float: right;
+padding-right: 18px;
+background: url(images/mini-nav-right.gif) no-repeat right center;
+}
+
+/* comments area */
+
+#comments, #respond {
+/* border-bottom: 1px dotted #578DC0;  padding: 10px 0 5px 0; */
+clear: both;
+}
+.commentlist {
+margin: 10px 0px;
+padding-left: 20px;
+line-height: 130%;
+color:#fff;
+}
+.commentlist li{
+list-style-type: none;
+padding: 5px 10px;
+margin: 30px 0px;
+}
+.commentlist cite {
+font-weight: bold;
+font-style: normal;
+font-size: 120%;
+color: #9CBFCE;
+}
+.commentlist cite a, .commentlist cite a:visited {
+color: #47637A;
+}
+.commentlist small {
+margin-bottom: 5px;
+display: block;
+font-size: 87%;
+}
+.commentlist img {
+float:right;
+}
+
+#CommentForm {
+width: 400px;
+margin-left:20px;
+margin-top: 10px;
+font: 110% Arial, Helvetica, sans-serif;
+}
+#CommentForm p {
+/*padding: 6px 0px;*/
+margin: 0px;
+}
+#CommentForm label{
+color: #000;
+font-size: 87%;
+display:block;
+clear:both;
+}
+#CommentForm input {
+background:#9CBFCE;
+border: 1px solid #EBEBEB;
+padding: 3px;
+margin-top: 3px;
+width:99%;
+}
+#CommentForm textarea{
+height: 115px;
+background:#9CBFCE;
+border: 1px solid #EBEBEB;
+padding: 2px;
+margin-top: 3px;
+width:99%;
+}
+#CommentForm textarea:focus, #CommentForm input[type="text"]:focus {
+background: #9CBFCE;
+}
+
+#CommentForm fieldset {
+border:1px solid black;
+}
+
+#CommentForm #AuthUser {
+display:block;
+clear:both;
+background: #FDF2F8;
+border: 1px solid #e7f7fe;
+padding: 3px;
+margin-top: 3px;
+width:99%;
+}
+
+#Submit #Add {
+background: url(images/btn-bg.gif) no-repeat;
+font: bold 12px Arial, Helvetica, sans-serif;
+color: #fff;
+border: none;
+width: 113px;
+height: 26px;
+cursor: pointer;
+}
+
+/*sidebar */
+
+.feed{
+padding: 5px 0px 5px 20px;
+background: transparent url(images/bul.gif) no-repeat center left;
+}
+.xhtml{
+padding: 5px 0px 5px 20px;
+background: transparent url(images/bul.gif) no-repeat center left;
+}
+.css{
+padding: 5px 0px 5px 20px;
+background: transparent url(images/bul.gif) no-repeat center left;
+}
+#sidebar {
+float:right;
+width: 220px;
+color: #fff;
+overflow: hidden;
+}
+
+/*sidebar title (h2) */
+#sidebar h2, #sidebar .sidebartitle{
+background: url(images/columntop.gif) #fff;
+font: normal 140%/100% Arial, Verdana, Helvetica, sans-serif;
+color: #95BACA;
+font-weight: bold;
+height: 25px;
+padding-top: 22px;
+padding-left: 25px;
+font-size: 12px;
+}
+/*sidebar text styles */
+#sidebar a, #sidebar a:visited{
+color: #fff;
+text-decoration: none;
+}
+#sidebar a:hover{
+color: #97BCCB;
+text-decoration: none;
+}
+/*sidebar list level1 */
+#sidebar ul {
+margin: 0;
+padding-left: 10px;
+}
+#sidebar li {
+list-style: none;
+padding-left: 10px;
+
+border: none;
+}
+/*sidebar list level2 */
+#sidebar ul {
+padding-left: 10px;
+margin: 0;
+}
+
+/*sidebar list level3 */
+#sidebar ul li ul li ul li{
+padding: 1px 0 1px 10px;
+border: none;
+}
+
+table.calMonth {
+text-align: center;
+color: #7EA4B5;
+}
+th.calMonthCurrent {
+color: #7EA4B5;
+font-weight: bold;
+}
+.calMonthHeader th {
+color: #7EA4B5;
+font-weight: bold;
+font-size: 12px;
+}
+.calMonthToday {
+font-weight: bold;
+font-size: 12px;
+color: #fff;
+}
+
+/*blogroll */
+ul.list-blogroll li{
+background: url(images/bul.gif) no-repeat !important;
+padding-left: 16px !important;
+}
+/*category widget */
+ul.list-cat li, li.widget_categories li{
+background: url(images/bul.gif) no-repeat !important;
+padding-left: 20px !important;
+
+/* ul.list-cat a:hover {
+border-color:#C48D19;
+background-color:#ffd300;
+color:#000;
+} */
+
+}
+/*archives widget */
+ul.list-archives li, li.widget_archives li{
+background: url(images/bul.gif) no-repeat !important;
+padding-left: 20px !important;
+}
+/*pages widget */
+ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
+background: url(images/bul.gif) no-repeat !important;
+padding-left: 20px !important;
+}
+/*sub-pages */
+ul.list-page li ul li, li.widget_pages li ul li{
+background: url(images/bul.gif) no-repeat !important;
+padding-left: 10px !important;
+}
+/*recent comments widget */
+li.widget_recent_comments li{
+background: url(images/bul.gif) no-repeat !important;
+padding-left: 20px !important;
+}
+/*calendar widget */
+li.widget_calendar td {
+padding: 1px 7px;
+}
+/*text widget */
+.textwidget {
+padding-top: 5px;
+}
+
+/*search form */
+
+#searchform br {
+display: none;
+}
+#searchform #s {
+border:1px solid #203346;
+width: 90px;
+height: 17px;
+padding: 4px 2px 0px 5px;
+border: 1px solid #B5C7D6;
+background: #fff;
+margin-right: 2px;
+color: #000000;
+font-weight: normal;
+}
+/* search form button - to specify button only use input[type="submit"] */
+#searchform input {
+background: url(images/search-btn-bg.gif) no-repeat;
+border: none;
+width: 67px;
+height: 26px;
+font: bold 12px Arial, Helvetica, sans-serif;
+color: #fff;
+vertical-align: middle;
+}
+
+/* footer area */
+#footer {
+clear: both;
+background: #048DB4 url(images/footer-bg.gif) no-repeat;
+color: #ACD7EE;
+font-size: 95%;
+line-height: 130%;
+padding-bottom: 10px;
+}
+#footer a, #footer a:visited {
+color: #FBFBFB;
+}
+#footer h4 {
+font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
+color: #9cdbfb;
+margin: 10px 0px 5px;
+}
+.footer-recent-comments {
+width: 240px;
+float: left;
+margin-left: 10px;
+}
+.footer-recent-comments ul {
+list-style-type: none;
+margin: 0px;
+padding: 0px;
+}
+.footer-recent-comments ul li {
+background: url(images/bul.gif) no-repeat;
+padding: 0px 0px 5px 20px;
+}
+.footer-recent-posts {
+width: 240px;
+float: left;
+margin-left: 10px;
+}
+.footer-recent-posts strong {
+font-size: 107%;
+line-height: 135%;
+font-weight: bold;
+}
+.footer-recent-posts ul {
+list-style: none;
+margin: 0px;
+padding: 0px;
+}
+.footer-recent-posts ul li {
+background: url(images/bul.gif) no-repeat;
+padding: 0px 0px 5px 20px;
+}
+.footer-about {
+width: 220px;
+float: right;
+padding-right: 10px;
+padding-left: 10px;
+background: url(images/bul.gif) no-repeat;
+}
+/* credits */
+#credits {
+margin: 0px auto;
+width: 760px;
+color: #7a9299;
+font-size: 85%;
+line-height: 120%;
+}
+#credits a, #credit a:visited {
+color: #048DB5;
+}
+.rss {
+background: url(images/bul.gif) no-repeat left center;
+padding-left: 18px;
+padding-bottom: 2px;
+margin-left: 8px;
+}
+.loginout {
+background: url(images/bul.gif) no-repeat left center;
+padding-left: 18px;
+padding-bottom: 2px;
+margin-left: 8px;
+}
+
+/* alignments */
+.center {
+text-align: center;
+}
+img.center, img[align="center"] {
+display: block;
+margin-left: auto;
+margin-right: auto;
+}
+.alignleft {
+float: left;
+}
+img.alignleft, img[align="left"] {
+float:left;
+margin: 2px 10px 5px 0px;
+}
+.alignright {
+float: right;
+}
+img.alignright, img[align="right"] {
+float:right;
+margin: 2px 0px 5px 10px;
+}
+.clear {
+clear:both;
+}
+hr.clear {
+clear:both;
+visibility: hidden;
+margin: 0px;
+padding: 0px;
+}
+
+/*---------Gallery thumbnails---------*/
+
+.gallery-thumb {
+margin: 0px;
+text-align: center;
+}
+
+.gallery-thumb img {
+padding: 0px;
+margin: 0px;
+}
+
+.gallery-thumb a img {
+}
+
+.gallery-thumb a:hover img, .gallery-thumb img:hover  {
+margin: 0;
+}
+
+.gallery-thumb {
+margin-right: 0px !important;
+}
+
+/*---------bookmark---------*/
+
+#bookmark ul {
+margin: 0;
+padding: 0;
+}
+#bookmark ul li {
+list-style: none;
+margin: 0;
+padding: 0;
+border: none;
+}
+#bookmark ul li ul {
+padding: 0;
+margin: 15px;
+}
+#bookmark h3, #bookmark .bookmarktitle{
+font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
+color: #9DC0CF;
+margin: 20px 0px 2px;
+border-bottom: 1px solid #9DC0CF;
+}
+ul.list-bookmark li{
+background: url(images/bul.gif) no-repeat !important;
+padding-left: 16px !important;
+}
\ No newline at end of file



More information about the pLog-svn mailing list