/* * Author: Stefan Ritter */ body { background: #444444; background-image: url("box_img/background.png"); font-family: Monospace; font-size: 9px; color: #CCCCCC; margin: auto; margin-top: 12px; margin-bottom: 5px; width: 600px; border: 1px solid #000000; } img { border: 0px; } a { color: #66CC00; } /* HEADER */ div.header { 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 { color: #999999; margin-top: -12px; } /* RSS and ATOM */ div.rss { position: absolute; top: 1px; padding-left: 585px; } a.rss_link { text-decoration: none; } div.atom { position: absolute; top: 1px; padding-left: 559px; } a.atom_link { text-decoration: none; } div.pages { position: absolute; top: 39px; width: 600px; height: 13px; margin: auto; background: #222222; border-top: 1px solid #333333; border-bottom: 1px solid #000000; } div.pages_title { display: none; } ul.pages_list { text-align: center; list-style-type: none; margin-top: 1px; padding: 0px; } li.pages_list_entry { display: inline; } a.pages_list_entry { text-decoration: none; color: #666666; } div.entries { width: 580px; background: #333333; padding-left: 10px; padding-top: 25px; padding-right: 10px; } div.entry { margin-bottom: 20px; background: #444444; border: 1px dotted #000000; } div.entry_title { margin-left: 5px; margin-top: 5px; } a.entry_title { text-decoration: none; } div.entry_date { margin-top: -12px; margin-right: 5px; float: right; color: #666666; } div.entry_content { margin-left: 10px; margin-right: 10px; } div.entry_comment { margin-left: 5px; margin-bottom: 5px; } a.entry_comment { text-decoration: none; }