[pLog-svn] r5174 - in templates/branches/lifetype-1.2: FallingLeaves MinimaPlus ShadedGrey andreas-3-columns fblue greenmarinee ocadia unported/ice unported/ice/styles
reto at devel.lifetype.net
reto at devel.lifetype.net
Sat Mar 24 17:48:18 EDT 2007
Author: reto
Date: 2007-03-24 17:48:17 -0400 (Sat, 24 Mar 2007)
New Revision: 5174
Added:
templates/branches/lifetype-1.2/andreas-3-columns/screenshot.jpg
Removed:
templates/branches/lifetype-1.2/andreas-3-columns/screenshot.JPG
templates/branches/lifetype-1.2/unported/ice/styles/basic.css
Modified:
templates/branches/lifetype-1.2/FallingLeaves/album.template
templates/branches/lifetype-1.2/FallingLeaves/albums.template
templates/branches/lifetype-1.2/FallingLeaves/archives.template
templates/branches/lifetype-1.2/FallingLeaves/bookmark.template
templates/branches/lifetype-1.2/FallingLeaves/footer.template
templates/branches/lifetype-1.2/FallingLeaves/links.template
templates/branches/lifetype-1.2/FallingLeaves/post.template
templates/branches/lifetype-1.2/FallingLeaves/postandcomments.template
templates/branches/lifetype-1.2/FallingLeaves/resource.template
templates/branches/lifetype-1.2/FallingLeaves/searchresults.template
templates/branches/lifetype-1.2/FallingLeaves/style.css
templates/branches/lifetype-1.2/MinimaPlus/style.css
templates/branches/lifetype-1.2/ShadedGrey/header.template
templates/branches/lifetype-1.2/ShadedGrey/postandcomments.template
templates/branches/lifetype-1.2/ShadedGrey/style.css
templates/branches/lifetype-1.2/andreas-3-columns/andreas01.css
templates/branches/lifetype-1.2/fblue/links.template
templates/branches/lifetype-1.2/fblue/postandcomments.template
templates/branches/lifetype-1.2/fblue/style.css
templates/branches/lifetype-1.2/greenmarinee/panel.template
templates/branches/lifetype-1.2/ocadia/style.css
templates/branches/lifetype-1.2/unported/ice/albums.template
templates/branches/lifetype-1.2/unported/ice/panel.template
templates/branches/lifetype-1.2/unported/ice/postandcomments.template
templates/branches/lifetype-1.2/unported/ice/searchresults.template
templates/branches/lifetype-1.2/unported/ice/styles/default.css
Log:
QS review of all templates available for LT 1.2 plus making ICE LT 1.2 compatible.
We have release a bunch of badly designed comment forms, really. and there is still some work to do to make them all 100% xhtml 1.0 valid.
but at least they should now all look good.
@oscar: could you please upload them to sf within the next couple of days/weeks? thanks :)
Modified: templates/branches/lifetype-1.2/FallingLeaves/album.template
===================================================================
--- templates/branches/lifetype-1.2/FallingLeaves/album.template 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/FallingLeaves/album.template 2007-03-24 21:48:17 UTC (rev 5174)
@@ -2,8 +2,8 @@
{include file="$blogtemplate/links.template"}
<!-- Loop Start -->
<!-- album contents go here -->
- <H2>{$album->getName()}</H2>
- <H3>{$album->getDescription()}</h3>
+ <h2>{$album->getName()}</h2>
+ <h3>{$album->getDescription()}</h3>
<table style="border:0px;width:100%;" summary="Album Resources">
<tr>
<td style="width:25%;" align="center" >
Modified: templates/branches/lifetype-1.2/FallingLeaves/albums.template
===================================================================
--- templates/branches/lifetype-1.2/FallingLeaves/albums.template 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/FallingLeaves/albums.template 2007-03-24 21:48:17 UTC (rev 5174)
@@ -2,7 +2,7 @@
{include file="$blogtemplate/links.template"}
<!-- Loop Start -->
<!-- album contents go here -->
- <H2>{$locale->tr("albums")}</H2>
+ <h2>{$locale->tr("albums")}</h2>
<table style="border:0px;width:100%;" summary="Albums">
<tr>
{assign var="counter" value=0}
Modified: templates/branches/lifetype-1.2/FallingLeaves/archives.template
===================================================================
--- templates/branches/lifetype-1.2/FallingLeaves/archives.template 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/FallingLeaves/archives.template 2007-03-24 21:48:17 UTC (rev 5174)
@@ -1,7 +1,7 @@
{include file="$blogtemplate/header.template"}
{include file="$blogtemplate/links.template"}
<!-- Loop Start -->
- <H2 class=title>{$locale->tr("archives")}</H2>
+ <h2 class=title>{$locale->tr("archives")}</h2>
<ul>
{foreach from=$archives item=month}
<li>
@@ -9,4 +9,4 @@
</li>
{/foreach}
</ul>
-{include file="$blogtemplate/footer.template"}
\ No newline at end of file
+{include file="$blogtemplate/footer.template"}
Modified: templates/branches/lifetype-1.2/FallingLeaves/bookmark.template
===================================================================
--- templates/branches/lifetype-1.2/FallingLeaves/bookmark.template 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/FallingLeaves/bookmark.template 2007-03-24 21:48:17 UTC (rev 5174)
@@ -1,7 +1,7 @@
{include file="$blogtemplate/header.template"}
{include file="$blogtemplate/links.template"}
<!-- Loop Start -->
- <H2>{$locale->tr("my_links")}</H2>
+ <h2>{$locale->tr("my_links")}</h2>
{foreach from=$mylinkscategories item=linkcategory}
<H3>{$linkcategory->getName()}</h3>
<ul>
@@ -12,4 +12,4 @@
{/foreach}
</ul>
{/foreach}
-{include file="$blogtemplate/footer.template"}
\ No newline at end of file
+{include file="$blogtemplate/footer.template"}
Modified: templates/branches/lifetype-1.2/FallingLeaves/footer.template
===================================================================
--- templates/branches/lifetype-1.2/FallingLeaves/footer.template 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/FallingLeaves/footer.template 2007-03-24 21:48:17 UTC (rev 5174)
@@ -1,10 +1,10 @@
-</DIV><!-- begin footer -->
-<DIV id=footer>
-<P>{$blog->getBlog()} is proudly powered by <A href="http://www.lifetype.net/">LifeType</A>
-<BR>Syndicate <A href="{$url->rssLink("rss10")}">Entries (RSS)</A> <A class=alignright href="#top">Back to the top.</A>
-<BR>Falling Leaves template design by <A href="http://www.hexfactor.com/">Shawn Grimes</A></P>
+</div><!-- begin footer -->
+<div id=footer>
+<p>{$blog->getBlog()} is proudly powered by <a href="http://www.lifetype.net/">LifeType</a>
+<br />Syndicate <a href="{$url->rssLink("rss10")}">Entries (RSS)</a> <a class=alignright href="#top">Back to the top.</a>
+<br />Falling Leaves template design by <a href="http://www.hexfactor.com/">Shawn Grimes</a></p>
-</DIV>
-</DIV>
-</BODY>
-</HTML>
+</div>
+</div>
+</body>
+</html>
Modified: templates/branches/lifetype-1.2/FallingLeaves/links.template
===================================================================
--- templates/branches/lifetype-1.2/FallingLeaves/links.template 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/FallingLeaves/links.template 2007-03-24 21:48:17 UTC (rev 5174)
@@ -1,70 +1,70 @@
<!-- begin sidebar -->
-<DIV id=sidebar>
+<div id=sidebar>
{$calendar}<br>
{assign var=blogOwner value=$blog->getOwnerInfo()}
-{assign var=AboutMyself value=$blogOwner->getAboutMyself()}
-{if $blogOwner->hasPicture() && $AboutMyself}
+{assign var=aboutMyself value=$blogOwner->getaboutMyself()}
+{if $blogOwner->hasPicture() && $aboutMyself}
<h2>{$locale->tr("about_myself")}</h2>
{assign var=picture value=$blogOwner->getPicture()}
- <img id="UserPicture" src="{$picture->getPreviewLink()}" alt="{$blogOwner->getUsername()}" /><br/>
- <p>{$AboutMyself}</p>
+ <img id="UserPicture" src="{$picture->getPreviewlink()}" alt="{$blogOwner->getUsername()}" /><br/>
+ <p>{$aboutMyself}</p>
{/if}
-<BR>
+<br />
-<H2>Search:</H2>
+<h2>Search:</h2>
<form method="post" action="{$url->getIndexUrl()}">
<input type="text" name="searchTerms" value="" size="12" />
<input type="hidden" name="op" value="Search" />
<input type="hidden" name="blogId" value="{$blog->getId()}"/>
<input type="submit" name="Search" value="Search" />
</form>
-<BR>
+<br />
-<H2>{$locale->tr("recently")}</H2>
-<UL>
+<h2>{$locale->tr("recently")}</h2>
+<ul>
{foreach from=$recentposts item=recentpost}
-<LI>
-<A title="{$recentpost->getText()|truncate:150:"..."|strip_tags|escape}" href="{$url->postLink($recentpost)}">{$recentpost->getTopic()}</a><br/>
-</LI>
+<li>
+<a title="{$recentpost->getText()|truncate:150:"..."|strip_tags|escape}" href="{$url->postlink($recentpost)}">{$recentpost->getTopic()}</a><br/>
+</li>
{/foreach}
-</UL><BR>
+</ul><br />
-<H2>Categories</H2>
-<UL>
+<h2>Categories</h2>
+<ul>
{foreach from=$articlecategories item=articleCategory}
-<LI>
-<A href="{$url->categoryLink($articleCategory)}">{$articleCategory->getName()}</A> ({$articleCategory->getNumArticles()})
-</LI>
+<li>
+<a href="{$url->categorylink($articleCategory)}">{$articleCategory->getName()}</a> ({$articleCategory->getNumarticles()})
+</li>
{/foreach}
-</UL><BR>
+</ul><br />
-<H2>Navigate</H2>
-<UL>
-<LI><a title="{$locale->tr("main")}" href="{$url->blogLink()}">{$locale->tr("main")}</a>
-<LI><a title="{$locale->tr("archives")}" href="{$url->templatePage("archives")}">{$locale->tr("archives")}</a>
-<LI><a title="{$locale->tr("links")}" href="{$url->templatePage("bookmark")}">{$locale->tr("links")}</a>
-<LI><a title="{$locale->tr("summary")}" href="{$url->getUrl("/summary.php")}">{$locale->tr("summary")}</a>
-</UL><BR>
+<h2>Navigate</h2>
+<ul>
+<li><a title="{$locale->tr("main")}" href="{$url->bloglink()}">{$locale->tr("main")}</a>
+<li><a title="{$locale->tr("archives")}" href="{$url->templatePage("archives")}">{$locale->tr("archives")}</a>
+<li><a title="{$locale->tr("links")}" href="{$url->templatePage("bookmark")}">{$locale->tr("links")}</a>
+<li><a title="{$locale->tr("summary")}" href="{$url->getUrl("/summary.php")}">{$locale->tr("summary")}</a>
+</ul><br />
-<H2>Meta</H2>
-<UL>
-<LI><A title="{$locale->tr("admin")}" href="{$url->getAdminUrl()}">{$locale->tr("admin")}</a></LI>
-<LI><A title="{$locale->tr("albums")}" href="{$url->albumLink()}">{$locale->tr("albums")}</a></LI>
-<LI><A title="This page validates as XHTML 1.0 Transitional" href="http://validator.w3.org/check/referer">Valid <ABBR title="eXtensible HyperText Markup Language">XHTML</ABBR></A> </LI>
-<LI><A href="http://gmpg.org/xfn/"><ABBR title="XHTML Friends Network">XFN</ABBR></A> </LI>
-<LI><A title="Powered by LifeType, state-of-the-art semantic personal publishing platform." href="http://www.lifetype.net/">LifeType</A> </LI>
-</UL><BR>
+<h2>Meta</h2>
+<ul>
+<li><a title="{$locale->tr("admin")}" href="{$url->getadminUrl()}">{$locale->tr("admin")}</a></li>
+<li><a title="{$locale->tr("albums")}" href="{$url->albumlink()}">{$locale->tr("albums")}</a></li>
+<li><a title="This page validates as XHTML 1.0 Transitional" href="http://validator.w3.org/check/referer">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a> </li>
+<li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a> </li>
+<li><a title="Powered by lifeType, state-of-the-art semantic personal publishing platform." href="http://www.lifetype.net/">lifeType</a> </li>
+</ul><br />
-</DIV>
+</div>
<!-- end sidebar -->
-<DIV id=content><!-- end header -->
+<div id=content><!-- end header -->
Modified: templates/branches/lifetype-1.2/FallingLeaves/post.template
===================================================================
--- templates/branches/lifetype-1.2/FallingLeaves/post.template 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/FallingLeaves/post.template 2007-03-24 21:48:17 UTC (rev 5174)
@@ -1,20 +1,20 @@
<!-- {$url->postTrackbackLink($post)} -->
{assign var="postDate" value=$post->getDateObject()}
{assign var="postOwner" value=$post->getUserInfo()}
- <DIV class=post>
- <H2 class=storytitle ><A class=aposted href="{$url->postPermalink($post)}">{$post->getTopic()}</A></H2>
- <DIV class=date>Published on {$locale->formatDate($postDate,"%H:%M, %m/%d,%Y")}</DIV>
- <DIV class=storycontent>
+ <div class=post>
+ <h2 class=storytitle ><A class=aposted href="{$url->postPermalink($post)}">{$post->getTopic()}</A></h2>
+ <div class=date>Published on {$locale->formatDate($postDate,"%H:%M, %m/%d,%Y")}</div>
+ <div class=storycontent>
<P>{$post->getText()}</P>
- </DIV><BR>
- <DIV class=feedback>
- <DIV class=meta>Posted under
+ </div><BR>
+ <div class=feedback>
+ <div class=meta>Posted under
{foreach name=categories from=$post->getCategories() item=postcategory}
<a href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>
{if !$smarty.foreach.categories.last}, {/if}
{/foreach}
| <A href="{$url->postPermalink($post)}#comments">{$locale->tr("comment on this")} ({$post->getNumComments()})</A>
- </DIV>
- </DIV>
- <DIV class=sep></DIV>
- </DIV>
+ </div>
+ </div>
+ <div class=sep></div>
+ </div>
Modified: templates/branches/lifetype-1.2/FallingLeaves/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/FallingLeaves/postandcomments.template 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/FallingLeaves/postandcomments.template 2007-03-24 21:48:17 UTC (rev 5174)
@@ -2,21 +2,21 @@
{assign var="postPageTitle" value=" | $postPageTitle"}
{include file="$blogtemplate/header.template"}
-<DIV>
- <DIV class=post>
+<div>
+ <div class=post>
<!-- {$url->postTrackbackLink($post)} -->
{assign var="postDate" value=$post->getDateObject()}
{assign var="postOwner" value=$post->getUserInfo()}
- <H2 class=storytitle>{$post->getTopic()}</H2>
- <DIV class=date>Published on {$locale->formatDate($postDate,"%m/%d,%Y")}</DIV>
- <P>{$post->getText()}</P>
- <BR clear=all>
- </DIV>
- <DIV class=feedback>
- <DIV class=meta>Posted by {$postOwner->getUsername()} at
+ <h2 class=storytitle>{$post->getTopic()}</h2>
+ <div class=date>Published on {$locale->formatDate($postDate,"%m/%d,%Y")}</div>
+ <P>{$post->getText()}</p>
+ <br clear=all>
+ </div>
+ <div class=feedback>
+ <div class=meta>Posted by {$postOwner->getUsername()} at
{$locale->formatDate($postDate,"%H:%M")}
- <A class=aposted href="{$url->postPermalink($post)}#comments">{$locale->tr("comment on this")} ({$post->getNumComments()})</A> │
- <A class=aposted href="{$url->postTrackbackStatsLink($post)}">{$locale->tr("trackbacks")} ({$post->getNumTrackbacks()})</A> │
+ <a class=aposted href="{$url->postPermalink($post)}#comments">{$locale->tr("comment on this")} ({$post->getNumComments()})</a> |
+ <a class=aposted href="{$url->postTrackbackStatsLink($post)}">{$locale->tr("trackbacks")} ({$post->getNumTrackbacks()})</a> |
{foreach name=categories from=$post->getCategories() item=postcategory}
<a class=aposted href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>
{if !$smarty.foreach.categories.last}, {/if}
@@ -32,8 +32,8 @@
<a href="{$url->postPermalink($prevpost)}" title="Next post: {$prevpost->getTopic()}">{$locale->tr("next_post")}</a>
{/if}
{* End of article_index *}
- </DIV>
- </DIV>
+ </div>
+ </div>
<a name="trackback"></a>
<h3>Trackback URL</h3>
@@ -69,7 +69,7 @@
{/if}
{/if}
{$comment->gettext()}
- </LI>
+ </li>
{assign var="counter" value="`$counter+1`"}
{/foreach}
</ol>
@@ -91,4 +91,4 @@
{/if}
{/if}
</div>
-{include file="$blogtemplate/footer.template"}
\ No newline at end of file
+{include file="$blogtemplate/footer.template"}
Modified: templates/branches/lifetype-1.2/FallingLeaves/resource.template
===================================================================
--- templates/branches/lifetype-1.2/FallingLeaves/resource.template 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/FallingLeaves/resource.template 2007-03-24 21:48:17 UTC (rev 5174)
@@ -1,14 +1,14 @@
{include file="$blogtemplate/header.template"}
- <DIV><!-- end header -->
+ <div><!-- end header -->
{assign var=metadata value=$resource->getMetadataReader()}
{assign var=updated value=$resource->getTimestamp()}
- <H2>
+ <h2>
Filename: {$resource->getFileName()} ({$metadata->getRoundedSize()}) |
{$locale->tr("created")} {$locale->formatDate($updated,"%d %B, %Y")} |
<a href="{$url->resourceDownloadLink($resource)}">{$locale->tr("download")}</a>
- </H2>
- <H3>{$resource->getFileName()}</H3>
+ </h2>
+ <h3>{$resource->getFileName()}</h3>
<br/>
<p>{$resource->getDescription()}</p>
@@ -56,4 +56,4 @@
-{include file="$blogtemplate/footer.template"}
\ No newline at end of file
+{include file="$blogtemplate/footer.template"}
Modified: templates/branches/lifetype-1.2/FallingLeaves/searchresults.template
===================================================================
--- templates/branches/lifetype-1.2/FallingLeaves/searchresults.template 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/FallingLeaves/searchresults.template 2007-03-24 21:48:17 UTC (rev 5174)
@@ -1,7 +1,7 @@
{include file="$blogtemplate/header.template"}
{include file="$blogtemplate/links.template"}
<!-- Loop Start -->
- <H2>{$locale->tr("search_results")}: {foreach from=$searchterms item=term}{$term} {/foreach}</h2>
+ <h2>{$locale->tr("search_results")}: {foreach from=$searchterms item=term}{$term} {/foreach}</h2>
{foreach from=$searchresults item=result}
{assign var=article value=$result->getArticle()}
{foreach name=categories from=$article->getCategories() item=postcategory}
Modified: templates/branches/lifetype-1.2/FallingLeaves/style.css
===================================================================
--- templates/branches/lifetype-1.2/FallingLeaves/style.css 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/FallingLeaves/style.css 2007-03-24 21:48:17 UTC (rev 5174)
@@ -27,6 +27,15 @@
border: none;
}
+p {
+ padding: 5px 0 5px 0;
+ letter-spacing:1px;
+ line-height:1.5;
+}
+
+small {
+ font-size: 85%;
+}
acronym, abbr {
border-bottom: 1px dashed #444;
font-size: 90%;
@@ -41,24 +50,35 @@
color: #666;
text-align: justify;
}
-
+
+/* forms */
+#CommentForm legend {
+ display:none;
+}
+#CommentForm fieldset {
+ border:none;
+}
+
+#CommentForm label {
+ display:block;
+ width:320px;
+ float:left;
+ text-align:right;
+}
+#CommentForm input, span, textarea {
+ margin-left:5px;
+
+}
+#CommentForm div {
+ clear:both;
+ margin-bottom:10px;
+}
form {
margin-top: 7px;
}
-p {
- padding: 5px 0 5px 0;
- letter-spacing:1px;
- line-height:1.5;
-}
-small {
- font-size: 85%;
-}
-textarea {
- width: 450px;
-}
#sidebar p {
font-size: 10pt;
@@ -205,11 +225,11 @@
}
/* Lists */
-.post OL{
+.post ol{
margin-left:40px;
}
-.post UL{
+.post ul{
margin-left:40px;
}
@@ -249,7 +269,7 @@
margin: 10px 5px 10px 0;
}
-.commentlist OL {
+.commentlist ol {
}
.commentlist li {
Modified: templates/branches/lifetype-1.2/MinimaPlus/style.css
===================================================================
--- templates/branches/lifetype-1.2/MinimaPlus/style.css 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/MinimaPlus/style.css 2007-03-24 21:48:17 UTC (rev 5174)
@@ -387,6 +387,8 @@
background: #fff;
color: #FF0084;
}
+
+/* comment form */
#CommentForm fieldset {
border:2px solid #d4d0cd;
@@ -397,7 +399,7 @@
}
#CommentForm legend {
- color:#525150;
+ color:#000;
padding:2px 4px 2px 4px;
background-color: #ffffff;
font-weight : bold;
@@ -408,23 +410,21 @@
float:left;
display:block;
clear:both;
- float:left;
margin-top:8px;
margin-bottom:0px;
}
-#CommentForm input {
- margin-top:
- 8px;margin-bottom:8px;
+#CommentForm div {
+ clear:both;
+ margin-top:8px;
+ margin-bottom:8px;
}
-
+#CommentForm input, textarea {
+ width: 200px;
+}
#Submit {
margin-top:8px;
margin-bottom:8px;
margin-left:6em;
}
-#CommentForm textarea {
- margin-top:8px;
- margin-bottom:0px;
-}
\ No newline at end of file
Modified: templates/branches/lifetype-1.2/ShadedGrey/header.template
===================================================================
--- templates/branches/lifetype-1.2/ShadedGrey/header.template 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/ShadedGrey/header.template 2007-03-24 21:48:17 UTC (rev 5174)
@@ -13,14 +13,16 @@
<link rel="shortcut icon" type="image/x-icon" href="{$url->getTemplateFile("favicon.ico")}" />
</head>
<body>
-<div id="rap">
+<div id="rap">
+
<div id="header">
-<h1><a href="{$url->blogLink()}" accesskey="1"> {$blog->getBlog()}</a></h1>
-<div class="description">{$blog->getAbout()}</div>
-</div>
+ <h1><a href="{$url->blogLink()}" accesskey="1"> {$blog->getBlog()}</a></h1>
+ <p>{$blog->getAbout()}</p>
+</div>
+
<ul id="topnav">
<li><a href="{$url->blogLink()}"> {$locale->tr("main")|capitalize} </a> | </li>
<li><a href="{$url->getAdminUrl()}" accesskey="2">{$locale->tr("dashboard")|capitalize} </a> | </li>
<li><a href="{$url->albumLink()}">{$locale->tr("albums")|capitalize} </a> | </li>
</ul>
-<hr />
\ No newline at end of file
+<hr />
Modified: templates/branches/lifetype-1.2/ShadedGrey/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/ShadedGrey/postandcomments.template 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/ShadedGrey/postandcomments.template 2007-03-24 21:48:17 UTC (rev 5174)
@@ -49,11 +49,11 @@
</ol>
{pager style="links" anchor="#comments"}
{if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}
-<h3 id="respond"><a name="Newcomment"></a>{$locale->tr("add_comment")}</h3>
+<div id="respond"> </div>
{include file="$blogtemplate/commentform.template"}
{/if}
</div>
</div>
{include file="$blogtemplate/panel.template"}
-{include file="$blogtemplate/footer.template"}
\ No newline at end of file
+{include file="$blogtemplate/footer.template"}
Modified: templates/branches/lifetype-1.2/ShadedGrey/style.css
===================================================================
--- templates/branches/lifetype-1.2/ShadedGrey/style.css 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/ShadedGrey/style.css 2007-03-24 21:48:17 UTC (rev 5174)
@@ -37,13 +37,20 @@
border:#ccc 1px solid;
}
#header {
-margin: 0;
-padding: 0 0 0 0;
+height:80px;
border-bottom: 1px solid #ebebeb;
background: #fff url('img/header.jpg') no-repeat top;
-height:60px;
+padding: 1px 0px 5px 25px;
}
-
+#header h1 a {
+ font-size: 1em;
+ color: #333;
+}
+#header p {
+ margin-top: -5px;
+ font-size: 0.9em;
+ color:#f0f0f0;
+}
#topnav
{
list-style:none;
@@ -138,12 +145,7 @@
font-weight: normal;
letter-spacing: 1px;
}
-#header h1 {
-margin: 30px 0 0 10px;
-font-size: 1.4em;
-color: #333;
-word-spacing: 1px;
-}
+
h2 {
margin: 0;
padding: 0;
@@ -158,13 +160,7 @@
color: #333;
font-weight: bold;
}
-.description
-{
-margin:0 0 0 10px;
-padding:10px 0 0 0;
-font-size:0.9em;
-color:#f0f0f0;
-}
+
#sidebar h2 {
margin: 0;
padding:5px;
@@ -390,34 +386,29 @@
}
#CommentForm legend {
- color:#525150;
padding:2px 4px 2px 4px;
- background-color: #ffffff;
font-weight : bold;
}
#CommentForm label {
- width:13em;
+ width:50%;
float:left;
display:block;
- clear:both;
- float:left;
margin-top:8px;
margin-bottom:0px;
}
-#CommentForm input {
- margin-top:
- 8px;margin-bottom:8px;
+#CommentForm div {
+ clear:both;
+ margin-top: 8px;
+ margin-bottom:8px;
}
-
+#CommentForm intput, textarea {
+ width: 230px;
+}
#Submit {
margin-top:8px;
margin-bottom:8px;
margin-left:6em;
}
-#CommentForm textarea {
- margin-top:8px;
- margin-bottom:0px;
-}
\ No newline at end of file
Modified: templates/branches/lifetype-1.2/andreas-3-columns/andreas01.css
===================================================================
--- templates/branches/lifetype-1.2/andreas-3-columns/andreas01.css 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/andreas-3-columns/andreas01.css 2007-03-24 21:48:17 UTC (rev 5174)
@@ -300,7 +300,7 @@
font-size: 1.4em;
}
-#commentsform{
+#CommentForm {
margin-top:none;
text-align:center;
border:1px solid #ddd;
@@ -308,15 +308,21 @@
padding:0px 10px;
}
-#commentsform form{
+#CommentForm form {
text-align:left;
margin:0px;
}
+#CommentForm fieldset {
+ border:none;
+}
+#CommentForm legend {
+ font-weight:bold;
+ margin-bottom:10px;
+}
+#CommentForm label {
+ display:block;
+}
-#commentsform p{
- margin:5px;
-}
-
p.comments_link img{
margin: 0px;
padding: 0px;
@@ -324,4 +330,4 @@
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
-}
\ No newline at end of file
+}
Deleted: templates/branches/lifetype-1.2/andreas-3-columns/screenshot.JPG
===================================================================
(Binary files differ)
Copied: templates/branches/lifetype-1.2/andreas-3-columns/screenshot.jpg (from rev 5172, templates/branches/lifetype-1.2/andreas-3-columns/screenshot.JPG)
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/fblue/links.template
===================================================================
--- templates/branches/lifetype-1.2/fblue/links.template 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/fblue/links.template 2007-03-24 21:48:17 UTC (rev 5174)
@@ -8,7 +8,6 @@
{assign var=AboutMyself value=$blogOwner->getAboutMyself()}
{if $blogOwner->hasPicture() && $AboutMyself}
<li>
-{assign var=blogOwner value=$blog->getOwnerInfo()}
<h2>{$locale->tr("about_myself")}</h2>
{assign var=picture value=$blogOwner->getPicture()}
<p><img id="UserPicture" src="{$picture->getPreviewLink()}" alt="{$blogOwner->getUsername()}" /></p>
@@ -82,4 +81,4 @@
</ul>
</div>
-<!-- The main column ends --> </div>
\ No newline at end of file
+<!-- The main column ends --> </div>
Modified: templates/branches/lifetype-1.2/fblue/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/fblue/postandcomments.template 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/fblue/postandcomments.template 2007-03-24 21:48:17 UTC (rev 5174)
@@ -2,7 +2,16 @@
{assign var="postPageTitle" value=" | $postPageTitle"}
{include file="$blogtemplate/header.template"}
-
+ {assign var=nextpost value=$post->getNextArticle()}
+ {assign var=prevpost value=$post->getPrevArticle()}
+ <div id="navbackforth">
+ {if $nextpost == true}
+ <a href="{$url->postPermalink($nextpost)}" title="Previous post: {$nextpost->getTopic()}">{$locale->tr("previous_post")}</a>
+ {/if}
+ {if $prevpost == true}
+ <a href="{$url->postPermalink($prevpost)}" title="Next post: {$prevpost->getTopic()}">{$locale->tr("next_post")}</a>
+ {/if}
+ </div>
<div class=entry>
<!-- {$url->postTrackbackLink($post)} -->
{assign var="postDate" value=$post->getDateObject()}
@@ -21,17 +30,12 @@
{foreach name=categories from=$post->getCategories() item=postcategory}
<a class=aposted href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>
{if !$smarty.foreach.categories.last}, {/if}
- {/foreach}<br>
+ {/foreach}
{* Prevpost and nextpost use *}
- <a href="{$url->blogLink()}">{$locale->tr("back")}</a>
- {assign var=nextpost value=$post->getNextArticle()}
- {assign var=prevpost value=$post->getPrevArticle()}
- {if $nextpost == true}
- <a href="{$url->postPermalink($nextpost)}" title="Previous post: {$nextpost->getTopic()}">{$locale->tr("previous_post")}</a>
- {/if}
- {if $prevpost == true}
- <a href="{$url->postPermalink($prevpost)}" title="Next post: {$prevpost->getTopic()}">{$locale->tr("next_post")}</a>
- {/if}
+ | <a href="{$url->blogLink()}">{$locale->tr("back")}</a>
+ <br>
+
+
{* End of article_index *}
</div>
</div>
@@ -80,4 +84,4 @@
</ol>
{include file="$blogtemplate/links.template"}
-{include file="$blogtemplate/footer.template"}
\ No newline at end of file
+{include file="$blogtemplate/footer.template"}
Modified: templates/branches/lifetype-1.2/fblue/style.css
===================================================================
--- templates/branches/lifetype-1.2/fblue/style.css 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/fblue/style.css 2007-03-24 21:48:17 UTC (rev 5174)
@@ -424,7 +424,12 @@
margin: 0px;
padding: 0px;
}
-
+
+#navbackforth {
+ text-align:center;
+
+}
+/* forms */
#CommentForm fieldset {
border:2px solid #d4d0cd;
padding-top:10px;
@@ -464,4 +469,4 @@
#CommentForm textarea {
margin-top:8px;
margin-bottom:0px;
-}
\ No newline at end of file
+}
Modified: templates/branches/lifetype-1.2/greenmarinee/panel.template
===================================================================
--- templates/branches/lifetype-1.2/greenmarinee/panel.template 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/greenmarinee/panel.template 2007-03-24 21:48:17 UTC (rev 5174)
@@ -1,21 +1,5 @@
<div id="right">
- <div id="author">
-{assign var=blogOwner value=$blog->getOwnerInfo()}
-{assign var=AboutMyself value=$blogOwner->getAboutMyself()}
-{if $blogOwner->hasPicture() && $AboutMyself}
- <h3>{$locale->tr("about_myself")}</h3>
- <ul>
- {assign var=picture value=$blogOwner->getPicture()}
- <li><img id="UserPicture" src="{$picture->getPreviewLink()}" alt="{$blogOwner->getUsername()}" /></li>
- <br/>
- {$AboutMyself}
- </ul>
- </li>
-{/if}
- </div>
- <div class="line"></div>
-
<div id="links">
{assign var=blogOwner value=$blog->getOwnerInfo()}
Modified: templates/branches/lifetype-1.2/ocadia/style.css
===================================================================
--- templates/branches/lifetype-1.2/ocadia/style.css 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/ocadia/style.css 2007-03-24 21:48:17 UTC (rev 5174)
@@ -334,4 +334,36 @@
.about {
padding-left: 15px;
-}
\ No newline at end of file
+}
+/* commentform */
+#CommentForm fieldset {
+ border:2px solid #d4d0cd;
+ padding-top:10px;
+ margin-top:10px;
+ padding-left:10px;
+ padding-bottom:10px;
+}
+
+#CommentForm legend {
+ color:#000;
+ padding:2px 4px 2px 4px;
+ font-weight : bold;
+}
+
+#CommentForm label {
+ width:13em;
+ float:left;
+ display:block;
+ clear:both;
+ margin-top:8px;
+ margin-bottom:0px;
+}
+
+#CommentForm div {
+ clear:both;
+ margin-top:8px;
+ margin-bottom:8px;
+}
+#CommentForm input, textarea {
+ width: 230px;
+}
Modified: templates/branches/lifetype-1.2/unported/ice/albums.template
===================================================================
--- templates/branches/lifetype-1.2/unported/ice/albums.template 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/unported/ice/albums.template 2007-03-24 21:48:17 UTC (rev 5174)
@@ -12,11 +12,12 @@
<a href="{$url->albumLink($album)}"><img src="{$url->getTemplateFile("icons/folder.png")}" alt="{$album->getName()}" /></a><br />
<a href="{$url->albumLink($album)}">{$album->getName()}</a>
</div>
- {/foreach}
+ {/foreach}
+
<div style="clear:left"> </div>
<br/>
</div>
<!-- end of the albums -->
</div>
-{include file="$blogtemplate/footer.template"}
\ No newline at end of file
+{include file="$blogtemplate/footer.template"}
Modified: templates/branches/lifetype-1.2/unported/ice/panel.template
===================================================================
--- templates/branches/lifetype-1.2/unported/ice/panel.template 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/unported/ice/panel.template 2007-03-24 21:48:17 UTC (rev 5174)
@@ -1,9 +1,18 @@
<div id="panel">
- <div class="block">
- <h5>calendar</h5>
- <div id="calendar">{$calendar}</div>
- </div>
-
+
+{assign var=blogOwner value=$blog->getOwnerInfo()}
+{assign var=AboutMyself value=$blogOwner->getAboutMyself()}
+{if $blogOwner->hasPicture() && $AboutMyself}
+ <div class="block">
+ <h5>{$locale->tr("about_myself")}</h5>
+ <div>
+ {assign var=picture value=$blogOwner->getPicture()}
+ <img id="UserPicture" src="{$picture->getPreviewLink()}" alt="{$blogOwner->getUsername()}" /><br/>
+ {$AboutMyself}
+ </div>
+ </div>
+{/if}
+
<div class="block">
<h5>search</h5>
<form method="get" action="{$url->getUrl("/")}index.php">
@@ -14,19 +23,13 @@
<input class="search" name="Search" value="{$locale->tr("search_s")}" type="submit" />
</div>
</form>
- </div>
+ </div>
+
+ <div class="block">
+ <h5>calendar</h5>
+ <div id="calendar">{$calendar}</div>
+ </div>
-{assign var=blogOwner value=$blog->getOwnerInfo()}
-{assign var=AboutMyself value=$blogOwner->getAboutMyself()}
-{if $blogOwner->hasPicture() && $AboutMyself}
- <div class="block"><h5>{$locale->tr("about_myself")}</h5>
- <div>
- {assign var=picture value=$blogOwner->getPicture()}
- <img id="UserPicture" src="{$picture->getPreviewLink()}" alt="{$blogOwner->getUsername()}" /><br/>
- {$AboutMyself}
- </div>
- </div>
-{/if}
<div class="block">
<h5>{$locale->tr("recently")}</h5>
Modified: templates/branches/lifetype-1.2/unported/ice/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/ice/postandcomments.template 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/unported/ice/postandcomments.template 2007-03-24 21:48:17 UTC (rev 5174)
@@ -51,7 +51,8 @@
{/if}
@ {assign var=commentDate value=$comment->getDateObject()} {$locale->formatDate($commentDate, "%H:%M, %Y-%m-%d")}
</div>
- {/foreach}
+ {/foreach}
+ <div style="text-align:center">{pager style="links"}</div>
</div>
{/if}
Modified: templates/branches/lifetype-1.2/unported/ice/searchresults.template
===================================================================
--- templates/branches/lifetype-1.2/unported/ice/searchresults.template 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/unported/ice/searchresults.template 2007-03-24 21:48:17 UTC (rev 5174)
@@ -16,7 +16,8 @@
<p>
{$article->getText()|strip_tags|truncate:300:"...":false}
</p>
- {/foreach}
+ {/foreach}
+ {pager style="links"}
</div>
</div>
{include file="$blogtemplate/footer.template"}
Deleted: templates/branches/lifetype-1.2/unported/ice/styles/basic.css
===================================================================
--- templates/branches/lifetype-1.2/unported/ice/styles/basic.css 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/unported/ice/styles/basic.css 2007-03-24 21:48:17 UTC (rev 5174)
@@ -1,332 +0,0 @@
- /* --- html-tags --- */
-body {
- margin: 0px;
- border: 0px;
- background: #fff url('background.png') repeat-y;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 90%;
- color: #000;
-}
-blockquote {
- border: 1px dashed #069;
- padding: 2px;
- margin-left: 15px;
- margin-right: 15px;
- font-style: italic;
-}
-span.code {
- display: block;
- border: 1px dashed #069;
- padding: 2px;
- margin-left: 15px;
- margin-right: 15px;
- font-family: "Courier New", Courier, mono;
-}
-cite {
- font-style: italic;
-}
-
- /* --- links --- */
-a, a:link, a:visited {
- color: #069;
- text-decoration: none;
-}
-a:hover {
- text-decoration: underline;
- font-style: italic;
-}
-
- /* --- header --- */
-#header {
- width: auto;
- margin: 10px;
- padding: 5px;
- border: 1px solid #069;
- background: #069 url('gray-blue-stripe.png') repeat-x top;
-}
-
-#header h1 {
- font-size: 200%;
- font-weight: bold;
- margin: 0px;
- padding: 0px;
- border: 0px;
- display: inline;
-
-}
-#header a, #header a:link, #header a:visited, #header a:hover {
- text-decoration: none;
- font-style: normal;
- color: #ccc;
-}
-#header p {
- font-size: 75%;
- color: #fff;
- display: inline;
- font-weight: bold;
-}
-
- /* --- shortcuts --- */
-
-#shortcuts ul {
- position: absolute;
- margin: -18px 50px 0px 0px;
- list-style: none;
-}
-#shortcuts li {
- float: right;
- text-align: center;
- color: #ccc;
- background: #069;
- padding: 2px 5px 2px 5px;
- margin-left: 5px;
- border: 1px #ccc solid;
-}
-#shortcuts li:hover {
- background: #ccc;
- border: 1px #069 solid;
-}
-#shortcuts a, #shortcuts a:link, #shortcuts a:visited {
- color: #ccc;
- font-weight: bold;
- text-decoration: none;
- font-style: normal;
-}
-#shortcuts a:hover {
- color: #069;
-}
- /* --- panel --- */
-
-#panel {
- width: 30%;
- float: left;
- padding: 10px;
- border-right: 1px #000 solid;
- text-align: left;
- margin-top: 10px;
-}
-
-div.block {
- border: 2px #069 solid;
- margin-bottom: 20px;
- padding: 10px 5px 5px 5px;
-}
-
-#panel h5 {
- border: 1px #069 solid;
- position: absolute;
- margin: -20px 0px 0px 10px;
- padding: 2px 5px 2px 5px;
- background: #069 url('gray-blue-stripe-small.png') repeat-x top;
- color: #ccc;
- font-style: italic;
- text-transform: capitalize;
-}
-#panel ul {
- margin: 10px 5px 10px 0px;
-}
-#panel ul * ul {
- margin: 0px 0px 0px -20px;
-}
-#panel li {
- list-style-position: outside;
- list-style-image: url('line.png');
- margin-bottom: 2px;
-}
-
-#panel li:hover {
- list-style-position: outside;
- list-style-image: url('arrow.png');
-}
-#panel a, #panel a:link
-{
- color: #069;
- text-decoration: none;
-}
-#panel a:visited {
- color: #000;
- text-decoration: none;
-}
-#panel a:hover
-{
- text-decoration: none;
- color: #069;
- font-style: italic;
-}
-div.credits {
- margin: 20px 10px 10px 10px;
-}
-#panel img {
- border: 0;
- margin: 5px 3px 2px 3px;
-}
- /* --- main --- */
-#main {
- margin: 10px;
- padding-top: 10px;
- text-align : left;
- width: 60%;
- float: left;
-}
-div.post {
- border: 2px #069 solid;
- margin-bottom: 20px;
- padding: 10px 5px 5px 5px;
- background: #fff url('gray-white-stripe.png');
-}
-#main h2 {
- border: 1px #069 solid;
- position: absolute;
- margin: -20px 0px 0px 10px;
- padding: 2px 5px 2px 5px;
- background: #069 url('gray-blue-stripe-small.png') repeat-x top;
- color: #ccc;
- font-style: italic;
- text-transform: capitalize;
- font-size: 90%;
-}
-div.postheader {
- margin: 10px 40px 10px 0px;
- border-bottom: 1px #000 solid;
- font-size: 75%;
- color: #666;
-}
-div.postfooter {
- margin: 10px 0px 10px 40px;
- border-top: 1px #000 solid;
- font-size: 75%;
- color: #666;
- text-align: right;
-}
- /* --- comments --- */
-#comments {
- border: 2px #069 solid;
- margin-bottom: 20px;
- padding: 10px 5px 5px 5px;
- background: #fff url('gray-white-stripe.png');
-}
-p.commentheader {
- margin: 10px 40px 10px 0px;
- border-bottom: 1px #000 solid;
- color: #000;
-}
-div.commentposterinfo {
- margin: 10px 0px 25px 40px;
- border-top: 1px #000 solid;
- font-size: 75%;
- color: #666;
- text-align: right;
-}
-span.reply {
- font-size: 75%;
-}
- /* --- album --- */
-#albums {
- margin: 10px;
- padding: 10px;
- text-align : left;
- width: 60%;
- float: left;
-}
-div.album {
- margin: 0px 10px 15px 10px;
- float: left;
- text-align: center;
-
-}
-
- /* --- calendar --- */
-#calendar {
- margin: 10px 20px 10px 20px;
- text-align: center;
-}
-.calMonth {
- font-size: 75%;
-}
-
-
-
- /* --- footer --- */
-
-#footer {
- clear:both;
- margin: 0px;
- padding: 5px 10px 5px 10px;
- font-size: 75%;
- width: auto;
- text-align: center;
- border-top: 1px solid #000;
-}
-
-
- /* --- forms --- */
-
-input[type="submit"] {
- margin: 5px;
- font-weight: bold;
- border: 2px outset #ccc;
- background-color: #ccc;
- color: #000;
-}
-input[type="submit"]:hover {
- border: 2px outset #069;
- background-color: #069;
- color: #ccc;
-}
-input[type="text"] {
- margin: 5px;
- font-weight: bold;
- background-color: #ccc;
- color: #069;
- border: 1px solid #000;
-}
-input[type="text"]:hover {
- background-color: #069;
- color: #ccc;
-}
-textarea {
- margin: 5px;
- font-weight: bold;
- background-color: #ccc;
- color: #069;
- border: 1px solid #000;
-}
-textarea:hover {
- background-color: #069;
- color: #ccc;
-}
-label {
- font-weight: bold;
-}
-legend {
- font-weight: bold;
- border-right: 2px #069 inset;
- border-bottom: 2px #069 inset;
-}
-fieldset {
- border: 1px #069 solid;
- padding: 20px;
-}
- /* --- others --- */
-
-h1.error {
-
-}
-span.error {
-
-}
-a img {border:none;}
-
-/* ****************** to align elements *************** */
-.left {text-align: left;display:block}
-.right {text-align: right;display:block}
-.center {text-align: center;display:block}
-
-/* ****************** to float elements *************** */
-.floatleft {float: left;padding:2px 10px 10px 0px}
-.floatright {float: right;padding:2px 0px 10px 10px;}
-
-/* ****************** to highlight text *************** */
-.bold {font-weight: bold;}
-.italic {font-style:italic;}
-.underline {text-decoration:underline}
\ No newline at end of file
Modified: templates/branches/lifetype-1.2/unported/ice/styles/default.css
===================================================================
--- templates/branches/lifetype-1.2/unported/ice/styles/default.css 2007-03-24 21:38:57 UTC (rev 5173)
+++ templates/branches/lifetype-1.2/unported/ice/styles/default.css 2007-03-24 21:48:17 UTC (rev 5174)
@@ -26,7 +26,6 @@
font-style: italic;
}
-
/* --- links --- */
a, a:link, a:visited {
color: #069;
@@ -325,13 +324,36 @@
font-weight: bold;
}
legend {
- font-weight: bold;
- border-right: 2px #069 inset;
- border-bottom: 2px #069 inset;
+ border: 1px #069 solid;
+ position: absolute;
+ margin: 0px 0px 0px 10px;
+ padding: 2px 5px 2px 5px;
+ background: #069 url('gray-blue-stripe-small.png') repeat-x top;
+ color: #ccc;
+ font-style: italic;
+ text-transform: capitalize;
+ font-size: 90%;
+ font-weight:bold;
}
fieldset {
- border: 1px #069 solid;
- padding: 20px;
+ border: 2px #069 solid;
+ padding: 20px;
+ background: #fff url('gray-white-stripe.png');
+}
+/* Form positioning */
+#CommentForm label, #AuthUser {
+ display:block;
+ margin-left:20px;
+
+}
+#CommentForm input, textarea {
+
+ margin-left:20px;
+ width: 250px;
+}
+#commentTopic, #userName, #userEmail, #userUrl, #commentText {
+
+
}
/* --- search --- */
@@ -377,4 +399,4 @@
/* ****************** to highlight text *************** */
.bold {font-weight: bold;}
.italic {font-style:italic;}
-.underline {text-decoration:underline}
\ No newline at end of file
+.underline {text-decoration:underline}
More information about the pLog-svn
mailing list