Update of /cvsroot/php-blog/serendipity/templates/sebastian
In directory sc8-pr-cvs1:/tmp/cvs-serv3247/templates/sebastian
Modified Files:
style.css
Log Message:
I HATE PIXELPUSHING.
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/sebastian/style.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- style.css 20 Sep 2003 09:15:07 -0000 1.3
+++ style.css 1 Oct 2003 15:16:57 -0000 1.4
@@ -11,8 +11,8 @@
body {
background-color: #f0f0f0;
color: #000000;
- font-family: serif;
- font-size: 15.4px;
+ font-family: "Bitstream Vera Sans Serif", Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
+ font-size: 100%;
line-height: 20px;
margin-left: 0px;
margin-right: 0px;
@@ -32,8 +32,7 @@
}
#serendipity_banner h1 {
- font-family: sans-serif;
- font-size: 18px;
+ font-size: 120%;
font-weight: bold;
color: #666666;
text-decoration: none;
@@ -43,8 +42,7 @@
}
#serendipity_banner h2 {
- font-family: sans-serif;
- font-size: 18px;
+ font-size: 110%;
font-weight: bold;
color: #aaaaaa;
text-decoration: none;
@@ -87,7 +85,7 @@
}
div.serendipitySideBarTitle {
- font-size: 12px;
+ font-size: 75%;
font-weight: bold;
margin-bottom: 8px;
}
@@ -95,7 +93,7 @@
div.serendipitySideBarItem {
background-color: #e6eaee;
border: 1px dashed #d0d0d0;
- font-size: 12px;
+ font-size: 75%;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
@@ -112,7 +110,7 @@
}
.serendipity_title {
- font-size: 20px;
+ font-size: 105%;
color: #1a3c5a;
font-weight: bold;
border: 1px;
@@ -137,7 +135,6 @@
display: block;
width: 100%;
color: #000080;
- font-size: 18px;
font-weight: bold;
}
@@ -147,19 +144,19 @@
width: 100%;
border: 0px;
color: #404040;
- font-size: 16px;
+ font-size: 90%;
padding-left:8px;
}
.serendipity_time {
display: block;
margin-top: 8px;
- font-size: 12px;
+ font-size: 90%;
font-weight: bold;
}
TD.serendipity_commentsLabel {
- font-size: 12px;
+ font-size: 90%;
font-weight: bold;
width: 10%;
vertical-align: top;
@@ -167,7 +164,7 @@
TD.serendipity_comment {
padding-left:8px;
- font-size: 13px;
+ font-size: 90%;
margin-bottom: 12px;
color: #404040;
}
@@ -187,7 +184,7 @@
}
TABLE.serendipity_calendar TD {
- font-size:12px;
+ font-size: 90%;
padding: 3px;
}
TABLE.serendipity_calendar A {
@@ -201,12 +198,12 @@
TD.serendipity_weekDayName {
background-color: #dddddd;
- font-size: 12px;
+ font-size: 90%;
font-weight: bold;
}
div.serendipityPlug, div.serendipityPlug A {
- font-size: 11px;
+ font-size: 90%;
}
@@ -216,13 +213,12 @@
div.serendipity_admin_title {
- font-size: 22px;
+ font-size: 120%;
font-weight: bold;
margin-bottom: 12px;
}
div.serendipity_admin_list_title {
- font-size: 12px;
font-weight: bold;
margin-bottom: 8px;
}
@@ -235,7 +231,7 @@
div.serendipity_entryFooter {
clear: both;
color: #000000;
- font-size: 12px;
+ font-size: 90%;
padding-top: 5px;
padding-bottom: 4px;
}
|