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