Update of /cvsroot/php-blog/serendipity/templates/mt-trendy
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8919
Modified Files:
style.css
Log Message:
More trendy customizing. Sidebar & comments.
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/mt-trendy/style.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- style.css 16 Feb 2004 18:49:55 -0000 1.2
+++ style.css 16 Feb 2004 19:05:39 -0000 1.3
@@ -116,3 +116,43 @@
font-size: x-small;
clear: both;
}
+
+.serendipity_comment {
+ font-size: 13px;
+ margin-right: 10px;
+ margin-left: 10px;
+ color: #cccccc;
+ padding: 3px;
+ border: 1px solid #666;
+}
+
+.serendipity_commentsLabel {
+ font-size: small;
+ color: #cccccc;
+}
+.serendipity_commentsTitle {
+ color: #999999;
+ font-size: normal;
+ font-weight: bold;
+ text-transform: uppercase;
+}
+
+.serendipitySideBarTitle {
+ margin: 0;
+ color: #CCC;
+ font-size:x-small;
+ font-weight:bold;
+ font-family:verdana, arial, sans-serif;
+ text-transform: uppercase;
+ border-bottom:1px solid #666;
+ padding-left:2px;
+}
+
+div.serendipitySideBarItem {
+ padding-bottom: 12px;
+ margin-bottom: 12px;
+ font-size: 12px;
+ font-weight:normal;
+ color: #666;
+}
+
|