aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-11-11 13:34:17 +0100
committerStefan Ritter <xeno@thehappy.de>2009-11-11 13:34:17 +0100
commit28f92c3c93fa4dd8a2367d6aff9ed7ee5cf8a07b (patch)
tree37d64c61bc0e90f10efd6fb7ac4ccd4c695ad309
parent47728cbe00231e6786a60b7d48bd60b12992a49f (diff)
Finished zenburn.css
-rw-r--r--styles/zenburn.css93
1 files changed, 70 insertions, 23 deletions
diff --git a/styles/zenburn.css b/styles/zenburn.css
index 56200a2..1ece6dc 100644
--- a/styles/zenburn.css
+++ b/styles/zenburn.css
@@ -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;
+}
+
+ .comment {
+ border: 1px solid;
+ background: #383838;
+ margin-bottom: 10px;
+ padding: 5px;
+ }
-/* Colors in use:
-
-#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;
+ }