[pLog-svn] r5270 - in templates/branches/lifetype-1.2: . spollo spollo/imgs

oscar at devel.lifetype.net oscar at devel.lifetype.net
Tue Apr 3 16:05:18 EDT 2007


Author: oscar
Date: 2007-04-03 16:05:18 -0400 (Tue, 03 Apr 2007)
New Revision: 5270

Added:
   templates/branches/lifetype-1.2/spollo/
   templates/branches/lifetype-1.2/spollo/about.template
   templates/branches/lifetype-1.2/spollo/album.template
   templates/branches/lifetype-1.2/spollo/albums.template
   templates/branches/lifetype-1.2/spollo/archives.template
   templates/branches/lifetype-1.2/spollo/error.template
   templates/branches/lifetype-1.2/spollo/footer.template
   templates/branches/lifetype-1.2/spollo/header.template
   templates/branches/lifetype-1.2/spollo/imgs/
   templates/branches/lifetype-1.2/spollo/imgs/back_input.gif
   templates/branches/lifetype-1.2/spollo/imgs/boxbg.jpg
   templates/branches/lifetype-1.2/spollo/imgs/bricks.gif
   templates/branches/lifetype-1.2/spollo/imgs/bullet_black.gif
   templates/branches/lifetype-1.2/spollo/imgs/bullet_blue.gif
   templates/branches/lifetype-1.2/spollo/imgs/compressed.png
   templates/branches/lifetype-1.2/spollo/imgs/computer.gif
   templates/branches/lifetype-1.2/spollo/imgs/css.gif
   templates/branches/lifetype-1.2/spollo/imgs/date.gif
   templates/branches/lifetype-1.2/spollo/imgs/download.gif
   templates/branches/lifetype-1.2/spollo/imgs/error.gif
   templates/branches/lifetype-1.2/spollo/imgs/favicon.ico
   templates/branches/lifetype-1.2/spollo/imgs/feed.gif
   templates/branches/lifetype-1.2/spollo/imgs/file.gif
   templates/branches/lifetype-1.2/spollo/imgs/folder.gif
   templates/branches/lifetype-1.2/spollo/imgs/folderblue.gif
   templates/branches/lifetype-1.2/spollo/imgs/greenfolder.png
   templates/branches/lifetype-1.2/spollo/imgs/header.gif
   templates/branches/lifetype-1.2/spollo/imgs/images.gif
   templates/branches/lifetype-1.2/spollo/imgs/lt_button.gif
   templates/branches/lifetype-1.2/spollo/imgs/mail.gif
   templates/branches/lifetype-1.2/spollo/imgs/menu_bg.gif
   templates/branches/lifetype-1.2/spollo/imgs/menu_end_triple.gif
   templates/branches/lifetype-1.2/spollo/imgs/menu_start_triple.gif
   templates/branches/lifetype-1.2/spollo/imgs/menu_triple.gif
   templates/branches/lifetype-1.2/spollo/imgs/page.gif
   templates/branches/lifetype-1.2/spollo/imgs/page_bg.gif
   templates/branches/lifetype-1.2/spollo/imgs/page_bottom.gif
   templates/branches/lifetype-1.2/spollo/imgs/search.gif
   templates/branches/lifetype-1.2/spollo/imgs/sound.gif
   templates/branches/lifetype-1.2/spollo/imgs/title_bg.gif
   templates/branches/lifetype-1.2/spollo/imgs/title_bg.png
   templates/branches/lifetype-1.2/spollo/imgs/url.gif
   templates/branches/lifetype-1.2/spollo/imgs/vcard.gif
   templates/branches/lifetype-1.2/spollo/imgs/video.gif
   templates/branches/lifetype-1.2/spollo/imgs/xhtml.gif
   templates/branches/lifetype-1.2/spollo/layout.css
   templates/branches/lifetype-1.2/spollo/main.template
   templates/branches/lifetype-1.2/spollo/menu.css
   templates/branches/lifetype-1.2/spollo/panel.css
   templates/branches/lifetype-1.2/spollo/panel.template
   templates/branches/lifetype-1.2/spollo/post.template
   templates/branches/lifetype-1.2/spollo/postandcomments.template
   templates/branches/lifetype-1.2/spollo/posttrackbacks.template
   templates/branches/lifetype-1.2/spollo/resource.template
   templates/branches/lifetype-1.2/spollo/screenshot.jpg
   templates/branches/lifetype-1.2/spollo/searchresults.template
   templates/branches/lifetype-1.2/spollo/style.css
Log:
Added a new template 


Added: templates/branches/lifetype-1.2/spollo/about.template
===================================================================
--- templates/branches/lifetype-1.2/spollo/about.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/spollo/about.template	2007-04-03 20:05:18 UTC (rev 5270)
@@ -0,0 +1,24 @@
+{assign var="OnAboutPage" value=1}
+
+{include file="$blogtemplate/header.template"}
+{include file="$blogtemplate/panel.template"}
+
+<div id="content">
+<div class="blog">
+<div class="blogbody">
+<h2 class="title">{$locale->tr("about")}</h2>
+{assign var=blogOwner value=$blog->getOwnerInfo()}
+{assign var=AboutMyself value=$blogOwner->getAboutMyself()}
+{if $blogOwner->hasPicture() && $AboutMyself}
+<div id="AboutMyself">
+{assign var=picture value=$blogOwner->getPicture()}
+<img id="UserPicture" src="{$picture->getPreviewLink()}" alt="{$blogOwner->getUsername()}" />
+<p>{$AboutMyself}</p>
+</div>
+{/if}
+</div>
+<br />
+</div>
+</div>
+{include file="$blogtemplate/footer.template"}
+

