xref: /plugin/discussion/style.css (revision 830f19a9fdda4fb1666f3b609abee009b6d40e0f)
1div.dokuwiki div.comment_wrapper {
2  background-color: __background_alt__;
3  margin: 1em -1em;
4  padding: 0.5em 1em;
5  clear: both;
6}
7
8div.dokuwiki div.comment_form {
9  margin-top: 2em;
10  clear: both;
11}
12
13div.dokuwiki #discussion__comment_form label input.edit {
14  width: 75%;
15}
16
17div.dokuwiki .comment_head {
18  font-size: 80%;
19  color: __text_neu__;
20  padding-top: 0.5em;
21  margin-top: 1em;
22  clear: both;
23}
24
25div.dokuwiki .comment_head abbr {
26  border-bottom: 0;
27}
28
29div.dokuwiki .comment_head span.author {
30  background: transparent url(images/user.gif) 0px 1px no-repeat;
31  padding: 1px 0px 1px 16px;
32}
33
34div.dokuwiki .comment_head abbr.published {
35  background: transparent url(images/date.gif) 0px 1px no-repeat;
36  padding: 1px 0px 1px 16px;
37}
38
39div.dokuwiki .comment_body {
40  padding-top: 0.5em;
41}
42
43div.dokuwiki div.comment_replies {
44}
45
46div.dokuwiki div.comment_hidden {
47  opacity: 0.5;
48}
49
50div.dokuwiki div.comment_buttons {
51  float: right;
52  font-size: 10px;
53  cursor: pointer;
54  display: inline;
55}
56
57div.dokuwiki div.comment_buttons input.button {
58  border: 1px solid __border__;
59  color: __text__;
60  background-color: __background__;
61  vertical-align: middle;
62  text-decoration: none;
63  padding: 0;
64  margin: 0 0 0 0.5em;
65}
66
67div.dokuwiki div.comment_line {
68  padding-top: 0.5em;
69  border-bottom: 1px solid __border__;
70}
71
72div.dokuwiki div.newthread_form {
73  clear: both;
74  text-align: center;
75  margin-bottom: 1em;
76}
77
78div.dokuwiki #discussion__newthread_form input.edit {
79  width: 95%;
80}
81