1/**
2 * This file provides the main design styles for the
3 * bits that surround the content.
4 *
5 * @author Anika Henke <anika@selfthinker.org>
6 * @author Andreas Gohr <andi@splitbrain.org>
7 * @author Klaus Vormweg <klaus.vormweg@gmx.de>
8 * Modified by Lenny <lenehey@gmail.com>
9 */
10
11/* header
12********************************************************************/
13#dokuwiki__header {
14  margin: 1em 0 0;
15}
16
17#dokuwiki__header .headings {
18/*  margin-bottom: 2.1em;   Modified margin below:  */
19  margin-bottom: 0em;
20  width:100%;
21}
22#dokuwiki__header .headings img {
23  margin: 0 1em 0.5em auto;
24}
25#dokuwiki__header .headings a {
26  display: block;
27  float: left;
28}
29#dokuwiki__header h1 {
30  margin-bottom: 0;
31  font-size: 1.4em;
32  clear: none;
33  float: left;
34}
35#dokuwiki__header h1 a {
36  text-decoration: none;
37  background-color: inherit;
38  color: __text_neu__;
39}
40#dokuwiki__header p.claim {
41  margin-bottom: 0;
42}
43#dokuwiki__header h2 {
44  margin-bottom: 0;
45  font-size: 1.125em;
46}
47
48#dokuwiki__header .tools {
49  margin-bottom: 2.1em;
50}
51#dokuwiki__header .tools ul {
52	margin: 3px 0;
53	font-size: 0.85em;
54}
55#dokuwiki__header .tools ul li {
56  display: block;
57}
58
59#dokuwiki__header form.search {
60  display: block;
61  position: relative;
62  margin-bottom: 0.5em;
63}
64#dokuwiki__header form.search input#qsearch__in {
65  width: 12em;
66  padding: .35em 22px .35em .1em;
67}
68#dokuwiki__header form.search div#qsearch__out {
69  display: none;
70}
71#dokuwiki__header form.search button {
72  background: transparent url(images/search.png) no-repeat 0 0;
73  border-width: 0;
74  width: 19px;
75  height: 14px;
76  text-indent: -99999px;
77  margin-left: -20px;
78  box-shadow: none;
79  padding: 0;
80}
81[dir=rtl] #dokuwiki__header form.search input#qsearch__in {
82  padding: .35em .1em .35em 22px;
83}
84[dir=rtl] #dokuwiki__header form.search button {
85  background-position: 5px 0;
86  margin-left: 0;
87  margin-right: -20px;
88  position: relative;
89}
90
91#dokuwiki__header div.breadcrumbs {
92  background-color: __background_neu__;
93  padding: 0.2rem 0 0 1rem;
94  color: __text_neu__;
95  min-height: 1.5rem;
96}
97#dokuwiki__header div.breadcrumbs a {
98  text-decoration: none;
99  background-color: inherit;
100  font-weight: normal;
101  color: __text_alt__;
102}
103#dokuwiki__header div.breadcrumbs a:hover,
104#dokuwiki__header div.breadcrumbs a:active,
105#dokuwiki__header div.breadcrumbs a:focus, {
106  color: __rollover__;
107}
108
109/*____________ site tools ____________*/
110
111#dokuwiki__sitetools ul li a {
112  text-decoration: none;
113}
114
115#dokuwiki__sitetools {
116	float:right;
117	position:relative;
118	bottom:24px;
119}
120
121/* sidebar
122********************************************************************/
123
124.dokuwiki .aside {
125  overflow: hidden;
126  word-wrap: break-word;
127  line-height: 1.2;
128}
129
130/* make sidebar more condensed */
131
132.dokuwiki .aside h1 {
133  margin-bottom: .222em;
134}
135.dokuwiki .aside h2 {
136  margin-bottom: .333em;
137}
138.dokuwiki .aside h3 {
139  margin-bottom: .444em;
140}
141.dokuwiki .aside h4 {
142  margin-bottom: .5em;
143}
144.dokuwiki .aside h5 {
145  margin-bottom: .5714em;
146}
147
148.dokuwiki .aside p,
149.dokuwiki .aside ul,
150.dokuwiki .aside ol,
151.dokuwiki .aside dl,
152.dokuwiki .aside pre,
153.dokuwiki .aside table,
154.dokuwiki .aside fieldset,
155.dokuwiki .aside hr,
156.dokuwiki .aside blockquote,
157.dokuwiki .aside address {
158  margin-bottom: .7em;
159}
160
161.dokuwiki .aside ul,
162.dokuwiki .aside ol {
163  padding-left: .5em;
164}
165[dir=rtl] .dokuwiki .aside ul,
166[dir=rtl] .dokuwiki .aside ol {
167  padding-right: .5em;
168}
169.dokuwiki .aside li ul,
170.dokuwiki .aside li ol {
171  margin-bottom: 0;
172  padding: 0;
173}
174
175
176/* toc
177********************************************************************/
178
179.dokuwiki #dw__toc {
180  width: auto;
181	min-width: 10em;
182	max-width: 20em;
183}
184.dokuwiki #dw__toc h3.toggle {
185	font-size: 0.9rem;
186	margin-bottom: 0;
187}
188.dokuwiki #dw__toc ul {
189  font-size: 0.8rem;
190}
191.dokuwiki #dw__toc ul li a {
192  text-decoration: none;
193}
194.dokuwiki #dw__toc ul li a:hover,
195.dokuwiki #dw__toc ul li a:active,
196.dokuwiki #dw__toc ul li a:focus, {
197  color: __rollover__;
198}
199
200/* content
201********************************************************************/
202
203.dokuwiki .page {
204  word-wrap: break-word;
205  margin-left:.5em;
206  margin-right:.5em;
207}
208
209/* license note in footer and under edit window */
210.dokuwiki div.license {
211  font-size: 93.75%;
212}
213
214.dokuwiki .wrapper {
215  padding: 0 1 1 1em;
216  margin-bottom: 1em;
217  background-color: __background__;
218}
219
220/* section editing */
221.dokuwiki div.section_highlight {
222  /* negative side margin = side padding + side border */
223  margin: 0 -1em;
224  padding: 0 .5em;
225  border: solid __border__;
226  border-width: 0 .5em;
227}
228.dokuwiki .secedit button {
229	margin: 5px 0;
230	background-color:white;
231}
232
233/* footer
234********************************************************************/
235
236#dokuwiki__footer {
237  margin-bottom: 1em;
238  font-size: 0.8rem;
239  color: __text_neu__;
240}
241
242#dokuwiki__footer .doc {
243  float: left;
244}
245#dokuwiki__footer .user {
246  float: right;
247}
248
249#dokuwiki__footer .license {
250  clear: both;
251}
252#dokuwiki__footer .license img {
253  margin: 0 .5em 0 0;
254  float: none;
255}
256#dokuwiki__footer a {
257  text-decoration: none;
258}
259