default.css: style pentamedia comments

This commit is contained in:
Astro 2011-07-14 00:06:20 +02:00
parent 4f46bee3fa
commit c21b26656d

View File

@ -191,18 +191,29 @@ pre {
margin-top: .5em; margin-top: .5em;
} }
#content div.comment { /* -- Comments -- */
border: #ccc 1px solid; div.comments > p:first-child {
background-color: #eee; 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; 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); content: url(../images/bullet.png);
padding-right: 4px; padding-right: 4px;
} }