Update of /cvsroot/php-blog/serendipity/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12454
Modified Files:
style.css
Log Message:
Do a little redesign to the default theme, sadly it has to be 100% because IE and the entry editor
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/style.css,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- style.css 7 Aug 2004 16:33:51 -0000 1.28
+++ style.css 11 Aug 2004 20:27:13 -0000 1.29
@@ -3,7 +3,7 @@
}
.serendipitySideBarContent input {
- width: 175px;
+ width: 150px;
}
#mainpane {
@@ -11,30 +11,30 @@
border-right: 2px solid #AAAAAA;
border-bottom: 1px solid #000000;
margin: auto;
- width: 95%;
+ width: 100%;
border-top: 0px;
background-color: #FFFFFF;
border-top: 1px solid #000000;
}
#content {
+ padding: 10px;
+ margin: 10px;
width: auto;
}
#serendipityRightSideBar {
- width: 180px;
+ width: 170px;
border-left: 1px dashed #000000;
padding: 10px;
- background-color: #FAFFFF;
vertical-align: top;
}
#serendipityLeftSideBar {
- width: 180px;
+ width: 170px;
border-right: 1px dashed #000000;
padding: 10px;
vertical-align: top;
- background-color: #FAFFFF;
}
BODY {
@@ -43,6 +43,7 @@
background-color: #D2DFF2;
font-size: 10px;
font-family: verdana, arial, helvetica, sans-serif;
+ margin-bottom: 30px;
}
INPUT, TEXTAREA {
@@ -62,7 +63,7 @@
border-left: 1px solid #000000;
border-right: 1px solid #000000;
margin: auto;
- width: 95%;
+ width: 100%;
height: 72px;
background-image: url({TEMPLATE_PATH}img/background.png);
}
@@ -94,17 +95,13 @@
}
.serendipity_title {
- margin: 0;
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
- font-size: 13pt;
+ font-size: medium;
+ font-weight: bold;
margin-top: 10px;
color: #333333;
padding-left: 5px;
- background-color: #FAFFFF;
- display: block;
- border: 2px solid #666666;
- border-bottom: 0;
- clear: both;
+ border-bottom: 2px solid #36558C;
}
.serendipity_title a:link,
@@ -119,18 +116,15 @@
}
.serendipity_entry {
- clear: both;
font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
color: #333333;
- border: 2px solid #666666;
- border-top: 0;
- -moz-border-radius: .0em 0em 1em 1em;
font-size: 9.5pt;
font-weight: normal;
- padding-left: 10px;
padding-right: 10px;
- display: block;
- background-color: #FAFFFF;
+ position: aboslute;
+ width: 95%;
+ margin: auto;
+ margin-top: 10px;
}
.serendipity_entry_body_folded,
@@ -139,10 +133,8 @@
/* Inner blocks of .serendipity_entry, can be used for further customization */
}
-div.serendipity_Entry_Date {
- padding: 10px;
- margin: 10px;
- width: auto;
+.serendipity_entry_date {
+ margin: auto;
}
.serendipity_date {
@@ -150,11 +142,11 @@
font-size: large;
color: #333;
margin: 0;
- font-weight: bold;
+ margin-top: 20px;
+ text-align: right;
}
.serendipity_commentsTitle {
- display: block;
color: #404040;
font-size: 12px;
font-weight: bold;
@@ -163,9 +155,9 @@
div.serendipity_entryFooter {
font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
- font-size: 8pt;
+ font-size: x-small;
color: #000000;
- padding-top: 5px;
+ padding-top: 10px;
padding-bottom: 4px;
clear: both;
}
@@ -269,7 +261,7 @@
margin-bottom: 12px;
font-size: 12px;
font-weight:normal;
- border-bottom: solid 2px #000000;
+ border-bottom: solid 2px #36558C;
}
/* title of an individual item */
@@ -312,7 +304,7 @@
.serendipity_entry p {
margin: 0px;
- padding-bottom: 10px;
+ padding-bottom: 0px;
}
/** Embedded images with the s9y image manager **/
@@ -347,7 +339,6 @@
.serendipity_imageComment_txt {
margin: 0px;
padding: 3px;
- clear: both;
font-size: 9pt;
text-align: center;
}
|