From 6c3d8f43559d0a7db1601842d55b7182ba01e5f0 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Tue, 22 Feb 2011 21:20:58 +0100 Subject: Styles: * Remove everything * Add new default style --- styles/zenburn-light/zenburn-light.css | 234 --------------------------------- 1 file changed, 234 deletions(-) delete mode 100644 styles/zenburn-light/zenburn-light.css (limited to 'styles/zenburn-light/zenburn-light.css') diff --git a/styles/zenburn-light/zenburn-light.css b/styles/zenburn-light/zenburn-light.css deleted file mode 100644 index 7a093c7..0000000 --- a/styles/zenburn-light/zenburn-light.css +++ /dev/null @@ -1,234 +0,0 @@ -* { - margin: 0px; - padding: 0px; -} - -body { - background: #434343; -} - -a { - text-decoration: none; - font-size: 0.8em; - color: #7c73c3; -} - -.entry a { - font-size: 1em; -} - -.entry a:hover { - text-decoration: underline; -} - -img { - border: none; -} - -.header { - margin: 5px 0px 5px 30px; -} - - .header_title { - font-weight: bold; - font-size: 1.8em; - color: #f0dfaf; - } - - .header_link { - text-decoration: none; - color: #f0dfaf; - } - - .header_subtitle { - color: #bca3a3; - font-size: 0.8em; - margin-left: 5px; - } - -.rss { - position: absolute; - top: 0px; - left: 30px; -} - - .rss_link { - text-decoration: none; - color: #7f9f7f; - font-size: 0.6em; - } - - .rss_link:hover { - color: #ffa500; - } - -.atom { - position: absolute; - top: 0px; - left: 48px; -} - - .atom_link { - text-decoration: none; - color: #7f9f7f; - font-size: 0.6em; - } - - .atom_link:hover { - color: #ffa500; - } - -.pages { - position: absolute; - top: -10px; - left: 400px; -} - - .pages_title { - visibility: hidden; - } - - .pages_list { - list-style-type: none; - } - - .pages_list_entry { - display: inline; - text-decoration: none; - color: #709080; - font-size: 0.8em; - } - -.months { - position: absolute; - visibility: hidden; -} - -.linklist { - position: absolute; - visibility: hidden; -} - -.entries { - width: 600px; - padding: 20px 0px 20px 50px; -} - - .entry { - border: 1px solid; - background: #383838; - margin-bottom: 10px; - padding: 5px; - } - - .entry_title { - background: #282828; - text-decoration: none; - font-weight: bold; - font-size: 0.9em; - color: #c3bf9f; - padding-left: 2px; - } - - .entry_date { - padding-left: 10px; - font-size: 0.6em; - color: #7f9f7f; - } - - .entry_content { - padding: 15px; - font-size: 0.7em; - color: #c9bed1; - } - - .entry_comment { - text-decoration: none; - text-align: right; - font-size: 0.8em; - color: #7f9f7f; - } - -.comments { - width: 600px; - padding : 20px 0px 20px 50px; -} - - .comment { - border: 1px solid; - background: #383838; - margin-bottom: 10px; - padding: 5px; - } - - .comment_author { - font-size: 0.7em; - font-weight: bold; - color: #bca3a3; - } - - .comment_date { - padding-left: 10px; - font-size: 0.6em; - color: #7f9f7f; - } - - .comment_content { - padding: 15px; - font-size: 0.7em; - color: #c9bed1; - } - - .submit_comment { - border: 1px solid #000; - padding: 5px; - font-size: 0.7em; - color: #bca3a3; - } - - .submit_comment_name { - } - - .submit_comment_name_input { - margin-top: 5px; - margin-left: 10px; - width: 250px; - background: #656565; - border: none; - padding: 1px; - } - - .submit_comment_text { - } - - .submit_comment_textarea { - margin-top: 5px; - margin-left: 19px; - width: 250px; - background: #656565; - border: none; - padding: 1px; - } - - .submit_comment_quiz { - } - - .submit_comment_quiz_input { - margin-top: 5px; - margin-left: 13px; - width: 50px; - background: #656565; - border: none; - padding: 1px; - } - - .submit_comment_button { - margin: 10px 0px 5px 45px; - border: 1px solid #656565; - background: #656565; - } - - .submit_comment_button:active { - background: #575757; - } - -- cgit v1.2.3