Added: templates/branches/lifetype-1.2/spollo/album.template
===================================================================
--- templates/branches/lifetype-1.2/spollo/album.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/spollo/album.template	2007-04-03 20:05:18 UTC (rev 5270)
@@ -0,0 +1,109 @@
+{assign var="OnAlbumPage" value=1}
+{include file="$blogtemplate/header.template"}
+{include file="$blogtemplate/panel.template"}
+
+<div id="content">
+{assign var="postDate" value=$album->getTimestamp()}
+<h2>{$locale->tr("albums")|capitalize}</h2>
+
+<div class="post">
+<h3 class="storytitle"><a href="{$url->albumLink($album)}">{$album->getName()}</a></h3>
+
+<div style="border-bottom: 1px solid silver; text-align: left; padding:3px 0px 3px 5px;">
+<span class="shadelight">{$locale->tr("created")} {$locale->formatDate($postDate,"%d %b, %Y")}</span>
+</div>
+<div class="storycontent"><p>{$album->getDescription()}</p>
+
+{**
+smarty template gets a bit complicated here since we want to show the contents of the album in a nicely
+arranged table, and that needs some very basic maths... we also need to check after every iteration
+wether we have to close the current row or start a new one, and so on...
+**}
+
+<!-- album contents go here -->
+<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('/imgs/greenfolder.png')}" alt="Folder" /><br/>
+..
+</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)}">
+<img src="{$url->getTemplateFile('/imgs/greenfolder.png')}" alt="Folder" /><br/>
+{$childalbum->getName()} ({$childalbum->getNumResources()})
+</a>
+<br/><br/>
+{assign var="counter" value="`$counter+1`"}
+</div>
+</td>
+{if $counter%3 == 0}
+</tr>
+<tr>
+{/if}
+{/foreach}
+
+<!--- show the resources here -->
+
+
+{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('/imgs/sound.gif')}" />
+{elseif $resource->isVideo()}
+<img alt="Video" src="{$url->getTemplateFile('/imgs/video.gif')}" />
+{elseif $resource->isZip()}
+<img alt="Zip" src="{$url->getTemplateFile("/imgs/compressed.png")}" />
+{else}
+<img alt="File" src="{$url->getTemplateFile("/imgs/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>
+{pager style="links"}
+<!-- end of album contents -->
+</div>
+</div>
+</div>
+
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Added: templates/branches/lifetype-1.2/spollo/albums.template
===================================================================
--- templates/branches/lifetype-1.2/spollo/albums.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/spollo/albums.template	2007-04-03 20:05:18 UTC (rev 5270)
@@ -0,0 +1,28 @@
+{assign var="OnAlbumPage" value=1}
+{include file="$blogtemplate/header.template"}
+{include file="$blogtemplate/panel.template"}
+<div id="content">
+<h2>{$locale->tr("albums")|capitalize}</h2>
+{foreach from=$albums item=album}
+{assign var="aDate" value=$album->getTimestamp()}
+<div class="post">
+<h3 class="storytitle"><a href="{$url->albumLink($album)}">{$album->getName()}</a></h3>
+<div style="border-bottom: 1px solid silver; text-align: left; padding:3px 0px 3px 5px;">
+<span class="shadelight">{$locale->tr("created")} {$locale->formatDate($aDate,"%d %b, %Y")}</span>
+</div>
+<div class="storycontent">
+<p>
+{$album->getDescription()|truncate:255:"..."|escape}
+</p>
+</div>
+<div class="feedback">
+<a href="{$url->albumLink($album)}">
+<img src="{$url->getTemplateFile("/imgs/folderblue.gif")}" width="10" height="11" style="border:0px;" alt="view" />
+{$locale->tr("view")} ({$album->getNumResources()})
+</a>
+</div>
+</div>
+{/foreach}
+</div>
+
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Added: templates/branches/lifetype-1.2/spollo/archives.template
===================================================================
--- templates/branches/lifetype-1.2/spollo/archives.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/spollo/archives.template	2007-04-03 20:05:18 UTC (rev 5270)
@@ -0,0 +1,17 @@
+{assign var="OnArchivesPage" value=1}
+{assign var=title value=$locale->tr("archives")}
+
+{include file="$blogtemplate/header.template" pageTitle="$pageTitle | $title"}
+{include file="$blogtemplate/panel.template"}
+
+<!-- Content Start -->
+<div id="content">
+<h2>{$locale->tr("archives")|capitalize}</h2>
+<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>
+<!-- Content End -->
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Added: templates/branches/lifetype-1.2/spollo/error.template
===================================================================
--- templates/branches/lifetype-1.2/spollo/error.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/spollo/error.template	2007-04-03 20:05:18 UTC (rev 5270)
@@ -0,0 +1,15 @@
+{include file="$blogtemplate/header.template"}
+{include file="$blogtemplate/panel.template"}
+<div id="content">
+<div class="post">
+<h3 class="storytitle">{$locale->tr("error")}</h3>
+<div class="meta">
+{$locale->tr("generated")} {$locale->formatDate($now,"%d %b, %Y")}
+</div>
+<div class="storycontent">
+<img src="{$url->getTemplateFile("/imgs/error.gif")}" height="32" width="32" alt="Error"/>
+{$locale->tr($message)}
+</div>
+</div>
+</div>
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Added: templates/branches/lifetype-1.2/spollo/footer.template
===================================================================
--- templates/branches/lifetype-1.2/spollo/footer.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/spollo/footer.template	2007-04-03 20:05:18 UTC (rev 5270)
@@ -0,0 +1,14 @@
+
+<!-- Credits -->
+<p class="credit">
+Powered by <a href="http://www.lifetype.net" target="_blank">LifeType</a><br />
+<span  style="font-size:11px;">&copy;</span>
+2006&nbsp;-&nbsp;Design by
+<a href="http://omar.spollo.com" title="http://omar.spollo.com">
+Omar Romero</a>
+(all rights reserved)
+</p>
+<!-- Credits end -->
+</div><div id="footer"></div>
+</body>
+</html>
\ No newline at end of file

