1/**
2 * Tableless Layout - additional CSS for Arctic Template
3 *
4 * @author Michael Klier <chi@chimeric.de>
5 * Modified by Matthieu Bouthors
6 */
7
8//modify translation style
9.dokuwiki div.plugin_translation {
10    float: left;
11    text-align: left;
12    font-size: 95%;
13    padding-right: 0.1em;
14    margin : 0.0em 0 0.3em 0;
15}
16
17//modify tag style
18div.dokuwiki div.tags {
19    border-top: 2px dotted #CCCCCC;
20    clear: none;
21    font-size: 95%;
22    text-align: right;
23}
24
25
26div.dokuwiki .pagename {
27  vertical-align: baseline;
28  margin-bottom : 0em;
29  margin-top : 0.1em;
30        font-weight : normal;
31  font-size: 180%;
32  line-height: 100%;
33}
34
35div.dokuwiki .pagename a {
36  color: __pagename_color__ !important;
37}
38
39/*
40div.dokuwiki .header {
41  height: __header_height__;
42  border: 1px solid __border__;
43  background-color: __header_background__;
44  margin-bottom: 0.2em;
45}
46
47div.dokuwiki .pagename {
48  margin: 0.2em;
49  font-size: 130%;
50  color: __lightgray__;
51}
52
53div.dokuwiki .logo {
54  margin: 0.2em;
55  font-size: 130%;
56}
57
58div.dokuwiki .pagename a {
59  color: __pagename_color__ !important;
60}
61
62div.dokuwiki .logo a {
63  color: __logo_color__ !important;
64}
65*/
66
67div.dokuwiki .bar {
68  padding: 2px;
69  height: 26px;
70  background : #f9efe4;
71}
72
73/*
74div.dokuwiki #bar__top,
75div.dokuwiki #bar__bottom {
76  background: none;
77}
78*/
79
80div.dokuwiki div.meta {
81  padding: 0 0.5em 0 0.5em;
82}
83
84div.dokuwiki div.footerinc div.license {
85  display: inline;
86  padding: 0;
87  font-size: 100%;
88}
89
90div.dokuwiki div.footerinc div.license img {
91  float: none;
92  margin: 0;
93}
94