-
Notifications
You must be signed in to change notification settings - Fork 0
/
arctic_layout.css
56 lines (46 loc) · 879 Bytes
/
arctic_layout.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
/**
* Tableless Layout - additional CSS for Arctic Template
*
* @author Michael Klier <chi@chimeric.de>
*/
div.dokuwiki .header {
height: __header_height__;
background-color: __header_background__;
margin-bottom: 0.2em;
}
div.dokuwiki .pagename {
margin: 0.2em;
font-size: 150%;
color: __darkgray__;
}
div.dokuwiki .logo {
margin: 0.2em;
font-size: 130%;
}
div.dokuwiki .pagename a {
color: __darkgray__ !important;
}
div.dokuwiki .logo a {
color: __logo_color__ !important;
}
div.dokuwiki .bar {
padding: 2px;
float: left;
width: 99.2%;
}
div.dokuwiki #bar__top,
div.dokuwiki #bar__bottom {
background: none;
}
div.dokuwiki div.meta {
padding: 0 0.5em 0 0.5em;
}
div.dokuwiki div.footerinc div.license {
display: inline;
padding: 0;
font-size: 100%;
}
div.dokuwiki div.footerinc div.license img {
float: none;
margin: 0;
}