aboutsummaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-11-16 15:17:07 +0100
committerStefan Ritter <xeno@thehappy.de>2009-11-16 15:17:07 +0100
commit0840cfb22ffd5fa82e7ce1896c0437d4ea3005a4 (patch)
tree235077fda09a8fbd80fc94d5b00dc24f7fae680c /styles
parent37ebc3703fff3a0a45aba2e7eaa405300d43b389 (diff)
Added zenburn.css (thanks to duplex)
Diffstat (limited to 'styles')
-rw-r--r--styles/zenburn.css235
1 files changed, 235 insertions, 0 deletions
diff --git a/styles/zenburn.css b/styles/zenburn.css
new file mode 100644
index 0000000..f796090
--- /dev/null
+++ b/styles/zenburn.css
@@ -0,0 +1,235 @@
+* {
+ 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;
+ border: 1px solid;
+ background: #383838;
+ margin-bottom: 10px;
+ padding: 5px;
+ margin-left: 875px;
+ margin-top: 20px;
+ width: 200px;
+ min-height: 100px;
+}
+
+ .pages_title {
+ background: #282828;
+ text-decoration: none;
+ font-weight: bold;
+ font-size: 0.9em;
+ color: #c3bf9f;
+ padding-left: 2px;
+ }
+
+ ul.pages_list{
+ list-style-type: none;
+ font-size: 14px;
+ padding-left: 10px;
+ padding-top: 5px;
+ }
+
+
+
+.months {
+ position: absolute;
+ visibility: hidden;
+}
+
+.linklist {
+ position: absolute;
+ border: 1px solid;
+ background: #383838;
+ margin-bottom: 10px;
+ padding: 5px;
+ margin-left: 875px;
+ margin-top: 140px;
+ width: 200px;
+ min-height: 400px;
+}
+
+ .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: 800px;
+ 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: WhiteSmoke;
+ }
+
+ .entry_comment {
+ text-decoration: none;
+ text-align: right;
+ font-size: 0.8em;
+ color: #7f9f7f;
+ }
+
+.comments {
+ width: 600px;
+ padding : 20px 0px 20px 50px;
+ 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;
+ }
+
+ .submit_comment_text {
+ }
+
+ .submit_comment_textarea {
+ margin-top: 5px;
+ margin-left: 19px;
+ width: 250px;
+ }
+
+ .submit_comment_quiz {
+ }
+
+ .submit_comment_quiz_input {
+ margin-top: 5px;
+ margin-left: 13px;
+ width: 50px;
+ }
+
+ .submit_comment_button {
+ margin: 10px 0px 5px 45px;
+ } \ No newline at end of file