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