xref: /dokuwiki/lib/plugins/config/style.css (revision ece9fa7a2e2237ae9c68cc8c39521de00ac91739)
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#config__manager td input.edit {
36    width: 30em;
37}
38#config__manager td select.edit { }
39#config__manager td textarea.edit {
40    width: 27.5em;
41    height: 4em;
42}
43
44#config__manager tr .input,
45#config__manager tr input,
46#config__manager tr textarea,
47#config__manager tr select {
48  background-color: #fff;
49  color: #000;
50}
51
52#config__manager tr.default .input,
53#config__manager tr.default input,
54#config__manager tr.default textarea,
55#config__manager tr.default select,
56#config__manager .selectiondefault {
57  background-color: #ccddff;
58  color: #000;
59}
60
61#config__manager tr.protected .input,
62#config__manager tr.protected input,
63#config__manager tr.protected textarea,
64#config__manager tr.protected select,
65#config__manager tr.protected .selection {
66  background-color: #ffcccc!important;
67  color: #000 !important;
68}
69
70#config__manager td.error  { background-color: red; color: #000;}
71
72#config__manager .selection {
73  width: 14.8em;
74  float: left;
75  margin: 0 0.3em 2px 0;
76}
77
78#config__manager .selection label {
79  float: right;
80  width: 14em;
81  font-size: 90%;
82}
83
84/* IE6 correction */
85* html #config__manager .selection label {
86  padding-top: 2px;
87}
88
89#config__manager .selection input.checkbox {
90  padding-left: 0.7em;
91}
92
93#config__manager .other {
94  clear: both;
95  padding-top: 0.5em;
96}
97
98#config__manager .other label {
99  padding-left: 2px;
100  font-size: 90%;
101}
102
103/* end plugin:configmanager */
104