Update of /cvsroot/php-blog/serendipity/templates/mt-trendy
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27668
Modified Files:
style.css
Log Message:
Style Polizei.
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/mt-trendy/style.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- style.css 16 Feb 2004 19:05:39 -0000 1.3
+++ style.css 16 Feb 2004 20:37:29 -0000 1.4
@@ -1,3 +1,5 @@
+/* HTML Elements */
+
body {
background-color: #333333;
color: black;
@@ -32,11 +34,15 @@
margin: 0;
}
+/* Banner */
+
#serendipity_banner {
color: #cc9933;
padding-left: 15px;
}
+/* Calendar */
+
table.serendipity_calendar a,
table.serendipity_calendar a:link,
table.serendipity_calendar a:visited,
@@ -62,6 +68,8 @@
text-decoration: none;
}
+/* Sidebars */
+
#serendipityLeftSideBar {
font-size: small;
padding: 10px;
@@ -76,6 +84,26 @@
width: 180px;
}
+.serendipitySideBarTitle {
+ border-bottom: 1px solid #666666;
+ color: #cccccc;
+ margin: 0;
+ font-size: x-small;
+ text-transform: uppercase;
+ font-weight: bold;
+ padding-left: 2px;
+}
+
+div.serendipitySideBarItem {
+ padding-bottom: 12px;
+ margin-bottom: 12px;
+ font-size: 12px;
+ font-weight:normal;
+ color: #666;
+}
+
+/* Entries */
+
div.serendipity_Entry_Date {
padding: 10px;
margin: 10px;
@@ -112,47 +140,30 @@
}
div.serendipity_entryFooter {
+ clear: both;
color: #999999;
font-size: x-small;
- clear: both;
}
+/* Comments */
+
.serendipity_comment {
- font-size: 13px;
- margin-right: 10px;
- margin-left: 10px;
+ border: 1px solid #666666;
color: #cccccc;
+ font-size: small;
+ margin-left: 10px;
+ margin-right: 10px;
padding: 3px;
- border: 1px solid #666;
}
.serendipity_commentsLabel {
- font-size: small;
color: #cccccc;
+ font-size: small;
}
+
.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;
-}
-
|