box.css update

This commit is contained in:
Stefan Ritter 2009-07-08 17:59:55 +02:00
parent d5396a48ec
commit 664d89d62b
2 changed files with 39 additions and 13 deletions

Binary file not shown.

View File

@ -9,7 +9,7 @@ body {
font-size: 9px;
color: #CCCCCC;
margin: auto;
margin-top: 5px;
margin-top: 12px;
margin-bottom: 5px;
width: 600px;
border: 1px solid #000000;
@ -20,30 +20,36 @@ img {
}
a {
color: #999999;
color: #66CC00;
}
/* HEADER */
div.header {
height: 25px;
height: 24px;
width: 600px;
margin: auto;
text-align: center;
background: #222222;
border-top: 1px solid #333333;
border-bottom: 1px solid #000000;
}
a.header_link {
text-decoration: none;
}
span.header_subtitle {
letter-spacing: 1px;
color: #666666;
color: #999999;
margin-top: -12px;
}
/* RSS and ATOM */
div.rss {
position: absolute;
top: 5px;
top: 1px;
padding-left: 585px;
}
a.rss_link {
@ -51,9 +57,9 @@ a.rss_link {
}
div.atom {
position: relative;
top: -27px;
left: 18px;
position: absolute;
top: 1px;
padding-left: 559px;
}
a.atom_link {
@ -62,9 +68,9 @@ a.atom_link {
div.pages {
position: absolute;
top: 32px;
top: 39px;
width: 600px;
height: 14px;
height: 13px;
margin: auto;
background: #222222;
border-top: 1px solid #333333;
@ -88,17 +94,37 @@ li.pages_list_entry {
a.pages_list_entry {
text-decoration: none;
color: #000000;
color: #666666;
}
div.entries {
width: 580px;
background: #333333;
padding-left: 10px;
padding-top: 12px;
padding-top: 23px;
padding-right: 10px;
}
div.entry {
}
div.entry_title {
}
a.entry_title {
text-decoration: none;
}
div.entry_date {
margin-top: -12px;
float: right;
color: #666666;
}
div.entry_content {
margin-left: 5px;
}
div.entry_border_bottom {
height: 20px;
}