1/* All the additional CSS rules needed for this template
2Make all your changes here, and not in the original Starter template files
3 */
4/* _edit.css --- HIGHLIGHTING */
5.dokuwiki .secedit input.button {
6	margin: 4px 0 2px 0;
7}
8/* _footnotes.css --- FOOTNOTES */
9/* link to footnote inside the text */
10.dokuwiki sup a.fn_top {
11	font-size: 0.7em;
12	margin: 0 0.18em;
13}
14
15/* JS footnote popup */
16div.insitu-footnote {
17	padding: 0.3em 0.6em 0.4em;
18	font-size: 90%;
19	-webkit-border-radius: 5px;
20	-moz-border-radius: 5px;
21	-o-border-radius: 5px;
22	-ms-border-radius: 5px;
23	-khtml-border-radius: 5px;
24	border-radius: 5px;
25	-webkit-box-shadow: 5px 5px 7px #888;
26	-moz-box-shadow: 5px 5px 7px #888;
27	box-shadow: 5px 5px 7px #888;
28}
29.dokuwiki div.footnotes {
30	font-size: 75%;
31}
32/* _toc.css --- TOC */
33.dokuwiki div.tocheader {
34	color: __text_neu__;
35	-webkit-border-radius: 5px;
36	-moz-border-radius: 5px;
37	-o-border-radius: 5px;
38	-ms-border-radius: 5px;
39	-khtml-border-radius: 5px;
40	border-radius: 5px;
41}
42.dokuwiki #toc__inside {
43	padding: .2em .5em .5em;
44	font-size: 85%;
45	-webkit-border-radius: 5px;
46	-moz-border-radius: 5px;
47	-o-border-radius: 5px;
48	-ms-border-radius: 5px;
49	-khtml-border-radius: 5px;
50	border-radius: 5px;
51}
52/* basic.css */
53body {
54	font-family: "Segoe UI";
55}
56h1, h2, h3, h4, h5, h6, caption, legend {
57	font-family: Calibri;
58}
59textarea.edit {
60	font-family: Consolas;
61}
62input[type=submit], input[type=text], input.button, button, #dokuwiki__header form.search #qsearch__in, .dokuwiki form.search div.ajax_qsearch {
63	border: 1px solid __border__;
64	-webkit-border-radius: 3px;
65	-moz-border-radius: 3px;
66	-o-border-radius: 3px;
67	-ms-border-radius: 3px;
68	-khtml-border-radius: 3px;
69	border-radius: 3px;
70    line-height: normal;
71}
72input[type=submit] {
73    padding-bottom: 1px;
74}
75input[type=text] {
76	padding: 2px 5px;
77}
78/* content.css --- TABLES */
79.dokuwiki table.inline th, .dokuwiki table.inline td {
80	border: 1px solid __border__;
81}
82.dokuwiki ul {
83	list-style-image: url("images/bullet.gif");
84}
85/* design.css */
86/* HEADER */
87#dokuwiki__header {
88	top: 0;
89	right: 0;
90	margin: 0;
91	width: auto;
92}
93#dokuwiki__header .pad {
94	padding: 0;
95}
96#dokuwiki__header .row {
97    width: 100%;
98    height: 40px;
99}
100#dokuwiki__header h1 a {
101	clear: left;
102	font-size: 28px;
103	font-family: Calibri;
104    line-height:40px;
105    vertical-align: middle;
106}
107#dokuwiki__header .tools {
108	margin-bottom: 0;
109	overflow: hidden;
110}
111#dokuwiki__header .headings {
112	margin: 0 1.5em;
113}
114#dokuwiki__header .headings,
115#dokuwiki__header form.search {
116	float: left;
117    display: block;
118}
119#dokuwiki__header form.search {
120	clear: none;
121    padding: 8px 0 4px;
122    margin-top: 0 !important;
123    height: 28px;
124}
125#dokuwiki__header form.search #qsearch__in {
126	width: 12em;
127	font-size: 95%;
128}
129.dokuwiki form.search div.ajax_qsearch {
130	left: 14em;
131	top: 26px;
132	width: auto;
133	-webkit-box-shadow: 5px 5px 7px #888;
134	-moz-box-shadow: 5px 5px 7px #888;
135	box-shadow: 5px 5px 7px #888;
136}
137#dokuwiki__header div.breadcrumbs {
138	padding: .2em 0 .2em 2em;
139	font-size: 75%;
140}
141#dokuwiki__header div.breadcrumbs .bchead {
142	font-family: Calibri;
143	font-weight: bold;
144	font-size: 112%;
145	font-style: italic;
146}
147#dokuwiki__header div.breadcrumbs a {
148	font-style: italic;
149}
150#dokuwiki__footer .doc {
151	float: right;
152	font-size: 75%;
153	font-style: italic;
154	padding-right: 1em;
155}
156/* TOOLS */
157/* USERTOOLS, PAGETOOLS, SITETOOLS */
158#dokuwiki__usertools, #dokuwiki__sitetools {
159	width: auto;
160	position: static;
161	float: right;
162	background: inherit;
163	border: none;
164}
165#dokuwiki__usertools {
166	clear: none;
167}
168#dokuwiki__pagetools,
169#dokuwiki__usertools,
170#dokuwiki__sitetools {
171	font-size: 82%;
172}
173
174#dokuwiki__usertools ul,
175#dokuwiki__sitetools ul {
176    position: relative;
177}
178
179#dokuwiki__usertools li,
180#dokuwiki__sitetools li {
181    float: left;
182    display: table-cell;
183    list-style-type: none;
184    /*height: 34px;*/
185    margin: 0 0;
186}
187
188#dokuwiki__usertools li a,
189#dokuwiki__sitetools li a,
190#dokuwiki__usertools li.user {
191    display: block;
192    height: 40px;
193    line-height: 40px;
194    vertical-align: middle;
195    text-align: center;
196    padding:0 0.5em;
197}
198
199/* page tools fixed at bottom of browser window */
200
201#dokuwiki__pagetools ul {
202    max-width: 100%;
203    padding: 0.1em 0;
204    margin: 0 0;
205}
206#dokuwiki__pagetools li {
207	margin: 0 0 !important;
208	padding: .1em 1em;
209	float: left;
210	border-width: 1px;
211	border-style: solid;
212	border-bottom: none;
213	border-left: none;
214}
215#dokuwiki__pagetools li:nth-last-child(2) {
216	-webkit-border-radius: 0 5px 0 0;
217	-moz-border-radius: 0 5px 0 0;
218	-o-border-radius: 0 5px 0 0;
219	-ms-border-radius: 0 5px 0 0;
220	-khtml-border-radius: 0 5px 0 0;
221	border-radius: 0 5px 0 0;
222    margin: 0 0 !important;
223    padding: .1em 1em;
224    float: left;
225    border-width: 1px;
226    border-style: solid;
227    border-bottom: none;
228    border-left: none;
229}
230
231#dokuwiki__pagetools li:nth-last-child(2) {
232    border-radius: 0 5px 0 0;
233}
234#dokuwiki__pagetools li:nth-last-child(1) {
235	float: right;
236	-webkit-border-radius: 5px 0 0 0;
237	-moz-border-radius: 5px 0 0 0;
238	-o-border-radius: 5px 0 0 0;
239	-ms-border-radius: 5px 0 0 0;
240	-khtml-border-radius: 5px 0 0 0;
241	border-radius: 5px 0 0 0;
242	border-right: none;
243	border-left: 1px;
244}
245/* SIDEBAR */
246#dokuwiki__aside .pad {
247	border-right: 2px dotted #CFDBEC;
248	padding-left: 4px;
249}
250#dokuwiki__aside ul {
251	list-style: none;
252}
253/* structure.css */
254#dokuwiki__site {
255	max-width: 100%;
256	padding: 0 0 2.4em;
257}
258#dokuwiki__site .wrapper {
259	margin: 0.7em auto;
260	max-width: __site_width__;
261	padding: 0 1em;
262}