1.dokuwiki div.section_highlight
2{
3    border-color: __border_edit_highlight__;
4	background-color: __background_edit_highlight1__;
5	background-image:
6		-webkit-gradient(linear, 0 0, 100% 100%,
7			color-stop(.25, __background_edit_highlight2__),
8			color-stop(.25, transparent),
9			color-stop(.5, transparent),
10			color-stop(.5, __background_edit_highlight2__),
11			color-stop(.75, __background_edit_highlight2__),
12			color-stop(.75, transparent),
13			to(transparent)
14		);
15	-webkit-background-size: 7px 7px;
16}
17
18div.error, div.info, div.success, div.notify
19{
20	margin-bottom: 30px;
21}
22
23#pagefooter .tools h3
24{
25	margin-bottom: .5em;
26}
27
28#pagefooter .tools li
29{
30	margin-left: 0;
31}
32
33#acl_manager .footnotes
34{
35	font-size: 75%;
36}
37
38#config__manager fieldset
39{
40	margin: 0 0 3em 0;
41}
42
43#config__manager table,
44#config__manager table th,
45#config__manager table td
46{
47	border: none;
48}
49
50#config__manager td input.edit
51{
52	width: 100%;
53}
54
55#config__manager td.label span.outkey
56{
57	background-color: transparent;
58	font-size: 80%;
59	font-weight: bold;
60}
61
62#config__manager td.label
63{
64	padding-bottom: 2em;
65	overflow-wrap: anywhere;
66}
67
68#config__manager fieldset td.value
69{
70	vertical-align: middle;
71	width: auto;
72}
73
74#config__manager td .input
75{
76	width: auto;
77}
78
79.dokuwiki .secedit
80{
81	float: none;
82	display: inline-block;
83	margin-top: 0;
84	text-align: right;
85	width: 100%;
86}
87
88.dokuwiki .secedit button
89{
90    font-size: 75%;
91	font-weight: bold;
92    border: none;
93    background: transparent;
94	box-shadow: none;
95    color: gray;
96    cursor: pointer;
97}
98
99#config__manager .selection,
100#config__manager .selectiondefault
101{
102	display: flex;
103	flex-direction: row-reverse;
104	align-items: center;
105	width: auto;
106	overflow-wrap: anywhere;
107}
108
109#config__manager .selection label,
110#config__manager .selectiondefault label
111{
112	float: none;
113	width: auto;
114	margin-right: auto;
115	margin-left: 5px;
116}
117
118#config__manager td:first-child
119{
120	width: 50%;
121}
122
123#config__manager tr.default .input, #config__manager tr.default input, #config__manager tr.default textarea, #config__manager tr.default select, #config__manager .selectiondefault
124{
125    width: 100%;
126}
127
128#config__manager tr .input, #config__manager tr input, #config__manager tr textarea, #config__manager tr select
129{
130	width:100%;
131}
132
133#config__manager td textarea.edit
134{
135	width:100%;
136}
137
138#config__manager tr input[type="checkbox"]
139{
140	width: auto;
141}
142
143#config__manager td
144{
145	border-bottom: solid 1px lightgray;
146}
147
148
149#config__manager
150{
151	overflow-x: auto;
152}
153
154#config__manager td.label img
155{
156	padding: 0 0 0 5px;
157	float: none;
158	margin-top: -7px;
159}
160
161#config__manager tr:last-child td
162{
163	border-bottom: none;
164}
165
166#config__manager td.label span.outkey
167{
168	margin-top: 0px;
169	margin-bottom: .5em;
170}
171
172#config__manager select {
173	padding: 4px 0;
174}
175
176#config__manager tr .input, #config__manager tr input, #config__manager tr textarea, #config__manager tr select,
177#config__manager tr.default .input, #config__manager tr.default input, #config__manager tr.default textarea, #config__manager tr.default select, #config__manager .selectiondefault
178{
179	border: solid 1px #ccc;
180}
181
182#config__manager input[type="checkbox"]
183{
184	margin-top: 8px;
185	margin-bottom: 8px;
186}
187
188#config__manager td.label label
189{
190    margin-left: -.7em;
191}
192
193#config__manager code
194{
195    white-space: pre-wrap;
196    overflow-wrap: anywhere;
197}
198#config__manager form > p
199{
200	text-align: right;
201}
202
203#popularity_feedback + div + form fieldset
204{
205	border: none;
206	padding: 0;
207	text-align: right;
208	width: 100% !important;
209}
210
211#popularity_feedback + div + form fieldset > label
212{
213	display: block;
214	text-align: left;
215}
216
217#acl_manager > div.clearer
218{
219	margin: 20px 0;
220}
221
222#acl_manager #acl__user
223{
224	display: flex;
225	align-items: center;
226	flex-wrap: wrap;
227}
228
229#acl_manager #acl__user input
230{
231	flex: 1;
232	margin: 0 10px 0 0;
233}
234
235#acl_manager #acl__user button
236{
237	margin-left: auto;
238}
239
240#acl_manager #acl__user select
241{
242	height: 30px;
243	margin: 0 0 0 10px;
244}
245
246#acl_manager #acl__info fieldset
247{
248	margin: 0;
249	width: 100%;
250}
251
252#acl_manager #acl__info fieldset button
253{
254	margin-left: 10px;
255}
256
257#acl_manager table,
258#acl_manager table td
259{
260	border: none;
261}
262
263#acl_manager table th
264{
265	border: solid 1px __border__;
266}
267
268#acl_manager table > tbody > tr:last-child th
269{
270	border: none;
271	border-bottom: none;
272}
273
274#acl_manager table td
275{
276	border: solid 1px lightgray;
277	padding: 15px 10px;
278	vertical-align: middle;
279}
280
281#acl_manager table td > span
282{
283	display: block;
284}
285
286#acl_manager table th.action
287{
288	padding: 20px 0;
289}
290
291#acl_manager table th.action:hover
292{
293	background-color: white;
294}
295
296#acl_manager table td input[type="radio"]
297{
298	margin: 0 0 0 10px;
299}
300
301#acl_manager > h1 + div
302{
303	display: flex;
304    justify-content: space-between;
305}
306
307#acl_manager #acl__tree
308{
309	float: none;
310	height: auto;
311}
312
313#acl_manager #acl__tree ul
314{
315	margin: 0;
316}
317
318#acl_manager #acl__tree ul li
319{
320	padding-left: 0;
321}
322
323#acl_manager #acl__tree > ul > li
324{
325	margin-left: 12px;
326}
327
328#acl_manager #acl__detail
329{
330	float: none;
331	height: 100%;
332}
333
334
335#plugin__styling table
336{
337	margin: 20px 0;
338	width: 100%;
339}
340
341#plugin__styling table td
342{
343	border: solid 1px lightgray;
344	padding: 10px 10px;
345}
346
347#plugin__styling table td input
348{
349	width: 100%;
350}
351
352#plugin__styling form p
353{
354	text-align: right
355}
356
357#user__manager div
358{
359	margin-bottom: 50px;
360}
361
362div#user__manager > div:nth-child(2) table > tbody:nth-child(3)
363{
364	text-align: right;
365}
366
367#user__manager table
368{
369	width: 100%;
370}
371
372#user__manager table,
373{
374	border: none;
375}
376
377#user__manager table th
378{
379	border: solid 1px __border__;
380}
381
382#user__manager table td
383{
384	/* border: solid 1px lightgray; */
385	padding: 10px 10px;
386}
387
388#user__manager table > tbody:last-child td
389{
390	border: none;
391}
392
393#user__manager table input
394{
395	width: 100%;
396}
397
398#user__manager .import_users form
399{
400	align-items: center;
401	border: solid 1px lightgray;
402	display: flex;
403	padding: 10px ;
404	width: 100%;
405}
406
407#user__manager .import_users form > button
408{
409	margin-left: auto;
410}
411
412#extension__manager form.install
413{
414	text-align: right;
415	width: 100%;
416}
417
418#extension__manager form.install label.block
419{
420	text-align: left;
421}
422
423#extension__manager form.install label.block:first-child
424{
425	display: flex;
426	align-items: center;
427}
428
429#extension__manager form.install label.block:first-child input
430{
431	flex: 1;
432	margin-left: 15px;
433}
434
435#extension__manager form.install label.block:nth-child(3)
436{
437	border-bottom: solid 1px lightgray;
438	padding-bottom: 10px;
439}
440
441#extension__manager form.install label.block:nth-child(5)
442{
443	display: inline-block;
444	margin: 0 0 30px 0;
445}
446
447#extension__manager form.search > div.no
448{
449	align-items: center;
450	display: flex;
451	width: 100%;
452}
453
454#extension__manager form.search > div.no > label.edit
455{
456	align-items: center;
457	display: flex;
458	flex: 1;
459}
460
461#extension__manager form.search > div.no > label.edit > input
462{
463	flex: 1;
464	margin: 0 10px;
465	width: 100%;
466}
467
468#dw__editform div.editBar
469{
470	display: flex;
471	flex-direction: column-reverse;
472	position: relative;
473}
474
475#dw__editform div.editBar #size__ctl
476{
477	position: absolute;
478	top: 0;
479	right: 0;
480}
481
482#dw__editform div.editBar .summary
483{
484	/* align-items: center; */
485	/* display: flex; */
486	margin-top: 30px;
487}
488
489#dw__editform div.editBar .summary label:first-child
490{
491	align-items: center;
492	display: flex;
493}
494
495#dw__editform div.editBar .summary label:first-child input
496{
497	flex: 1;
498	margin-left: 10px;
499	width: 100%;
500}
501
502#dw__editform div.editBar .summary label:last-child
503{
504	display: block;
505	font-size: 90%;
506	text-align: right;
507}
508
509#dw__editform div.editBar .editButtons
510{
511	margin-right: 0;
512	margin-top: 20px;
513	text-align: right;
514}
515
516.mode_search #dokuwiki__content > .group,
517.mode_login #dokuwiki__content > .group,
518.mode_resendpwd #dokuwiki__content > .group,
519.mode_register #dokuwiki__content > .group
520{
521	min-height: 100vh;
522	max-width: __width_content__;
523}
524
525#dw__login fieldset,
526#dw__resendpwd fieldset,
527#dw__register fieldset
528{
529	padding: 30px;
530}
531
532#dw__login label[for="remember__me"] {
533    display: block;
534	margin-left: 0;
535	text-align: center;
536}
537