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