Finished zenburn.css
This commit is contained in:
parent
47728cbe00
commit
28f92c3c93
@ -8,7 +8,9 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #bca3a3;
|
text-decoration: none;
|
||||||
|
font-size: 0.8em;
|
||||||
|
color: #7c73c3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
@ -100,6 +102,7 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.entry_title {
|
.entry_title {
|
||||||
|
background: #282828;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
@ -107,7 +110,6 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.entry_date {
|
.entry_date {
|
||||||
text-decoration: none;
|
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
font-size: 0.6em;
|
font-size: 0.6em;
|
||||||
color: #7f9f7f;
|
color: #7f9f7f;
|
||||||
@ -126,25 +128,70 @@ a {
|
|||||||
color: #7f9f7f;
|
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
|
.comment_author {
|
||||||
#f0dfaf beige title
|
font-size: 0.7em;
|
||||||
#bca3a3 rose subtitle
|
font-weight: bold;
|
||||||
#7f9f7f green rss+atom
|
color: #bca3a3;
|
||||||
#a9bed1 blue(light) entry title
|
}
|
||||||
#c0bed1 rose(light) entry content
|
|
||||||
#000d18
|
|
||||||
#ffcfaf
|
|
||||||
#8f8f8f
|
|
||||||
#709080
|
|
||||||
#333333
|
|
||||||
#ecbcbc
|
|
||||||
#dcdccc
|
|
||||||
#c3bf9f
|
|
||||||
#93b3a3
|
|
||||||
#efef8f
|
|
||||||
#efdcbc
|
|
||||||
|
|
||||||
*/
|
.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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user