[pLog-svn] r4700 - in templates/branches/lifetype-1.2/unported/subtle: . assets/css styles/default

reto at devel.lifetype.net reto at devel.lifetype.net
Thu Feb 8 17:12:36 EST 2007


Author: reto
Date: 2007-02-08 17:12:35 -0500 (Thu, 08 Feb 2007)
New Revision: 4700

Added:
   templates/branches/lifetype-1.2/unported/subtle/panel.template
   templates/branches/lifetype-1.2/unported/subtle/styles/default/gallery.css
Removed:
   templates/branches/lifetype-1.2/unported/subtle/style.css
Modified:
   templates/branches/lifetype-1.2/unported/subtle/album.template
   templates/branches/lifetype-1.2/unported/subtle/albums.template
   templates/branches/lifetype-1.2/unported/subtle/archives.template
   templates/branches/lifetype-1.2/unported/subtle/assets/css/layout.css
   templates/branches/lifetype-1.2/unported/subtle/main.template
   templates/branches/lifetype-1.2/unported/subtle/post.template
   templates/branches/lifetype-1.2/unported/subtle/postandcomments.template
   templates/branches/lifetype-1.2/unported/subtle/resource.template
   templates/branches/lifetype-1.2/unported/subtle/searchresults.template
   templates/branches/lifetype-1.2/unported/subtle/styles/default/default.css
Log:
another update. it's quite usable now. exept the gallery ;)


Modified: templates/branches/lifetype-1.2/unported/subtle/album.template
===================================================================
--- templates/branches/lifetype-1.2/unported/subtle/album.template	2007-02-08 21:11:56 UTC (rev 4699)
+++ templates/branches/lifetype-1.2/unported/subtle/album.template	2007-02-08 22:12:35 UTC (rev 4700)
@@ -7,7 +7,7 @@
 
 <!-- album contents go here -->
  
-<div id="album">
+<div id="loop_articles">
 
 	<div class="clearer">&nbsp;</div>
  
@@ -75,8 +75,10 @@
   		{/foreach}
 
 	<div class="clearer">&nbsp;</div>
-
+ {pager style="links"}
 </div>
 
 <!-- end of album contents --> 
-		{include file="$blogtemplate/footer.template"} 
\ No newline at end of file
+{include file="$blogtemplate/panel.template"}
+{include file="$blogtemplate/footer.template"} 
+		

Modified: templates/branches/lifetype-1.2/unported/subtle/albums.template
===================================================================
--- templates/branches/lifetype-1.2/unported/subtle/albums.template	2007-02-08 21:11:56 UTC (rev 4699)
+++ templates/branches/lifetype-1.2/unported/subtle/albums.template	2007-02-08 22:12:35 UTC (rev 4700)
@@ -4,7 +4,7 @@
 
  <!-- album contents go here -->
  
-<div id="album">
+<div id="loop_articles">
 	
 	<div class="clearer">&nbsp;</div>
 
@@ -24,4 +24,7 @@
 </div>
 
 <!-- end of the albums -->
-{include file="$blogtemplate/footer.template"} 
\ No newline at end of file
+
+
+
+{include file="$blogtemplate/footer.template"} 

Modified: templates/branches/lifetype-1.2/unported/subtle/archives.template
===================================================================
--- templates/branches/lifetype-1.2/unported/subtle/archives.template	2007-02-08 21:11:56 UTC (rev 4699)
+++ templates/branches/lifetype-1.2/unported/subtle/archives.template	2007-02-08 22:12:35 UTC (rev 4700)
@@ -3,7 +3,7 @@
 <h2>{$locale->tr("archives")}</h2>
 <!-- Content Start -->
 
-<div id="dates">
+<div id="loop_articles">
 	
 	<ul class="icon date">
 		{foreach from=$archives item=month}
@@ -13,5 +13,8 @@
     		
     	</ul>
 </div>
-   	
+
+{include file="$blogtemplate/panel.template"}
+
+
    		{include file="$blogtemplate/footer.template"} 

Modified: templates/branches/lifetype-1.2/unported/subtle/assets/css/layout.css
===================================================================
--- templates/branches/lifetype-1.2/unported/subtle/assets/css/layout.css	2007-02-08 21:11:56 UTC (rev 4699)
+++ templates/branches/lifetype-1.2/unported/subtle/assets/css/layout.css	2007-02-08 22:12:35 UTC (rev 4700)
@@ -253,6 +253,9 @@
 .post .content {
 	position: relative;
 }
