diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-02-22 21:20:58 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-02-22 21:22:12 +0100 |
commit | 6c3d8f43559d0a7db1601842d55b7182ba01e5f0 (patch) | |
tree | b67e6b848d5be30328af3e8842884627544e3b58 | |
parent | 32b5d2142f44975fb37677ec06953a5609fb02f6 (diff) |
Styles:
* Remove everything
* Add new default style
-rw-r--r-- | styles/blogthon-noir/blogthon-noir.css | 408 | ||||
-rw-r--r-- | styles/blogthon-noir/entrie_header.jpg | bin | 2270 -> 0 bytes | |||
-rw-r--r-- | styles/blogthon-noir/header_green_2.jpg | bin | 607 -> 0 bytes | |||
-rw-r--r-- | styles/blogthon/blogthon.css | 398 | ||||
-rw-r--r-- | styles/blogthon/header_background.jpg | bin | 19014 -> 0 bytes | |||
-rw-r--r-- | styles/box/background.png | bin | 543 -> 0 bytes | |||
-rw-r--r-- | styles/box/box.css | 278 | ||||
-rw-r--r-- | styles/clean-black/background.png | bin | 76 -> 0 bytes | |||
-rw-r--r-- | styles/clean-black/clean-black.css | 45 | ||||
-rw-r--r-- | styles/commodore/commodore.css | 56 | ||||
-rw-r--r-- | styles/commodore/commodore.ttf | bin | 20208 -> 0 bytes | |||
-rw-r--r-- | styles/default/default.css | 167 | ||||
-rw-r--r-- | styles/technology/bg.png | bin | 405 -> 0 bytes | |||
-rw-r--r-- | styles/technology/header.png | bin | 28133 -> 0 bytes | |||
-rw-r--r-- | styles/technology/technology.css | 301 | ||||
-rw-r--r-- | styles/zenburn-light/zenburn-light.css | 234 | ||||
-rw-r--r-- | styles/zenburn/zenburn.css | 312 |
17 files changed, 167 insertions, 2032 deletions
diff --git a/styles/blogthon-noir/blogthon-noir.css b/styles/blogthon-noir/blogthon-noir.css deleted file mode 100644 index 445a12d..0000000 --- a/styles/blogthon-noir/blogthon-noir.css +++ /dev/null @@ -1,408 +0,0 @@ -/* -* Author: Adrian Vondendriesch <disco-stu@disco-stu.de> -*/ - -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 Binary files differdeleted file mode 100644 index 045bd97..0000000 --- a/styles/blogthon-noir/entrie_header.jpg +++ /dev/null diff --git a/styles/blogthon-noir/header_green_2.jpg b/styles/blogthon-noir/header_green_2.jpg Binary files differdeleted file mode 100644 index c820694..0000000 --- a/styles/blogthon-noir/header_green_2.jpg +++ /dev/null diff --git a/styles/blogthon/blogthon.css b/styles/blogthon/blogthon.css deleted file mode 100644 index c728059..0000000 --- a/styles/blogthon/blogthon.css +++ /dev/null @@ -1,398 +0,0 @@ -/* -* Author: Adrian Vondendriesch <disco-stu@disco-stu.de> -*/ - -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 Binary files differdeleted file mode 100644 index 943214d..0000000 --- a/styles/blogthon/header_background.jpg +++ /dev/null diff --git a/styles/box/background.png b/styles/box/background.png Binary files differdeleted file mode 100644 index e3f7602..0000000 --- a/styles/box/background.png +++ /dev/null diff --git a/styles/box/box.css b/styles/box/box.css deleted file mode 100644 index 4073a8f..0000000 --- a/styles/box/box.css +++ /dev/null @@ -1,278 +0,0 @@ -/* - * Author: Stefan Ritter <xeno@thehappy.de> - */ - -body { - background: #444444; - background-image: url("background.png"); - font-family: Fixed; - font-size: 12px; - 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/clean-black/background.png b/styles/clean-black/background.png Binary files differdeleted file mode 100644 index 2adf5f3..0000000 --- a/styles/clean-black/background.png +++ /dev/null diff --git a/styles/clean-black/clean-black.css b/styles/clean-black/clean-black.css deleted file mode 100644 index 11fed9f..0000000 --- a/styles/clean-black/clean-black.css +++ /dev/null @@ -1,45 +0,0 @@ -* { - margin: 0px; - padding: 0px; -} - -body { - height: 100%; - background-image: url('background.png'); - color: #c00; -} - -.header { - position: absolute; - top: 0px; - left: 0px; - width: 100%; - overflow: hidden; - background: #000; - border-bottom: 1px #333 solid; -} - -.header_title, a.header_link, .header_subtitle { - text-align: center; - font-family: Monospace; - font-size: 12px; - color: #f00; -} - -.header_subtitle { - font-size: 9px; -} - -.atom, .rss, .pages, .months, .linklist { - visibility: hidden; -} - -.entries { - position: absolute; - top: 40px; - margin-left: 30px; - margin-right: 30px; - padding: 5px; - border: 1px #333 solid; - background: #000; -} diff --git a/styles/commodore/commodore.css b/styles/commodore/commodore.css deleted file mode 100644 index d246dc0..0000000 --- a/styles/commodore/commodore.css +++ /dev/null @@ -1,56 +0,0 @@ -* { - margin: 0; - padding: 0; -} - -body { - margin: auto; - width: 580px; - background: #a396ff; - color: #a396ff; - font-family: "Razor Regular"; - font-size: 10px; -} - -@font-face { - font-family: "Razor Regular"; - src: url("commodore.ttf"); -} - -a { - color: #d6c9ff; - text-decoration: none; -} - - a:hover { - color: #c22; - } - -img { - border: none; -} - -.rss, .atom, .pages, .months, .linklist { - visibility: hidden; -} - -.header { - text-align: center; - color: #4e44d8; -} - -.entries { - background: #4e44d8; - position: absolute; - top: 26px; - width: 580px; -} - - .entry { - border-bottom: 5px solid #111; - } - - .entry_content { - margin-left: 10px; - margin-right: 10px; - } diff --git a/styles/commodore/commodore.ttf b/styles/commodore/commodore.ttf Binary files differdeleted file mode 100644 index 44df7bf..0000000 --- a/styles/commodore/commodore.ttf +++ /dev/null diff --git a/styles/default/default.css b/styles/default/default.css new file mode 100644 index 0000000..b992c44 --- /dev/null +++ b/styles/default/default.css @@ -0,0 +1,167 @@ +* { + margin: 0px; + padding: 0px; +} + +body, html { + background: white; + width: 700px; + margin: auto; + font-family: Sans; + font-size: 0.9em; + letter-spacing: 0.05em; +} + +img { + border: 0px; +} + +a { + color: #999; + text-decoration: none; +} + +.pages_title, .months_title { + position: absolute; + visibility: hidden; +} + + +.rss { + position: absolute; + top: 75px; + width: 700px; +} + +.atom { + position: absolute; + top: 75px; + margin-left: 20px; + width: 700px; +} + +.rss_link, .atom_link { + font-size: 0.8em; + color: black; +} + +.header { + width: 700px; + text-align: center; + border-bottom: 2px solid #666; +} + +.header_title { + font-size: 2em; + font-weight: bold; + padding-top: 20px; +} + +.header_title a { + color: black; +} + +.header_subtitle { + padding-bottom: 20px; +} + +.pages { + width: 700px; + border-bottom: 2px solid #666; + text-align: center; +} + +.pages_list { + padding-top: 5px; + padding-bottom: 5px; +} + +.pages_list_entry { + list-style-type: none; + display: inline; + margin-left: 5px; + margin-right: 5px; +} + +.pages_list_entry a { + color: black; +} + + +.months { + width: 700px; +} + +.months_list_entry { + list-style-type: none; + display: inline; + text-decoration: none; + font-size: 0.8em; + color: #666; +} + +.linklist { + position: absolute; + right: 0px; + padding-right: 10px; +} + +.entries { + padding-top: 20px; + width: 700px; +} + +.entry { + margin-bottom: 80px; +} + +.entry_title, .entry_title a, .comment_author { + font-weight: bold; + font-style: italic; + color: black; +} + +.entry_date, .comment_date { + font-size: 0.8em; + color: #666; +} + +.entry_content { + margin-top: 10px; +} + +.entry_comment, .entry_comment a { + font-size: 0.8em; + text-align: right; +} + +.comments { + border-top: 2px solid #666; +} + +.comment { + padding-bottom: 20px; +} + +.submit_comment { + padding-top: 20px; +} + +.submit_comment_name, +.submit_comment_text, +.submit_comment_quiz { + display: block; + padding-top: 5px; +} + +.submit_comment_name_input, +.submit_comment_textarea, +.submit_comment_quiz_input { + width: 300px; +} + +.submit_comment_button { + margin-top: 20px; + border: 1px solid black; + background: #ccc; +} diff --git a/styles/technology/bg.png b/styles/technology/bg.png Binary files differdeleted file mode 100644 index 1f9ee92..0000000 --- a/styles/technology/bg.png +++ /dev/null diff --git a/styles/technology/header.png b/styles/technology/header.png Binary files differdeleted file mode 100644 index f5dddc5..0000000 --- a/styles/technology/header.png +++ /dev/null diff --git a/styles/technology/technology.css b/styles/technology/technology.css deleted file mode 100644 index b9ffced..0000000 --- a/styles/technology/technology.css +++ /dev/null @@ -1,301 +0,0 @@ -/* -* Author: Pascal Turbing <pascal@turbing.de> -*/ -* { - margin: 0px; -} - - -body { - background: #606060; - background-image: url(bg.png); - background-repeat: repeat-x; - width: 800px; - margin: 20px auto 20px; - font-family: "Sans Serif"; -} - -a { - text-decoration: none; -/* color: #ddd; */ -} - -img { - border: none; -} - -.header { - background-color: black; - background-image: url(header.png); - background-repeat: no-repeat; - border:1px solid black; - padding: 5px; - margin-bottom: 10px; - height: 96px; -} - .header_link { - text-decoration: none; - color: #eee; - font-size: 1.3em; - font-weight: bold; - margin-top: 25px; - margin-left: 180px; - display: block; - } - - div.header_subtitle { - color: #aaa; - font-size: 0.8em; - margin-left: 210px; - } - -.rss, .atom { - visibility: hidden; - display: none; -} - -.pages { - background: #bbb; - border: 1px solid black; - width: 140px; - position: absolute; - top: 168px; - height: 18px; - padding: 4px; - text-align: center; - overflow: hidden; - font-size: 0.8em; -} - -.pages:hover { - height: auto; -} - li.pages_list_entry { - border: 1px solid black; - margin-left: -38px; - font-size: 0.7em; - margin-top: 2px; - display: block; - } - li.pages_list_entry:first-child { - margin-top: 20px; - } - - li.pages_list_entry a { - display: block; - color: black; - } - li.pages_list_entry a:hover { - background: #999; - } - -.months { - background: #bbb; - border: 1px solid black; - width: 140px; - position: absolute; - top:138px; - padding: 4px; - text-align: center; - height: 18px; - overflow: hidden; - font-size: 0.8em; -} - -.months:hover { - height: auto; -} - li.months_list_entry { - border: 1px solid black; - margin-left: -38px; - font-size: 0.7em; - margin-top: 2px; - display: block; - } - li.months_list_entry:first-child { - margin-top: 20px; - } - li.months_list_entry a { - display: block; - color: black; - } - li.months_list_entry a:hover { - background: #999; - } - -.linklist { - background: #bbb; - width: 180px; - position: absolute; - top: 138px; - margin-left: 610px; - padding: 4px; - text-align: center; - border: 1px solid black; -} - - li.linklist_list_entry { - font-size: 0.7em; - border: 1px solid black; - margin-left: -38px; - margin-top: 2px; - display: block; - } - li.linklist_list_entry:first-child { - margin-top: 20px; - } - li.linklist_list_entry a { - display: block; - color: black; - } - li.linklist_list_entry a:hover { - background: #999; - } - -.entries { - background: none; - border: 1px solid black; - width: 440px; - position: relative; - left: 156px; - padding: 4px; -} - - .entry { - margin-top: 8px; - background: #888; - padding-top: 6px; - } - - .entry:first-child { - margin-top: 0px; - } - - div.entry_title { - padding: 2px; - padding-left: 6px; - background: #bbb; - margin-left: 10px; - border: 1px solid #444; - border-right: none; - } - - a.entry_title { - font-size: 0.9em; - font-weight: bold; - text-decoration: none; - color: #333; - } - - .entry_date { - color: #555555; - font-size: 0.7em; - padding-left: 20px; - } - - .entry_content { - padding: 10px; - padding-left: 15px; - font-size: 0.85em; - } - - div.entry_comment { - text-align: right; - padding: 4px 10px 4px; - } - - a.entry_comment { - text-decoration: none; - color: #444; - font-size: 0.6em; - } - -div.comments { - border: 1px solid black; - background: #888; - width: 440px; - padding: 4px; - position: relative; - left: 156px; - margin-top: 10px; -} - - div.comment { - background: #666666; - margin-bottom: 10px; - padding-top: 8px; - color: black; - } - - div.comment_author { - padding: 2px; - padding-left: 6px; - background: #888; - margin-left: 10px; - border: 1px solid black; - border-right: none; - } - - div.comment_date { - color: #252525; - font-size: 0.7em; - padding-left: 20px; - } - - div.comment_content { - padding: 10px; - padding-left: 15px; - font-size: 0.85em; - } - - div.submit_comment { - background: #666666; - padding: 10px; - padding-left: 15px; - margin-top: 15px; - } - - label.submit_comment_name { - font-size: 0.8em; - display: block; - } - - input.submit_comment_name_input { - width: 100px; - margin-left: 10px; - margin-top: 4px; - border: none; - background: #999; - } - - label.submit_comment_text { - font-size: 0.8em; - display: block; - margin-top: 4px; - } - - textarea.submit_comment_textarea { - width: 380px; - margin-left: 10px; - margin-top: 4px; - border: none; - background: #999; - } - - label.submit_comment_quiz { - font-size: 0.8em; - display: block; - margin-top: 4px; - } - - input.submit_comment_quiz_input { - width: 40px; - margin-left: 10px; - border: none; - background: #999 - } - - input.submit_comment_button { - margin: 10px; - border: 2px solid #888; - } 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; - } - diff --git a/styles/zenburn/zenburn.css b/styles/zenburn/zenburn.css deleted file mode 100644 index 93c214b..0000000 --- a/styles/zenburn/zenburn.css +++ /dev/null @@ -1,312 +0,0 @@ -* {
- margin: 0px;
- padding: 0px;
-}
-
-body {
- background: #434343;
-}
-
-a {
- text-decoration: none;
- font-size: 0.8em;
- color: #bca3a3;
-}
-
-.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;
- 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: 1px 6px 4px 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: 100px;
-}
-
- .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;
- }
|