source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/config/style.css@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 2.5 KB
RevLine 
[25027]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: 31em;
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 label {
42 clear: left;
43 display: block;
44}
45#config__manager td.label img {
46 padding: 0 10px;
47 vertical-align: middle;
48 float: right;
49}
50
51#config__manager td.label span.outkey {
52 font-size: 70%;
53 margin-top: -1.7em;
54 margin-left: -1em;
55 display: block;
56 background-color: __background__;
57 color: __text_neu__;
58 float: left;
59 padding: 0 0.1em;
60 position: relative;
61 z-index: 1;
62}
63
64#config__manager td input.edit {
65 width: 30em;
66}
67#config__manager td .input {
68 width: 30.8em;
69}
70#config__manager td select.edit { }
71#config__manager td textarea.edit {
72 width: 27.5em;
73 height: 4em;
74}
75
76#config__manager tr .input,
77#config__manager tr input,
78#config__manager tr textarea,
79#config__manager tr select {
80 background-color: #fff;
81 color: #000;
82}
83
84#config__manager tr.default .input,
85#config__manager tr.default input,
86#config__manager tr.default textarea,
87#config__manager tr.default select,
88#config__manager .selectiondefault {
89 background-color: #ccddff;
90 color: #000;
91}
92
93#config__manager tr.protected .input,
94#config__manager tr.protected input,
95#config__manager tr.protected textarea,
96#config__manager tr.protected select,
97#config__manager tr.protected .selection {
98 background-color: #ffcccc!important;
99 color: #000 !important;
100}
101
102#config__manager td.error { background-color: red; color: #000; }
103
104#config__manager .selection {
105 width: 14.8em;
106 float: left;
107 margin: 0 0.3em 2px 0;
108}
109
110#config__manager .selection label {
111 float: right;
112 width: 14em;
113 font-size: 90%;
114}
115
116
117/* IE6 correction */
118* html #config__manager .selection label {
119 padding-top: 2px;
120}
121
122#config__manager .selection input.checkbox {
123 padding-left: 0.7em;
124}
125
126#config__manager .other {
127 clear: both;
128 padding-top: 0.5em;
129}
130
131#config__manager .other label {
132 padding-left: 2px;
133 font-size: 90%;
134}
135
136/* end plugin:configmanager */
Note: See TracBrowser for help on using the repository browser.