+.content {
+	margin-top:8px;
+}
 
 #post_meta .metadata {
 	width: 135px;
@@ -575,6 +578,9 @@
 #container .widget {
 	margin: 0px;
 	padding: 0px 0px 20px 0px;
+}
+#widgets h3 {
+    text-transform: capitalize;
 }
 
 #widgets_home_a {

Modified: templates/branches/lifetype-1.2/unported/subtle/main.template
===================================================================
--- templates/branches/lifetype-1.2/unported/subtle/main.template	2007-02-08 21:11:56 UTC (rev 4699)
+++ templates/branches/lifetype-1.2/unported/subtle/main.template	2007-02-08 22:12:35 UTC (rev 4700)
@@ -10,62 +10,7 @@
 {pager style="links"}
 </div>
 
-<!-- Start right Panel Stuff -->
-{assign var=blogOwner value=$blog->getOwnerInfo()}
-{assign var=AboutMyself value=$blogOwner->getAboutMyself()}
-{if $blogOwner->hasPicture() && $AboutMyself}
-{assign var=picture value=$blogOwner->getPicture()}
-<div id="information" class="prominent reduced">
-<div class="inner">
-<h2>Welcome to {$blog->getBlog()}</h2>
-<p><img id="UserPicture" src="{$picture->getPreviewLink()}" alt="{$blogOwner->getUsername()}" style="float:left;" />
-{$AboutMyself}</p>
-<ul class="links">
-<li class="icon information"><a href="/about/"><span>Find out more...</span></a></li>
-</ul>
-</div>
-</div>
-{/if}
+{include file="$blogtemplate/panel.template"}
 
 
-<div id="widgets" class="home">
-    <div id="widgets_home_a" class="widget_set reduced">
-
-<h3>Archives</h3>
-<ul class="icon category">
-{foreach from=$archives item=month}
-   <li><a href="{$month->getUrl()}" title="{$month->getName()}">{$month->getName()}</a> [{$month->getNumArticles()}]</li>
-{/foreach}
-</ul>
-
-<h3>Meta</h3>
-<ul class="icon jump">
-		<li><a title="{$locale->tr("main")}" href="{$url->blogLink()}">{$locale->tr("main")}</a></li>
-		<li><a title="{$locale->tr("archives")}" href="{$url->templatePage("archives")}">{$locale->tr("archives")}</a></li>
-		<li><a title="{$locale->tr("albums")}" href="{$url->albumLink()}">{$locale->tr("albums")}</a></li>
-		
-{foreach name=mylinkscategories from=$mylinkscategories item=panel_linkcategory}
- {if $smarty.foreach.mylinkscategories.first}
-        <li><a title="{$locale->tr("links")}" href="{$url->templatePage("links")}">{$locale->tr("links")}</a></li>
- {/if}
-{/foreach}
-	</ul>
-</div>
-
-<div id="widgets_single_b" class="widget_set reduced"></div>
-<h3>{$locale->tr("recently")}</h3>
-<ul class="icon jump">
-{foreach from=$recentposts item=post}
-    <li><a title="{$post->getTopic()|strip_tags}}" href="{$url->postLink($post)}">{$post->getTopic()|strip_tags|truncate:20:"...":false}</a></li>
-{/foreach}
-
-</div>
-
-</div>
-
-
-			
-<!-- Content End -->
-
-
-		{include file="$blogtemplate/footer.template"} 
+{include file="$blogtemplate/footer.template"} 

