Update of /cvsroot/php-blog/serendipity/templates/mt-georgiablue
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19229/mt-georgiablue
Modified Files:
style.css
Log Message:
Flush.
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/mt-georgiablue/style.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- style.css 21 Feb 2004 21:40:20 -0000 1.2
+++ style.css 23 Feb 2004 08:20:56 -0000 1.3
@@ -2,6 +2,7 @@
body {
background: #ffffff;
+ margin: 0px 0px 10px 0px;
}
a {
@@ -29,12 +30,28 @@
/* Banner */
#serendipity_banner {
+ border-bottom: 1px dotted #ffffff;
+ border-top: 3px solid #99ccff;
+ background: #336699;
+ font-family: Verdana, Arial, sans-serif;
+ padding: 15px;
+ text-transform: uppercase;
+ letter-spacing: .2em;
}
#serendipity_banner h1 {
+ color: #ffffff;
+ font-size: x-large;
+ text-decoration: none;
}
#serendipity_banner h2 {
+ color: #99ccff;
+ font-size: x-small;
+ font-weight: bold;
+ background: #336699;
+ text-transform: none;
+ letter-spacing: none;
}
/* Calendar */
|