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