Update of /cvsroot/php-blog/serendipity/templates/mt-trendy
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3346/templates/mt-trendy
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.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- style.css 17 Feb 2004 16:39:56 -0000 1.6
+++ style.css 17 Feb 2004 17:17:30 -0000 1.7
@@ -12,7 +12,7 @@
}
a {
- color: #cccccc66;
+ color: #cccc66;
text-decoration: none;
}
@@ -75,19 +75,19 @@
/* Sidebars */
#serendipityLeftSideBar {
+ display: block;
font-size: small;
padding: 10px;
vertical-align: top;
width: 180px;
- display: block;
}
#serendipityRightSideBar {
+ display: block;
font-size: small;
padding: 10px;
vertical-align: top;
width: 180px;
- display: block;
}
.serendipitySideBarTitle {
@@ -95,29 +95,29 @@
color: #cccccc;
margin: 0;
font-size: x-small;
- text-transform: uppercase;
font-weight: bold;
padding-left: 2px;
+ text-transform: uppercase;
}
div.serendipitySideBarItem {
- padding-bottom: 12px;
+ color: #666666;
+ font-size: small;
+ font-weight: normal;
margin-bottom: 12px;
- font-size: 12px;
- font-weight:normal;
- color: #666;
+ padding-bottom: 12px;
}
/* Entries */
div.serendipity_Entry_Date {
- padding: 10px;
margin: 10px;
+ padding: 10px;
width: auto;
}
.serendipity_date {
- border-bottom: 1px solid #666;
+ border-bottom: 1px solid #666666;
color: #999999;
font-size: normal;
font-weight: bold;
@@ -127,12 +127,12 @@
.serendipity_title,
.serendipity_Admin_title {
+ border: 1px solid #666666;
+ border-bottom: 0;
color: #cccccc;
font-size: small;
font-weight: bold;
padding: 10px;
- border: 1px solid #666666;
- border-bottom: 0;
}
.serendipity_entry,
@@ -177,6 +177,7 @@
}
/* Admin */
+
.serendipity_admin td {
- color: #CCCCCC;
+ color: #cccccc;
}
|