xref: /plugin/discussion/style.css (revision a19a887836f1acfc7dd9e08d30267cd4a2882cf2)
1div.dokuwiki div.comment_wrapper {
2  background-color: __background_alt__;
3  margin: 0;
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_body {
70  padding-top: 0.5em;
71  padding-bottom: 0.5em;
72  border-bottom: 1px dotted __border__;
73}
74
75div.dokuwiki div.comment_replies {
76}
77
78div.dokuwiki div.comment_subscribe {
79  float: left;
80  display: inline;
81  padding: 0 0.8em;
82}
83
84div.dokuwiki div.comment_subscribe input {
85  float: left;
86  display: inline;
87  margin-top: 0.3em;
88}
89
90div.dokuwiki div.comment_subscribe label {
91  float: left;
92  padding-left: 0.4em;
93    font-weight: normal;
94}
95
96div.dokuwiki input.comment_submit {
97  float: left;
98  display: inline;
99}
100
101div.dokuwiki div.comment_hidden {
102  opacity: 0.5;
103}
104
105div.dokuwiki div.comment_buttons {
106  float: right;
107  font-size: 10px;
108  cursor: pointer;
109  margin-top: -21px;
110  padding-bottom: 1em;
111}
112
113div.dokuwiki div.comment_buttons input.button {
114  border: 1px solid __border__;
115  color: __text__;
116  background-color: __background__;
117  vertical-align: middle;
118  text-decoration: none;
119  padding: .1em .5em;
120}
121
122div.dokuwiki div.toggle_button {
123  text-align: right;
124
125}
126
127div.dokuwiki div.toggle_button input.button {
128  border: 1px solid __border__;
129  color: __text__;
130  background-color: __background__;
131  vertical-align: middle;
132  text-decoration: none;
133  padding: .1em .5em;
134  font-size: 10px;
135}
136
137div.dokuwiki div.newthread_form {
138  clear: both;
139  text-align: center;
140  margin-bottom: 1em;
141}
142
143div.dokuwiki #discussion__newthread_form input.edit {
144  width: 95%;
145}
146
147div.dokuwiki ul.admin_discussion li.hidden {
148  display: list-item;
149  opacity: 0.5;
150}
151
152div.dokuwiki ul.admin_discussion span.abstract {
153  color: __text_neu__;
154}
155
156div.dokuwiki table.pagelist tr.discussion_status2 a {
157  color: __text_neu__ !important;
158}
159