Update of /cvsroot/php-blog/serendipity/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14185
Modified Files:
style.css
Log Message:
- Remove horizontal scrollbar
- Remove administration CSS stuff from default theme
TODO: Remove Admin CSS from all themes
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/style.css,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- style.css 2 Dec 2004 10:55:13 -0000 1.38
+++ style.css 4 Dec 2004 21:03:48 -0000 1.39
@@ -7,8 +7,6 @@
}
#mainpane {
- border-left: 2px solid #AAAAAA;
- border-right: 2px solid #AAAAAA;
border-bottom: 1px solid #000000;
margin: auto;
width: 100%;
@@ -60,8 +58,6 @@
}
#serendipity_banner {
- border-left: 1px solid #000000;
- border-right: 1px solid #000000;
margin: auto;
width: 100%;
height: 72px;
@@ -215,10 +211,6 @@
border-bottom: 2px solid #36558C;
}
-td.serendipity_admin {
- padding: 10px;
-}
-
a:link,
a:visited,
a:active {
@@ -287,30 +279,6 @@
.serendipityImageButton {
cursor: pointer;
}
-
-td.serendipitySideBar {
- font-size: 12px;
- width: 180px;
- padding: 10px;
- border-right: 1px dashed #4068ab;
-}
-
-div.serendipity_admin_title {
- font-size: 22px;
- font-weight: bold;
- margin-bottom: 12px;
-}
-
-div.serendipity_admin_list_title {
- font-size: 12px;
- font-weight: bold;
- margin-bottom: 8px;
-}
-
-td.serendipity_admin_list_item {
- border: dashed 1px #000000;
-}
-
.serendipity_entry p {
margin: 0px;
padding-bottom: 0px;
@@ -355,37 +323,6 @@
text-align: center;
}
-.serendipity_admin_list_item_even {
- background-color: #ffffff;
-}
-
-.serendipity_admin_list_item_uneven {
- background-color: #E0E0E0;
-}
-.serendipity_admin_filters {
- border: 1px dashed;
- background-color: #FFFFFF;
- font-size: 10px;
- margin-bottom: 10px;
- padding: 2px;
-}
-
-.serendipity_admin_filters_headline {
- border-bottom: 1px solid;
-}
-
-.serendipity_admin_sortorder {
- font-size: 10px;
- text-align: center;
-}
-
-.serendipity_admin_sortorder input,
-.serendipity_admin_sortorder select,
-.serendipity_admin_filters input,
-.serendipity_admin_filters select {
- font-size: 10px;
-}
-
.serendipity_comments {
}
|