From d2de1c92097cdefb4c15c3baf6ff842aae64498c Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Fri, 10 Jul 2009 02:50:01 +0200 Subject: box.css: * Added monthlist and linklist to stylesheet --- styles/.blogthon_noir.css.swp | Bin 16384 -> 0 bytes styles/box.css | 48 ++++++++++++++++++++++++++++++++++++++---- 2 files changed, 44 insertions(+), 4 deletions(-) delete mode 100644 styles/.blogthon_noir.css.swp (limited to 'styles') diff --git a/styles/.blogthon_noir.css.swp b/styles/.blogthon_noir.css.swp deleted file mode 100644 index dc1a14f..0000000 Binary files a/styles/.blogthon_noir.css.swp and /dev/null differ diff --git a/styles/box.css b/styles/box.css index d395d9f..47ba89c 100644 --- a/styles/box.css +++ b/styles/box.css @@ -10,7 +10,7 @@ body { color: #CCCCCC; margin: auto; margin-top: 12px; - margin-bottom: 5px; + margin-bottom: 6px; width: 600px; border: 1px solid #000000; } @@ -99,9 +99,47 @@ a.pages_list_entry { color: #666666; } +/* MONTHS */ + +div.months { + position: absolute; + top: 60px; + margin-left: -185px; + width: 180px; +} + +div.months_title { + display: none; +} + +ul.months_list { + text-align: right; + list-style-type: none; +} + +/* LINKS */ + +div.linklist { + position: absolute; + margin-left: 564px; + top: 60px; + width: 180px; +} + +div.linklist_title { + display: none; +} + +ul.linklist_list { + text-align: left; + list-style-type: none; +} + /* ENTRIES */ div.entries { + position: relative; + top: 15px; width: 580px; background: #333333; padding-left: 10px; @@ -110,7 +148,7 @@ div.entries { } div.entry { - margin-top: 20px; + margin-top: 6px; background: #444444; border: 1px dotted #000000; } @@ -134,6 +172,7 @@ div.entry_date { div.entry_content { margin-left: 10px; margin-right: 10px; + text-indent: 1em; } div.entry_comment { @@ -146,7 +185,8 @@ a.entry_comment { } div.entry_border_bottom { - background: #333333; + background: #444444; + height: 10px; } /* COMMENTS */ @@ -155,7 +195,7 @@ div.comments { width: 580px; background: #333333; padding-left: 20px; - padding-top: 10px; + padding-top: 25px; } div.comment { -- cgit v1.2.3