Added: templates/branches/lifetype-1.2/spollo/header.template
===================================================================
--- templates/branches/lifetype-1.2/spollo/header.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/spollo/header.template	2007-04-03 20:05:18 UTC (rev 5270)
@@ -0,0 +1,56 @@
+<!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>
+<title>{$pageTitle|escape:"html"}</title>
+
+<meta http-equiv="Content-Type" content="text/html;charset={$locale->getCharset()}" />
+<meta name="generator" content="{$version}" />
+<meta http-equiv="Content-Language" content="{$locale->getLanguageId()}" />
+
+<link rel="stylesheet" type="text/css" media="screen" href="{$url->getTemplateFile("style.css")}" title="Spollo" />
+<link rel="shortcut icon" type="image/x-icon" href="{$url->getTemplateFile("imgs/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 >
+<!-- header -->
+<div id="header">
+<div style="float:right; margin: 40px 20px 0px 0px; color: white;">
+<form name="search_form" method="post" action="{$url->getIndexUrl()}" >
+<label for="input_search" id="label_search">{$locale->tr("search")|lower}</label>
+<input type="text" id="input_search" class="input" name="searchTerms" value="" size="18" />
+<input type="image" src="{$url->getTemplateFile('imgs/search.gif')}" align="top" id="button_search" value="Search" />
+<input type="hidden" name="op" value="Search" />
+<input type="hidden" name="blogId" value="{$blog->getId()}"/>
+</form>
+</div>
+<h1><a href="{$url->blogLink()}" title="{$blog->getBlog()}">{$blog->getBlog()}</a></h1>
+<h2> {$blog->getAbout()|strip_tags} </h2>
+</div>
+<!-- header end -->
+<div id="box">
+<!-- main menu -->
+{assign var=blogOwner value=$blog->getOwnerInfo()}
+{assign var=MyEmail value=$blogOwner->getEmail()}
+{if $OnMainPage}{assign var=mainClass value="current_page_item"}{else}{assign var=mainClass value="page_item"}{/if}
+{if $OnAlbumPage}{assign var=albumClass value="current_page_item"}{else}{assign var=albumClass value="page_item"}{/if}
+{if $OnAboutPage}{assign var=aboutClass value="current_page_item"}{else}{assign var=aboutClass value="page_item"}{/if}
+{if $OnArchivesPage}{assign var=archClass value="current_page_item"}{else}{assign var=archClass value="page_item"}{/if}
+<ul id="menu">
+<li class="{$mainClass}"><a class="first_menu" href="{$url->getIndexUrl()}"><img src="{$url->getTemplateFile('imgs/computer.gif')}" width="16" height="16" alt="[+]" align="top" style="border:0"/> blog</a></li>
+<li class="{$albumClass}"><a href="{$url->albumLink()}" title="resources"><img src="{$url->getTemplateFile('imgs/bricks.gif')}" width="16" height="16" alt="[+]" align="top" style="border:0"/> resources</a></li>
+<li class="{$archClass}"><a href="{$url->templatePage("archives")}" title="archives"><img src="{$url->getTemplateFile('imgs/date.gif')}" width="16" height="16" alt="[+]" align="top" style="border:0"/> archives</a></li>
+<li class="{$aboutClass}"><a href="{$url->templatePage("about")}" title="about"><img src="{$url->getTemplateFile('imgs/vcard.gif')}" width="16" height="16" alt="[+]" align="top" style="border:0"/> about</a></li>
+<li class="last_menu"><a class="last_menu" href="mailto:{$MyEmail}"><img src="{$url->getTemplateFile('imgs/mail.gif')}" width="16" height="16" alt="[+]" align="top" style="border:0"/>  mail me</a></li>
+</ul>
+<!-- main menu end -->

Added: templates/branches/lifetype-1.2/spollo/imgs/back_input.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/spollo/imgs/back_input.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/spollo/imgs/boxbg.jpg
===================================================================
(Binary files differ)


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

Added: templates/branches/lifetype-1.2/spollo/imgs/bricks.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/spollo/imgs/bricks.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/spollo/imgs/bullet_black.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/spollo/imgs/bullet_black.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/spollo/imgs/bullet_blue.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/spollo/imgs/bullet_blue.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

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


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

Added: templates/branches/lifetype-1.2/spollo/imgs/computer.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/spollo/imgs/computer.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/spollo/imgs/css.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/spollo/imgs/css.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/spollo/imgs/date.gif
===================================================================
(Binary files differ)


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

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


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

Added: templates/branches/lifetype-1.2/spollo/imgs/error.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/spollo/imgs/error.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

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


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

