Update of /cvsroot/php-blog/serendipity/templates/mt-rusty
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19229/mt-rusty
Modified Files:
style.css
Log Message:
Flush.
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/mt-rusty/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:37 -0000 1.2
+++ style.css 23 Feb 2004 08:20:57 -0000 1.3
@@ -2,6 +2,7 @@
body {
background: #6c6457;
+ margin: 20px 20px 20px 20px;
}
a,
@@ -24,12 +25,26 @@
/* Banner */
#serendipity_banner {
+ background: #993300;
+ border-left: 1px dotted #ffffff;
+ border-right: 1px dotted #ffffff;
+ border-top: 1px dotted #ffffff;
+ color: #ffffff;
+ padding: 15px;
}
#serendipity_banner h1 {
+ font-family: Georgia, Verdana, Arial, sans-serif;
+ font-size: x-large;
+ font-weight: bold;
+ text-decoration: none;
}
#serendipity_banner h2 {
+ font-family: Verdana, Arial, sans-serif;
+ font-size: x-small;
+ font-weight: bold;
+ text-transform: none;
}
/* Calendar */
|