xref: /dokuwiki/lib/plugins/config/style.css (revision 5faeb1e6522b7ca419826ec051b85207415f3f23)
1/* plugin:configmanager */
2#config__manager div.success,
3#config__manager div.error,
4#config__manager div.info {
5  background-position: 0.5em;
6  padding: 0.5em;
7  text-align:center;
8}
9
10#config__manager fieldset {
11  margin: 1em;
12  width: auto;
13  margin-bottom: 2em;
14  background-color: __background_alt__;
15  color: __text__;
16  padding: 0 1em;
17}
18#config__manager legend {
19    font-size: 1.25em;
20}
21
22#config__manager form { }
23#config__manager table {
24    margin: 1em 0;
25    width: 100%;
26}
27
28#config__manager fieldset td {
29    text-align: left;
30}
31#config__manager fieldset td.value {
32    /* fixed data column width */
33    width: 30em;
34}
35
36#config__manager td.label {
37    padding: 0.8em 0 0.6em 1em;
38    vertical-align: top;
39}
40
41#config__manager td.label span.outkey {
42    font-size: 70%;
43    margin-top: -1.7em;
44    margin-left: -1em;
45    display: block;
46    background-color: __background__;
47    color: __text_neu__;
48    float: left;
49    padding: 0 0.1em;
50}
51
52#config__manager td input.edit {
53    width: 30em;
54}
55#config__manager td select.edit { }
56#config__manager td textarea.edit {
57    width: 27.5em;
58    height: 4em;
59}
60
61#config__manager tr .input,
62#config__manager tr input,
63#config__manager tr textarea,
64#config__manager tr select {
65  background-color: #fff;
66  color: #000;
67}
68
69#config__manager tr.default .input,
70#config__manager tr.default input,
71#config__manager tr.default textarea,
72#config__manager tr.default select,
73#config__manager .selectiondefault {
74  background-color: #ccddff;
75  color: #000;
76}
77
78#config__manager tr.protected .input,
79#config__manager tr.protected input,
80#config__manager tr.protected textarea,
81#config__manager tr.protected select,
82#config__manager tr.protected .selection {
83  background-color: #ffcccc!important;
84  color: #000 !important;
85}
86
87#config__manager td.error  { background-color: red; color: #000;}
88
89#config__manager .selection {
90  width: 14.8em;
91  float: left;
92  margin: 0 0.3em 2px 0;
93}
94
95#config__manager .selection label {
96  float: right;
97  width: 14em;
98  font-size: 90%;
99}
100
101
102/* IE6 correction */
103* html #config__manager .selection label {
104  padding-top: 2px;
105}
106
107#config__manager .selection input.checkbox {
108  padding-left: 0.7em;
109}
110
111#config__manager .other {
112  clear: both;
113  padding-top: 0.5em;
114}
115
116#config__manager .other label {
117  padding-left: 2px;
118  font-size: 90%;
119}
120
121/* end plugin:configmanager */
122