Update of /cvsroot/php-blog/serendipity/templates/mt-plainjane
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17417/templates/mt-plainjane
Modified Files:
style.css
Log Message:
Flush.
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/mt-plainjane/style.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- style.css 18 Feb 2004 08:30:23 -0000 1.1
+++ style.css 21 Feb 2004 21:40:35 -0000 1.2
@@ -1,35 +1,45 @@
/* HTML Elements */
body {
+ background: #ffffff;
+ font-family: Verdana, Arial, sans-serif;
}
-a {
-}
-
-a:link {
-}
-
+a,
+a:link,
a:visited {
+ color: #336666;
+ text-decoration: none;
}
-a:active {
-}
-
+a:active,
a:hover {
+ color: #669999;
}
h3, h4 {
+ margin: 0;
}
/* Banner */
#serendipity_banner {
+ background: #ffffff;
+ padding-left: 15px;
}
#serendipity_banner h1 {
+ color: #cc9933;
+ font-size: x-large;
+ text-decoration: none;
}
#serendipity_banner h2 {
+ color:#CCC;
+ font-size:x-small;
+ font-weight:bold;
+ letter-spacing: none;
+ text-transform:none;
}
/* Calendar */
@@ -62,9 +72,22 @@
}
.serendipitySideBarTitle {
+ border-bottom: 1px dotted #666666;
+ color: #999999;
+ font-size: x-small;
+ font-weight: bold;
+ letter-spacing: .2em;
+ line-height: 140%;
+ margin-top: 10px;
+ padding: 2px;
+ text-transform: uppercase;
}
div.serendipitySideBarItem {
+ color: #cccccc;
+ font-size: x-small;
+ font-weight: normal;
+ line-height: 140%;
}
/* Entries */
@@ -73,18 +96,35 @@
}
.serendipity_date {
+ border-bottom: 1px dotted #666666;
+ color: #999999;
+ font-size: normal;
+ font-weight: bold;
+ margin-top: 10px;
+ text-transform: uppercase;
}
.serendipity_title,
.serendipity_Admin_title {
+ color: #cccccc;
+ font-size: small;
+ font-weight: bold;
+ text-transform: uppercase;
}
.serendipity_entry,
.serendipity_admin {
+ color: #666666;
+ font-size: small;
+ font-weight: normal;
+ line-height: 140%;
+ padding: 10px;
}
div.serendipity_entryFooter {
clear: both;
+ color: #999999;
+ font-size: x-small;
}
/* Comments */
|