Project

General

Profile

1 944 Ruebenwurz
body,td,th,input,textarea {
2
 font-family: Verdana, Arial, Helvetica, sans-serif;
3
 font-size: 12px;
4
 color: #000000;
5
}
6
7
body {
8
 background-color: #A8BCCB;
9
 /*background-image: url(images/background.png);*/
10
 background-repeat: repeat-x;
11
 margin: 0px;
12
}
13
14
form {
15
 margin: 0;
16
}
17
18
hr {
19
 margin: 15px 0px 15px 0px;
20
 color: #003366;
21
 height: 1px;
22
}
23
24
h1 {
25
 text-align: center;
26
 font-size: 20px;
27
 color: #000000;
28
 text-transform: uppercase;
29
}
30
31
h2 {
32
 font-size: 15px;
33
 color: #336699;
34
 margin: 5px 0px 5px 0px;
35
}
36
37
h4 {
38
 margin: 0;
39
 border-bottom: 1px solid #DDD;
40
 padding-bottom: 5px;
41
}
42
43
a:link, a:visited, a:active {
44
 color: #003366;
45
 text-decoration: none;
46
}
47
48
a:hover {
49
 text-decoration: none;
50
 color: #336699;
51
}
52
53
ul, li {
54
 list-style: none;
55
 margin: 0;
56
 padding: 0;
57
}
58
59
label {
60
 cursor: pointer;
61
}
62
63
input:focus, input:active, select:focus, textarea:focus {
64
 background: #F1F8FD;
65
}
66
67
iframe {
68
 border: 1px solid #35373a;
69
}
70
71
div.box {
72
 font-size: small;
73
 width: 100%;
74
 text-align: right;
75
 margin: -10px 0 0 0;
76
}
77
78
.content {
79
 background: #fff url(images/bgtitle.png);
80
 background-repeat: repeat-x;
81
 padding: 20px;
82
 height: 280px;
83
 width: 750px;
84
 text-align: left;
85
 vertical-align: top;
86
}
87
88
.current a, .current a:link, .current a:active, .current a:visited {
89
 background: #fff url(images/menuo.png);
90
 background-repeat: repeat-x;
91
 color: #fff;
92
}
93
94
.description {
95
 vertical-align: top;
96
 text-align: left;
97
 width: 240px;
98
 padding: 0px 0px 0px 3px;
99
}
100
101
.graphic {
102
 width: 50px;
103
 height: 50px;
104
 border: 4px solid #FDFDFD;
105
 padding-left: 3px;
106
}
107
108
.graphic img {
109
 vertical-align: middle;
110
 background-color: #FFFFFF;
111
 padding: 3px 12px 3px 3px;
112
 margin-right: 12px;
113
 border-right: 3px solid silver;
114
}
115
116
.hide {
117
 display: none;
118
}
119
120
.menu {
121
 margin: 0;
122
 padding: 0;
123
 padding-top: 8px;
124
 padding-bottom: 10px;
125
 padding-left: 8px;
126
 background: #000 url(images/menu.png);
127
 background-repeat: repeat-x;
128
}
129
130
.menu li {
131
 list-style-type: none;
132
 display: inline;
133
 padding-right: 1px;
134
}
135
136
.menu a, .menu a:link, .menu a:active, .menu a:visited {
137
 border-bottom: 0;
138
 padding: 7px 11px 9px 11px;
139
 color: #fff;
140
}
141
142
.menu a:hover {
143
 text-decoration: none;
144
 color: #fff;
145
 background: #fff url(images/menuo.png);
146
 background-repeat: repeat-x;
147
}
148
149
.note {
150
 color: #666666;
151
 font-size: 10px;
152
}
153
154
.pages_list .icon_col td img {
155
 display: block;
156
 border-style: none;
157
 float: left;
158
 padding-right: 7px;
159
}
160
161
.pages_list table {
162
 width: 730px;
163
 background-color: #f0f0f0;
164
}
165
166
.pages_list table td {
167
 padding: 3px;
168
}
169
170
.pages_list ul li {
171
 padding: 2px 0px;
172
}
173
174
.page_list {
175
 display: none;
176
}
177
178
.page_list_show li {
179
 display: block;
180
}
181
182
img.page_list_rights {
183
 border: none;
184
 margin-right: 5px;
185
 float: left;
186
 margin-top: 2px;
187
 margin-bottom: 2px;
188
}
189
190
.row_a {
191
 background-color: #ECF3F7;
192
}
193
194
.row_b {
195
 background-color: #DBEBF2;
196
}
197
198
.save, .reset {
199
 width: 100px;
200
}
201
202
.section {
203
 margin-top: 10px;
204
 padding: 0px;
205
 /*border: 1px solid #999999;*/
206
 height: 75px;
207
 width: 100%;
208
 background-color: #FDFDFD;
209
}
210
211
.sections_header {
212
 width: 100%;
213
 height: 50px;
214
 margin-bottom: 10px;
215
 background-color: #F0F0F0;
216
 border: none;
217
}
218
219
.sections_header td {
220
 padding: 5px;
221
}
222
223
.settings_table td {
224
 vertical-align: top;
225
 text-align: left;
226
}
227
228
.setting_name {
229 982 Ruebenwurz
 width: 20%;
230 944 Ruebenwurz
}
231
232 982 Ruebenwurz
.setting_value {
233
 width: 80%;
234
}
235
236 944 Ruebenwurz
.setting_value input, .setting_value select, .setting_value textarea {
237
 width: 100%;
238
}
239
240
.setting_value textarea {
241
 height: 50px;
242
}
243
244
.title {
245
 width: 90%;
246
 text-align: left;
247
 font-weight: bold;
248
 font-size: 14px;
249
 color: #003366;
250
 height: 16px;
251
 padding: 4px 0px 0px 3px;
252
}
253
254
.tool_table td {
255
 vertical-align: top;
256
 text-align: left;
257
}
258
259
.tool_table ul {
260
 margin: 0;
261
 padding: 0;
262
 margin-left: 20px;
263
 margin-bottom: 10px;
264
}
265
266
.tool_table li {
267
 padding-bottom: 5px;
268
 list-style-type: disc;
269
}
270
271
.value_input input, .value_input text, .value_input select {
272
 width: 100%;
273
}
274
275
#file_mode input {
276
 width: 12px;
