From fc815ad4e759518c3aaa41d4058e4e71fec9f148 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Mon, 7 Dec 2009 12:28:34 +0100 Subject: Doing some cleanup in styles/ * ATTENTION: you have to delete .css from your stylename in config * Deleted some non-used images * Everything is now in a subfolder --- blogthon.cgi | 2 +- configuration | 2 +- styles/blogthon-noir/blogthon-noir.css | 408 +++++++++++++++++++++++++ styles/blogthon-noir/entrie_header.jpg | Bin 0 -> 2270 bytes styles/blogthon-noir/header_green_2.jpg | Bin 0 -> 607 bytes styles/blogthon.css | 398 ------------------------ styles/blogthon/blogthon.css | 398 ++++++++++++++++++++++++ styles/blogthon/header_background.jpg | Bin 0 -> 19014 bytes styles/blogthon_img/background.jpg | Bin 2937 -> 0 bytes styles/blogthon_img/header_background.jpg | Bin 19014 -> 0 bytes styles/blogthon_noir.css | 408 ------------------------- styles/blogthon_noir_img/background.jpg | Bin 2937 -> 0 bytes styles/blogthon_noir_img/entrie_header.jpg | Bin 2270 -> 0 bytes styles/blogthon_noir_img/header_background.jpg | Bin 9162 -> 0 bytes styles/blogthon_noir_img/header_green.jpg | Bin 701 -> 0 bytes styles/blogthon_noir_img/header_green_2.jpg | Bin 607 -> 0 bytes styles/blogthon_noir_img/quote.png | Bin 996 -> 0 bytes styles/box.css | 278 ----------------- styles/box/background.png | Bin 0 -> 543 bytes styles/box/box.css | 278 +++++++++++++++++ styles/box_img/background.png | Bin 543 -> 0 bytes styles/images/atom.png | Bin 179 -> 0 bytes styles/images/rss.png | Bin 1567 -> 0 bytes styles/zenburn-light.css | 218 ------------- styles/zenburn-light/zenburn-light.css | 218 +++++++++++++ styles/zenburn.css | 304 ------------------ styles/zenburn/zenburn.css | 304 ++++++++++++++++++ 27 files changed, 1608 insertions(+), 1608 deletions(-) create mode 100644 styles/blogthon-noir/blogthon-noir.css create mode 100644 styles/blogthon-noir/entrie_header.jpg create mode 100644 styles/blogthon-noir/header_green_2.jpg delete mode 100644 styles/blogthon.css create mode 100644 styles/blogthon/blogthon.css create mode 100644 styles/blogthon/header_background.jpg delete mode 100644 styles/blogthon_img/background.jpg delete mode 100644 styles/blogthon_img/header_background.jpg delete mode 100644 styles/blogthon_noir.css delete mode 100644 styles/blogthon_noir_img/background.jpg delete mode 100644 styles/blogthon_noir_img/entrie_header.jpg delete mode 100644 styles/blogthon_noir_img/header_background.jpg delete mode 100644 styles/blogthon_noir_img/header_green.jpg delete mode 100644 styles/blogthon_noir_img/header_green_2.jpg delete mode 100644 styles/blogthon_noir_img/quote.png delete mode 100644 styles/box.css create mode 100644 styles/box/background.png create mode 100644 styles/box/box.css delete mode 100644 styles/box_img/background.png delete mode 100644 styles/images/atom.png delete mode 100644 styles/images/rss.png delete mode 100644 styles/zenburn-light.css create mode 100644 styles/zenburn-light/zenburn-light.css delete mode 100644 styles/zenburn.css create mode 100644 styles/zenburn/zenburn.css diff --git a/blogthon.cgi b/blogthon.cgi index 8e1eca8..2b70c6e 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -307,7 +307,7 @@ else: print ' ' print ' ' print ' ' - print ' ' + print ' ' print ' ' print ' ' print '' diff --git a/configuration b/configuration index 15926c7..2ba3f00 100644 --- a/configuration +++ b/configuration @@ -9,7 +9,7 @@ staticpages_dir: static/ plugins_dir: plugins/ [look] -style: blogthon_noir.css +style: blogthon entries_per_page: 20 staticpages: True monthlist: True diff --git a/styles/blogthon-noir/blogthon-noir.css b/styles/blogthon-noir/blogthon-noir.css new file mode 100644 index 0000000..445a12d --- /dev/null +++ b/styles/blogthon-noir/blogthon-noir.css @@ -0,0 +1,408 @@ +/* +* Author: Adrian Vondendriesch +*/ + +body { + font-family: Verdana; + font-size: 13px; + margin: 0px; + min-width: 800px; + background-color: #000000; + color: #FFFFFF; + } + +img { + border: 0px; + } + +a { + color: #7FFF00; + } + +a:hover { + color: #FFFF00; + } + +blockquote { + margin-top: 10px; + margin-bottom: 10px; + font-style: italic; + color: #AAAAAA; + font-size: 10px; + } + + + + +/* --- header --- */ + +div.header { + height: 120px; + width: 100%; + margin: auto; + margin: 0px; + text-align: center; + background-image: url("header_green_2.jpg"); + } + + div.header_title { + font-size: 18px; + letter-spacing: 5px; + margin-top: 30px; + } + + a.header_link { + text-decoration: none; + color: #7FFF00; + font-weight: bold; + font-style: italic; + } + + div.header_subtitle { + margin-left: 80px; + } + + span.header_subtitle { + letter-spacing: 4px; + } + + +/* --- rss --- */ + +div.rss { + display: inline; + height: 25px; + position: absolute; + top: 15px; + right: 50px; + } + + a.rss_link { + text-decoration: none; + color: #AAAAAA; + } + +/* --- atom --- */ + +div.atom { + display: inline; + height: 25px; + position: absolute; + top: 15px; + right: 14px; + } + + a.atom_link { + text-decoration: none; + color: #AAAAAA; + } + + + +div.pages { + width: 100%; + position: absolute; + top: 90px; + } + + div.pages_title { + text-align: center; + display: none; + font-weight: bold; + font-size: 14px; + letter-spacing: 2px; + } + + div.pages_list { + } + + ul.pages_list { + text-align: center; + list-style-type: none; + margin-top: 0px; + margin-bottom: 0px; + padding: 0px; + } + + li.pages_list_entry { + display: inline; + margin-right: 10px; + } + + a.pages_list_entry { + text-decoration: none; + font-size: 12px; + font-style: italic; + color: #FFFFFF; + font-weight: bold; + } + + div.pages_footer { + float: none; + } + + + +div.months { + clear: left; + float: left; + margin-top: 10px; + margin-bottom: 40px; + width: 300px; + text-align: right; + margin-left: -300px; + position: relative; + left: 100%; + } + + div.months_title { + text-align: center; + color: #7FFF00; + font-weight: bold; + font-size: 14px; + letter-spacing: 1px; + border-bottom: 2px solid #FFFFFF; + width: 200px; + margin-left: auto; + margin-right: auto; + } + + div.months_list { + border-top: 2px solid #7FFF00; + border-bottom: 2px solid #FFFFFF; + width: 190px; + margin-left: auto; + margin-right: auto; + } + + ul.months_list { + text-align: center; + list-style-type: none; + margin-top: 0px; + margin-bottom: 0px; + margin-left: -30px; + } + + li.months_list_entry { + margin-right: 10px; + } + + a.months_list_entry { + text-decoration: none; + font-size: 12px; + font-style: italic; + + } + + div.months_footer { + margin-left: 900px; + float: none; + } + + + +div.linklist { + clear: left; + float: left; + margin-top: 10px; + width: 300px; + text-align: right; + margin-left: -300px; + position: relative; + left: 100%; + } + + div.linklist_title { + text-align: center; + color: #7FFF00; + font-weight: bold; + font-size: 14px; + letter-spacing: 1px; + border-bottom: 2px solid #FFFFFF; + width: 200px; + margin-left: auto; + margin-right: auto; + } + + div.linklist_list { + border-top: 2px solid #7FFF00; + border-bottom: 2px solid #FFFFFF; + width: 190px; + margin-left: auto; + margin-right: auto; + } + + ul.linklist_list { + margin-left: 900px; + text-align: center; + list-style-type: none; + margin-top: 0px; + margin-bottom: 0px; + margin-left: -30px; + } + + li.linklist_list_entry { + margin-right: 10px; + } + + a.linklist_list_entry { + text-decoration: none; + font-size: 12px; + font-style: italic; + } + + div.linklist_footer { + } + + + +div.entries { + width: 650px; + margin-left: 25px; + padding: 3px; + } + + div.entry { + margin-top: 10px; + margin-bottom: 30px; + } + + div.entry_title { + font-weight: bold; + font-size: 14px; + background-image: url('entrie_header.jpg'); + height: 20px; + padding-top: 3px; + padding-left: 10px; + } + + a.entry_title { + text-decoration: none; + } + + div.entry_date { + font-size: 10px; + display: inline; + } + + div.entry_content { + text-align: justify; + margin-top: 5px; + margin-left: 15px; + padding-left: 5px; + border-left: 2px solid #FFFF00; + } + + ol.entry { + margin-top: 0px; + margin-bottom: 0px; + } + + li.entry { + margin-top: -5px; + margin-bottom: -8px; + } + + div.entry_comments { + margin-top: 5px; + } + + a.entry_comments { + text-decoration: none; + } + + div.entry_border_bottom { + } + +/* --- comments --- */ + +div.comments { + margin-left: 50px; + width: 600px; + } + + div.comment { + margin-top: 5px; + margin-bottom: 15px; + padding: 5px; + border-top: 2px solid #7FFF00; + border-bottom: 2px solid #FFFF00; + border-left: 1px dotted #DFDFDF; + border-right: 1px dotted #DFDFDF; + background-color: #222222; + } + + div.comment_author { + margin-right: 5px; + font-weight: bold; + } + + div.comment_date { + font-size: 9px; + } + + div.comment_content { + clear: left; + border: 1px dotted #AAAAAA; + background-color: #555555; + } + + div.submit_comment { + margin-top: 5px; + margin-bottom: 15px; + padding: 5px; + border-top: 2px solid #7FFF00; + border-bottom: 2px solid #FFFF00; + border-left: 1px dotted #DFDFDF; + border-right: 1px dotted #DFDFDF; + background-color: #222222; + } + + label.submit_comment_name { + font-weight: bold; + margin-right: 5px; + display: block; + } + + input.submit_comment_name_input { + margin-left: 10px; + } + + label.submit_comment_text { + font-weight: bold; + margin-right: 5px; + display: block; + } + + textarea.submit_comment_textarea { + background-color: #333333; + color: #FFFFFF; + margin-left: 10px; + } + + label.submit_comment_quiz { + font-weight: bold; + margin-right: 5px; + display: block; + } + + #cquiz { + background-color: #333333; + color: #FFFFFF; + margin-left: 10px; + } + + input.submit_comment_button { + margin-top: 5px; + text-align: right; + background-color: #555555; + border: 1px dotted #7FFF00; + color: #FFFFFF; + width: 120px; + text-align: center; + margin-left: 10px; + } + + input.submit_comment_button:hover { + border: 1px dotted #FFFF00; + } diff --git a/styles/blogthon-noir/entrie_header.jpg b/styles/blogthon-noir/entrie_header.jpg new file mode 100644 index 0000000..045bd97 Binary files /dev/null and b/styles/blogthon-noir/entrie_header.jpg differ diff --git a/styles/blogthon-noir/header_green_2.jpg b/styles/blogthon-noir/header_green_2.jpg new file mode 100644 index 0000000..c820694 Binary files /dev/null and b/styles/blogthon-noir/header_green_2.jpg differ diff --git a/styles/blogthon.css b/styles/blogthon.css deleted file mode 100644 index ccc4657..0000000 --- a/styles/blogthon.css +++ /dev/null @@ -1,398 +0,0 @@ -/* -* Author: Adrian Vondendriesch -*/ - -body { - font-family: Verdana; - font-size: 13px; - margin: 0px; - min-width: 800px; - } - -img { - border: 0px; - } - -a { - color: #AA4444; - } - -blockquote { - margin-top: 10px; - margin-bottom: 10px; - font-style: italic; - color: #AAAAAA; - font-size: 10px; - } - - - - -/* --- header --- */ - -div.header { - height: 120px; - width: 99%; - margin: auto; - margin-top: 5px; - text-align: center; - border: 3px double #000000; - background-image: url("blogthon_img/header_background.jpg"); - background-repeat: no-repeat; - background-color: #FFFFFF; - } - - div.header_title { - font-size: 18px; - letter-spacing: 5px; - margin-top: 50px; - } - - a.header_link { - text-decoration: none; - color: #AA4444; - font-weight: bold; - font-style: italic; - } - - div.header_subtitle { - margin-left: 80px; - } - - span.header_subtitle { - letter-spacing: 4px; - } - - -/* --- --- */ - -div.rss { - display: inline; - height: 25px; - position: absolute; - top: 15px; - right: 50px; - } - - a.rss_link { - text-decoration: none; - color: #AAAAAA; - } - -/* --- atom --- */ - -div.atom { - display: inline; - height: 25px; - position: absolute; - top: 15px; - right: 14px; - } - - a.atom_link { - text-decoration: none; - color: #AAAAAA; - } - - - -div.pages { - width: 100%; - position: absolute; - top: 110px; - } - - div.pages_title { - text-align: center; - display: none; - font-weight: bold; - font-size: 14px; - letter-spacing: 2px; - } - - div.pages_list { - } - - ul.pages_list { - text-align: center; - list-style-type: none; - margin-top: 0px; - margin-bottom: 0px; - padding: 0px; - } - - li.pages_list_entry { - display: inline; - margin-right: 10px; - } - - a.pages_list_entry { - color: #000000; - text-decoration: none; - font-size: 12px; - font-style: italic; - - } - - div.pages_footer { - float: none; - } - - - -div.months { - clear: left; - float: left; - margin-top: 10px; - margin-bottom: 40px; - width: 300px; - text-align: right; - margin-left: -300px; - position: relative; - left: 100%; - } - - div.months_title { - text-align: center; - color: #999999; - font-weight: bold; - font-size: 14px; - letter-spacing: 1px; - border-bottom: 2px solid #AA4444; - width: 200px; - margin-left: auto; - margin-right: auto; - } - - div.months_list { - border-top: 2px solid #DFDFDF; - border-bottom: 2px solid #AA4444; - width: 190px; - margin-left: auto; - margin-right: auto; - } - - ul.months_list { - text-align: center; - list-style-type: none; - margin-top: 0px; - margin-bottom: 0px; - margin-left: -30px; - } - - li.months_list_entry { - margin-right: 10px; - } - - a.months_list_entry { - color: #000000; - text-decoration: none; - font-size: 12px; - font-style: italic; - - } - - div.months_footer { - margin-left: 900px; - float: none; - } - - - -div.linklist { - clear: left; - float: left; - margin-top: 10px; - width: 300px; - text-align: right; - margin-left: -300px; - position: relative; - left: 100%; - } - - div.linklist_title { - text-align: center; - color: #999999; - font-weight: bold; - font-size: 14px; - letter-spacing: 1px; - border-bottom: 2px solid #AA4444; - width: 200px; - margin-left: auto; - margin-right: auto; - } - - div.linklist_list { - border-top: 2px solid #DFDFDF; - border-bottom: 2px solid #AA4444; - width: 190px; - margin-left: auto; - margin-right: auto; - } - - ul.linklist_list { - margin-left: 900px; - text-align: center; - list-style-type: none; - margin-top: 0px; - margin-bottom: 0px; - margin-left: -30px; - } - - li.linklist_list_entry { - margin-right: 10px; - } - - a.linklist_list_entry { - color: #000000; - text-decoration: none; - font-size: 12px; - font-style: italic; - } - - div.linklist_footer { - } - - - -div.entries { - width: 650px; - margin-left: 25px; - padding: 3px; - } - - div.entry { - margin-top: 10px; - margin-bottom: 30px; - } - - div.entry_title { - font-weight: bold; - font-size: 14px; - display: inline; - } - - a.entry_title { - text-decoration: none; - color: #AA4444; - } - - a.entry_title:hover { - color: #CC6666; - } - - div.entry_date { - font-size: 10px; - display: inline; - } - - div.entry_content { - text-align: justify; - margin-top: 5px; - margin-left: 15px; - padding-left: 5px; - border-left: 4px solid #DFDFDF; - } - - ol.entry { - margin-top: 0px; - margin-bottom: 0px; - } - - li.entry { - margin-top: -5px; - margin-bottom: -8px; - } - - div.entry_comments { - margin-top: 5px; - } - - a.entry_comments { - text-decoration: none; - color: #AAAAAA; - } - - div.entry_border_bottom { - } - -/* --- comments --- */ - -div.comments { - margin-left: 50px; - width: 600px; - } - - div.comment { - margin-top: 5px; - margin-bottom: 5px; - padding-top: 5px; - padding-bottom: 5px; - border-top: 2px solid #AA4444; - } - - div.comment_author { - margin-right: 5px; - font-weight: bold; - float: left; - } - - div.comment_date { - font-size: 9px; - } - - div.comment_content { - clear: left; - border: 1px dotted #AAAAAA; - background-color: #F0F0F0; - } - - div.submit_comment { - border-top: 2px solid #AA4444; - border-bottom: 2px solid #AA4444; - margin-top: 5px; - margin-bottom: 5px; - padding-top: 5px; - padding-bottom: 5px; - } - - label.submit_comment_name { - font-weight: bold; - margin-right: 5px; - display: block; - } - - input.submit_comment_name_input { - margin-left: 10px; - } - - label.submit_comment_text { - font-weight: bold; - margin-right: 5px; - display: block; - } - - textarea.submit_comment_textarea { - background-color #DFDFDF; - margin-left: 10px; - } - - label.submit_comment_quiz { - font-weight: bold; - margin-right: 5px; - display: block; - } - - input.submit_comment_quiz_input { - margin-left: 10px; - } - - - input.submit_comment_button { - margin-top: 5px; - text-align: right; - border: #000000; - background-color: #DFDFDF; - border: 1px dotted #AAAAAA; - margin-left: 10px; - } diff --git a/styles/blogthon/blogthon.css b/styles/blogthon/blogthon.css new file mode 100644 index 0000000..c728059 --- /dev/null +++ b/styles/blogthon/blogthon.css @@ -0,0 +1,398 @@ +/* +* Author: Adrian Vondendriesch +*/ + +body { + font-family: Verdana; + font-size: 13px; + margin: 0px; + min-width: 800px; + } + +img { + border: 0px; + } + +a { + color: #AA4444; + } + +blockquote { + margin-top: 10px; + margin-bottom: 10px; + font-style: italic; + color: #AAAAAA; + font-size: 10px; + } + + + + +/* --- header --- */ + +div.header { + height: 120px; + width: 99%; + margin: auto; + margin-top: 5px; + text-align: center; + border: 3px double #000000; + background-image: url("header_background.jpg"); + background-repeat: no-repeat; + background-color: #FFFFFF; + } + + div.header_title { + font-size: 18px; + letter-spacing: 5px; + margin-top: 50px; + } + + a.header_link { + text-decoration: none; + color: #AA4444; + font-weight: bold; + font-style: italic; + } + + div.header_subtitle { + margin-left: 80px; + } + + span.header_subtitle { + letter-spacing: 4px; + } + + +/* --- --- */ + +div.rss { + display: inline; + height: 25px; + position: absolute; + top: 15px; + right: 50px; + } + + a.rss_link { + text-decoration: none; + color: #AAAAAA; + } + +/* --- atom --- */ + +div.atom { + display: inline; + height: 25px; + position: absolute; + top: 15px; + right: 14px; + } + + a.atom_link { + text-decoration: none; + color: #AAAAAA; + } + + + +div.pages { + width: 100%; + position: absolute; + top: 110px; + } + + div.pages_title { + text-align: center; + display: none; + font-weight: bold; + font-size: 14px; + letter-spacing: 2px; + } + + div.pages_list { + } + + ul.pages_list { + text-align: center; + list-style-type: none; + margin-top: 0px; + margin-bottom: 0px; + padding: 0px; + } + + li.pages_list_entry { + display: inline; + margin-right: 10px; + } + + a.pages_list_entry { + color: #000000; + text-decoration: none; + font-size: 12px; + font-style: italic; + + } + + div.pages_footer { + float: none; + } + + + +div.months { + clear: left; + float: left; + margin-top: 10px; + margin-bottom: 40px; + width: 300px; + text-align: right; + margin-left: -300px; + position: relative; + left: 100%; + } + + div.months_title { + text-align: center; + color: #999999; + font-weight: bold; + font-size: 14px; + letter-spacing: 1px; + border-bottom: 2px solid #AA4444; + width: 200px; + margin-left: auto; + margin-right: auto; + } + + div.months_list { + border-top: 2px solid #DFDFDF; + border-bottom: 2px solid #AA4444; + width: 190px; + margin-left: auto; + margin-right: auto; + } + + ul.months_list { + text-align: center; + list-style-type: none; + margin-top: 0px; + margin-bottom: 0px; + margin-left: -30px; + } + + li.months_list_entry { + margin-right: 10px; + } + + a.months_list_entry { + color: #000000; + text-decoration: none; + font-size: 12px; + font-style: italic; + + } + + div.months_footer { + margin-left: 900px; + float: none; + } + + + +div.linklist { + clear: left; + float: left; + margin-top: 10px; + width: 300px; + text-align: right; + margin-left: -300px; + position: relative; + left: 100%; + } + + div.linklist_title { + text-align: center; + color: #999999; + font-weight: bold; + font-size: 14px; + letter-spacing: 1px; + border-bottom: 2px solid #AA4444; + width: 200px; + margin-left: auto; + margin-right: auto; + } + + div.linklist_list { + border-top: 2px solid #DFDFDF; + border-bottom: 2px solid #AA4444; + width: 190px; + margin-left: auto; + margin-right: auto; + } + + ul.linklist_list { + margin-left: 900px; + text-align: center; + list-style-type: none; + margin-top: 0px; + margin-bottom: 0px; + margin-left: -30px; + } + + li.linklist_list_entry { + margin-right: 10px; + } + + a.linklist_list_entry { + color: #000000; + text-decoration: none; + font-size: 12px; + font-style: italic; + } + + div.linklist_footer { + } + + + +div.entries { + width: 650px; + margin-left: 25px; + padding: 3px; + } + + div.entry { + margin-top: 10px; + margin-bottom: 30px; + } + + div.entry_title { + font-weight: bold; + font-size: 14px; + display: inline; + } + + a.entry_title { + text-decoration: none; + color: #AA4444; + } + + a.entry_title:hover { + color: #CC6666; + } + + div.entry_date { + font-size: 10px; + display: inline; + } + + div.entry_content { + text-align: justify; + margin-top: 5px; + margin-left: 15px; + padding-left: 5px; + border-left: 4px solid #DFDFDF; + } + + ol.entry { + margin-top: 0px; + margin-bottom: 0px; + } + + li.entry { + margin-top: -5px; + margin-bottom: -8px; + } + + div.entry_comments { + margin-top: 5px; + } + + a.entry_comments { + text-decoration: none; + color: #AAAAAA; + } + + div.entry_border_bottom { + } + +/* --- comments --- */ + +div.comments { + margin-left: 50px; + width: 600px; + } + + div.comment { + margin-top: 5px; + margin-bottom: 5px; + padding-top: 5px; + padding-bottom: 5px; + border-top: 2px solid #AA4444; + } + + div.comment_author { + margin-right: 5px; + font-weight: bold; + float: left; + } + + div.comment_date { + font-size: 9px; + } + + div.comment_content { + clear: left; + border: 1px dotted #AAAAAA; + background-color: #F0F0F0; + } + + div.submit_comment { + border-top: 2px solid #AA4444; + border-bottom: 2px solid #AA4444; + margin-top: 5px; + margin-bottom: 5px; + padding-top: 5px; + padding-bottom: 5px; + } + + label.submit_comment_name { + font-weight: bold; + margin-right: 5px; + display: block; + } + + input.submit_comment_name_input { + margin-left: 10px; + } + + label.submit_comment_text { + font-weight: bold; + margin-right: 5px; + display: block; + } + + textarea.submit_comment_textarea { + background-color #DFDFDF; + margin-left: 10px; + } + + label.submit_comment_quiz { + font-weight: bold; + margin-right: 5px; + display: block; + } + + input.submit_comment_quiz_input { + margin-left: 10px; + } + + + input.submit_comment_button { + margin-top: 5px; + text-align: right; + border: #000000; + background-color: #DFDFDF; + border: 1px dotted #AAAAAA; + margin-left: 10px; + } diff --git a/styles/blogthon/header_background.jpg b/styles/blogthon/header_background.jpg new file mode 100644 index 0000000..943214d Binary files /dev/null and b/styles/blogthon/header_background.jpg differ diff --git a/styles/blogthon_img/background.jpg b/styles/blogthon_img/background.jpg deleted file mode 100644 index 66a1160..0000000 Binary files a/styles/blogthon_img/background.jpg and /dev/null differ diff --git a/styles/blogthon_img/header_background.jpg b/styles/blogthon_img/header_background.jpg deleted file mode 100644 index 943214d..0000000 Binary files a/styles/blogthon_img/header_background.jpg and /dev/null differ diff --git a/styles/blogthon_noir.css b/styles/blogthon_noir.css deleted file mode 100644 index c41ca38..0000000 --- a/styles/blogthon_noir.css +++ /dev/null @@ -1,408 +0,0 @@ -/* -* Author: Adrian Vondendriesch -*/ - -body { - font-family: Verdana; - font-size: 13px; - margin: 0px; - min-width: 800px; - background-color: #000000; - color: #FFFFFF; - } - -img { - border: 0px; - } - -a { - color: #7FFF00; - } - -a:hover { - color: #FFFF00; - } - -blockquote { - margin-top: 10px; - margin-bottom: 10px; - font-style: italic; - color: #AAAAAA; - font-size: 10px; - } - - - - -/* --- header --- */ - -div.header { - height: 120px; - width: 100%; - margin: auto; - margin: 0px; - text-align: center; - background-image: url("blogthon_noir_img/header_green_2.jpg"); - } - - div.header_title { - font-size: 18px; - letter-spacing: 5px; - margin-top: 30px; - } - - a.header_link { - text-decoration: none; - color: #7FFF00; - font-weight: bold; - font-style: italic; - } - - div.header_subtitle { - margin-left: 80px; - } - - span.header_subtitle { - letter-spacing: 4px; - } - - -/* --- rss --- */ - -div.rss { - display: inline; - height: 25px; - position: absolute; - top: 15px; - right: 50px; - } - - a.rss_link { - text-decoration: none; - color: #AAAAAA; - } - -/* --- atom --- */ - -div.atom { - display: inline; - height: 25px; - position: absolute; - top: 15px; - right: 14px; - } - - a.atom_link { - text-decoration: none; - color: #AAAAAA; - } - - - -div.pages { - width: 100%; - position: absolute; - top: 90px; - } - - div.pages_title { - text-align: center; - display: none; - font-weight: bold; - font-size: 14px; - letter-spacing: 2px; - } - - div.pages_list { - } - - ul.pages_list { - text-align: center; - list-style-type: none; - margin-top: 0px; - margin-bottom: 0px; - padding: 0px; - } - - li.pages_list_entry { - display: inline; - margin-right: 10px; - } - - a.pages_list_entry { - text-decoration: none; - font-size: 12px; - font-style: italic; - color: #FFFFFF; - font-weight: bold; - } - - div.pages_footer { - float: none; - } - - - -div.months { - clear: left; - float: left; - margin-top: 10px; - margin-bottom: 40px; - width: 300px; - text-align: right; - margin-left: -300px; - position: relative; - left: 100%; - } - - div.months_title { - text-align: center; - color: #7FFF00; - font-weight: bold; - font-size: 14px; - letter-spacing: 1px; - border-bottom: 2px solid #FFFFFF; - width: 200px; - margin-left: auto; - margin-right: auto; - } - - div.months_list { - border-top: 2px solid #7FFF00; - border-bottom: 2px solid #FFFFFF; - width: 190px; - margin-left: auto; - margin-right: auto; - } - - ul.months_list { - text-align: center; - list-style-type: none; - margin-top: 0px; - margin-bottom: 0px; - margin-left: -30px; - } - - li.months_list_entry { - margin-right: 10px; - } - - a.months_list_entry { - text-decoration: none; - font-size: 12px; - font-style: italic; - - } - - div.months_footer { - margin-left: 900px; - float: none; - } - - - -div.linklist { - clear: left; - float: left; - margin-top: 10px; - width: 300px; - text-align: right; - margin-left: -300px; - position: relative; - left: 100%; - } - - div.linklist_title { - text-align: center; - color: #7FFF00; - font-weight: bold; - font-size: 14px; - letter-spacing: 1px; - border-bottom: 2px solid #FFFFFF; - width: 200px; - margin-left: auto; - margin-right: auto; - } - - div.linklist_list { - border-top: 2px solid #7FFF00; - border-bottom: 2px solid #FFFFFF; - width: 190px; - margin-left: auto; - margin-right: auto; - } - - ul.linklist_list { - margin-left: 900px; - text-align: center; - list-style-type: none; - margin-top: 0px; - margin-bottom: 0px; - margin-left: -30px; - } - - li.linklist_list_entry { - margin-right: 10px; - } - - a.linklist_list_entry { - text-decoration: none; - font-size: 12px; - font-style: italic; - } - - div.linklist_footer { - } - - - -div.entries { - width: 650px; - margin-left: 25px; - padding: 3px; - } - - div.entry { - margin-top: 10px; - margin-bottom: 30px; - } - - div.entry_title { - font-weight: bold; - font-size: 14px; - background-image: url('blogthon_noir_img/entrie_header.jpg'); - height: 20px; - padding-top: 3px; - padding-left: 10px; - } - - a.entry_title { - text-decoration: none; - } - - div.entry_date { - font-size: 10px; - display: inline; - } - - div.entry_content { - text-align: justify; - margin-top: 5px; - margin-left: 15px; - padding-left: 5px; - border-left: 2px solid #FFFF00; - } - - ol.entry { - margin-top: 0px; - margin-bottom: 0px; - } - - li.entry { - margin-top: -5px; - margin-bottom: -8px; - } - - div.entry_comments { - margin-top: 5px; - } - - a.entry_comments { - text-decoration: none; - } - - div.entry_border_bottom { - } - -/* --- comments --- */ - -div.comments { - margin-left: 50px; - width: 600px; - } - - div.comment { - margin-top: 5px; - margin-bottom: 15px; - padding: 5px; - border-top: 2px solid #7FFF00; - border-bottom: 2px solid #FFFF00; - border-left: 1px dotted #DFDFDF; - border-right: 1px dotted #DFDFDF; - background-color: #222222; - } - - div.comment_author { - margin-right: 5px; - font-weight: bold; - } - - div.comment_date { - font-size: 9px; - } - - div.comment_content { - clear: left; - border: 1px dotted #AAAAAA; - background-color: #555555; - } - - div.submit_comment { - margin-top: 5px; - margin-bottom: 15px; - padding: 5px; - border-top: 2px solid #7FFF00; - border-bottom: 2px solid #FFFF00; - border-left: 1px dotted #DFDFDF; - border-right: 1px dotted #DFDFDF; - background-color: #222222; - } - - label.submit_comment_name { - font-weight: bold; - margin-right: 5px; - display: block; - } - - input.submit_comment_name_input { - margin-left: 10px; - } - - label.submit_comment_text { - font-weight: bold; - margin-right: 5px; - display: block; - } - - textarea.submit_comment_textarea { - background-color: #333333; - color: #FFFFFF; - margin-left: 10px; - } - - label.submit_comment_quiz { - font-weight: bold; - margin-right: 5px; - display: block; - } - - #cquiz { - background-color: #333333; - color: #FFFFFF; - margin-left: 10px; - } - - input.submit_comment_button { - margin-top: 5px; - text-align: right; - background-color: #555555; - border: 1px dotted #7FFF00; - color: #FFFFFF; - width: 120px; - text-align: center; - margin-left: 10px; - } - - input.submit_comment_button:hover { - border: 1px dotted #FFFF00; - } diff --git a/styles/blogthon_noir_img/background.jpg b/styles/blogthon_noir_img/background.jpg deleted file mode 100644 index 66a1160..0000000 Binary files a/styles/blogthon_noir_img/background.jpg and /dev/null differ diff --git a/styles/blogthon_noir_img/entrie_header.jpg b/styles/blogthon_noir_img/entrie_header.jpg deleted file mode 100644 index 045bd97..0000000 Binary files a/styles/blogthon_noir_img/entrie_header.jpg and /dev/null differ diff --git a/styles/blogthon_noir_img/header_background.jpg b/styles/blogthon_noir_img/header_background.jpg deleted file mode 100644 index 71175aa..0000000 Binary files a/styles/blogthon_noir_img/header_background.jpg and /dev/null differ diff --git a/styles/blogthon_noir_img/header_green.jpg b/styles/blogthon_noir_img/header_green.jpg deleted file mode 100644 index 2f22fa9..0000000 Binary files a/styles/blogthon_noir_img/header_green.jpg and /dev/null differ diff --git a/styles/blogthon_noir_img/header_green_2.jpg b/styles/blogthon_noir_img/header_green_2.jpg deleted file mode 100644 index c820694..0000000 Binary files a/styles/blogthon_noir_img/header_green_2.jpg and /dev/null differ diff --git a/styles/blogthon_noir_img/quote.png b/styles/blogthon_noir_img/quote.png deleted file mode 100644 index c21e94c..0000000 Binary files a/styles/blogthon_noir_img/quote.png and /dev/null differ diff --git a/styles/box.css b/styles/box.css deleted file mode 100644 index 7eea69f..0000000 --- a/styles/box.css +++ /dev/null @@ -1,278 +0,0 @@ -/* - * Author: Stefan Ritter - */ - -body { - background: #444444; - background-image: url("box_img/background.png"); - font-family: Fixed; - font-size: .7em; - color: #CCCCCC; - margin: auto; - margin-top: 14px; - margin-bottom: 10px; - padding-bottom: 25px; - width: 600px; - border: 1px solid #000000; -} - -img { - border: 0px; -} - -a { - color: #66CC00; -} - -/* HEADER */ - -div.header { - height: 30px; - 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: 553px; -} - -a.atom_link { - text-decoration: none; -} - -/* PAGES */ - -div.pages { - position: absolute; - top: 47px; - width: 600px; - height: 16px; - margin: auto; - background: #222222; - border-top: 1px solid #333333; - border-bottom: 1px solid #000000; - /* Ugly transparency */ - /* - filter:alpha(opacity=50); - -moz-opacity:0.5; - opacity:0.5; - */ -} - -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: #FFFFFF; -} - -/* 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; - padding-top: 5px; - padding-right: 10px; -} - -div.entry { - margin-top: 6px; - background: #444444; - border: 1px solid #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; - margin-top: 10px; - text-indent: 1em; -} - -div.entry_comment { - margin-left: 5px; - margin-bottom: 5px; -} - -a.entry_comment { - text-decoration: none; -} - -div.entry_border_bottom { - background: #444444; - height: 10px; -} - -/* COMMENTS */ - -div.comments { - width: 580px; - /* background: #333333; */ - padding-left: 20px; - padding-top: 25px; -} - -div.comment { - border: 1px solid #000000; - background: #414141; - width: 560px; - margin-bottom: 10px; -} - -div.comment_author { - color: #66CC00; - padding-top: 5px; - padding-left: 5px; -} - -div.comment_date { - margin-top: -12px; - margin-right: 5px; - float: right; - color: #666666; -} - -div.comment_content { - margin-left: 10px; - margin-bottom: 10px; - width: 540px; -} - -div.submit_comment { - border: 1px solid #000000; - background: #444444; - width: 555px; - padding-left: 5px; - margin-top: 15px; -} - -label.submit_comment_name { - color: #CCCCCC; - font-size: 12px; - display: block; -} - -input.submit_comment_name_input { - width: 100px; - margin-left: 10px; -} - -label.submit_comment_text { - color: #CCCCCC; - font-size: 12px; - display: block; -} - -textarea.submit_comment_textarea { - width: 520px; - margin-left: 10px; -} - -label.submit_comment_quiz { - color: #CCCCCC; - font-size: 12px; - display: block; -} - -input.submit_comment_quiz_input { - width: 20px; - margin-left: 10px; -} - -input.submit_comment_button { - margin: 10px; -} diff --git a/styles/box/background.png b/styles/box/background.png new file mode 100644 index 0000000..e3f7602 Binary files /dev/null and b/styles/box/background.png differ diff --git a/styles/box/box.css b/styles/box/box.css new file mode 100644 index 0000000..d2ed7e3 --- /dev/null +++ b/styles/box/box.css @@ -0,0 +1,278 @@ +/* + * Author: Stefan Ritter + */ + +body { + background: #444444; + background-image: url("background.png"); + font-family: Fixed; + font-size: .7em; + color: #CCCCCC; + margin: auto; + margin-top: 14px; + margin-bottom: 10px; + padding-bottom: 25px; + width: 600px; + border: 1px solid #000000; +} + +img { + border: 0px; +} + +a { + color: #66CC00; +} + +/* HEADER */ + +div.header { + height: 30px; + 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: 553px; +} + +a.atom_link { + text-decoration: none; +} + +/* PAGES */ + +div.pages { + position: absolute; + top: 47px; + width: 600px; + height: 16px; + margin: auto; + background: #222222; + border-top: 1px solid #333333; + border-bottom: 1px solid #000000; + /* Ugly transparency */ + /* + filter:alpha(opacity=50); + -moz-opacity:0.5; + opacity:0.5; + */ +} + +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: #FFFFFF; +} + +/* 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; + padding-top: 5px; + padding-right: 10px; +} + +div.entry { + margin-top: 6px; + background: #444444; + border: 1px solid #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; + margin-top: 10px; + text-indent: 1em; +} + +div.entry_comment { + margin-left: 5px; + margin-bottom: 5px; +} + +a.entry_comment { + text-decoration: none; +} + +div.entry_border_bottom { + background: #444444; + height: 10px; +} + +/* COMMENTS */ + +div.comments { + width: 580px; + /* background: #333333; */ + padding-left: 20px; + padding-top: 25px; +} + +div.comment { + border: 1px solid #000000; + background: #414141; + width: 560px; + margin-bottom: 10px; +} + +div.comment_author { + color: #66CC00; + padding-top: 5px; + padding-left: 5px; +} + +div.comment_date { + margin-top: -12px; + margin-right: 5px; + float: right; + color: #666666; +} + +div.comment_content { + margin-left: 10px; + margin-bottom: 10px; + width: 540px; +} + +div.submit_comment { + border: 1px solid #000000; + background: #444444; + width: 555px; + padding-left: 5px; + margin-top: 15px; +} + +label.submit_comment_name { + color: #CCCCCC; + font-size: 12px; + display: block; +} + +input.submit_comment_name_input { + width: 100px; + margin-left: 10px; +} + +label.submit_comment_text { + color: #CCCCCC; + font-size: 12px; + display: block; +} + +textarea.submit_comment_textarea { + width: 520px; + margin-left: 10px; +} + +label.submit_comment_quiz { + color: #CCCCCC; + font-size: 12px; + display: block; +} + +input.submit_comment_quiz_input { + width: 20px; + margin-left: 10px; +} + +input.submit_comment_button { + margin: 10px; +} diff --git a/styles/box_img/background.png b/styles/box_img/background.png deleted file mode 100644 index e3f7602..0000000 Binary files a/styles/box_img/background.png and /dev/null differ diff --git a/styles/images/atom.png b/styles/images/atom.png deleted file mode 100644 index 9ff5fa7..0000000 Binary files a/styles/images/atom.png and /dev/null differ diff --git a/styles/images/rss.png b/styles/images/rss.png deleted file mode 100644 index 7490bbb..0000000 Binary files a/styles/images/rss.png and /dev/null differ diff --git a/styles/zenburn-light.css b/styles/zenburn-light.css deleted file mode 100644 index 63ca5c3..0000000 --- a/styles/zenburn-light.css +++ /dev/null @@ -1,218 +0,0 @@ -* { - margin: 0px; - padding: 0px; -} - -body { - background: #434343; -} - -a { - text-decoration: none; - font-size: 0.8em; - color: #7c73c3; -} - -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; - } - -.atom { - position: absolute; - top: 0px; - left: 48px; -} - - .atom_link { - text-decoration: none; - color: #7f9f7f; - font-size: 0.6em; - } - -.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; - } - diff --git a/styles/zenburn-light/zenburn-light.css b/styles/zenburn-light/zenburn-light.css new file mode 100644 index 0000000..63ca5c3 --- /dev/null +++ b/styles/zenburn-light/zenburn-light.css @@ -0,0 +1,218 @@ +* { + margin: 0px; + padding: 0px; +} + +body { + background: #434343; +} + +a { + text-decoration: none; + font-size: 0.8em; + color: #7c73c3; +} + +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; + } + +.atom { + position: absolute; + top: 0px; + left: 48px; +} + + .atom_link { + text-decoration: none; + color: #7f9f7f; + font-size: 0.6em; + } + +.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; + } + diff --git a/styles/zenburn.css b/styles/zenburn.css deleted file mode 100644 index b0a3d53..0000000 --- a/styles/zenburn.css +++ /dev/null @@ -1,304 +0,0 @@ -* { - margin: 0px; - padding: 0px; -} - -body { - background: #434343; -} - -a { - text-decoration: none; - font-size: 0.8em; - color: #bca3a3; -} - -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; - border: 1px solid; - background: #383838; - margin-bottom: 10px; - padding: 1px; - margin-left: 150px; - margin-top: 20px; - width: 636px; - height: 20px; -} - - .pages_title { - background: #282828; - text-decoration: none; - font-weight: bold; - font-size: 0.9em; - color: #c3bf9f; - padding-left: 2px; - width: 52px; - height: 20px; - } - - ul.pages_list { - list-style-type: none; - font-size: 14px; - 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; - 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: 810px; - margin-top: 20px; - width: 180px; - min-height: 160px; -} - - .linklist_title { - background: #282828; - text-decoration: none; - font-weight: bold; - font-size: 0.9em; - color: #c3bf9f; - padding-left: 2px; - } - - ul.linklist_list{ - list-style-type: none; - font-size: 14px; - padding-left: 10px; - padding-top: 5px; - } - -.entries { - width: 640px; - padding: 60px 0px 20px 150px; -} - - .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: WhiteSmoke; - } - - .entry_comment { - text-decoration: none; - text-align: right; - font-size: 0.8em; - color: #7f9f7f; - } - -.comments { - width: 640px; - padding : 20px 0px 20px 150px; -/* visibility: hidden; -*/} - - .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; - } - - .submit_comment_button { - margin: 10px 0px 5px 45px; - border: 1px solid black; - background: #656565; - } - - .submit_comment_button:active { - background: #575757; - } diff --git a/styles/zenburn/zenburn.css b/styles/zenburn/zenburn.css new file mode 100644 index 0000000..b0a3d53 --- /dev/null +++ b/styles/zenburn/zenburn.css @@ -0,0 +1,304 @@ +* { + margin: 0px; + padding: 0px; +} + +body { + background: #434343; +} + +a { + text-decoration: none; + font-size: 0.8em; + color: #bca3a3; +} + +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; + border: 1px solid; + background: #383838; + margin-bottom: 10px; + padding: 1px; + margin-left: 150px; + margin-top: 20px; + width: 636px; + height: 20px; +} + + .pages_title { + background: #282828; + text-decoration: none; + font-weight: bold; + font-size: 0.9em; + color: #c3bf9f; + padding-left: 2px; + width: 52px; + height: 20px; + } + + ul.pages_list { + list-style-type: none; + font-size: 14px; + 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; + 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: 810px; + margin-top: 20px; + width: 180px; + min-height: 160px; +} + + .linklist_title { + background: #282828; + text-decoration: none; + font-weight: bold; + font-size: 0.9em; + color: #c3bf9f; + padding-left: 2px; + } + + ul.linklist_list{ + list-style-type: none; + font-size: 14px; + padding-left: 10px; + padding-top: 5px; + } + +.entries { + width: 640px; + padding: 60px 0px 20px 150px; +} + + .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: WhiteSmoke; + } + + .entry_comment { + text-decoration: none; + text-align: right; + font-size: 0.8em; + color: #7f9f7f; + } + +.comments { + width: 640px; + padding : 20px 0px 20px 150px; +/* visibility: hidden; +*/} + + .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; + } + + .submit_comment_button { + margin: 10px 0px 5px 45px; + border: 1px solid black; + background: #656565; + } + + .submit_comment_button:active { + background: #575757; + } -- cgit v1.2.3