Added: templates/branches/lifetype-1.2/unported/subtle/panel.template
===================================================================
--- templates/branches/lifetype-1.2/unported/subtle/panel.template	                        (rev 0)
+++ templates/branches/lifetype-1.2/unported/subtle/panel.template	2007-02-08 22:12:35 UTC (rev 4700)
@@ -0,0 +1,70 @@
+<!-- Start right Panel Stuff -->
+{assign var=blogOwner value=$blog->getOwnerInfo()}
+{assign var=AboutMyself value=$blogOwner->getAboutMyself()}
+{if $AboutMyself || $blogOwner->hasPicture()}
+<div id="information" class="prominent reduced">
+<div class="inner">
+<h2>Welcome to {$blog->getBlog()}</h2>
+<p>
+    {if $blogOwner->hasPicture()}
+    {assign var=picture value=$blogOwner->getPicture()}
+    <img id="UserPicture" src="{$picture->getPreviewLink()}" alt="{$blogOwner->getUsername()}" style="margin:10px;float:left" />
+    {/if}
+    {if $AboutMyself}
+    {$AboutMyself}
+    {/if}
+</p>
+<ul>
+</ul>
+<br style="clear:both" />
+</div>
+</div>
+{/if}
+
+
+<div id="widgets" class="home">
+    <div id="widgets_home_a" class="widget_set reduced">
+
+        <h3>{$locale->tr("archives")}</h3>
+        <ul class="icon category">
+        {foreach from=$archives item=month}
+           <li><a href="{$month->getUrl()}" title="{$month->getName()}">{$month->getName()}</a> [{$month->getNumArticles()}]</li>
+        {/foreach}
+        </ul>
+
+        {if $mylinkscategories}
+        <h3>{$locale->tr("links")}</h3>
+        <ul class="icon jump">
+        {foreach name=mylinkscategories from=$mylinkscategories item=panel_linkcategory}
+         {if $smarty.foreach.mylinkscategories.first}
+                <li><a title="{$locale->tr("links")}" href="{$url->templatePage("links")}">{$locale->tr("links")}</a></li>
+         {/if}
+        {/foreach}
+        	</ul>
+        {/if}
+    </div>
+
+
+
+    <div id="widgets_single_b" class="widget_set reduced">
+        <h3>{$locale->tr("recently")}</h3>
+        <ul class="icon jump">
+        {foreach from=$recentposts item=post}
+            <li><a title="{$post->getTopic()|strip_tags}}" href="{$url->postLink($post)}">{$post->getTopic()|strip_tags|truncate:20:"...":false}</a></li>
+        {/foreach}
+        </ul>
+
+        <h3>{$locale->tr("syndicate")}</h3>
+        <ul class="icon feed">
+            	<li><a title="RSS 0.90" href="{$url->rssLink("rss090")}">RSS 0.90</a></li>
+            	<li><a title="RSS 1.0" href="{$url->rssLink("rss10")}">RSS 1.0</a></li>
+            	<li><a title="RSS 2.0" href="{$url->rssLink("rss20")}">RSS 2.0</a></li>
+            	<li><a title="Atom" href="{$url->rssLink("rss20")}">Atom</a></li>
+        </ul>
+    </div>
+
+</div>
+
+
+			
+<!-- Content End -->

Modified: templates/branches/lifetype-1.2/unported/subtle/post.template
===================================================================
--- templates/branches/lifetype-1.2/unported/subtle/post.template	2007-02-08 21:11:56 UTC (rev 4699)
+++ templates/branches/lifetype-1.2/unported/subtle/post.template	2007-02-08 22:12:35 UTC (rev 4700)
@@ -8,7 +8,9 @@
 </div>
 
 <div class="content">
+<p>
 {$post->getText()}
+</p>
 </div>
 
 {if $OnMainPage}

Modified: templates/branches/lifetype-1.2/unported/subtle/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/subtle/postandcomments.template	2007-02-08 21:11:56 UTC (rev 4699)
+++ templates/branches/lifetype-1.2/unported/subtle/postandcomments.template	2007-02-08 22:12:35 UTC (rev 4700)
@@ -52,25 +52,25 @@
 				</dl>
 				
 				<br class="clear" />
-	
+				
+{* ----- this would need a plugin or some template editing... -------
 				<dl class="other">
-
 					<dt>Other Posts</dt>
 					<dd class="icon jump"></dd>
-					<dd class="icon jump"><a href="#">New hosting</a></dd>
+					<dd class="icon jump"></dd>
 				</dl>
+*}
+
 </div></div>
 
-	<!--
+{*  --- two more colums for the article view...
 			<div id="widgets" class="single">
 				<div id="widgets_single_a" class="widget_set reduced"></div>
 				<div id="widgets_single_b" class="widget_set reduced"></div>
 			</div>
-			-->
 			
-					
 			<br class="clear" />
-
+*}
 			
 <br />
 
@@ -117,8 +117,8 @@
 </div>
 {/foreach}	
 {pager style="links"}
-</div>
 
