Update of /cvsroot/php-blog/serendipity/templates/mt-trendy
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25391/mt-trendy
Added Files:
info.txt style.css
Log Message:
Initial import of Trendy theme, a port of the MovableType theme of the same name.
--- NEW FILE: info.txt ---
Name: mt-trendy
Author: Sebastian Bergmann
Date: 16/02/2004
--- NEW FILE: style.css ---
body {
background-color: #333333;
color: black;
font-family: sans-serif;
margin: 0px;
}
a {
color: #cccccc66;
text-decoration: none;
}
a:link {
color: #cccc66;
text-decoration: none;
}
a:visited {
color: #cccc66;
text-decoration: none;
}
a:active {
color: #ffff99;
}
a:hover {
color: #ffff99;
}
h3, h4 {
margin: 0;
}
#serendipity_banner {
color: #cc9933;
padding-left: 15px;
}
table.serendipity_calendar a,
table.serendipity_calendar a:link,
table.serendipity_calendar a:visited,
table.serendipity_calendar a:hover {
color: #999999;
font-size: x-small;
}
table.serendipity_calendar td {
font-size: x-small;
}
td.serendipity_weekDayName {
font-size: x-small;
font-weight: bold;
line-height: 140%;
}
td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:visited,
td.serendipity_calendarHeader a:hover {
border: 0;
text-decoration: none;
}
#serendipityLeftSideBar {
font-size: small;
padding: 10px;
vertical-align: top;
width: 180px;
}
#serendipityRightSideBar {
font-size: small;
padding: 10px;
vertical-align: top;
width: 180px;
}
div.serendipity_Entry_Date {
padding: 10px;
margin: 10px;
width: auto;
}
.serendipity_date {
border-bottom: 1px solid #666;
color: #999999;
font-size: normal;
font-weight: bold;
margin-top: 10px;
text-transform: uppercase;
}
.serendipity_title {
color: #cccccc;
font-size: small;
font-weight: bold;
padding: 10px;
border: 1px solid #666666;
border-bottom: 0;
}
.serendipity_entry {
background: #333333;
border: 1px solid #666666;
border-top: 0;
color: #cccccc;
font-size: small;
font-weight: normal;
line-height: 140%;
padding: 10px;
}
div.serendipity_entryFooter {
color: #999999;
font-size: x-small;
}
|