Update of /cvsroot/php-blog/serendipity/templates/blue
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29716/templates/blue
Added Files:
info.txt preview.png style.css
Log Message:
Readd my old theme by popular demand.
--- NEW FILE: info.txt ---
Name: blue
Author: Sebastian Bergmann
Date: 16/02/2004
--- NEW FILE: preview.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: style.css ---
a, a:visited {
color: #993300;
text-decoration: none;
}
a:hover {
color: #cc3300;
text-decoration: underline;
}
body {
background-color: #f0f0f0;
color: #000000;
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;
margin-top: 0px;
margin-bottom: 0px;
}
p, td, th, div, span {
text-align: justify;
vertical-align: top;
}
#serendipity_banner {
background-color: #dddddd;
width: 100%;
border-bottom: dashed 1px #000080;
}
#serendipity_banner h1 {
font-size: 120%;
font-weight: bold;
color: #666666;
text-decoration: none;
padding-left: 20px;
padding-top: 5px;
margin-top: 0px;
}
#serendipity_banner h2 {
font-size: 110%;
font-weight: bold;
color: #aaaaaa;
text-decoration: none;
padding-left: 20px;
}
.serendipity_entry {
background-color: #e6eaee;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
display: block;
}
div.serendipity_Entry_Date {
background-color: #e6eaee;
border: 1px dashed #d0d0d0;
padding: 10px;
margin: 10px;
width: auto;
}
#serendipityRightSideBar {
background-color: #f0f0f0;
border-left: 1px dashed #4068ab;
border-bottom: 1px dashed #4068ab;
padding: 20px;
vertical-align: top;
}
#serendipityLeftSideBar {
background-color: #f0f0f0;
border-right: 1px dashed #4068ab;
border-bottom: 1px dashed #4068ab;
padding: 20px;
vertical-align: top;
}
div.serendipitySideBarTitle {
font-size: 75%;
font-weight: bold;
margin-bottom: 8px;
}
div.serendipitySideBarItem {
background-color: #e6eaee;
border: 1px dashed #d0d0d0;
font-size: 75%;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
margin-bottom: 12px;
}
#mainpane {
width: 100%;
}
#content {
width: auto;
}
.serendipity_title {
font-size: 105%;
color: #1a3c5a;
font-weight: bold;
border: 1px;
padding-left: 20px;
margin-bottom: 8px;
margin-top: 8px;
}
.serendipity_title a:link,
.serendipity_title a:visited {
text-decoration: none;
border: 0;
color: #000000;
}
.serendipity_title a:hover {
color: #cc3300;
}
.serendipity_date {
text-align: right;
display: block;
width: 100%;
color: #000080;
font-weight: bold;
}
.serendipity_commentsTitle {
display: block;
background-color: #f2f4f6;
width: 100%;
border: 0px;
color: #404040;
font-size: 90%;
padding-left:8px;
}
.serendipity_time {
display: block;
margin-top: 8px;
font-size: 90%;
font-weight: bold;
}
TD.serendipity_commentsLabel {
font-size: 90%;
font-weight: bold;
width: 10%;
vertical-align: top;
}
TD.serendipity_comment {
padding-left:8px;
font-size: 90%;
margin-bottom: 12px;
color: #404040;
}
.serendipity_comment_source {
margin-top: 5px;
}
TD.serendipityEntriesBox {
background-color: #ffffff;
padding: 10px;
margin: 10px;
}
TD.serendipity_admin {
padding: 10px;
}
TABLE.serendipity_calendar TD {
font-size: 90%;
padding: 3px;
}
TABLE.serendipity_calendar A {
font-weight: bold;
text-decoration:none;
}
TABLE.serendipity_calendar A:hover {
text-decoration:underline;
}
TD.serendipity_weekDayName {
background-color: #dddddd;
font-size: 90%;
font-weight: bold;
}
div.serendipityPlug, div.serendipityPlug A {
font-size: 80%;
}
img.serendipityImageButton {
cursor: hand;
}
div.serendipity_admin_title {
font-size: 120%;
font-weight: bold;
margin-bottom: 12px;
}
div.serendipity_admin_list_title {
font-weight: bold;
margin-bottom: 8px;
}
td.serendipity_admin_list_item {
padding: 15px;
border: dotted 1px #d0d0d0;
}
div.serendipity_entryFooter {
clear: both;
color: #000000;
font-size: 80%;
padding-top: 5px;
padding-bottom: 4px;
}
|