Added: templates/branches/lifetype-1.2/spollo/imgs/feed.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/spollo/imgs/feed.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

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


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

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


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

Added: templates/branches/lifetype-1.2/spollo/imgs/folderblue.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/spollo/imgs/folderblue.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

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


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

Added: templates/branches/lifetype-1.2/spollo/imgs/header.gif
===================================================================
(Binary files differ)


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

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


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

Added: templates/branches/lifetype-1.2/spollo/imgs/lt_button.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/spollo/imgs/lt_button.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/spollo/imgs/mail.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/spollo/imgs/mail.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/spollo/imgs/menu_bg.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/spollo/imgs/menu_bg.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/spollo/imgs/menu_end_triple.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/spollo/imgs/menu_end_triple.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/spollo/imgs/menu_start_triple.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/spollo/imgs/menu_start_triple.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/spollo/imgs/menu_triple.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/spollo/imgs/menu_triple.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/spollo/imgs/page.gif
===================================================================
(Binary files differ)


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

Added: templates/branches/lifetype-1.2/spollo/imgs/page_bg.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/spollo/imgs/page_bg.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/spollo/imgs/page_bottom.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/spollo/imgs/page_bottom.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/spollo/imgs/search.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/spollo/imgs/search.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

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


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

Added: templates/branches/lifetype-1.2/spollo/imgs/title_bg.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/spollo/imgs/title_bg.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/spollo/imgs/title_bg.png
===================================================================
(Binary files differ)


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

Added: templates/branches/lifetype-1.2/spollo/imgs/url.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/spollo/imgs/url.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/spollo/imgs/vcard.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/spollo/imgs/vcard.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

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


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

Added: templates/branches/lifetype-1.2/spollo/imgs/xhtml.gif
===================================================================
(Binary files differ)


Property changes on: templates/branches/lifetype-1.2/spollo/imgs/xhtml.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/branches/lifetype-1.2/spollo/layout.css
===================================================================
--- templates/branches/lifetype-1.2/spollo/layout.css	                        (rev 0)
+++ templates/branches/lifetype-1.2/spollo/layout.css	2007-04-03 20:05:18 UTC (rev 5270)
@@ -0,0 +1,20 @@
+#content {
+width:566px !important;
+width:550px;
+float:left;
+background:#FFFFFF;
+overflow:hidden;
+}
+
+#header {
+width:800px;
+margin-right:auto;
+margin-left:auto !important;
+}
+
+#footer {
+background:url(imgs/page_bottom.gif) bottom center transparent no-repeat;
+padding-bottom:0px;
+margin-bottom:0px;
+height:69px;
+}
\ No newline at end of file

Added: templates/branches/lifetype-1.2/spollo/main.template
===================================================================
--- templates/branches/lifetype-1.2/spollo/main.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/spollo/main.template	2007-04-03 20:05:18 UTC (rev 5270)
@@ -0,0 +1,16 @@
+{assign var="OnMainPage" value=1}
+{include file="$blogtemplate/header.template"}
+{include file="$blogtemplate/panel.template"}
+<div id="content">
+<!-- Posts -->
+	{foreach from=$posts item=post}
+		<div class="post">
+{include file="$blogtemplate/post.template"}
+		</div>
+	{/foreach}
+<!-- Posts end-->
+	<!-- Pager -->
+	{pager style="links"}
+	<!-- Pager end -->
+</div>
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Added: templates/branches/lifetype-1.2/spollo/menu.css
===================================================================
--- templates/branches/lifetype-1.2/spollo/menu.css	                        (rev 0)
+++ templates/branches/lifetype-1.2/spollo/menu.css	2007-04-03 20:05:18 UTC (rev 5270)
@@ -0,0 +1,93 @@
+/*
+menu
+*/
+
+#menu {
+list-style-type:none;
+background:url(imgs/menu_bg.gif) 50% 0 #515151 repeat-x;
+margin:0;
+padding:0;
+height:80px;
+width:780px;
+border-top:1px solid #FFFFFF;
+overflow:hidden;
+}
+
+#menu li {
+background:none;
+padding:0;
+display:table-row !important;
+vertical-align:middle;
+float:left;
+height:80px;
+}
+
+#menu li.last_menu {
+float:right;
+}
+
+#menu li a {
+font-size:.8em;
+text-transform:uppercase;
+height:80px;
+float:left;
+padding: 0px 10px 0px 10px;
+background:url(imgs/menu_triple.gif) top left transparent repeat-x;
+}
+
+html>body #menu li a {
+float: none;
+font-size:.8em;
+text-transform:uppercase;
+line-height:normal;
+display:table-cell;
+vertical-align:middle;
+height:80px;
+padding:0 10px 0 10px;
+background:url(imgs/menu_triple.gif) top left transparent repeat-x;
+}
+
+/* Holly Hack: Hide From IE5/Mac \*/
+* #menu img { margin: 32px 0; vertical-align: middle; }
+/* Holly Hack: End Hide From IE5/Mac */
+
+#menu li a:hover,
+#menu li a:active {
+background-position:center left;
+color:#FFFFFF;
+}
+
+#menu li a.first_menu {
+padding-left:35px;
+background: transparent url(imgs/menu_start_triple.gif) no-repeat top left;
+}
+
+#menu li a.last_menu {
+padding-right: 35px;
+background: transparent url(imgs/menu_end_triple.gif) no-repeat top right;
+}
+
+#menu li a.first_menu:hover,
+#menu li a.first_menu:active {
+background-position:center left;
+}
+
+#menu li a.last_menu:hover,
+#menu li a.last_menu:active {
+background-position:center right;
+}
+
+#menu li a, #menu li a:visited, #menu li a:hover {
+color:white;
+text-decoration:none;
+}
+
+#menu .current_page_item a, #menu .current_page_item a:hover {
+background-position:bottom right;
+color:#FFFFFF;
+}
+
+#menu .current_page_item a.first_menu, #menu .current_page_item a.first_menu:hover {
+background-position:bottom left;
+color:#FFFFFF;
+}
\ No newline at end of file

