[pLog-svn] r665 - in plog/trunk: styles templates templates/grey templates/grey-sf

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Jan 4 15:36:33 GMT 2005


Author: oscar
Date: 2005-01-04 15:36:32 +0000 (Tue, 04 Jan 2005)
New Revision: 665

Added:
   plog/trunk/templates/grey-sf/grey-sf.css
   plog/trunk/templates/grey-sf/plog_top.org.gif
   plog/trunk/templates/grey/grey.css
Removed:
   plog/trunk/styles/default.css
   plog/trunk/styles/grey-sf.css
   plog/trunk/styles/grey.css
   plog/trunk/styles/lemons.css
   plog/trunk/templates/default/
Modified:
   plog/trunk/templates/grey/header.template
Log:
removed all the unneded .css files from the styles/ folder and moved them to their own template folder. Also, removed the "default" template that wasn't used anymore!

Deleted: plog/trunk/styles/default.css
===================================================================
--- plog/trunk/styles/default.css	2005-01-04 15:31:39 UTC (rev 664)
+++ plog/trunk/styles/default.css	2005-01-04 15:36:32 UTC (rev 665)
@@ -1,226 +0,0 @@
-body,td {
-    color: black;
-    font-size: 10pt;
-    font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
-}
-
-p,ul,ol {
-    color: black;
-    font-size: 8pt;
-    font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
-    text-align: left;
-}
-
-h1, h2, h3, h4, h5, h6 {
-    font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
-}
-
-h1 {
-    color: black;
-    background-color: transparent;
-    font-size: 300%;
-    font-weight: bold;
-    font-style: italic;
-}
-
-h2 {
-    color: #6597d3;
-    background-color: transparent;
-    font-size: 130%;
-    font-weight: normal;
-    text-align: right;
-    padding-right: 3px;
-    border: 1px solid black;
-    border-width: 0px 0px 1px 0px;
-}
-
-h3 {
-    color: #707070;
-    background-color: transparent;
-    font-size: 100%;
-    font-weight: bold;
-}
-
-h5 {
-    color: #707070;
-    background-color: transparent;
-    font-size: 100%;
-    font-weight: normal;
-    text-align: right;
-    padding-right: 3px;
-    border: 1px solid black;
-    border-width: 0px 0px 1px 0px;
-}
-
-.comment-body {
-  line-height:140%;
-  padding-bottom:10px;
-  padding-top:10px;
-  border-bottom: 1px dotted #999;
-}
-
-.comment-post {
- font-size: 70%;
-}
-
-.header {
-    border: 1px none black;
-    border-width: 1px;
-    font-size: 85%;
-    background-color: #96b1d3;
-    color: #FFFFFF;
-    padding: 0px 0px 0px 10px;
-}
-
-a.header:link { color: white; text-decoration: none; text-align: center; border-width: 0px;}
-a.header:hover { text-decoration: none; text-align: center; border-width: 0px;}
-a.header:visited { color: white; text-decoration: none; text-align: center; border-width: 0px;}
-
-.rightborder {
-    border: 1px solid black;
-    border-width: 0px 1px 0px 0px;
-}
-
-.bottomborder {
-    border: 1px solid black;
-    border-width: 0px 0px 1px 0px;
-}
-
-.topborder {
-   border: 1px solid black;
-   border-width: 1px 0px 0px 0px;
-}
-
-.rbborder {
-    border: 1px solid black;
-    border-width: 0px 1px 1px 0px;
-}
-
-.bodytext {
-    padding-left: 4px;
-}
-
-.math {
-    font-family: Courier New, monospaced;
-    font-size: 9pt;
-}
-
-div.math {
-    padding-left: 40px;
-}
-
-.navigation {
-    font-size: 8pt;
-    text-decoration: none;
-    text-align: right;
-    padding-right: 4px;
-    border: 1px dotted gray;
-    border-width: 0px 1px 0px 0px;
-}
-
-.search {
-    font-size: 8pt;
-    text-decoration: none;
-    text-align: right;
-    padding-right: 4px;
-    border: 1px dotted gray;
-    border-width: 0px 0px 0px 0px;
-}
-
-a { text-decoration: none; }
-a:hover { text-decoration: underline; }
-
-a.navigation:link, a.navigation:visited { color: #1f68c1; text-decoration: none; text-align: center; border-width: 0px;}
-a.navigation:hover { color: #669999;; text-decoration: underline; text-align: center; border-width: 0px;}
-
-
-.copyright {
-    font-size: 8pt;
-    text-align: center;
-    border: 1px solid black;
-    border-width: 1px 0px 0px 0px;
-    padding-top: 5px;
-}
-
-.alignright {
-    text-align: right;
-}
-
-.alignleft {
-    text-align: left;
-}
-
-.aligncenter {
-    text-align: center;
-}
-
-.size11 {
-    font-size: 11pt;
-}
-
-.size10 {
-    font-size: 10pt;
-}
-
-.size9 {
-    font-size: 9pt;
-}
-
-.size8 {
-    font-size: 8pt;
-}
-
-.dayheader {
-    text-align: right;
-    font-size: 120%;
-    font-weight: bold;
-}
-
-/**** styles for the calendar ****/
-.calendar
-{
- font-weight: bold;
- text-align: center;
- font-size: 8pt;
- border-style: none;
-}
-
-.calendarToday
-{
- background-color: #ead7b6;
- text-align: center;
- font-size: 8pt;
-}
-
-.calendarHeader
-{
- font-weight: bold;
- text-align: center;
- background-color: transparent;
- font-size: 8pt;
-}
-
-a.calDayLink:link{ text-decoration: none; }
-
-/**** end of styles for the calendar *****/
-
-.smallrightalign
-{
- font-family: verdana, arial, sans-serif;
- text-align: right;
- font-size: x-small;
- color: #707070;
- background-color: transparent;
-}
-
-a.smallrightalign:link { color: #707070; text-decoration: underline; text-align: center; border-width: 0px;}
-a.smallrightalign:hover { color: #B0B0B0; text-decoration: underline; text-align: center; border-width: 0px;}
-a.smallrightalign:visited { color: #707070; text-decoration: underline; text-align: center; border-width: 0px;}
-
-.whoami
-{
- font-size: x-small;
- font-weight: normal;
- text-align: right;
- font-family: verdana, arial, sans-serif;
-}

Deleted: plog/trunk/styles/grey-sf.css
===================================================================
--- plog/trunk/styles/grey-sf.css	2005-01-04 15:31:39 UTC (rev 664)
+++ plog/trunk/styles/grey-sf.css	2005-01-04 15:36:32 UTC (rev 665)
@@ -1,198 +0,0 @@
-body {
-	margin:10px 0px; 
-	padding:0px;
-	text-align:center;
-	font:11px verdana, arial, helvetica, sans-serif;
-	color:#333;
-	background:#fff url("../imgs/stripes.gif") fixed;
-	}
-
-h1 {
-	font:bold italic 20px georgia, times new roman, times, serif;
-	margin-top:20px;
-	background: transparent;
-	}
-
-h2 {
-	color:#333;
-	font:bold 15px georgia, times new roman, times, serif;
-	margin-top: 15px;
-	margin-bottom: 2px;
-	background: transparent;
-	}
-h3 {
-	color:#666;
-	font: bold 13px/18px georgia, times new roman, times, serif;
-	margin-top: 15px;
-	margin-bottom: 2px;
-	background: transparent;
-    border: 1px solid #666;
-    border-width: 0px 0px 1px 0px;
-	}
-
-h4 {
-	font: 10px verdana, arial, helvetica, sans-serif;
-	letter-spacing: 0.09em;
-	text-transform: uppercase;
-	margin: 0px;
-	padding: 0px;
-	}
-
-.date {
-	font: 10px verdana, arial, helvetica, sans-serif;
-	letter-spacing: 0.09em;
-	}
-
-.footer {
-	font:10px verdana, arial, helvetica, sans-serif;
-	color: #666;
-	background: transparent;
-	text-align: right;
-	}
-
-.Upgrade {
-	display: none;
-	font-weight: bold;
-      }
-
-p {
-	line-height:1.8;
-	margin:10px 0px;
-	}
-
-ol, ul {
-	margin-top:0;
-	margin-bottom:10px;
-	line-height:1.8;
-	}
-
-#Container {
-	width:790px;
-	margin:0px auto;
-	text-align:left;
-	padding:0px;
-	border: 1px solid #ccc;
-	background-color:#eee;
-	color: #333;
-	}
-
-#Main {
-	width:748px;
-	float: left;
-	margin-right: 10px;
-	margin-left: 10px;
-	text-align:center;
-	padding:0px;
-	border: 1px solid #ccc;
-	background-color:#fff;
-	color: #333;
-	}
-
-#Container>#Main {margin-left: 20px;}
-
-#Top {
-	text-align:center;
-	padding:10px;
-	border-bottom: 0px;
-	color: #333;
-	background:#ddd;
-	}
-
-#Topmenu {
-	text-align:center;
-	padding:5px 10px;
-	border-top:1px dashed #ccc;
-	border-bottom: 0px;
-	background-color:#eee;
-	font:10px verdana, arial, helvetica, sans-serif;
-	color:#333;
-	text-transform: uppercase;
-	}
-
-#Content {
-	width: 425px;
-	float: left;
-	text-align:left;
-	margin:0px;
-	padding:10px;
-	border-right: 1px solid #ccc;
-	border-left: 1px solid #ccc;
-	color: #333;
-	background-color:#fff;
-	}
-
-#Sidebar-l {
-	width: 130px;
-	float: left;
-	font:12px/1.5 trebuchet ms, verdana, arial, helvetica, sans-serif;
-	color:#666;
-	text-align:left;
-	padding:10px;
-	background-color:#fff;
-	}
-
-#Sidebar-r {
-	width: 130px;
-	float: left;
-	font:12px/1.5 trebuchet ms, verdana, arial, helvetica, sans-serif;
-	color:#666;
-	text-align:left;
-	padding:10px;
-	background-color:#fff;
-	}
-
-.Sidetitle {
-	text-align: center;
-	border-top: 1px solid #ccc;
-	border-bottom: 1px solid #ccc;
-	color: #333;
-	background: #eeeeee;
-	}
-
-#Bottommenu {
-	text-align:center;
-	padding:10px 5px;
-	border-top:0px;
-	border-bottom:1px dashed #ccc;
-	background-color:#eee;
-	font:10px verdana, arial, helvetica, sans-serif;
-	color:#333;
-	text-transform: uppercase;
-	}
-
-#Bottom {
-	text-align:center; 
-	padding:10px;
-	border-top: 0px;
-	background-color:#ddd;
-	font:10px verdana, arial, helvetica, sans-serif;
-	color:#333;
-	text-transform: uppercase;
-	}
-
-a {
-	color:#666;
-	text-decoration:none;
-	background: transparent;
-	}
-
-a:link {color: #666; border-bottom: 1px dashed #666; background: transparent;}
-a:visited {color: #666; border-bottom: 1px dashed #666; background: transparent;}
-a:hover {color: #666; border-bottom: 1px solid #666; background: transparent;}
-
-.nodecoration:link{ border-bottom: 0px; }
-
-.calendar {
-font:12px/1.5 trebuchet ms, verdana, arial, helvetica, sans-serif;
-}
-
-.calendarToday {
-background-color: #ecdebd;
-}
-
-.commentposterinfo {
-  	font: 9px trebuchet ms, arial, verdana, sans-serif;
-	letter-spacing: .09em;
-	text-align: left;
-    margin-top: 0px;
-}

Deleted: plog/trunk/styles/grey.css
===================================================================
--- plog/trunk/styles/grey.css	2005-01-04 15:31:39 UTC (rev 664)
+++ plog/trunk/styles/grey.css	2005-01-04 15:36:32 UTC (rev 665)
@@ -1,253 +0,0 @@
-body {
-	margin:10px 0px; 
-	padding:0px;
-	text-align:center;
-	font:11px arial, times new roman, lucida sans unicode, sans-serif;
-	color:#333;
-	background:#fff url("../imgs/stripes.gif") fixed;
-	}
-
-h1 {
-	font:bold italic 20px times new roman, lucida sans unicode, sans-serif;
-	margin-top:20px;
-	background: transparent;
-	}
-
-h2 {
-	color:#333;
-	font:bold 15px times new roman, times, sans-serif;
-	margin-top: 15px;
-	margin-bottom: 2px;
-	background: transparent;
-	}
-h3 {
-	color:#666;
-	font: bold 13px/18px lucida sans unicode, times new roman, times, sans-serif;
-	margin-top: 15px;
-	margin-bottom: 2px;
-	background: transparent;
-    border: 1px solid #666;
-    border-width: 0px 0px 1px 0px;
-	}
-
-h4 {
-	font: 10px times new roman, arial, sans-serif;
-	letter-spacing: 0.09em;
-	text-transform: uppercase;
-	margin: 0px;
-	padding: 0px;
-	}
-
-.date {
-	font: 10px verdana, arial, helvetica, sans-serif;
-	letter-spacing: 0.09em;
-	}
-
-.footer {
-	font:10px verdana, arial, helvetica, sans-serif;
-	color: #666;
-	background: transparent;
-	text-align: right;
-	}
-
-.Upgrade {
-	display: none;
-	font-weight: bold;
-      }
-
-p {
-	line-height:1.8;
-	margin:10px 0px;
-	}
-
-ol, ul {
-	margin-top:0;
-	margin-bottom:10px;
-	line-height:1.8;
-	}
-
-#Container {
-	width:790px;
-	margin:0px auto;
-	text-align:left;
-	padding:0px;
-	border: 1px solid #ccc;
-	background-color:#eee;
-	color: #333;
-	}
-
-#Main {
-	width:748px;
-	float: left;
-	margin-right: 10px;
-	margin-left: 10px;
-	text-align:center;
-	padding:0px;
-	border: 1px solid #ccc;
-	background-color:#fff;
-	color: #333;
-	}
-	
-#Resource-Container {
-	width:790px;
-	margin:0px auto;
-	text-align:left;
-	padding:0px;
-	border: 1px solid #ccc;
-	background-color:#eee;
-	color: #333;
-	}	
-	
-#Resource-Container a:link {
- text-decoration: none;
-}
-	
-	
-#Resource-Main {
-	width:790px;
-	padding:0px;
-	border-top: 1px solid #ccc;
-	background-color:#fff;
-	color: #333;
-	text-decoration: none;
-	}
-	
-#Resource-Desc {
-    padding: 10px;
-    text-decoration: none;
-}
-
-#Resource-Desc a:link, 
-#Resource-Desc a,
-#Resource-Desc a:href
-#Resource-Desc a:hover {
- text-decoration: none;
- border: 0px;
-}
-	
-
-#Container>#Main {margin-left: 20px;}
-
-#Top {
-	text-align:center;
-	padding:10px;
-	border-bottom: 0px;
-	color: #333;
-	background:#ddd;
-	}
-
-#Topmenu {
-	text-align:center;
-	padding:5px 10px;
-	border-top:1px dashed #ccc;
-	border-bottom: 0px;
-	background-color:#eee;
-	font:10px verdana, arial, helvetica, sans-serif;
-	color:#333;
-	text-transform: uppercase;
-	}
-
-#Content {
-	width: 425px;
-	float: left;
-	text-align:left;
-	margin:0px;
-	padding:10px;
-	border-right: 1px solid #ccc;
-	border-left: 1px solid #ccc;
-	color: #333;
-	background-color:#fff;
-	}
-
-#Sidebar-l {
-	width: 130px;
-	float: left;
-	font:12px/1.5 trebuchet ms, verdana, arial, helvetica, sans-serif;
-	color:#666;
-	text-align:left;
-	padding:10px;
-	background-color:#fff;
-	}
-
-#Sidebar-r {
-	width: 130px;
-	float: left;
-	font:12px/1.5 trebuchet ms, verdana, arial, helvetica, sans-serif;
-	color:#666;
-	text-align:left;
-	padding:10px;
-	background-color:#fff;
-	}
-
-.Sidetitle {
-	text-align: center;
-	border-top: 1px solid #ccc;
-	border-bottom: 1px solid #ccc;
-	color: #333;
-	background: #eee;
-    text-transform: uppercase;
-	}
-
-#Bottommenu {
-	text-align:center;
-	padding:10px 5px;
-	border-top:0px;
-	border-bottom:1px dashed #ccc;
-	background-color:#eee;
-	font:10px verdana, arial, helvetica, sans-serif;
-	color:#333;
-	text-transform: uppercase;
-	}
-
-#Bottom {
-	text-align:center; 
-	padding:10px;
-	border-top: 0px;
-	background-color:#ddd;
-	font:10px verdana, arial, helvetica, sans-serif;
-	color:#333;
-	text-transform: uppercase;
-	}
-
-a {
-	color:#666;
-	text-decoration:none;
-	background: transparent;
-	}
-
-a:link {color: #666; border-bottom: 1px dashed #666; background: transparent;}
-a:visited {color: #666; border-bottom: 1px dashed #666; background: transparent;}
-a:hover {color: #666; border-bottom: 1px solid #666; background: transparent;}
-
-#album a, #album a:link, #album a:hover, #album a:active { border: 0px; text-decoration: none; }
-
-.calendar {
-font:12px/1.5 trebuchet ms, verdana, arial, helvetica, sans-serif;
-}
-
-.calendarToday {
- background-color: #ecdebd;
-}
-
-table.calMonth {
-	width:130px;
-}
-
-thead {
-	text-align:center;
-}
-
-tbody {
-	text-align:right;
-}
-
-table.calYear tbody tr td {
-	vertical-align:top;
-}
-
-.commentposterinfo {
-  	font: 9px trebuchet ms, arial, verdana, sans-serif;
-	letter-spacing: .09em;
-	text-align: left;
-    margin-top: 0px;
-}

Deleted: plog/trunk/styles/lemons.css
===================================================================
--- plog/trunk/styles/lemons.css	2005-01-04 15:31:39 UTC (rev 664)
+++ plog/trunk/styles/lemons.css	2005-01-04 15:36:32 UTC (rev 665)
@@ -1,293 +0,0 @@
-
-body {
-	margin:0px;
-	padding:0px;
-	background:#ff9 url(../imgs/bg.gif);
-	width: 100%;
-	}
-
-A	 	{ color: #080; text-decoration: none; font-weight: bold;}
-A:link	{ color: #080; text-decoration: none; }
-A:visited	{ color: #080; text-decoration: none; }
-A:active	{ color: #080;  }
-A:hover	{ color: #080; text-decoration: underline; }
-
-#sidebar {
-	position: absolute;
-	z-index: 2;
-	top: 226px;
-	right: 216px;
-	padding: 0px;
-	border-right: 1px solid #000;
-	border-bottom: 1px solid #000;
-	border-left: 1px solid #000;
-	width: 216px;
-	background-color: #ff9;
-	font: 12px/18px trebuchet ms, times new roman, serif;
-	text-align: left;
-	}
-
-#resource-content {
-	position: relative;
-	z-index: 3;
-	padding: 0px;
-	border-top: 1px solid #000;
-	border-right: 1px solid #000;
-	border-bottom: 1px solid #000;
-	margin: 0px 0px 0px 0px;
-	background: #fff;
-	font: 11px/21px verdana, arial, sans-serif;
-	text-align: left
-	voice-family: "\"}\"";
-	voice-family: inherit;
-	margin: 0px 0px 0px 0px;
-		}
-		
-#resource-desc {
-    padding-left: 10px;
-}		
-		
-#content {
-	position: relative;
-	z-index: 3;
-	padding: 0px;
-	border-top: 1px solid #000;
-	border-right: 1px solid #000;
-	border-bottom: 1px solid #000;
-	margin: 0px 442px 0px 0px;
-	background: #fff;
-	font: 11px/21px verdana, arial, sans-serif;
-	text-align: left
-	voice-family: "\"}\"";
-	voice-family: inherit;
-	margin: 0px 441px 0px 0px;
-		}		
-html>body #centercontent {
-	margin: 0px 441px 0px 0px;
-	border-top: 0px;
-		}
-
-
-#banner {
-	position: absolute;
-	z-index: 1;
-	top: 0px;
-	right: 216px;
-	background:#fff url(../imgs/topbanner.jpg);
-	width: 226px;
-	height:216px;
-	padding:0px; 
-	border-right: 1px solid #000;
-	border-bottom: 1px solid #000;
-	voice-family: "\"}\"";
-	voice-family: inherit;
-	width: 224px;
-	height:216px;
-		}
-html>body #banner {
-	width: 224px;
-	height:216px;
-		}
-	
-
-.blog {
-	margin: 0px;
-	padding:0px 15px 15px 15px;
-	background:transparent;  							
-	}
-
-.blog p {
-	font-family: verdana, arial, sans-serif;
-	color:#000;
-	font-size:11px;
-	font-weight:normal;
-	text-align: justify;
-	background: transparent;
-	line-height:1.8;			
-	}	
-
-.side p {
-	font-family:verdana, arial, sans-serif;
-	color:#000;
-	font-size:10px;
-	font-weight:normal;
-	background: #ff9;
-	line-height:1.6;
-	margin:10px;
-	}	
-
-.top {
-	font-family: verdana, arial, sans-serif;
-	color:#fff;
-	font-size:11px;
-	font-weight:bold;
-	line-height:14px;
-	padding:5px;
-	margin-top:20px;
-	margin-bottom: 0px;
-	letter-spacing: .1em;
-	border-top:1px solid #000;
-	border-bottom:1px solid #000;
-	text-align:center;		  					
-	text-transform: uppercase;
-	background:#f80;		
-	}
-
-.bottom {
-	font:1em/1.25 monospace;
-	text-indent:0 !important;
-	padding:.3em;
-	text-align: center;
-	padding:5px;
-	margin-bottom: 20px;
-	letter-spacing: .1em;
-	border-top:1px solid #000;
-	border-bottom:1px solid #000;
-	text-align:center;		  					
-	background:#f80;		
-	}
-		
-.sidetitle {
-	font-family: verdana, arial, sans-serif;
-	color:#fff;
-	font-size:11px;
-	font-weight:bold;
-	line-height:14px;
-	padding:2px;
-	margin-top:0px;
-	letter-spacing: .1em;
-	border-top:1px solid #000;
-	border-bottom:1px solid #000;
-	text-align:center;		  					
-	background:#f80;
-	}		
-	
-.side ul {
- list-style: none;
- padding-left: 0px;
- margin-left: 0px;
- padding-left: 10px;
-}
-	
-.next {
-	text-align: right;
-	}
-
-form { 
-	margin: 0px;
-	padding: 0px;
-	border: 0px;
-	background: transparent;
-	text-align: right;
-	}
-
-input {
-	border: 1px solid #000;
-	padding: 0px;
-	margin: 2px;
-	color: #000;
-	background-color: #ff9;
-	font: 11px verdana, arial, sans-serif;
-	}
-
-select {
-	border: 1px solid #000;
-	padding: 0px;
-	margin: 2px;
-	color: #520;
-	background-color: #ff9;
-	font: 11px verdana, arial, sans-serif;
-	}
-
-.button {
-	border-top: 1px solid #fff;
-	border-right: 1px solid #000; 
-	border-bottom: 1px solid #000;
-	border-left: 1px solid #fff;
-      font: bold 11px verdana, arial, helvetica, sans serif; 
-	background: #f80; 
-	color: #fff;
-	}
-
-/**** styles for the calendar ****/
-.calendar
-{
- font-style: bold;
- text-align: center;
- font-size: 8pt;
- border-style: none;
- margin: 1px;
-}
-
-.calendarToday
-{
- background-color: #ead7b6;
- text-align: center;
- font-size: 8pt;
-}
-
-.calendarHeader
-{
- font-weight: bold;
- text-align: center;
- background-color: transparent;
- font-size: 8pt;
-}
-
-a.calDayLink:link{ text-decoration: none; }
-
-table.calMonth {
-	width:130px;
-}
-
-thead {
-	text-align:center;
-}
-
-tbody {
-	text-align:right;
-}
-
-table.calYear tbody tr td {
-	vertical-align:top;
-}
-
-/**** my own ones ****/
-.postinfo {
-  	font: 9px trebuchet ms, arial, verdana, sans-serif;
-	letter-spacing: .09em;
-	text-align: right;
-    margin-top: 0px;
-}
-
-.categoryinfo {
-  	font: 9px trebuchet ms, arial, verdana, sans-serif;
-}
-
-.commentposterinfo {
-  	font: 9px trebuchet ms, arial, verdana, sans-serif;
-	letter-spacing: .09em;
-	text-align: left;
-    margin-top: 0px;
-}
-
-.dayheader {
-	font: bold 13px/18px trebuchet ms, trebuchet, verdana, geneva, arial, helvetica, sans-serif;
-	color: #900;
-    margin-top: 15px;
-    margin-bottom: 2px;
-}
-
-.postheader {
-   font:bold 10px verdana;
-   color: #400;
-}
-
-.commentheader {
-   font: bold 19pt;
-   color: #99A;
-}
-
-a.header:link { color: white; text-decoration: none; text-align: center; border-width: 0px;}
-a.header:hover { text-decoration: none; text-align: center; border-width: 0px;}
-a.header:visited { color: white; text-decoration: none; text-align: center; border-width: 0px;}
\ No newline at end of file

Copied: plog/trunk/templates/grey/grey.css (from rev 483, plog/trunk/styles/grey.css)

Modified: plog/trunk/templates/grey/header.template
===================================================================
--- plog/trunk/templates/grey/header.template	2005-01-04 15:31:39 UTC (rev 664)
+++ plog/trunk/templates/grey/header.template	2005-01-04 15:36:32 UTC (rev 665)
@@ -6,7 +6,7 @@
  <title>{$blog->getBlog()}{$postPageTitle}</title>
  <meta name="generator" content="{$version}" />
  <meta http-equiv="Content-Language" content="{$locale->getLanguageId()}" />
- <link rel="stylesheet" title="Default" href="{$url->getUrl("/styles/grey.css")}" type="text/css" />
+ <link rel="stylesheet" title="Default" href="{$url->getTemplateFile("grey.css")}" type="text/css" />
  <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")}" />

Copied: plog/trunk/templates/grey-sf/grey-sf.css (from rev 483, plog/trunk/styles/grey-sf.css)

Added: plog/trunk/templates/grey-sf/plog_top.org.gif
===================================================================
(Binary files differ)


Property changes on: plog/trunk/templates/grey-sf/plog_top.org.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the pLog-svn mailing list