1.page img { margin: 8px; }
2.page li img { margin: 0px; }
3#dw__toc { margin-top: 72px; margin-right: 12px; }
4.btn_secedit { float: right; }
5.user, #writtensidebar li .li { padding-left: 9px; }
6.page { padding-bottom: 24px; }
7.page .level1, .footnotes {  padding-left: 8px; padding-right: 8px; }
8.page button { padding: 8px;   margin-bottom: 8px;  }
9.toolbutton { padding: unset !important;}
10div.menu_starter, .forbread div.breadcrumbs {
11	height: 100%; display: inline-block; border: 0px;
12	background-repeat: repeat !important;
13}
14.forbread { overflow: hidden; }
15.breadcrumbs { display: inline-block; }
16div.breadcrumbs { position: relative;  top: -18px; }
17
18.leftcol, .rightcol { min-width:__sidebar_width__; }
19.leftcol .dokuwiki a.urlextern, .rightcol .dokuwiki a.urlextern {
20	background-image: none;
21}
22
23#writtensidebar ul{
24margin: 0;
25padding: 0px;
26list-style-type: none;
27border: 0px solid black;
28border-bottom-width: 0;
29/*width: 185px;*/
30font-size: 0.8em;
31}
32
33
34#writtensidebar h1{
35border-bottom: 3px solid #C0C0C0;
36padding: 1px 0;
37padding-left: 5px;
38/* background-color: #3c3c3c; */ padding-top: 12px;
39font-size: 12.88px;
40color: #808080;
41font-weight: bold;
42}
43
44#writtensidebar li a{
45display: block;
46padding: 6px 0px;
47/*padding-left: 9px;*/
48/* width: 169px; */ /*185px minus all left/right paddings and margins*/
49text-decoration: none;
50color: #000080;
51background-color: none;
52border-bottom: 0px solid #F1F1F1;
53border-left: 0px solid #C0C0C0;
54}
55
56
57#writtensidebar li a:hover {
58background-image: url('images/menu-onback.png');
59background-color: #F1F1F1;
60border-left-color: #484848;
61color: #0066cc;
62}
63
64.page h1{ width: 100%; min-height: 53px;
65font-weight: normal;
66
67	background-image: url('images/contentheaderback-left.jpg'), url('images/contentheaderback-loop.png');
68	background-position: left, middle;
69	background-repeat: repeat-y, repeat;
70
71color: #808080; font-size: 32px;
72padding-left: 1em; padding-top: 0.15em;
73line-height: normal !important;
74
75}
76
77
78/* config manager */
79
80/*#config__manager fieldset { clear: both; }*/
81#config__manager table { min-width: 10%; width: 100%; }
82/*fieldset { word-wrap: anywhere; }*/
83#config__manager table { border-collapse: revert; border-spacing: 0px 1.85em; }
84#config__manager tr { padding: 1em 0px; }
85#config__manager td.label span.outkey { font-size: 1.15em !important; }
86#config__manager fieldset td.value { width: 25%; }
87
88/*select { display: none; }*/
89/* defined in /lib/plugin/config.style.css */
90#config__manager td input.edit {
91    max-width: 14em;
92}
93#config__manager td .input {
94    min-width: 50%;
95    /*width: 90%;*/
96    width: unset;
97    /*width: max-content;*/
98}
99#config__manager td select.edit { }
100#config__manager td textarea.edit {
101    width: 100%;
102    height: 4em;
103}
104
105/* ------ */