diff options
author | Adrian Vondendriesch <discostu@81-89-105-205.(none)> | 2009-06-03 19:01:07 +0200 |
---|---|---|
committer | Adrian Vondendriesch <discostu@81-89-105-205.(none)> | 2009-06-03 19:01:07 +0200 |
commit | 43f7693dc96e511cd4e642f25022fe9a21d337b7 (patch) | |
tree | f01377a279db3495e9f0df87e02e09d046efd491 /styles | |
parent | 84463718184f208f4192741105711343d06e216f (diff) |
Pimp the comments-area
Diffstat (limited to 'styles')
-rw-r--r-- | styles/blogthon.css | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/styles/blogthon.css b/styles/blogthon.css index a5ccbbe..986cb50 100644 --- a/styles/blogthon.css +++ b/styles/blogthon.css @@ -320,4 +320,66 @@ div.entries { div.comments { margin-left: 50px; + width: 600px; } + + div.comment { + margin-top: 5px; + margin-bottom: 5px; + padding-top: 5px; + padding-bottom: 5px; + border-top: 2px solid #AA4444; + border-bottom: 2px solid #AA4444; + } + + div.comment_author { + margin-right: 5px; + font-weight: bold; + float: left; + } + + div.comment_date { + font-size: 9px; + } + + div.comment_content { + clear: left; + border: 1px dotted #AAAAAA; + background-color: #F0F0F0; + } + + div.submit_comment { + border-top: 2px solid #AA4444; + border-bottom: 2px solid #AA4444; + margin-top: 5px; + margin-bottom: 5px; + padding-top: 5px; + padding-bottom: 5px; + } + + span.submit_comment_name { + font-weight: bold; + margin-right: 5px; + } + + span.submit_comment_text { + font-weight: bold; + margin-right: 5px; + } + + textarea.submit_comment_textarea { + background-color #DFDFDF; + } + + span.submit_comment_quiz { + font-weight: bold; + margin-right: 5px; + } + + input.submit_comment_button { + margin-top: 5px; + text-align: right; + border: #000000; + background-color: #DFDFDF; + border: 1px dotted #AAAAAA; + } |