forked from chimeric/dokuwiki-plugin-loadskin
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathstyle.css
45 lines (40 loc) · 892 Bytes
/
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
.dokuwiki .plugin_loadskin {
float: right;
clear: right;
margin-bottom: .5em;
}
[dir=rtl] .dokuwiki .plugin_loadskin {
float: left;
clear: left;
}
.dokuwiki .plugin_loadskin form label {
background: transparent url(images/color_swatch.png) no-repeat 0 center;
padding-left: 20px;
}
[dir=rtl] .dokuwiki .plugin_loadskin form label {
background-position: right center;
padding-left: 0;
padding-right: 20px;
}
.dokuwiki .plugin_loadskin form label span {
display: none;
}
.dokuwiki div.toc,
.dokuwiki #dw__toc {
clear: right;
}
[dir=rtl] .dokuwiki div.toc,
[dir=rtl] .dokuwiki #dw__toc {
clear: left;
}
/* adjustments to the admin section */
#plugin__loadskin fieldset {
margin: 0 0 1.4em;
text-align: left;
}
#plugin__loadskin fieldset label span {
display: block;
}
#plugin__loadskin fieldset p {
margin-bottom: .7em;
}