1div.dokuwiki div.comment_wrapper {
2  background-color: __background_alt__;
3  margin: 2.4em 0em 0em 0em;
4  padding: 0.5em 0.5em 1.5em 0.5em;
5  clear: both;
6}
7
8div.dokuwiki div.comment_text {
9  padding-top: 0.5em
10}
11
12div.dokuwiki div#discussion__comment_preview {
13  padding: 1em 0;
14  margin-top: 1em;
15  visibility: hidden;
16  display: none;
17}
18
19div.dokuwiki div.comment_preview {
20  padding: 1em;
21  border: 1px dashed __border__;
22}
23
24div.dokuwiki div.comment_form {
25  margin-top: 1.5em;
26  padding-top: 0.5em;
27  clear: both;
28}
29
30div.dokuwiki div.comment_form .error {
31  background: #fcc;
32}
33
34div.dokuwiki #discussion__comment_form label input.edit {
35  width: 75%;
36}
37div.dokuwiki #discussion__comment_form {
38    .comment_name,
39    .comment_mail,
40    .comment_url,
41    .comment_address,
42    .comment_date {
43        margin: 2px 0;
44    }
45}
46
47div.dokuwiki .comment_head {
48  font-size: 80%;
49  color: __text_neu__;
50  padding-top: 0.5em;
51  margin-top: 1em;
52  clear: both;
53}
54
55div.dokuwiki .comment_head abbr {
56  border-bottom: 0;
57}
58
59div.dokuwiki .comment_head span.author {
60  background: transparent url(images/user.gif) 0 1px no-repeat;
61  padding: 1px 0 1px 16px;
62}
63
64div.dokuwiki .comment_head abbr.published {
65  background: transparent url(images/date.gif) 0 1px no-repeat;
66  padding: 1px 0 1px 16px;
67}
68
69div.dokuwiki .comment_head abbr.updated {
70  background: transparent url(images/updated.gif) 0 1px no-repeat;
71  padding: 1px 0 1px 16px;
72}
73
74div.dokuwiki .comment_body {
75  padding-top: 0.5em;
76  padding-bottom: 0.5em;
77  border-bottom: 1px dotted __border__;
78}
79
80div.dokuwiki div.comment_replies {
81}
82
83div.dokuwiki div.comment_subscribe {
84  float: left;
85  display: inline;
86  padding: 0 0.8em;
87}
88
89div.dokuwiki div.comment_subscribe input {
90  float: left;
91  display: inline;
92  margin-top: 0.3em;
93}
94
95div.dokuwiki div.comment_subscribe label {
96  float: left;
97  padding-left: 0.4em;
98    font-weight: normal;
99}
100
101div.dokuwiki input.comment_submit {
102  float: left;
103  display: inline;
104}
105
106div.dokuwiki div.comment_hidden {
107  opacity: 0.5;
108}
109
110div.dokuwiki div.comment_buttons {
111  float: right;
112  font-size: 10px;
113  cursor: pointer;
114  margin-top: -21px;
115  padding-bottom: 1em;
116}
117
118div.dokuwiki div.comment_buttons input.button {
119  border: 1px solid __border__;
120  color: __text__;
121  background-color: __background__;
122  vertical-align: middle;
123  text-decoration: none;
124  padding: .1em .5em;
125}
126
127div.dokuwiki div.toggle_button {
128  text-align: right;
129
130}
131
132div.dokuwiki div.toggle_button input.button {
133  border: 1px solid __border__;
134  color: __text__;
135  background-color: __background__;
136  vertical-align: middle;
137  text-decoration: none;
138  padding: .1em .5em;
139  font-size: 10px;
140}
141
142div.dokuwiki div.newthread_form {
143  clear: both;
144  text-align: center;
145  margin-bottom: 1em;
146}
147
148div.dokuwiki #discussion__newthread_form input.edit {
149  width: 95%;
150}
151
152div.dokuwiki ul.admin_discussion li.hidden {
153  display: list-item;
154  opacity: 0.5;
155}
156
157div.dokuwiki ul.admin_discussion span.abstract {
158  color: __text_neu__;
159}
160
161div.dokuwiki table.pagelist tr.discussion_status2 a {
162  color: __text_neu__ !important;
163}
164