From 664d89d62bca931bf2d01c992cd8c87224144ad6 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Wed, 8 Jul 2009 17:59:55 +0200 Subject: box.css update --- styles/.blogthon_noir.css.swp | Bin 0 -> 16384 bytes styles/box.css | 52 +++++++++++++++++++++++++++++++----------- 2 files changed, 39 insertions(+), 13 deletions(-) create mode 100644 styles/.blogthon_noir.css.swp (limited to 'styles') diff --git a/styles/.blogthon_noir.css.swp b/styles/.blogthon_noir.css.swp new file mode 100644 index 0000000..96e0c28 Binary files /dev/null and b/styles/.blogthon_noir.css.swp differ diff --git a/styles/box.css b/styles/box.css index 70cd29d..db5d7c6 100644 --- a/styles/box.css +++ b/styles/box.css @@ -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; } -- cgit v1.2.3