+
 {elseif $trackbacks}
 <h2 id="comments">{$locale->tr("trackbacks")|capitalize}</h2>
 
@@ -137,9 +137,8 @@
 </div>
 {/foreach}	
 
-</div>
 {/if}
-
+</div>
  		
 
 {include file="$blogtemplate/footer.template"}

Modified: templates/branches/lifetype-1.2/unported/subtle/resource.template
===================================================================
--- templates/branches/lifetype-1.2/unported/subtle/resource.template	2007-02-08 21:11:56 UTC (rev 4699)
+++ templates/branches/lifetype-1.2/unported/subtle/resource.template	2007-02-08 22:12:35 UTC (rev 4700)
@@ -1,5 +1,6 @@
 		{include file="$blogtemplate/header.template"} 
 
+<div id="loop_articles">
 <h2>{$locale->tr("albums")}</h2>
 
 		{assign var=metadata value=$resource->getMetadataReader()}
@@ -61,14 +62,6 @@
 
 <div class="clearer">&nbsp;</div> 
 
-</div>
+</div></div>
 
-<div id="Bottommenu"><a href="http://www.w3.org/WAI/">Accessible</a> and Valid <a href="http://validator.w3.org/check/referer">XHTML 1.0 Strict</a> and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></div>
-
-
-<!-- Please leave the credit intact. Thank you. -->
-<div id="Bottom">Powered by <a href="http://www.lifetype.net">LifeType</a> - Design by <a href="http://www.balearweb.com/">BalearWeb</a></div>
-
-</div>
-</body>
-</html>
\ No newline at end of file
+{include file="$blogtemplate/footer.template"} 

Modified: templates/branches/lifetype-1.2/unported/subtle/searchresults.template
===================================================================
--- templates/branches/lifetype-1.2/unported/subtle/searchresults.template	2007-02-08 21:11:56 UTC (rev 4699)
+++ templates/branches/lifetype-1.2/unported/subtle/searchresults.template	2007-02-08 22:12:35 UTC (rev 4700)
@@ -1,4 +1,5 @@
-{include file="$blogtemplate/header.template"} 
+{include file="$blogtemplate/header.template"} 
+<div id="loop_articles">
    <h2>{$locale->tr("search_results")}: {foreach from=$searchterms item=term}{$term} {/foreach}</h2>
    <div id="SearchResults">
     {foreach from=$searchresults item=result}
@@ -18,5 +19,8 @@
         {/foreach}
       </p>
     {/foreach}
-   </div> 
+   </div> 
+   
+</div>
+{include file="$blogtemplate/panel.template"} 
 {include file="$blogtemplate/footer.template"} 

Deleted: templates/branches/lifetype-1.2/unported/subtle/style.css
===================================================================
--- templates/branches/lifetype-1.2/unported/subtle/style.css	2007-02-08 21:11:56 UTC (rev 4699)
+++ templates/branches/lifetype-1.2/unported/subtle/style.css	2007-02-08 22:12:35 UTC (rev 4700)
@@ -1,21 +0,0 @@
-/*  
-Theme Name: Glued Ideas - Subtle
-Theme URI: http://blog.gluedideas.com
-Description: Multi-author blog template with subtle gradients.
-Author: Christopher Frazier
-Author URI: http://blog.gluedideas.com/
-Version: 0.391
-$Revision: 38 $
-$Date: 2006-09-23 05:57:39 -0700 (Sat, 23 Sep 2006) $
-
-	Glued Ideas
-	http://gluedideas.com
-
-	Multi-author blog template with subtle gradients
-
-	Unless otherwise specified, all content is made available under the Creative Commons License:
-	http://creativecommons.org/licenses/by/2.5/
-	
-	Looking for some actual CSS?  Try looking in /assets/css/layout.css or /styles/default/default.css
-	
-*/

Modified: templates/branches/lifetype-1.2/unported/subtle/styles/default/default.css
===================================================================
--- templates/branches/lifetype-1.2/unported/subtle/styles/default/default.css	2007-02-08 21:11:56 UTC (rev 4699)
+++ templates/branches/lifetype-1.2/unported/subtle/styles/default/default.css	2007-02-08 22:12:35 UTC (rev 4700)
@@ -18,13 +18,15 @@
 #menu .page_item a {
 	background-image: url(../../assets/images/back_menu.gif);
 	background-position: center top;
