Styled zenburn.css based on zenburn-light.css ready to release to the masses

This commit is contained in:
Pascal Turbing 2009-12-05 19:37:20 +01:00
parent 5c5c0cdf0b
commit 3e8155ab6e
1 changed files with 90 additions and 20 deletions

View File

@ -10,7 +10,7 @@ body {
a { a {
text-decoration: none; text-decoration: none;
font-size: 0.8em; font-size: 0.8em;
color: #7c73c3; color: #bca3a3;
} }
img { img {
@ -50,6 +50,10 @@ img {
font-size: 0.6em; font-size: 0.6em;
} }
.rss_link:hover {
color:#ffa500;
}
.atom { .atom {
position: absolute; position: absolute;
top: 0px; top: 0px;
@ -62,16 +66,20 @@ img {
font-size: 0.6em; font-size: 0.6em;
} }
.atom_link:hover {
color:#ffa500;
}
.pages { .pages {
position: absolute; position: absolute;
border: 1px solid; border: 1px solid;
background: #383838; background: #383838;
margin-bottom: 10px; margin-bottom: 10px;
padding: 5px; padding: 1px;
margin-left: 875px; margin-left: 150px;
margin-top: 20px; margin-top: 20px;
width: 200px; width: 636px;
min-height: 100px; height: 20px;
} }
.pages_title { .pages_title {
@ -81,32 +89,80 @@ img {
font-size: 0.9em; font-size: 0.9em;
color: #c3bf9f; color: #c3bf9f;
padding-left: 2px; padding-left: 2px;
width: 52px;
height: 20px;
} }
ul.pages_list{ ul.pages_list {
list-style-type: none; list-style-type: none;
font-size: 14px; font-size: 14px;
padding-left: 10px; margin-top: 1px;
padding-top: 5px; 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 { .months {
position: absolute; position: absolute;
visibility: hidden; border: 1px solid;
background: #383838;
margin-bottom: 10px;
padding: 5px;
margin-left: 20px;
margin-top: 20px;
width: 100px;
min-height: 100px;
text-align: center;
} }
.months_title {
background: #282828;
text-decoration: none;
font-weight: bold;
font-size: 0.9em;
color: #c3bf9f;
padding-left: 2px;
}
ul.months_list {
list-style-type: none;
font-size: 14px;
padding-top: 5px;
}
.linklist { .linklist {
position: absolute; position: absolute;
border: 1px solid; border: 1px solid;
background: #383838; background: #383838;
margin-bottom: 10px; margin-bottom: 10px;
padding: 5px; padding: 5px;
margin-left: 875px; margin-left: 810px;
margin-top: 140px; margin-top: 20px;
width: 200px; width: 180px;
min-height: 400px; min-height: 160px;
max-height: 160px;
} }
.linklist_title { .linklist_title {
@ -126,8 +182,8 @@ img {
} }
.entries { .entries {
width: 800px; width: 640px;
padding: 20px 0px 20px 50px; padding: 60px 0px 20px 150px;
} }
.entry { .entry {
@ -166,10 +222,10 @@ img {
} }
.comments { .comments {
width: 600px; width: 640px;
padding : 20px 0px 20px 50px; padding : 20px 0px 20px 150px;
visibility: hidden; /* visibility: hidden;
} */}
.comment { .comment {
border: 1px solid; border: 1px solid;
@ -210,6 +266,9 @@ img {
margin-top: 5px; margin-top: 5px;
margin-left: 10px; margin-left: 10px;
width: 250px; width: 250px;
background: #656565;
border: none;
padding: 1px;
} }
.submit_comment_text { .submit_comment_text {
@ -219,6 +278,9 @@ img {
margin-top: 5px; margin-top: 5px;
margin-left: 19px; margin-left: 19px;
width: 250px; width: 250px;
background: #656565;
border: none;
padding: 1px;
} }
.submit_comment_quiz { .submit_comment_quiz {
@ -228,8 +290,16 @@ img {
margin-top: 5px; margin-top: 5px;
margin-left: 13px; margin-left: 13px;
width: 50px; width: 50px;
background: #656565;
border: none;
} }
.submit_comment_button { .submit_comment_button {
margin: 10px 0px 5px 45px; margin: 10px 0px 5px 45px;
border: 1px solid black;
background: #656565;
}
.submit_comment_button:active {
background: #575757;
} }