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