xref: /plugin/discussion/style.css (revision ed4846efbea9a5f70dc94330c05ce6ac4deb47d5)
1div.dokuwiki div.comment_wrapper {
2  background-color: __background_alt__;
3  margin: 1em;
4  padding: 0.5em 1em 1.5em 0;
5  clear: both;
6}
7
8div.dokuwiki div.comment_text {
9  padding-top: 0.5em
10}
11
12div.dokuwiki div#discussion__comment_preview {
13  border: 1px dashed __border__;
14  padding: 1em;
15  margin-top: 1em;
16}
17
18div.dokuwiki div.comment_form {
19  margin-top: 2em;
20  margin-right: 1em;
21  clear: both;
22}
23
24div.dokuwiki #discussion__comment_form label input.edit {
25  width: 75%;
26}
27
28div.dokuwiki .comment_head {
29  font-size: 80%;
30  color: __text_neu__;
31  padding-top: 0.5em;
32  margin-top: 1em;
33  clear: both;
34}
35
36div.dokuwiki .comment_head abbr {
37  border-bottom: 0;
38}
39
40div.dokuwiki .comment_head span.author {
41  background: transparent url(images/user.gif) 0px 1px no-repeat;
42  padding: 1px 0px 1px 16px;
43}
44
45div.dokuwiki .comment_head abbr.published {
46  background: transparent url(images/date.gif) 0px 1px no-repeat;
47  padding: 1px 0px 1px 16px;
48}
49
50div.dokuwiki .comment_body {
51  padding-top: 0.5em;
52  padding-bottom: 0.5em;
53  border-bottom: 1px dotted __border__;
54}
55
56div.dokuwiki div.comment_replies {
57}
58
59div.dokuwiki div.comment_subscribe {
60  float: left;
61  display: inline;
62  padding: 0.6em;
63}
64
65div.dokuwiki div.comment_subscribe input {
66  float: left;
67  display: inline;
68}
69
70div.dokuwiki div.comment_subscribe label {
71  float: left;
72  padding-left: 0.8em;
73}
74
75div.dokuwiki input.comment_submit {
76  float: left;
77  display: inline;
78}
79
80div.dokuwiki div.comment_hidden {
81  opacity: 0.5;
82}
83
84div.dokuwiki div.comment_buttons {
85  float: right;
86  font-size: 10px;
87  cursor: pointer;
88  margin-top: -21px;
89  padding-bottom: 1em;
90}
91
92div.dokuwiki div.comment_buttons input.button {
93  border: 1px solid __border__;
94  color: __text__;
95  background-color: __background__;
96  vertical-align: middle;
97  text-decoration: none;
98  padding: 0;
99  margin: 0 0 0 0.5em;
100}
101
102div.dokuwiki div.newthread_form {
103  clear: both;
104  text-align: center;
105  margin-bottom: 1em;
106}
107
108div.dokuwiki #discussion__newthread_form input.edit {
109  width: 95%;
110}
111
112div.dokuwiki ul.admin_discussion li.hidden {
113  display: list-item;
114  opacity: 0.5;
115}
116
117div.dokuwiki ul.admin_discussion span.abstract {
118  color: __text_neu__;
119}
120