[pLog-svn] r5610 - in templates/branches/lifetype-1.2: . glossyblue glossyblue/images

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Jul 4 15:56:40 EDT 2007


Author: oscar
Date: 2007-07-04 15:56:39 -0400 (Wed, 04 Jul 2007)
New Revision: 5610

Added:
   templates/branches/lifetype-1.2/glossyblue/
   templates/branches/lifetype-1.2/glossyblue/Favicon.ico
   templates/branches/lifetype-1.2/glossyblue/about.template
   templates/branches/lifetype-1.2/glossyblue/about_text.txt
   templates/branches/lifetype-1.2/glossyblue/album.template
   templates/branches/lifetype-1.2/glossyblue/albums.template
   templates/branches/lifetype-1.2/glossyblue/archives.template
   templates/branches/lifetype-1.2/glossyblue/bookmark.template
   templates/branches/lifetype-1.2/glossyblue/commentarticle.template
   templates/branches/lifetype-1.2/glossyblue/comments.template
   templates/branches/lifetype-1.2/glossyblue/error.template
   templates/branches/lifetype-1.2/glossyblue/footer.template
   templates/branches/lifetype-1.2/glossyblue/header.template
   templates/branches/lifetype-1.2/glossyblue/images/
   templates/branches/lifetype-1.2/glossyblue/images/Error.gif
   templates/branches/lifetype-1.2/glossyblue/images/btn-bg.gif
   templates/branches/lifetype-1.2/glossyblue/images/compressed.png
   templates/branches/lifetype-1.2/glossyblue/images/content-bg.gif
   templates/branches/lifetype-1.2/glossyblue/images/date-bg.gif
   templates/branches/lifetype-1.2/glossyblue/images/download.gif
   templates/branches/lifetype-1.2/glossyblue/images/file.gif
   templates/branches/lifetype-1.2/glossyblue/images/footer-bg.gif
   templates/branches/lifetype-1.2/glossyblue/images/footer-right-bg.gif
   templates/branches/lifetype-1.2/glossyblue/images/greenfolder.png
   templates/branches/lifetype-1.2/glossyblue/images/header-bg.jpg
   templates/branches/lifetype-1.2/glossyblue/images/header-icon.gif
   templates/branches/lifetype-1.2/glossyblue/images/main-bg.gif
   templates/branches/lifetype-1.2/glossyblue/images/mini-blogroll.gif
   templates/branches/lifetype-1.2/glossyblue/images/mini-calendar.gif
   templates/branches/lifetype-1.2/glossyblue/images/mini-category.gif
   templates/branches/lifetype-1.2/glossyblue/images/mini-comments.gif
   templates/branches/lifetype-1.2/glossyblue/images/mini-down-arrow.gif
   templates/branches/lifetype-1.2/glossyblue/images/mini-footer-blogroll.gif
   templates/branches/lifetype-1.2/glossyblue/images/mini-footer-comments.gif
   templates/branches/lifetype-1.2/glossyblue/images/mini-footer-post.gif
   templates/branches/lifetype-1.2/glossyblue/images/mini-loginout.gif
   templates/branches/lifetype-1.2/glossyblue/images/mini-monthly-archive.gif
   templates/branches/lifetype-1.2/glossyblue/images/mini-nav-left.gif
   templates/branches/lifetype-1.2/glossyblue/images/mini-nav-right.gif
   templates/branches/lifetype-1.2/glossyblue/images/mini-page-arrow.gif
   templates/branches/lifetype-1.2/glossyblue/images/mini-page.gif
   templates/branches/lifetype-1.2/glossyblue/images/mini-recent-comments.gif
   templates/branches/lifetype-1.2/glossyblue/images/mini-rss.gif
   templates/branches/lifetype-1.2/glossyblue/images/nav-button-bg.gif
   templates/branches/lifetype-1.2/glossyblue/images/search-btn-bg.gif
   templates/branches/lifetype-1.2/glossyblue/images/sound.gif
   templates/branches/lifetype-1.2/glossyblue/images/video.gif
   templates/branches/lifetype-1.2/glossyblue/main.template
   templates/branches/lifetype-1.2/glossyblue/post.template
   templates/branches/lifetype-1.2/glossyblue/postandcomments.template
   templates/branches/lifetype-1.2/glossyblue/posttrackbacks.template
   templates/branches/lifetype-1.2/glossyblue/print.css
   templates/branches/lifetype-1.2/glossyblue/resource.template
   templates/branches/lifetype-1.2/glossyblue/screenshot.jpg
   templates/branches/lifetype-1.2/glossyblue/screenshot.png
   templates/branches/lifetype-1.2/glossyblue/searchform.template
   templates/branches/lifetype-1.2/glossyblue/searchresults.template
   templates/branches/lifetype-1.2/glossyblue/sidebar.template
   templates/branches/lifetype-1.2/glossyblue/style.css
   templates/branches/lifetype-1.2/glossyblue/text1_text.txt
   templates/branches/lifetype-1.2/glossyblue/text2_text.txt
