default.css: style pentamedia comments

This commit is contained in:
Astro 2011-07-14 00:06:20 +02:00
parent 4f46bee3fa
commit c21b26656d
1 changed files with 18 additions and 7 deletions

View File

@ -191,18 +191,29 @@ pre {
margin-top: .5em;
}
#content div.comment {
border: #ccc 1px solid;
background-color: #eee;
/* -- Comments -- */
div.comments > p:first-child {
padding: 1em 0 0;
/* like h2 */
font-size: 1.2em;
font-weight: bold;
color: #666;
}
#content div.comment .author {
div.comment {
border-bottom: #ccc 1.1px dashed !important;
border-top: #ccc 1.1px dashed !important;
padding: 1em 2em 1em !important;
margin: 0 -2em -1.1px;
}
div.comment .author {
font-weight: bold;
}
#content div.comment .date {
padding-left: 2em;
p.new_comment {
margin-bottom: 4em !important;
}
#content p.new_comment a:before {
p.new_comment a:before {
content: url(../images/bullet.png);
padding-right: 4px;
}