Added: templates/branches/lifetype-1.2/spollo/panel.css
===================================================================
--- templates/branches/lifetype-1.2/spollo/panel.css	                        (rev 0)
+++ templates/branches/lifetype-1.2/spollo/panel.css	2007-04-03 20:05:18 UTC (rev 5270)
@@ -0,0 +1,74 @@
+#panel {
+display: inline;
+float: left;
+margin: 10px 10px 10px 10px;
+padding: 5px 5px 5px 5px;
+width: 150px !important;
+background-color: #EEEEEE;
+overflow: hidden;
+border: 1px solid #CECECE;
+}
+
+#panel ul {
+margin: 0 0 15px 0;
+padding: 0;
+}
+
+#panel ul ul {
+border-top: 1px solid #999999;
+font-weight: normal;
+text-transform:none;
+}
+
+#panel ul li {
+font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
+font-size: 14px;
+font-weight: bold;
+color: #666;
+list-style-type: none;
+padding-left: 3px;
+text-align: left;
+margin: 2px 0px;
+text-transform:uppercase;
+}
+
+#panel li li {
+font-family: Verdana, Arial, Helvetica, sans-serif;
+font-size: 11px;
+font-weight: normal;
+text-align: left;
+list-style-type: none;
+border-bottom: 0;
+text-transform:none;
+margin-top:5px;
+}
+
+.category{
+padding: 5px 0px 5px 20px;
+background: transparent url(imgs/folder.gif) no-repeat center left;
+}
+
+.recent{
+padding: 5px 0px 5px 20px;
+background: transparent url(imgs/page.gif) no-repeat center left;
+}
+
+.url{
+padding: 5px 0px 5px 20px;
+background: transparent url(imgs/url.gif) no-repeat center left;
+}
+
+.feed{
+padding: 5px 0px 5px 20px;
+background: transparent url(imgs/feed.gif) no-repeat center left;
+}
+
+.xhtml{
+padding: 5px 0px 5px 20px;
+background: transparent url(imgs/xhtml.gif) no-repeat center left;
+}
+
+.css{
+padding: 5px 0px 5px 20px;
+background: transparent url(imgs/css.gif) no-repeat center left;
+}
\ No newline at end of file

Added: templates/branches/lifetype-1.2/spollo/panel.template
===================================================================
--- templates/branches/lifetype-1.2/spollo/panel.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/spollo/panel.template	2007-04-03 20:05:18 UTC (rev 5270)
@@ -0,0 +1,47 @@
+<!-- side panel -->
+<div id="panel">
+<ul>
+
+<li id="categories">
+{$locale->tr("categories")|lower}
+<ul>
+{foreach from=$articlecategories item=articleCategory}
+<li><a class="category" href="{$url->categoryLink($articleCategory)}">{$articleCategory->getName()} [{$articleCategory->getNumArticles()}]</a></li>
+{/foreach}
+</ul></li>
+
+<li id="recently">
+{$locale->tr("recently")|lower}
+<ul>
+{foreach from=$recentposts item=post}
+<li><a class="recent" href="{$url->postLink($post)}">{$post->getTopic()|strip_tags|truncate:20:"...":false}</a><br/></li>
+{/foreach}
+</ul></li>
+
+<li id="links">
+{$locale->tr("links")|lower}
+<ul>
+{foreach from=$mylinkscategories item=linkcategory}
+<li><span class="category">{$linkcategory->getName()}</span>
+<ul style="border:none;">
+{foreach from=$linkcategory->getLinks() item=link}
+<li><a class="url" href="{$link->getUrl()}" title="{$link->getDescription()}">{$link->getName()}</a></li>
+{/foreach}
+</ul></li>
+{/foreach}
+</ul></li>
+
+<li id="meta">
+meta
+<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></li>
+
+</ul>
+</div>
+<!-- side panel end -->