Log:
Added the 'glossyblue' template, ported by Pavel (the guy running Lifetype.ru)


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


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

Added: templates/branches/lifetype-1.2/glossyblue/about.template
===================================================================
--- templates/branches/lifetype-1.2/glossyblue/about.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/glossyblue/about.template	2007-07-04 19:56:39 UTC (rev 5610)
@@ -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/glossyblue/about_text.txt
===================================================================
--- templates/branches/lifetype-1.2/glossyblue/about_text.txt	                        (rev 0)
+++ templates/branches/lifetype-1.2/glossyblue/about_text.txt	2007-07-04 19:56:39 UTC (rev 5610)
@@ -0,0 +1,2 @@
+<h4>About</h4>
+<p>Open "about_text.txt" file in the theme folder to edit this text.</p>
\ No newline at end of file

Added: templates/branches/lifetype-1.2/glossyblue/album.template
===================================================================
--- templates/branches/lifetype-1.2/glossyblue/album.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/glossyblue/album.template	2007-07-04 19:56:39 UTC (rev 5610)
@@ -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)}"><img src="{$url->getTemplateFile('/images/greenfolder.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->al
 bumLink($childalbum)}"><img src="{$url->getTemplateFile('/images/greenfolder.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/glossyblue/albums.template
===================================================================
--- templates/branches/lifetype-1.2/glossyblue/albums.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/glossyblue/albums.template	2007-07-04 19:56:39 UTC (rev 5610)
@@ -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)}"><img src="{$url->getTemplateFile('/images/greenfolder.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/glossyblue/archives.template
===================================================================
--- templates/branches/lifetype-1.2/glossyblue/archives.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/glossyblue/archives.template	2007-07-04 19:56:39 UTC (rev 5610)
@@ -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/glossyblue/bookmark.template
===================================================================
--- templates/branches/lifetype-1.2/glossyblue/bookmark.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/glossyblue/bookmark.template	2007-07-04 19:56:39 UTC (rev 5610)
@@ -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/glossyblue/commentarticle.template
===================================================================
--- templates/branches/lifetype-1.2/glossyblue/commentarticle.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/glossyblue/commentarticle.template	2007-07-04 19:56:39 UTC (rev 5610)
@@ -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/glossyblue/comments.template
===================================================================
--- templates/branches/lifetype-1.2/glossyblue/comments.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/glossyblue/comments.template	2007-07-04 19:56:39 UTC (rev 5610)
@@ -0,0 +1,30 @@
+		<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-{$c
 omment->getId()}" title="">{$locale->formatDate($commentDate, "%d %B %Y, %H:%M")}</a></small>
+					{$commentText}					
+				</li>
+				{assign var="counter" value="`$counter+1`"}
+			{/foreach}
+		</ol>
+	<div class="navigation">{pager style="links"}</div>
Added: templates/branches/lifetype-1.2/glossyblue/error.template
===================================================================
--- templates/branches/lifetype-1.2/glossyblue/error.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/glossyblue/error.template	2007-07-04 19:56:39 UTC (rev 5610)
@@ -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/glossyblue/footer.template
===================================================================
--- templates/branches/lifetype-1.2/glossyblue/footer.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/glossyblue/footer.template	2007-07-04 19:56:39 UTC (rev 5610)
@@ -0,0 +1,23 @@
+<div id="footer">
+	<div class="footer-recent-posts">
+		{include file="$blogtemplate/text1_text.txt"}
+	</div>
+
+	<div class="footer-recent-posts">
+		{include file="$blogtemplate/text2_text.txt"}
+	</div>
+
+	<div class="footer-about">
+		{include file="$blogtemplate/about_text.txt"}
+	</div>
+	
+  <hr class="clear" />
+  </div>
+</div>
+
+<div id="credits">
+	<div class="alignleft">Design by <a href="http://www.ndesign-studio.com">N.Design Studio</a></div>
+	<div class="alignright">Powered by <a href="http://www.lifetype.net" target="_blank">Lifetype</a>. Template adapted by <a href="http://www.lifetype.ru" target="_blank">Russian Lifetype</a></div>	
+</div>
+</body>
+</html>
\ No newline at end of file

Added: templates/branches/lifetype-1.2/glossyblue/header.template
===================================================================
--- templates/branches/lifetype-1.2/glossyblue/header.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/glossyblue/header.template	2007-07-04 19:56:39 UTC (rev 5610)
@@ -0,0 +1,35 @@
+<!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="stylesheet" type="text/css" media="print" href="{$url->getTemplateFile("print.css")}" />
+<link rel="shortcut icon" type="image/x-icon" href="{$url->getTemplateFile("images/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 id="page">
+  <div id="header">
+    <div id="headerimg">
+      <h1><a href="{$url->blogLink()}" title="{$blog->getBlog()}">{$blog->getBlog()}</a></h1>
+     <div class="description">{$blog->getAbout()|strip_tags}</div>
+	</div>
+	<ul id="nav">
+	  <li class="page_item"><a href="{$url->blogLink()}" title="{$locale->tr("main")}">{$locale->tr("main")}</a></li>
+      <li class="page_item"><a href="{$url->albumLink()}" title="{$locale->tr("albums")}">{$locale->tr("albums")}</a></li>
+	  <li class="page_item"><a href="{$url->templatePage("bookmark")}" title="{$locale->tr("links")}">{$locale->tr("links")}</a></li>
+	  <li class="page_item"><a href="{$url->templatePage("about")}" title="{$locale->tr("about")}">{$locale->tr("about")}</a></li>
+	</ul>
+    </div>
+	<div id="content">
+	
\ No newline at end of file

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

Added: templates/branches/lifetype-1.2/glossyblue/images/footer-right-bg.gif
===================================================================
(Binary files differ)


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

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


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

Added: templates/branches/lifetype-1.2/glossyblue/images/header-bg.jpg
===================================================================
(Binary files differ)


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

Added: templates/branches/lifetype-1.2/glossyblue/images/header-icon.gif
===================================================================
(Binary files differ)


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

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


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

Added: templates/branches/lifetype-1.2/glossyblue/images/mini-blogroll.gif
===================================================================
(Binary files differ)


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

Added: templates/branches/lifetype-1.2/glossyblue/images/mini-calendar.gif
===================================================================
(Binary files differ)


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

Added: templates/branches/lifetype-1.2/glossyblue/images/mini-category.gif
===================================================================
(Binary files differ)


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

Added: templates/branches/lifetype-1.2/glossyblue/images/mini-comments.gif
===================================================================
(Binary files differ)


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

Added: templates/branches/lifetype-1.2/glossyblue/images/mini-down-arrow.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/glossyblue/images/mini-down-arrow.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/glossyblue/images/mini-footer-blogroll.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/glossyblue/images/mini-footer-blogroll.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/glossyblue/images/mini-footer-comments.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/glossyblue/images/mini-footer-comments.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/glossyblue/images/mini-footer-post.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/glossyblue/images/mini-footer-post.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/glossyblue/images/mini-loginout.gif
===================================================================
(Binary files differ)


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

Added: templates/branches/lifetype-1.2/glossyblue/images/mini-monthly-archive.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/glossyblue/images/mini-monthly-archive.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

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


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

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


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

Added: templates/branches/lifetype-1.2/glossyblue/images/mini-page-arrow.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/glossyblue/images/mini-page-arrow.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/glossyblue/images/mini-page.gif
===================================================================
(Binary files differ)


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

Added: templates/branches/lifetype-1.2/glossyblue/images/mini-recent-comments.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/glossyblue/images/mini-recent-comments.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/glossyblue/images/mini-rss.gif
===================================================================
(Binary files differ)


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

Added: templates/branches/lifetype-1.2/glossyblue/images/nav-button-bg.gif
===================================================================
(Binary files differ)


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

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


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

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


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

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


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

Added: templates/branches/lifetype-1.2/glossyblue/main.template
===================================================================
--- templates/branches/lifetype-1.2/glossyblue/main.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/glossyblue/main.template	2007-07-04 19:56:39 UTC (rev 5610)
@@ -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/glossyblue/post.template
===================================================================
--- templates/branches/lifetype-1.2/glossyblue/post.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/glossyblue/post.template	2007-07-04 19:56:39 UTC (rev 5610)
@@ -0,0 +1,30 @@
+	<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></a>
+				{/if}
+			{/if}
+			
+		</div>
+        <div class="post-content">
+			{$postText}
+        </div>  
+    </div>
\ No newline at end of file

Added: templates/branches/lifetype-1.2/glossyblue/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/glossyblue/postandcomments.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/glossyblue/postandcomments.template	2007-07-04 19:56:39 UTC (rev 5610)
@@ -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/glossyblue/posttrackbacks.template
===================================================================
--- templates/branches/lifetype-1.2/glossyblue/posttrackbacks.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/glossyblue/posttrackbacks.template	2007-07-04 19:56:39 UTC (rev 5610)
@@ -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/glossyblue/print.css
===================================================================
--- templates/branches/lifetype-1.2/glossyblue/print.css	                        (rev 0)
+++ templates/branches/lifetype-1.2/glossyblue/print.css	2007-07-04 19:56:39 UTC (rev 5610)
@@ -0,0 +1,82 @@
+/*  
+Theme Name: iTheme
+Theme URI: http://www.ndesign-studio.com
+Description: WordPress theme designed by <a href="http://www.ndesign-studio.com">N.Design Studio</a>.
+Version: 1.0
+Author: Nick La
+Author URI: http://www.ndesign-studio.com/
+
+	This theme was designed and built by Nick La.
+
+	The CSS, XHTML and design is released under Creative Commons Attribution 2.5:
+	http://creativecommons.org/licenses/by/2.5/
+	
+	To use this theme, a link back to "http://www.ndesign-studio.com" must be provided. You are free to:
+	- use this theme for personal or commercial projects
+	- modify, translate, or distribute
+
+*/
+
+body {
+	background: #ffffff url(none);
+	font: 12px/16px Arial, Helvetica, sans-serif;
+	padding: 0 40px;
+	margin: 0px;
+	color: #000000;
+}
+#page {
+	background: none;
+}
+#wrapper {
+	width: 100%;
+	margin: 0px;
+}
+#header {
+	border-bottom: solid 1px #000000;
+	height: 100px;
+	margin-bottom: 15px;
+}
+
+h1 {
+	color: #000000;
+	margin: 0px;
+	left: 0;
+}
+h1 a, h1 a:visited {
+	color: #000000;
+	text-decoration: none;
+}
+h2 {
+	border: none;
+}
+.description {
+	left: 0;
+}
+
+#left-col {
+	width: 100%;
+}
+
+#content {
+	padding: 0;
+	background: #ffffff;
+}
+.post {
+	padding: 0;
+	background: none;
+}
+
+h3#comments {
+	background: none;
+	padding-left: 0;
+	font: bold 14px/120% Arial, Helvetica, sans-serif;
+	clear: both;
+}
+
+.commentlist li, .commentlist .alt {
+	border: none !important;
+}
+
+#searchform, #nav, #subnav, .mini-add-comment, .page-nav, .post-nav, h3#respond, #commentform, #footer, #sidebar  {
+	display: none !important;
+}
\ No newline at end of file

