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