277
 height: 12px;
278
}
279
280
#dir_mode input {
281
 width: 12px;
282
 height: 12px;
283
}
284
285
#hide2 {
286
 display: none;
287
}
288
289
/* CSS STYLES FOR THE PAGES SECTION */
290
291
table.pages_view {
292
 width: 730px;
293
 border: 0;
294
 border-spacing: 0px;
295
 background-color: #ECF3F7;
296
}
297
298
table.pages_view td {
299
 padding: 3px;
300
}
301
302
table.pages_view tr:hover {
303
 background-color: #F1F8DD;
304
}
305
306
/* FORMS */
307
308
.submit, .cancel {
309
 width: 100px;
310
 margin-top: 5px;
311
}
312
313
.form_submit {
314
 width: 100%;
315
}
316
317
.form_submit .left {
318
 text-align: left;
319
}
320
321
.form_submit .right {
322
 text-align: right;
323
}
324
325
.input_narrow {
326
 width: 100px;
327
}
328
329
.input_normal {
330
 width: 120px;
331
}
332
333
.input_medium {
334
 width: 150px;
335
}
336
337
.input_wide {
338
 width: 200px;
339
}
340
341
.input_large {
342
 width: 300px;
343
}
344
345
.input_full {
346
 width: 100%;
347
}
348
349
select option.disabled {
350
 color: #aaa;
351
}
352
353
.jsadmin_drag img {
354
 padding: 3px 0;
355
 margin-top: 1px;
356
 vertical-align: top;
357
 cursor: pointer;
358
}
359
360
.jsadmin_drag img:hover {
361
/* background-color: lightgrey; */
362
}
363
364
.modify_link {
365
 padding-top: 4px;
366
 padding-left: 7px;
367
 text-indent: 7px;
368
}
369
370
371
372
373
374
375
376
377
378
379
380
381
/* Ende */