Added: templates/branches/lifetype-1.2/glossyblue/resource.template
===================================================================
--- templates/branches/lifetype-1.2/glossyblue/resource.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/glossyblue/resource.template	2007-07-04 19:56:39 UTC (rev 5610)
@@ -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/glossyblue/screenshot.jpg
===================================================================
(Binary files differ)


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

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


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

Added: templates/branches/lifetype-1.2/glossyblue/searchform.template
===================================================================
--- templates/branches/lifetype-1.2/glossyblue/searchform.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/glossyblue/searchform.template	2007-07-04 19:56:39 UTC (rev 5610)
@@ -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/glossyblue/searchresults.template
===================================================================
--- templates/branches/lifetype-1.2/glossyblue/searchresults.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/glossyblue/searchresults.template	2007-07-04 19:56:39 UTC (rev 5610)
@@ -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/glossyblue/sidebar.template
===================================================================
--- templates/branches/lifetype-1.2/glossyblue/sidebar.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/glossyblue/sidebar.template	2007-07-04 19:56:39 UTC (rev 5610)
@@ -0,0 +1,46 @@
+<div id="sidebar">
+	<ul>
+		<li>
+			<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>
+		</li>
+		
+		<li>
+			<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>
+		</li>
+			
+		<li class="widget_calendar">
+			<h2 class="sidebartitle">{$locale->tr("calendar")}</h2>
+				{$calendar}
+		</li>
+		
+		<li>	
+			<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>
+		</li>
+		
+		<li>
+	        <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>
+	    </li>
+	</ul>
+</div>
\ No newline at end of file

