blogthon/styles/box.css

146 lines
1.9 KiB
CSS
Raw Normal View History

2009-07-07 20:16:51 +02:00
/*
* Author: Stefan Ritter <xeno@thehappy.de>
*/
body {
background: #444444;
2009-07-08 13:48:57 +02:00
background-image: url("box_img/background.png");
2009-07-07 20:16:51 +02:00
font-family: Monospace;
font-size: 9px;
color: #CCCCCC;
margin: auto;
2009-07-08 17:59:55 +02:00
margin-top: 12px;
2009-07-07 20:16:51 +02:00
margin-bottom: 5px;
width: 600px;
border: 1px solid #000000;
}
img {
border: 0px;
}
a {
2009-07-08 17:59:55 +02:00
color: #66CC00;
2009-07-07 20:16:51 +02:00
}
/* HEADER */
div.header {
2009-07-08 17:59:55 +02:00
height: 24px;
2009-07-07 20:16:51 +02:00
width: 600px;
margin: auto;
text-align: center;
background: #222222;
2009-07-08 17:59:55 +02:00
border-top: 1px solid #333333;
2009-07-07 20:16:51 +02:00
border-bottom: 1px solid #000000;
2009-07-09 00:16:38 +02:00
background-image: url("box_img/logo.png");
background-repeat: no-repeat;
background-position: 1px 1px;
2009-07-07 20:16:51 +02:00
}
2009-07-08 17:59:55 +02:00
a.header_link {
text-decoration: none;
}
2009-07-08 13:27:39 +02:00
span.header_subtitle {
2009-07-08 17:59:55 +02:00
color: #999999;
margin-top: -12px;
2009-07-07 20:16:51 +02:00
}
/* RSS and ATOM */
div.rss {
position: absolute;
2009-07-08 17:59:55 +02:00
top: 1px;
padding-left: 585px;
2009-07-07 20:16:51 +02:00
}
a.rss_link {
text-decoration: none;
}
div.atom {
2009-07-08 17:59:55 +02:00
position: absolute;
top: 1px;
padding-left: 559px;
2009-07-07 20:16:51 +02:00
}
a.atom_link {
text-decoration: none;
}
2009-07-08 13:13:19 +02:00
div.pages {
position: absolute;
2009-07-08 17:59:55 +02:00
top: 39px;
2009-07-08 13:13:19 +02:00
width: 600px;
2009-07-08 17:59:55 +02:00
height: 13px;
2009-07-08 13:13:19 +02:00
margin: auto;
background: #222222;
2009-07-08 13:48:57 +02:00
border-top: 1px solid #333333;
2009-07-08 13:13:19 +02:00
border-bottom: 1px solid #000000;
}
div.pages_title {
display: none;
}
ul.pages_list {
text-align: center;
list-style-type: none;
margin-top: 1px;
2009-07-08 13:27:39 +02:00
padding: 0px;
}
li.pages_list_entry {
display: inline;
2009-07-08 13:13:19 +02:00
}
a.pages_list_entry {
text-decoration: none;
2009-07-08 17:59:55 +02:00
color: #666666;
2009-07-08 13:27:39 +02:00
}
div.entries {
2009-07-08 13:30:54 +02:00
width: 580px;
2009-07-08 13:48:57 +02:00
background: #333333;
padding-left: 10px;
padding-top: 25px;
2009-07-08 13:48:57 +02:00
padding-right: 10px;
2009-07-08 13:27:39 +02:00
}
2009-07-08 17:59:55 +02:00
div.entry {
margin-bottom: 20px;
background: #444444;
border: 1px dotted #000000;
2009-07-08 17:59:55 +02:00
}
div.entry_title {
margin-left: 5px;
margin-top: 5px;
2009-07-08 17:59:55 +02:00
}
a.entry_title {
text-decoration: none;
}
div.entry_date {
margin-top: -12px;
margin-right: 5px;
2009-07-08 17:59:55 +02:00
float: right;
color: #666666;
}
div.entry_content {
margin-left: 10px;
margin-right: 10px;
}
div.entry_comment {
2009-07-08 17:59:55 +02:00
margin-left: 5px;
margin-bottom: 5px;
2009-07-08 17:59:55 +02:00
}
a.entry_comment {
text-decoration: none;
2009-07-08 13:13:19 +02:00
}