Update of /cvsroot/php-blog/serendipity/templates/mt-rusty
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20088/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.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- style.css 23 Feb 2004 08:20:57 -0000 1.3
+++ style.css 25 Feb 2004 18:24:19 -0000 1.4
@@ -68,18 +68,36 @@
/* Sidebars */
-#serendipityLeftSideBar {
- display: block;
-}
-
+#serendipityLeftSideBar,
#serendipityRightSideBar {
display: block;
+ padding: 10px;
+ vertical-align: top;
+ width: 180px;
}
.serendipitySideBarTitle {
+ background: #ff9933;
+ color: #ffffff;
+ font-family: Verdana, Arial, sans-serif;
+ font-size: small;
+ font-weight: normal;
+ line-height: 140%;
+ padding: 2px;
+ margin-top: 10px;
+ letter-spacing: .1em;
+ border-bottom: 1px dotted #FFF;
+ text-align: center;
}
div.serendipitySideBarItem {
+ background: #ff9933;
+ color: #333333;
+ font-family: Verdana, Arial, sans-serif;
+ font-size: x-small;
+ font-weight: normal;
+ line-height: 140%;
+ padding: 2px;
}
/* Entries */
|