-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
53 lines (50 loc) · 995 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
46
47
48
49
50
51
52
53
////////////////////////////////////////////////////////////////////////////////
// DESCRIPTION
//
div.dokuwiki .kc-description {
margin: 2em 0;
font-size: 1.5em;
}
////////////////////////////////////////////////////////////////////////////////
// SUMMARY
//
ul.kc-summary {
list-style: none;
padding: 0;
line-height: normal !important;
margin: 0 0 1em 1em !important;
color: __text__ !important;
}
.kc-summary li {
display: block;
float: left;
max-width: 28em;
margin: 0 0 2em 0;
}
.kc-summary li.left {
clear: left;
margin-right: 2em;
}
.kc-summary img {
float: right;
margin: 0 0 1em 1em;
}
.kc-summary a, .kc-summary a:visited, .kc-summary a:link {
color: __text__ !important;
}
.kc-summary h1,
.kc-summary h2,
.kc-summary h3,
.kc-summary h4,
.kc-summary h5
{
margin-left: 0 !important;
}
.kc-summary h1:hover,
.kc-summary h2:hover,
.kc-summary h3:hover,
.kc-summary h4:hover,
.kc-summary h5:hover
{
background: __background_neu__;
}