1/* desbest edit for dokuwiki */
2#navcontainer li { margin: 0px; }
3#navcontainer a { background-image: none; }
4h1#sidebar { float: none; }
5.breadcrumbs { margin-top: 0px; margin-bottom: 12px; }
6.contenthere li { display: block; }
7#dw__search { margin-bottom: 1em; display: block; }
8 #dw__search button { margin-top: 0.85em; }
9 #mediamanager__page .file { width: 70%; clear: both; }
10 .toolbutton img { margin: 8px 8px !important; }
11 .page button { margin: 3px; }
12 .notify { border-radius: 0px !important; }
13 #sidebar { width: __sidebar_width__ !important; }
14
15
16ul.horimenu { padding: 0px; margin: 0px; }
17.horimenu li:first-of-type { margin-left: 0px; }
18.horimenu li {
19	padding: 8px;
20	/*background-color: #99ccff;*/
21	background-color: #D4CC77;
22	min-width: 30px;
23	margin-right: 16px;
24	margin-left: 0px;
25	/*margin: unset;*/
26	display: inline-block;
27	margin-bottom: 12px;
28	/*margin: 0px;*/
29}
30
31
32
33.horimenu li:hover a{ color: #fff; }
34
35.horimenu li:hover{
36	background-color: #C5BB49;
37	font-weight: bold;
38	/*padding-left: 16px;*/
39	color: #fff !important;
40}
41
42
43.horimenu a:link, .horimenu a:visited{
44	color: #2a2a2a;
45	text-decoration: none;
46}
47/* config manager */
48
49/*#config__manager fieldset { clear: both; }*/
50#config__manager table { min-width: 10%; width: 100%; }
51/*fieldset { word-wrap: anywhere; }*/
52#config__manager table { border-collapse: revert; border-spacing: 0px 1.85em; }
53#config__manager tr { padding: 1em 0px; }
54#config__manager td.label span.outkey { font-size: 1.15em !important; }
55#config__manager fieldset td.value { width: 17em; }
56
57/* defined in /lib/plugin/config.style.css */
58#config__manager td input.edit {
59    max-width: 14em;
60}
61#config__manager td .input {
62    min-width: 30%;
63    /*width: 90%;*/
64    width: unset;
65    /*width: max-content;*/
66}
67#config__manager td select.edit { }
68#config__manager td textarea.edit {
69    width: 8.5em;
70    height: 4em;
71}
72
73/* ------ */