-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathstyle.css
158 lines (136 loc) · 3.12 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
div.dokuwiki div.comment_wrapper {
background-color: __background_alt__;
margin: 2.4em 0em 0em 0em;
padding: 0.5em 0.5em 1.5em 0.5em;
clear: both;
}
div.dokuwiki div.comment_text {
padding-top: 0.5em
}
div.dokuwiki div#discussion__comment_preview {
padding: 1em 0;
margin-top: 1em;
visibility: hidden;
display: none;
}
div.dokuwiki div.comment_preview {
padding: 1em;
border: 1px dashed __border__;
}
div.dokuwiki div.comment_form {
padding-top: 1em;
clear: both;
}
div.dokuwiki div.comment_form .error {
background: #fcc;
}
div.dokuwiki #discussion__comment_form label input.edit {
width: 75%;
}
div.dokuwiki #discussion__comment_form {
.comment_name,
.comment_mail,
.comment_url,
.comment_address,
.comment_date,
.comment_text,
.comment_submit,
.comment_preview_button,
.comment_cancel {
margin: 2px;
}
}
div.dokuwiki .comment_head {
font-size: 80%;
color: __text_neu__;
padding-top: 0.5em;
margin-top: 1em;
clear: both;
}
div.dokuwiki .comment_head abbr {
border-bottom: 0;
}
div.dokuwiki .comment_head span.author {
background: transparent url(images/user.gif) 0 1px no-repeat;
padding: 1px 0 1px 16px;
}
div.dokuwiki .comment_head abbr.published {
background: transparent url(images/date.gif) 0 1px no-repeat;
padding: 1px 0 1px 16px;
}
div.dokuwiki .comment_head abbr.updated {
background: transparent url(images/updated.gif) 0 1px no-repeat;
padding: 1px 0 1px 16px;
}
div.dokuwiki .comment_body {
padding-top: 0.5em;
padding-bottom: 0.5em;
border-bottom: 1px dotted __border__;
}
div.dokuwiki div.comment_replies {
background-color: __background_alt__;
}
div.dokuwiki div.comment_replies.reply {
background-color: darken(__background_alt__, 10%);
}
div.dokuwiki .hentry {
padding: 0 2px;
background-color: __background_alt__;
}
div.dokuwiki .hentry.reply {
background-color: darken(__background_alt__, 10%);
}
div.dokuwiki div.comment_hidden {
opacity: 0.5;
}
div.dokuwiki div.comment_buttons {
float: right;
font-size: 10px;
cursor: pointer;
margin-top: -21px;
padding-bottom: 1em;
}
[dir=rtl] div.dokuwiki div.comment_buttons {
float: left;
}
div.dokuwiki div.comment_buttons input.button {
border: 1px solid __border__;
color: __text__;
background-color: __background__;
vertical-align: middle;
text-decoration: none;
padding: .1em .5em;
}
div.dokuwiki div.toggle_button {
text-align: right;
}
[dir=rtl] div.dokuwiki div.toggle_button {
text-align: left;
}
div.dokuwiki div.toggle_button input.button {
border: 1px solid __border__;
color: __text__;
background-color: __background__;
vertical-align: middle;
text-decoration: none;
padding: .1em .5em;
font-size: 10px;
}
div.dokuwiki div.newthread_form {
clear: both;
text-align: center;
margin-bottom: 1em;
}
div.dokuwiki #discussion__newthread_form input.edit {
width: 95%;
}
div.dokuwiki ul.admin_discussion li.hidden {
display: list-item;
opacity: 0.5;
}
div.dokuwiki ul.admin_discussion span.abstract {
color: __text_neu__;
}
div.dokuwiki table.pagelist tr.discussion_status2 a {
color: __text_neu__ !important;
}