-	background-repeat: repeat-x;
+	background-repeat: repeat-x;
+	text-transform: capitalize;
 }
 
 #menu .current_page_item a {
 	background-image: url(../../assets/images/back_menu_selected.gif);
 	background-position: center top;
-	background-repeat: repeat-x;
+	background-repeat: repeat-x;
+	text-transform: capitalize;
 }
 
 .prominent {
@@ -187,12 +189,12 @@
 	margin: 0px;
 	padding: 2px 1px;
 	line-height: inherit;
-	font-size: inherit;
-	display: inline;
+	font-size: inherit;
+	display:block;
+	width: 100%;
 }
 fieldset div label {
 	clear:both;
 	width:6em;
-	display:block;
-	float:left;
+    
 }

Added: templates/branches/lifetype-1.2/unported/subtle/styles/default/gallery.css
===================================================================
--- templates/branches/lifetype-1.2/unported/subtle/styles/default/gallery.css	                        (rev 0)
+++ templates/branches/lifetype-1.2/unported/subtle/styles/default/gallery.css	2007-02-08 22:12:35 UTC (rev 4700)
@@ -0,0 +1,346 @@
+/*
+	Siriux Gallery 2 Theme
+	Copyright 2005-2006 Nico Kaiser.
+*/
+
+
+/* -- Main layout definitions ------------- */
+
+body.gallery {
+	margin: 1.5em;
+	padding: 0;
+	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
+	font-size: small;
+	background-color: #fff;
+	color: #333;
+	text-align: center;
+}
+
+a {
+	color: #38c;
+}
+
+a:hover {
+	color: #05a;
+}
+
+hr {
+	color: #fff;
+	height: 1px;
+	border: none;
+	border-bottom: 1px solid #ddd;
+	margin: 0;
+	padding: 0;
+	clear: both;
+}
+
+.clear {
+	clear: both;
+}
+
+.breadcrumb {
+	float: right;
+	color: #333;
+	font-size: 0.9em;
+}
+
+.header {
+}
+
+.content {
+	clear: both;
+	margin: 0 auto;
+	text-align: left;
+}
+
+.footer {
+	font-size: 0.8em;
+	color: #999;
+	margin-top: 4em;
+	padding-top: 1.5em;
+	border-top: 1px solid #ddd;
+}
+
+.gallery h2 {
+	clear: both;
+	margin: 1.5em 0;
+	padding-bottom: 0.2em;
+	border-bottom: 1px solid #ddd;
+	font-size: 1.5em;
+}
+
+.gallery h3 {
+	clear: both;
+	margin: 1.5em 0 1em 0;
+	font-size: 1.2em;
+}
+
+
+/* -- Gallery thumbnails ------------------ */
+
+.gallery-thumb {
+	margin: 5px;
+	float: left;
+	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 {
+	border-width: 2px;
+	border-color: #38c;
+	margin: 0;
+	-moz-border-radius: 5px;
+}
+
+
+/* -- Gallery Album listing --------------- */
+
+.gallery-albums {
+	clear: both;
+}
+
+.gallery-albums h4 { /* Years in Album overview (when grouped by year) */
+	margin: 10px 0 0 0;
+	font-size: 1.1em;
+}
+
+.gallery-albums .gallery-thumb {
+	margin-right: 5px !important;
+}
+
+.gallery-album {
+	width: 46%; /* Change to 96% if you want 1 Album per line */
+	padding-right: 3%;
+	display: block;
+	float: left;
+	overflow: hidden;
+}
+
+.gallery-album p {
+	font-size: 1em;
+}
+
+.gallery-album .meta {
+	margin-top: 3px;
+	color: #999;
+	font-size: 0.9em;
+}
+
+
+/* -- Gallery Items ----------------------- */
+
+.gallery-items {
+	margin: 0;
+	clear: both;
+}
+
+.gallery-empty {
+	padding: 0.5em 1.5em;
+	margin: 1.5em 3em;
+	border: 1px solid #ddd;
+	background: #ffe;
+	font-size: 1.2em;
+}
+
+
+/* -- Gallery Photo (detail page) --------- */
+
+div.gallery-photo {
+	text-align: center;
+}
+
+img.gallery-photo {
+	background: #f3f3f3;
+	border: 1px solid #ddd;
+	padding: 7px;
+	-moz-border-radius: 3px;
+}
+
+#prevArrow img, #nextArrow img {
+	border-style: none;
+}
+
+
+/* -- Navigator --------------------------- */
+
+.block-core-Navigator {
+	float: right;
+	margin: 1.5em 0;
+	font-size: 0.9em;
+	color: #333;
+}
+
+.block-core-Navigator .current,
+.block-core-Navigator .first-and-previous,
+.block-core-Navigator .next-and-last {
+	display: inline;
+}
+
+.block-core-Navigator .current {
+	margin: 0 0.5em;
+}
+
+
+/* -- ExifInfo ---------------------------- */
+
+.block-exif-ExifInfo div {
+	font-size: 0.8em;
+	color: #999;
+	margin: 1em 0;
+}
+
+table.gbDataTable {
+	width: 100%;
+	border-collapse: collapse;
+}
+
+table.gbDataTable td {
+	padding: 0.2em 0.5em 0.2em 0;
+	border-bottom: 1px solid #eee;
+}
+
+table.gbDataTable td.gbEven {
+	font-weight: bold;
+}
+
+
+/* -- System- / Item-Links ---------------- */
+
+.gbSystemLinks, .block-core-ItemLinks {
+	clear: both;
+	border-top: 3px solid #9c9;
+	border-bottom: 1px solid #9c9;
+	background: #efe;
+	margin: 1.5em 0;
+	padding: 0.5em;
+}
+
+.block-core-SystemLink { font-weight: bold; }
+
+.gbSystemLinks .block-core-SystemLink a,
+.block-core-ItemLinks a {
+	display: block;
+	padding: 0.3em;
+}
+
+
+/* -- Toolbar ----------------------------- */
+
+#toolbar {
+	clear: both;
+	border: 1px solid #ccc;
+	background: #f1f1f1;
+	margin: 1em 0;
+	padding: 0.5em;
+}
+
+
+/* -- Admin ------------------------------- */
+
+.gallery-admin {
+	font-size: 0.9em;
+}
+
+.gallery-admin h2 {
+	font-size: 1.2em;
+	margin-top: 2em;
+	overflow: hidden;
+}
+
+.gallery-admin h4 {
+	margin-bottom: 0.5em;
+}
+
+.giSuccess, .giWarning, .giError  {
+	font-weight: bold;
+}
+
+.giSuccess { color: #5c0; }
+.giWarning { color: #c50; }
+.giError { color: #a44; }
+
+.gallery-admin .gbBlock {
+	margin: 1.5em 0 2em 0;
+}
+
+#gsSidebar {
+	width: 13em;
+	overflow: hidden;
+	padding-right: 1em;
+}
+
+#gsSidebarCol {
+	width: 1%;
+}
+
+#gsSidebar ul {
+	padding: 0.2em 0 1.5em 0;
+	margin: 0;
+	font-weight: bold;
+}
+
+#gsSidebar ul ul {
+	font-weight: normal;
+}
+#gsSidebar li.gbAdminLink {
+	background: none;
+	list-style: none;
+	padding: 0.2em 0;
+	margin: 0;
+}
+
+.gbTabBar {
+	padding: 0.2em 0;
+	border-bottom: 1px solid #ccc;
+}
+
+.gbTabBar a {
+	border: 1px solid #ccc;
+	padding: 0.2em 1em;
+	background: #eee;
+	margin: 0 0.2em;
+}
+
+.gbTabBar .giSelected {
+	margin: 0 0.2em;
+	padding: 0.2em 1em;
+	border: 1px solid #ccc;
+	border-bottom: 1px solid #fff;
+	font-weight: bold;
+	background: #fff;
+}
+
+.giUpdated, .giNew {
+	font: normal 9px Arial;
+	text-transform: uppercase;
+	color: #222;
+	background: #ffea88;
+	padding: 0 3px;
+	margin-left: 3px;
+}
+
+#giFormUsername, .giFormUsername {
+	background: url('../siriux/images/userinfo.png') no-repeat 0 1px;
+	padding-left: 17px;
+}
+
+#giFormGroupname {
+	background: url('../siriux/images/groupinfo.png') no-repeat 0 1px;
+	padding-left: 17px;
+}
+
+#giFormPassword {
+	background: url('../siriux/images/key7-16-bw.gif') no-repeat 0 1px;
+	padding-left: 17px;
+}



More information about the pLog-svn mailing list