Finished zenburn.css

This commit is contained in:
Stefan Ritter 2009-11-11 13:34:17 +01:00
parent 47728cbe00
commit 28f92c3c93
1 changed files with 68 additions and 21 deletions

View File

@ -8,7 +8,9 @@ body {
}
a {
color: #bca3a3;
text-decoration: none;
font-size: 0.8em;
color: #7c73c3;
}
.header {
@ -100,6 +102,7 @@ a {
}
.entry_title {
background: #282828;
text-decoration: none;
font-weight: bold;
font-size: 0.9em;
@ -107,7 +110,6 @@ a {
}
.entry_date {
text-decoration: none;
padding-left: 10px;
font-size: 0.6em;
color: #7f9f7f;
@ -126,25 +128,70 @@ a {
color: #7f9f7f;
}
.comments {
width: 600px;
padding : 20px 0px 20px 50px;
}
/* Colors in use:
.comment {
border: 1px solid;
background: #383838;
margin-bottom: 10px;
padding: 5px;
}
#434343 grey background
#f0dfaf beige title
#bca3a3 rose subtitle
#7f9f7f green rss+atom
#a9bed1 blue(light) entry title
#c0bed1 rose(light) entry content
#000d18
#ffcfaf
#8f8f8f
#709080
#333333
#ecbcbc
#dcdccc
#c3bf9f
#93b3a3
#efef8f
#efdcbc
.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;
}