Added: templates/branches/lifetype-1.2/glossyblue/style.css
===================================================================
--- templates/branches/lifetype-1.2/glossyblue/style.css	                        (rev 0)
+++ templates/branches/lifetype-1.2/glossyblue/style.css	2007-07-04 19:56:39 UTC (rev 5610)
@@ -0,0 +1,624 @@
+/*  
+Theme Name: GlossyBlue
+Theme URI: http://www.ndesign-studio.com
+Description: WP glossy theme designed by <a href="http://www.ndesign-studio.com">N.Design Studio</a>.
+Version: 1.4
+Author: Nick La
+Author URI: http://www.ndesign-studio.com
+
+	This theme was designed and built by Nick La.
+
+	By downloading and using this theme, you agree to the following terms:
+    - You may NOT resell this theme
+    - A link back to N.Design Studio must be retained in the footer (either modified or unmodified)
+    - You may use this theme for personal or commercial projects
+    - You may modify, translate or distribute
+
+*/
+
+body {
+	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
+	color: #333333;
+	background: #FFFFFF url(images/main-bg.gif);
+	margin: 0px;
+	padding: 0px 0px 30px;
+}
+a {
+	color: #CC6600;
+	text-decoration: none;
+}
+a:visited {
+	color: #CC6633;
+	text-decoration: none;
+}
+a:hover {
+	color: #FF6600;
+	text-decoration: underline;
+}
+img {
+	border: none;
+}
+p {
+	padding: 0px 0px 15px;
+	margin: 0px;
+}
+h1 {
+	margin:0px;
+	background: url(images/header-icon.gif) no-repeat;
+	padding-left: 70px;
+	height: 60px;
+	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
+	color: #c9eefe;
+}
+h1 a, h1 a:visited{
+	color: #c9eefe;
+	text-decoration: none;
+}
+h1 a:hover{
+	color: #FBFBFB;
+	text-decoration: none;
+}
+h2 {
+	color: #59770e;
+	margin: 0px 0px 2px;
+	border-bottom: 1px dotted #CCCCCC;
+	letter-spacing: -1px;
+	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
+	padding-bottom: 3px;
+}
+h2 a, h2 a:visited {
+	color: #59770e;
+	text-decoration: none;
+}
+h2 a:hover {
+	color: #FF6600;
+	text-decoration: none;
+}
+h3 {
+	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
+	color: #758d38;
+	margin: 10px 0px 5px;
+}
+h4 {
+	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
+	color: #758d38;
+	margin: 10px 0px 5px;
+}
+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;
+	background: #FFFFFF url(images/content-bg.gif) repeat-y;
+}
+/* header area */
+#header {
+	background: #0FACEA url(images/header-bg.jpg) no-repeat;
+	height: 170px;
+	border-bottom: 3px solid #59780a;
+	position: relative;
+}
+#headerimg {
+	position: relative;
+	padding: 30px 0px 0px 40px;
+	height: 60px;
+}
+#headerimg .description{
+	position: absolute;
+	left: 110px;
+	bottom: 3px;
+	color: #c9eefe;
+	font-size: 14px;
+}
+#nav {
+	list-style: none;
+	margin: 0px;
+	position: absolute;
+	right: 10px;
+	bottom: 0px;
+}
+#nav li {
+	float: left;
+	margin-left: 5px;
+}
+#nav .current_page_item a, #nav .current_page_item a:visited{
+	color: #000000;
+	text-decoration: none;
+}
+#nav .page_item a{
+	color: #ffffff;
+	text-decoration: none;
+	background: #5c8d0c url(images/nav-button-bg.gif) repeat-x;
+	padding: 5px 15px;
+	font: bold 14px/100% Arial, Helvetica, sans-serif;
+	border-top: 1px solid #E6EED0;
+	border-left: 1px solid #AFCD69;
+	border-right: 1px solid #AFCD69;
+	display: block;
+}
+#nav .page_item a:hover {
+	color: #000000;
+}
+
+/* content area */
+#content {
+	padding: 10px 0px 30px 20px;
+	float: left;
+	width: 485px;
+	overflow: hidden;
+}
+.post {
+	clear:both;
+	padding-top: 15px;
+}
+.post-date {
+	width: 45px;
+	height: 49px;
+	float:left;
+	background: url(images/date-bg.gif) no-repeat;
+}
+.post-month {
+	font-size: 11px;
+	text-transform: uppercase;
+	color: #FBFBFB;
+	text-align: center;
+	display:block;
+	line-height: 11px;
+	padding-top: 2px;
+	margin-left: -3px;
+}
+.post-day {
+	font-size: 18px;
+	text-transform: uppercase;
+	color: #999999;
+	text-align: center;
+	display:block;
+	line-height: 18px;
+	padding-top: 7px;
+	margin-left: -3px;
+}
+.post-title {
+	float: left;
+	margin-left: 10px;
+	width: 430px;
+}
+
+.entry {
+	clear: both;
+	padding-top: 10px;
+}
+.post-cat {
+	background: url(images/mini-category.gif) no-repeat;
+	padding-left: 20px;
+	float:left;
+	font-size: 95%;
+	color: #999999;
+}
+.post-links {
+	background: url(images/mini-blogroll.gif) no-repeat;
+	padding-left: 10px;
+	float: right;
+	font-size: 95%;
+	color: #999999;
+}
+.post-comments {
+	background: url(images/mini-comments.gif) no-repeat;
+	padding-left: 20px;
+	float: right;
+	font-size: 95%;
+}
+.post-calendar {
+	background: url(images/mini-calendar.gif) no-repeat;
+	padding-left: 20px;
+	float: right;
+	font-size: 95%;
+	color: #999999;
+}
+.mini-add-comment {
+	background: url(images/mini-down-arrow.gif) no-repeat;
+	padding-left: 18px;
+	float: right;
+}
+.navigation {
+	clear: both;
+	padding: 10px 0px;
+	text-align: center;
+}
+.navigation a, .navigation a:visited {
+	color: #59770e;
+}
+.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 #CCCCCC;
+	padding: 10px 0 5px 0;
+	clear: both;	
+}
+.commentlist {
+	margin: 10px 0px;
+	padding-left: 20px;
+	line-height: 130%;
+}
+.commentlist li{
+	padding: 5px 10px;
+	margin: 30px 0px;
+}
+.commentlist .alt {
+	background: #f1fedb;
+}
+.commentlist cite {
+	font-weight: bold;
+	font-style: normal;
+	font-size: 120%;
+	color: #CC6600;
+}
+.commentlist cite a, .commentlist cite a:visited {
+	color: #CC6600;
+}
+.commentlist small {
+	margin-bottom: 5px;
+	display: block;
+	font-size: 87%;
+}
+.commentlist img {
+	float:right;
+}
+
+#CommentForm {
+	margin-top: 10px;
+	font: 110% Arial, Helvetica, sans-serif;
+}
+#CommentForm p {
+	/*padding: 6px 0px;*/
+	margin: 0px;
+}
+#CommentForm label{
+	color: #787878;
+	font-size: 87%;
+	display:block;
+	clear:both;
+}
+#CommentForm input {
+	background:#f1fedb;
+	border: 1px solid #bdd77f;
+	padding: 3px;
+	margin-top: 3px;
+	width:99%;
+}
+#CommentForm textarea{
+	height: 115px;
+	background:#f1fedb;
+	border: 1px solid #bdd77f;
+	padding: 2px;
+	margin-top: 3px;
+	width:99%;
+}
+#CommentForm textarea:focus, #CommentForm input[type="text"]:focus {
+	background: #ffffff;
+}
+
+#CommentForm fieldset {
+	border:1px solid black;
+}
+
+#CommentForm #AuthUser {
+	display:block;	
+	clear:both;
+	background:#f1fedb;	
+	border: 1px solid #bdd77f;
+	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: #FBFBFB;
+	border: none;
+	float:right;
+	width: 144px;
+	height: 28px;
+	cursor: pointer;
+}
+
+/*sidebar */
+#sidebar {
+	float: right;
+	padding: 0px 10px 20px 0px;
+	width: 220px;
+	color: #666666;
+	overflow: hidden;
+}
+/*sidebar title (h2) */
+#sidebar h2, #sidebar .sidebartitle{
+	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
+	color: #758d38;
+	margin: 20px 0px 2px;
+	border-bottom: 1px solid #CFE1AC;
+}
+/*sidebar text styles */
+#sidebar a, #sidebar a:visited{
+	color: #495233;
+	text-decoration: none;
+}
+#sidebar a:hover{
+	color: #FF6600;
+	text-decoration: none;
+}
+/*sidebar list level1 */
+#sidebar ul {
+	margin: 0;
+	padding: 0;
+}
+#sidebar ul li {
+	list-style: none;
+	margin: 0;
+	padding: 0;
+	border: none;
+}
+/*sidebar list level2 */
+#sidebar ul li ul {
+	padding: 0;
+	margin: 0;
+}
+#sidebar ul li ul li{
+	padding: 2px 0 2px 0px;
+	border-bottom: 1px solid #dceeb7;
+}
+/*sidebar list level3 */
+#sidebar ul li ul li ul li{
+	padding: 1px 0 1px 10px;
+	border: none;
+}
+/*blogroll */
+ul.list-blogroll li{
+	background: url(images/mini-blogroll.gif) no-repeat !important;
+	padding-left: 16px !important;
+}
+/*category widget */
+ul.list-cat li, li.widget_categories li{
+	background: url(images/mini-category.gif) no-repeat !important;
+	padding-left: 20px !important;
+}
+/*archives widget */
+ul.list-archives li, li.widget_archives li{
+	background: url(images/mini-monthly-archive.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/mini-page.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/mini-page-arrow.gif) no-repeat !important;
+	padding-left: 10px !important;
+}
+/*recent comments widget */
+li.widget_recent_comments li{
+	background: url(images/mini-recent-comments.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 {
+	margin: 15px 0 0;
+}
+#searchform br {
+	display: none;
+}
+#searchform #s {
+	border:1px solid #203346;
+	width: 130px;
+	height: 22px;
+	padding: 4px 2px 0px 5px;
+	border: 1px solid #bed881;
+	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: #FBFBFB;
+	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: none;
+	margin: 0px;
+	padding: 0px;
+}
+.footer-recent-comments ul li {
+	background: url(images/mini-footer-blogroll.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/mini-footer-post.gif) no-repeat;
+	padding: 0px 0px 5px 20px;
+}
+.footer-about {
+	width: 220px;
+	float: right;
+	padding-right: 10px;
+	padding-left: 10px;
+	background: url(images/footer-right-bg.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/mini-rss.gif) no-repeat left center;
+	padding-left: 18px;
+	padding-bottom: 2px;
+	margin-left: 8px;
+}
+.loginout {
+	background: url(images/mini-loginout.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: 5px;
+text-align: center;
+}
+
+.gallery-thumb img {
+background: #ECFDCE;
+border: 1px solid #ddd;
+padding: 7px;
+margin: 1px;
+}
+
+.gallery-thumb a img {
+border-color: #ccc;
+}
+
+.gallery-thumb a:hover img, .gallery-thumb img:hover  {
+border-width: 2px;
+border-color: #59770e;
+margin: 0;
+}
+
+.gallery-thumb {
+margin-right: 5px !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: #758d38;
+	margin: 20px 0px 2px;
+	border-bottom: 1px solid #CFE1AC;
+}
+ul.list-bookmark li{
+	background: url(images/mini-blogroll.gif) no-repeat !important;
+	padding-left: 16px !important;
+}
\ No newline at end of file

Added: templates/branches/lifetype-1.2/glossyblue/text1_text.txt
===================================================================
--- templates/branches/lifetype-1.2/glossyblue/text1_text.txt	                        (rev 0)
+++ templates/branches/lifetype-1.2/glossyblue/text1_text.txt	2007-07-04 19:56:39 UTC (rev 5610)
@@ -0,0 +1,2 @@
+<h4>Text 1</h4>
+<p>Open "text1_text.txt" file in the theme folder to edit this text.</p>
\ No newline at end of file

Added: templates/branches/lifetype-1.2/glossyblue/text2_text.txt
===================================================================
--- templates/branches/lifetype-1.2/glossyblue/text2_text.txt	                        (rev 0)
+++ templates/branches/lifetype-1.2/glossyblue/text2_text.txt	2007-07-04 19:56:39 UTC (rev 5610)
@@ -0,0 +1,2 @@
+<h4>Text 2</h4>
+<p>Open "text2_text.txt" file in the theme folder to edit this text.</p>
\ No newline at end of file



More information about the pLog-svn mailing list