xref: /template/writr/css/plugins/discussion.less (revision adbaca46d2df3959d4c899045406e4a90a5c340e)
1/* =Discussion & Avatar Plugin
2----------------------------------------------- */
3
4.vcard img.photo {
5    border-radius: 50%;
6}
7
8div.comment_wrapper {
9    margin: 0 -40px;
10    padding: 20px 40px;
11    border-top: 5px solid @ini_text_alt;
12
13    h2 a {
14        color: @ini_text_alt;
15    }
16
17    div.hentry {
18        padding-bottom: 10px;
19        margin-bottom: 20px;
20        border-bottom: 15px double @ini_background_alt;
21
22        div.comment_head {
23            color: @ini_text_alt;
24        }
25
26        div.comment_buttons {
27            text-align: right;
28        }
29        input.button {
30            font-size: 75%;
31            padding: 5px 10px;
32        }
33    }
34
35    div.comment_form {
36        padding-top: 20px;
37
38        div.toolbar {
39            padding-top: 10px;
40        }
41    }
42}
43