xref: /plugin/discussion/style.css (revision 31aab30e418e82903ab6a8366e564adeb667b527)
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_form {
9  margin-top: 2em;
10  margin-right: 1em;
11  clear: both;
12}
13
14div.dokuwiki #discussion__comment_form label input.edit {
15  width: 75%;
16}
17
18div.dokuwiki .comment_head {
19  font-size: 80%;
20  color: __text_neu__;
21  padding-top: 0.5em;
22  margin-top: 1em;
23  clear: both;
24}
25
26div.dokuwiki .comment_head abbr {
27  border-bottom: 0;
28}
29
30div.dokuwiki .comment_head span.author {
31  background: transparent url(images/user.gif) 0px 1px no-repeat;
32  padding: 1px 0px 1px 16px;
33}
34
35div.dokuwiki .comment_head abbr.published {
36  background: transparent url(images/date.gif) 0px 1px no-repeat;
37  padding: 1px 0px 1px 16px;
38}
39
40div.dokuwiki .comment_body {
41  padding-top: 0.5em;
42  padding-bottom: 0.5em;
43  border-bottom: 1px dotted __border__;
44}
45
46div.dokuwiki div.comment_replies {
47}
48
49div.dokuwiki div.comment_subscribe {
50  float: left;
51  display: inline;
52  padding: 0.6em;
53}
54
55div.dokuwiki div.comment_subscribe input {
56  float: left;
57  display: inline;
58}
59
60div.dokuwiki div.comment_subscribe label {
61  float: left;
62  padding-left: 0.8em;
63}
64
65div.dokuwiki input.comment_submit {
66  float: left;
67  display: inline;
68}
69
70div.dokuwiki div.comment_hidden {
71  opacity: 0.5;
72}
73
74div.dokuwiki div.comment_buttons {
75  float: right;
76  font-size: 10px;
77  cursor: pointer;
78  margin-top: -21px;
79  padding-bottom: 1em;
80}
81
82div.dokuwiki div.comment_buttons input.button {
83  border: 1px solid __border__;
84  color: __text__;
85  background-color: __background__;
86  vertical-align: middle;
87  text-decoration: none;
88  padding: 0;
89  margin: 0 0 0 0.5em;
90}
91
92div.dokuwiki div.newthread_form {
93  clear: both;
94  text-align: center;
95  margin-bottom: 1em;
96}
97
98div.dokuwiki #discussion__newthread_form input.edit {
99  width: 95%;
100}
101
102div.dokuwiki ul.admin_discussion li.hidden {
103  display: list-item;
104  opacity: 0.5;
105}
106
107div.dokuwiki ul.admin_discussion span.abstract {
108  color: __text_neu__;
109}
110