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