Added: templates/branches/lifetype-1.2/spollo/post.template
===================================================================
--- templates/branches/lifetype-1.2/spollo/post.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/spollo/post.template	2007-04-03 20:05:18 UTC (rev 5270)
@@ -0,0 +1,31 @@
+<!-- POST -->
+<h3 class="storytitle"><a href="{$url->postPermalink($post)}">{$post->getTopic()|capitalize}</a></h3>
+
+{assign var=postText value=$post->getText()}
+{assign var="postDate" value=$post->getDateObject()}
+{assign var="postOwner" value=$post->getUserInfo()}
+
+<div style="border-bottom: 1px solid silver; text-align: left; padding:3px 0px 3px 5px;">
+	<span class="shadedark">{$postOwner->getUsername()}</span>
+	<span class="shadelight">{$locale->formatDate($postDate,"%d %B, %Y %H:%M")}</span>
+	<span class="shadedark">{foreach name=categories from=$post->getCategories() item=postCategory}<a href="{$url->categoryLink($postCategory)}">{$postCategory->getName()}</a>{if !$smarty.foreach.categories.last}, {/if}{/foreach}</span>
+	<span class="shadelight"><a title="{$locale->tr("permalink_title")}" href="{$url->postPermalink($post)}">{$locale->tr("permalink")}</a></span>
+	<span class="shadedark"><a href="{$url->postTrackbackStatsLink($post)}">{$locale->tr("trackbacks")} ({$post->getTotalTrackbacks()})</a></span>
+</div>
+
+<div class="storycontent">
+	{$postText}
+	<br style="clear: both;" />
+</div>
+
+<div class="feedback">
+	<a href="{$url->postPermalink($post)}#comments" title="{$locale->tr("comment on this")}">
+	{if $post->getTotalComments() eq 0}{$locale->tr("comment on this")}{else}{$post->getTotalComments()} {$locale->tr("comments")}{/if}
+	</a> |
+	{if $post->getTotalTrackbacks() > 0}
+		<a href="{$url->postTrackbackStatsLink($post)}" title="{$locale->tr("trackbacks")}">{$post->getTotalTrackbacks()} {$locale->tr("trackbacks")}</a>
+	{else}
+		{$post->getTotalTrackbacks()} {$locale->tr("trackbacks")}
+	{/if}
+</div>
+<!-- POST end -->

