blogthon/styles/box.css

101 lines
1.2 KiB
CSS
Raw Normal View History

2009-07-07 20:16:51 +02:00
/*
* Author: Stefan Ritter <xeno@thehappy.de>
*/
body {
background: #444444;
font-family: Monospace;
font-size: 9px;
color: #CCCCCC;
margin: auto;
margin-top: 5px;
margin-bottom: 5px;
width: 600px;
border: 1px solid #000000;
}
img {
border: 0px;
}
a {
color: #999999;
}
/* HEADER */
div.header {
height: 25px;
width: 600px;
margin: auto;
text-align: center;
background: #222222;
border-bottom: 1px solid #000000;
}
2009-07-08 13:27:39 +02:00
span.header_subtitle {
letter-spacing: 1px;
color: #666666;
2009-07-07 20:16:51 +02:00
}
/* RSS and ATOM */
div.rss {
position: absolute;
top: 5px;
}
a.rss_link {
text-decoration: none;
}
div.atom {
position: relative;
top: -27px;
left: 18px;
}
a.atom_link {
text-decoration: none;
}
2009-07-08 13:13:19 +02:00
div.pages {
position: absolute;
top: 33px;
width: 600px;
height: 14px;
margin: auto;
background: #222222;
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 13:27:39 +02:00
color: #000000;
}
div.entries {
width: 600px;
margin-left: 5px;
margin-top: 10px;
}
div.entry_border_bottom {
height: 20px;
2009-07-08 13:13:19 +02:00
}