From 3e8155ab6e59022211edd3328c5dc0613135cc0e Mon Sep 17 00:00:00 2001 From: Pascal Turbing Date: Sat, 5 Dec 2009 19:37:20 +0100 Subject: Styled zenburn.css based on zenburn-light.css ready to release to the masses --- styles/zenburn.css | 110 +++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 90 insertions(+), 20 deletions(-) (limited to 'styles') diff --git a/styles/zenburn.css b/styles/zenburn.css index f796090..0b3e2e4 100644 --- a/styles/zenburn.css +++ b/styles/zenburn.css @@ -10,7 +10,7 @@ body { a { text-decoration: none; font-size: 0.8em; - color: #7c73c3; + color: #bca3a3; } img { @@ -49,6 +49,10 @@ img { color: #7f9f7f; font-size: 0.6em; } + + .rss_link:hover { + color:#ffa500; + } .atom { position: absolute; @@ -62,16 +66,20 @@ img { font-size: 0.6em; } + .atom_link:hover { + color:#ffa500; + } + .pages { position: absolute; border: 1px solid; background: #383838; margin-bottom: 10px; - padding: 5px; - margin-left: 875px; + padding: 1px; + margin-left: 150px; margin-top: 20px; - width: 200px; - min-height: 100px; + width: 636px; + height: 20px; } .pages_title { @@ -81,32 +89,80 @@ img { font-size: 0.9em; color: #c3bf9f; padding-left: 2px; + width: 52px; + height: 20px; } - ul.pages_list{ + ul.pages_list { list-style-type: none; font-size: 14px; - padding-left: 10px; - padding-top: 5px; + margin-top: 1px; + text-align: center; + padding: 0px; + margin-top: -20px; } + li.pages_list_entry { + display: inline; + margin-left: -2px; + margin-right: -2px; + padding: 0px 6px 0px 6px; + border-left: 1px solid #282828; + border-right: 1px solid #282828; + } + li.pages_list_entry a { + color: #709080; + } + + li.pages_list_entry:first-child { + border-left: none; + } + + li.pages_list_entry:last-child { + border-right: none; + } .months { position: absolute; - visibility: hidden; + border: 1px solid; + background: #383838; + margin-bottom: 10px; + padding: 5px; + margin-left: 20px; + margin-top: 20px; + width: 100px; + min-height: 100px; + text-align: center; } + .months_title { + background: #282828; + text-decoration: none; + font-weight: bold; + font-size: 0.9em; + color: #c3bf9f; + padding-left: 2px; + } + + ul.months_list { + list-style-type: none; + font-size: 14px; + padding-top: 5px; + } + + .linklist { position: absolute; border: 1px solid; background: #383838; margin-bottom: 10px; padding: 5px; - margin-left: 875px; - margin-top: 140px; - width: 200px; - min-height: 400px; + margin-left: 810px; + margin-top: 20px; + width: 180px; + min-height: 160px; + max-height: 160px; } .linklist_title { @@ -126,8 +182,8 @@ img { } .entries { - width: 800px; - padding: 20px 0px 20px 50px; + width: 640px; + padding: 60px 0px 20px 150px; } .entry { @@ -166,10 +222,10 @@ img { } .comments { - width: 600px; - padding : 20px 0px 20px 50px; - visibility: hidden; -} + width: 640px; + padding : 20px 0px 20px 150px; +/* visibility: hidden; +*/} .comment { border: 1px solid; @@ -210,6 +266,9 @@ img { margin-top: 5px; margin-left: 10px; width: 250px; + background: #656565; + border: none; + padding: 1px; } .submit_comment_text { @@ -219,6 +278,9 @@ img { margin-top: 5px; margin-left: 19px; width: 250px; + background: #656565; + border: none; + padding: 1px; } .submit_comment_quiz { @@ -228,8 +290,16 @@ img { margin-top: 5px; margin-left: 13px; width: 50px; + background: #656565; + border: none; } .submit_comment_button { margin: 10px 0px 5px 45px; - } \ No newline at end of file + border: 1px solid black; + background: #656565; + } + + .submit_comment_button:active { + background: #575757; + } -- cgit v1.2.3