Added: templates/branches/lifetype-1.2/spollo/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/spollo/postandcomments.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/spollo/postandcomments.template	2007-04-03 20:05:18 UTC (rev 5270)
@@ -0,0 +1,50 @@
+{include file="$blogtemplate/header.template"}
+{include file="$blogtemplate/panel.template"}
+
+<div id="content">
+	{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}
+	<h2>{$locale->tr("comments")}</h2>
+	<div class="storycontent">
+		<div id="comments">
+		{if $comments}
+			<ol>
+				{foreach from=$comments item=comment}
+					{assign var=commentText value=$comment->getText()}
+					<li id="comment-{$comment->getId()}">
+					{$commentText}
+					<p><cite>
+					<!-- photo -->
+					{if $comment->IsPosterAuthenticated()}
+						{assign var=poster value=$comment->getUser()}
+						{if $poster->hasPicture()}
+							{assign var=posterimg value=$poster->getPicture()}
+							<img style="width:auto; height:64px; margin-right:5px" src="{$posterimg->getPreviewLink()}" alt="{$poster->getUserName()}" align="bottom" />
+						{/if}
+					{/if}
+					<!-- photo end -->
+					{$locale->tr("posted_by")}
+					{if $comment->getUserUrl() != ""}
+						<a href="{$comment->getUserUrl()}"}>{$comment->getUsername()}</a>
+					{else}
+						{$comment->getUsername()}
+					{/if} &#8212;
+					{assign var=commentDate value=$comment->getDateObject()}
+					{$locale->formatDate($commentDate, "%d %b %Y, %H:%M")}
+					</cite></p>
+					</li>
+				{/foreach}
+			</ol>
+		{/if}
+		</div>
+	</div>
+	<br style="clear: both;" />
+	<h2>{$locale->tr("add_comment")}</h2>
+	<div class="storycontent">
+		{include file="$blogtemplate/commentform.template"}
+	</div>
+	{/if}
+</div>
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Added: templates/branches/lifetype-1.2/spollo/posttrackbacks.template
===================================================================
--- templates/branches/lifetype-1.2/spollo/posttrackbacks.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/spollo/posttrackbacks.template	2007-04-03 20:05:18 UTC (rev 5270)
@@ -0,0 +1,18 @@
+{include file="$blogtemplate/header.template"}
+{include file="$blogtemplate/panel.template"}
+<div id="content">
+<div class="blog">
+<div class="blogbody">
+<h2 class="title">{$locale->tr("trackbacks_for_article")} "<a href="{$url->postLink($post)}">{$post->getTopic()}</a>"</h2>
+{foreach from=$trackbacks item=trackback}
+<a href="{$trackback->getUrl()}">{$trackback->getTitle()}</a><br/>
+<b>{$locale->tr("trackback_excerpt")}:</b> {$trackback->getExcerpt()}<br/>
+<b>{$locale->tr("trackback_weblog")}:</b> {$trackback->getBlogName()}<br/>
+{assign var="trackbackDate" value=$trackback->getDateObject()}
+<b>{$locale->tr("date")}:</b> Date would be here<br/><br/>
+{/foreach}
+</div>
+</div>
+</div>
+
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Added: templates/branches/lifetype-1.2/spollo/resource.template
===================================================================
--- templates/branches/lifetype-1.2/spollo/resource.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/spollo/resource.template	2007-04-03 20:05:18 UTC (rev 5270)
@@ -0,0 +1,65 @@
+{assign var="OnAlbumPage" value=1}
+{include file="$blogtemplate/header.template"}
+{include file="$blogtemplate/panel.template"}
+
+{assign var=metadata value=$resource->getMetadataReader()}
+{assign var=updated value=$resource->getTimestamp()}
+<div id="content">
+<h2>{$locale->tr("albums")}</h2>
+<div class="post">
+<h3 class="storytitle"><a href="{$url->resourceLink($resource)}">{$resource->getFileName()}</a></h3>
+<div class="meta">
+{$locale->tr("created")} {$locale->formatDate($updated,"%d %b, %Y")}
+</div>
+<div class="storycontent" 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)}">
+{* show some information about the file *}
+{if $resource->isSound()}
+<img alt="Sound" src="{$url->getTemplateFile("/imgs/sound.gif")}" /><br/>
+{$resource->getFileName()}
+</a><br/>
+{$locale->tr("format")}: {$metadata->getFormat()|upper}<br/>
+{$locale->tr("length")}: {$metadata->getLengthString()}<br/>
+{$locale->tr("sample_rate")}: {$metadata->getSampleRate()} Khz
+{elseif $resource->isVideo()}
+<img alt="Video" src="{$url->getTemplateFile("/imgs/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("/imgs/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("/imgs/file.gif")}" /><br/>
+{$resource->getFileName()}
+</a>
+{/if}
+{/if}
+<br/>
+</div>
+</div>
+<div class="feedback">
+<a href="{$url->resourceDownloadLink($resource)}">
+<img src="{$url->getTemplateFile("/imgs/download.gif")}" width="10" height="11" alt="Download" style="border:none;" />
+{$locale->tr("download")} ({$metadata->getRoundedSize()})
+</a>
+</div>
+</div>
+<p>
+<a href="javascript:history.go(-1);">{$locale->tr("back")}</a>
+</p>
+
+</div>
+
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

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


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

Added: templates/branches/lifetype-1.2/spollo/searchresults.template
===================================================================
--- templates/branches/lifetype-1.2/spollo/searchresults.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/spollo/searchresults.template	2007-04-03 20:05:18 UTC (rev 5270)
@@ -0,0 +1,23 @@
+{include file="$blogtemplate/header.template"}
+{include file="$blogtemplate/panel.template"}
+
+<div id="content">
+<h2>{$locale->tr("search_results")}: {foreach from=$searchterms item=term}{$term} {/foreach}</h2>
+<p>
+{foreach from=$searchresults item=result}
+<div class="searchresult">
+{assign var=article value=$result->getArticle()}
+<a href="{$url->postPermalink($article)}"><h3><b>{$article->getTopic()}</b></h3></a>
+<div align="right">{foreach name=categories from=$article->getCategories() item=postcategory}
+<a href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>{if !$smarty.foreach.categories.last}, {/if}
+{/foreach}</div>
+<p>
+{$article->getText()|strip_tags|truncate:300:"...":false}
+</p>
+</div>
+<br/>
+{/foreach}
+</p>
+</div>
+
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Added: templates/branches/lifetype-1.2/spollo/style.css
===================================================================
--- templates/branches/lifetype-1.2/spollo/style.css	                        (rev 0)
+++ templates/branches/lifetype-1.2/spollo/style.css	2007-04-03 20:05:18 UTC (rev 5270)
@@ -0,0 +1,373 @@
+/*
+ Modifications by Omar Romero http://omar.spollo.com.
+Licensed under GPL :)
+*/
+
+ at import "layout.css";
+ at import "menu.css";
+ at import "panel.css";
+
+body, html {
+margin:0;
+padding:0;
+background:#7F7F7F;
+font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
+}
+
+/*-----------GENERAL STYLING--------------*/
+
+a {
+text-decoration: none;
+}
+
+a:link {
+color: #336699;
+}
+
+a:visited {
+color: #336699;
+}
+
+a:active {
+color: #336699;
+}
+
+a:hover {
+color: #000000;
+text-decoration: underline;
+}
+
+h1, h2, h3 {
+margin: 0px;
+padding: 0px;
+font-weight: normal;
+}
+
+.input {
+background-color: #FFFFFF;
+background-image: url(imgs/back_input.gif);
+background-repeat: repeat-x;
+background-position: top;
+border: 1px solid #a79d8f;
+margin: 0px;
+padding: 2px 1px;
+line-height: inherit;
+font-size: 12px;
+display: inline;
+}
+
+/*---------HEADER---------*/
+
+#header {
+background: url(imgs/header.gif) top #7F7F7F no-repeat;
+font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
+text-align: left;
+}
+
+#header  a {
+color: #ffffff;
+text-decoration: none;
+}
+
+#header  h1 {
+font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
+font-size: xx-large;
+padding: 12px 0px 0px 25px;
+}
+
+#header  h2 {
+font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
+color: orange;
+font-size: small;
+padding-left:25px;
+padding-bottom: 5px;
+}
+
+/*---------MAIN CONTAINER---------*/
+
+#box {
+width: 800px;
+text-align: left;
+font-size: 12px;
+margin-left: auto;
+margin-right: auto !important;
+margin-top:0px;
+margin-bottom:0px;
+padding-right: 0px;
+padding-left: 20px;
+background: url(imgs/page_bg.gif) center #7F7F7F repeat-y;
+}
+
+/*---------CONTENT---------*/
+
+#content {
+overflow: hidden;
+background-color: #EEEEEE;
+color: #333;
+font-size: small;
+border: 1px solid #CECECE;
+margin: 10px 10px 10px 0px;
+padding: 10px 10px 10px 10px;
+}
+
+#content h2 {
+color: #666;
+/* font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; */
+font-size: large;
+text-align: left;
+font-weight: normal;
+margin: 0px 0px 15px 0px;
+border-bottom: 1px solid #CECECE;
+}
+
+.storytitle {
+background: url(imgs/title_bg.png) no-repeat;
+height: 43px;
+width:558px;
+font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
+font-size: x-large;
+text-align: left;
+margin: 0;
+line-height:43px;
+vertical-align:middle;
+padding-left:15px;
+font-weight: normal;
+color: #ffffff;
+}
+
+.storytitle a, .storytitle a:visited, .storytitle a:hover {
+font-weight: normal;
+color: #ffffff;
+}
+
+.shadelight, .shadedark {
+font-size: 10px;
+font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
+padding: 2px 4px 2px 4px;
+}
+
+.shadelight {
+background: #CCC;
+}
+
+.shadedark {
+background: #B6B6B6;
+color: #FFF;
+font-weight: bold;
+}
+
+.shadedark a, .shadelight a	 {
+font-weight: bold;
+text-decoration: none;
+}
+
+/*---------STORY CONTENT---------*/
+
+.storycontent {
+margin-left: 0px;
+}
+
+.storycontent a:link, .storycontent a:visited, .storycontent a:hover {
+color: red;
+font-weight: normal;
+text-decoration: none;
+}
+
+.storycontent p {
+color: #333;
+font-family: Verdana, Arial, Helvetica, sans-serif;
+font-size: 12px;
+text-align: left;
+margin-bottom: 10px;
+}
+
+.storycontent blockquote{
+overflow: auto;
+font-size: 11px;
+border: 1px dashed silver;
+background: #fff;
+padding : 5px 10px 5px 10px;
+margin:1em 0 1em 0;
+}
+
+.storycontent blockquote p{
+font-size: 11px;
+}
+
+.storycontent ul, .storycontent ol {
+display: inline;
+padding: 0;
+margin: 0;
+color: #666;
+font-size: 11px;
+}
+
+.storycontent li{
+margin: 0px 40px;
+font-size: 11px;
+}
+
+.archive{
+padding: 5px 0px 5px 20px;
+background: transparent url(imgs/date.gif) no-repeat center left;
+}
+/*---------FEEDBACK---------*/
+
+.feedback {
+background-color: rgb(223, 223, 223);
+text-align: center;
+padding: 0px 10px 0px 10px;
+margin: 10px 10px 30px 0px;
+border-width: 1px;
+border-color: #CECECE;
+border-style: dashed;
+}
+
+/*---------COMMENTS---------*/
+
+#comments{
+background-color: #fff;
+border: dashed 1px #CECECE;
+margin: 0 2em 0px 2em;
+}
+
+#comments li{
+margin: 10px 20px 0px 20px;
+font-size: 11px;
+border-bottom: 1px solid #CECECE;
+}
+
+/*---------PAGER---------*/
+
+.pager {
+clear:both;
+text-align: center;
+margin-bottom: 20px;
+margin-top: 20px;
+font-size: 12px;
+padding-top: 10px;
+padding-bottom: 10px;
+}
+
+.pager a, .pager a:link, .pager a:hover {
+text-decoration: none;
+border: 0px;
+}
+
+.pager .pagerLinkPrevPage, .pagerLink, .pagerLinkNextPage{
+padding: 2px 6px;
+}
+
+.pager .pagerLinkPrevPage{
+margin-right:20px;
+}
+
+.pager .pagerLinkNextPage {
+margin-left:20px;
+}
+
+.pager .pagerCurrent {
+padding: 2px 6px;
+border-color: #999;
+font-weight: bold;
+font-size: 13px;
+vertical-align: top;
+background: #fff;
+color: #FF0084;
+}
+
+/*---------CREDITS---------*/
+
+.credit {
+clear: both;
+margin-top: 10px;
+margin-bottom: 0px;
+font-size: 11px;
+text-align: center;
+}
+
+.credit p {
+margin: 0;
+padding: 0;
+color: #666;
+}
+
+/*---------META---------*/
+
+.meta {
+padding: 0px;
+margin: 0px 0px 10px 15px;
+border-bottom: 1px solid #CECECE;
+font-size: 80%;
+}
+
+/*---------Gallery thumbnails---------*/
+
+.gallery-thumb {
+margin: 5px;
+text-align: center;
+}
+
+.gallery-thumb img {
+background: #f3f3f3;
+border: 1px solid #ddd;
+padding: 7px;
+margin: 1px;
+-moz-border-radius: 3px;
+}
+
+.gallery-thumb a img {
+border-color: #ccc;
+}
+
+.gallery-thumb a:hover img, .gallery-thumb img:hover  {
+border-width: 2px;
+border-color: #38c;
+margin: 0;
+-moz-border-radius: 5px;
+}
+
+.gallery-thumb {
+margin-right: 5px !important;
+}
+
+#CommentForm fieldset {
+	border:2px solid #d4d0cd; 
+	padding-top:10px; 
+	margin-top:10px; 
+	padding-left:10px; 
+	padding-bottom:10px;
+}
+
+#CommentForm legend {
+	color:#525150;
+	padding:2px 4px 2px 4px;
+	background-color: #ffffff;
+	font-weight : bold;
+}
+
+#CommentForm label {
+	width:13em;
+	float:left;
+	display:block;
+	clear:both; 
+	float:left;
+	margin-top:8px;
+	margin-bottom:0px;
+}
+	
+#CommentForm input {
+	margin-top:
+	8px;margin-bottom:8px;
+}
+	
+#Submit {
+	margin-top:8px;
+	margin-bottom:8px;
+	margin-left:6em;
+}
+	
+#CommentForm textarea {
+	margin-top:8px;
+	margin-bottom:0px;
+}
\ No newline at end of file



More information about the pLog-svn mailing list