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: 4px;
112
	border: 1px solid #D0D0D0;
113
}
114
115
.hide {
116
 display: none;
117
}
118
119
.menu {
120
 margin: 0;
121
 padding: 0;
122
 padding-top: 8px;
123
 padding-bottom: 10px;
124
 padding-left: 8px;
125
 background: #000 url(images/menu.png);
126
 background-repeat: repeat-x;
127
}
128
129
.menu li {
130
 list-style-type: none;
131
 display: inline;
132
 padding-right: 1px;
133
}
134
135
.menu a, .menu a:link, .menu a:active, .menu a:visited {
136
 border-bottom: 0;
137
 padding: 7px 11px 9px 11px;
138
 color: #fff;
139
}
140
141
.menu a:hover {
142
 text-decoration: none;
143
 color: #fff;
144
 background: #fff url(images/menuo.png);
145
 background-repeat: repeat-x;
146
}
147
148
.note {
149
 color: #666666;
150
 font-size: 10px;
151
}
152
153
.pages_list .icon_col td img {
154
 display: block;
155
 border-style: none;
156
 float: left;
157
 padding-right: 7px;
158
}
159
160
.pages_list table {
161
 width: 730px;
162
 background-color: #f0f0f0;
163
}
164
165
.pages_list table td {
166
 padding: 3px;
167
}
168
169
.pages_list ul li {
170
 padding: 2px 0px;
171
}
172
173
.page_list {
174
 display: none;
175
}
176
177
.page_list_show li {
178
 display: block;
179
}
180
181
img.page_list_rights {
182
 border: none;
183
 margin-right: 5px;
184
 float: left;
185
 margin-top: 2px;
186
 margin-bottom: 2px;
187
}
188
189
.row_a {
190
 background-color: #ECF3F7;
191
}
192
193
.row_b {
194
 background-color: #DBEBF2;
195
}
196
197
.save, .reset {
198
 width: 100px;
199
}
200
201
.section {
202
 margin-top: 10px;
203
 padding: 0px;
204
 border: 1px solid #999999;
205
 height: 75px;
206
 width: 100%;
207
 background-color: #FDFDFD;
208
}
209
210
.sections_header {
211
 width: 100%;
212
 height: 50px;
213
 margin-bottom: 10px;
214
 background-color: #F0F0F0;
215
 border: none;
216
}
217
218
.sections_header td {
219
 padding: 5px;
220
}
221
222
.settings_table td {
223
 vertical-align: top;
224
 text-align: left;
225
}
226
227
.setting_name {
228 982 Ruebenwurz
 width: 20%;
229 944 Ruebenwurz
}
230
231 982 Ruebenwurz
.setting_value {
232
 width: 80%;
233
}
234
235 944 Ruebenwurz
.setting_value input, .setting_value select, .setting_value textarea {
236
 width: 100%;
237
}
238
239
.setting_value textarea {
240
 height: 50px;
241
}
242
243
.title {
244
 width: 90%;
245
 text-align: left;
246
 font-weight: bold;
247
 font-size: 14px;
248
 color: #003366;
249
 height: 16px;
250
 padding: 4px 0px 0px 3px;
251
}
252
253
.tool_table td {
254
 vertical-align: top;
255
 text-align: left;
256
}
257
258
.tool_table ul {
259
 margin: 0;
260
 padding: 0;
261
 margin-left: 20px;
262
 margin-bottom: 10px;
263
}
264
265
.tool_table li {
266
 padding-bottom: 5px;
267
 list-style-type: disc;
268
}
269
270
.value_input input, .value_input text, .value_input select {
271
 width: 100%;
272
}
273
274
#file_mode input {
275
 width: 12px;
276
 height: 12px;
277
}
278
279
#dir_mode input {
280
 width: 12px;
281
 height: 12px;
282
}
283
284
#hide2 {
285
 display: none;
286
}
287
288
/* CSS STYLES FOR THE PAGES SECTION */
289
290
table.pages_view {
291
	width: 720px;
292
 border: 0;
293
 border-spacing: 0px;
294
 background-color: #ECF3F7;
295
}
296
297
table.pages_view td {
298
	padding: 1px;
299
}
300
301
table.pages_view tr:hover {
302
 background-color: #F1F8DD;
303
}
304
305
/* FORMS */
306
307
.submit, .cancel {
308
 width: 100px;
309
 margin-top: 5px;
310
}
311
312
.form_submit {
313
 width: 100%;
314
}
315
316
.form_submit .left {
317
 text-align: left;
318
}
319
320
.form_submit .right {
321
 text-align: right;
322
}
323
324
.input_narrow {
325
 width: 100px;
326
}
327
328
.input_normal {
329
 width: 120px;
330
}
331
332
.input_medium {
333
 width: 150px;
334
}
335
336
.input_wide {
337
 width: 200px;
338
}
339
340
.input_large {
341
 width: 300px;
342
}
343
344
.input_full {
345
 width: 100%;
346
}
347
348
select option.disabled {
349
 color: #aaa;
350
}
351
352
.jsadmin_drag img {
353
 padding: 3px 0;
354
 margin-top: 1px;
355
 vertical-align: top;
356
 cursor: pointer;
357
}
358
359
.jsadmin_drag img:hover {
360
 background-color: lightgrey;
361
}
362
363
.modify_link {
364
 padding-top: 4px;
365
 padding-left: 7px;
366
 text-indent: 7px;
367
}
368
369
370
371
372
373
374
375
376
377
378
379
380
/* Ende */