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