Project

General

Profile

1
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: auto;
12
}
13

    
14
img {
15
	border: 0px;
16
}
17

    
18
form {
19
 margin: 0;
20
}
21

    
22
hr {
23
 margin: 15px 0px 15px 0px;
24
 color: #003366;
25
 height: 1px;
26
}
27

    
28
h1 {
29
 text-align: center;
30
 font-size: 20px;
31
 color: #000000;
32
 text-transform: uppercase;
33
}
34

    
35
h2 {
36
 font-size: 15px;
37
 color: #336699;
38
 margin: 5px 0px 5px 0px;
39
}
40

    
41
h4 {
42
 margin: 0;
43
 border-bottom: 1px solid #DDD;
44
 padding-bottom: 5px;
45
}
46

    
47
a:link, a:visited, a:active {
48
 color: #003366;
49
 text-decoration: none;
50
}
51

    
52
a:hover {
53
 text-decoration: none;
54
 color: #336699;
55
}
56

    
57
ul, li {
58
 list-style: none;
59
 margin: 0;
60
 padding: 0;
61
}
62

    
63
label {
64
 cursor: pointer;
65
}
66

    
67
input:focus, input:active, select:focus, textarea:focus {
68
 background: #F1F8FD;
69
}
70

    
71
iframe {
72
 border: 1px solid #35373a;
73
}
74

    
75
div.box {
76
 font-size: small;
77
 width: 100%;
78
 text-align: right;
79
 margin: -10px 0 0 0;
80
}
81

    
82
.content {
83
 background: #fff url(images/bgtitle.png);
84
 background-repeat: repeat-x;
85
 padding: 20px;
86
 height: 280px;
87
 width: 750px;
88
 text-align: left;
89
 vertical-align: top;
90
}
91

    
92
.current a, .current a:link, .current a:active, .current a:visited {
93
 background: #fff url(images/menuo.png);
94
 background-repeat: repeat-x;
95
 color: #fff;
96
}
97

    
98
.description {
99
 vertical-align: top;
100
 text-align: left;
101
 width: 240px;
102
 padding: 0px 0px 0px 3px;
103
}
104

    
105
.graphic {
106
 width: 50px;
107
 height: 50px;
108
 border: 4px solid #FDFDFD;
109
 padding-left: 3px;
110
}
111

    
112
.graphic img {
113
 vertical-align: middle;
114
 background-color: #FFFFFF;
115
 padding: 3px 12px 3px 3px;
116
 margin-right: 12px;
117
 border-right: 3px solid silver;
118
}
119

    
120
.hide {
121
 display: none;
122
}
123

    
124
.menu {
125
 margin: 0;
126
 padding: 0;
127
 padding-top: 8px;
128
 padding-bottom: 10px;
129
 padding-left: 8px;
130
 background: #000 url(images/menu.png);
131
 background-repeat: repeat-x;
132
}
133

    
134
.menu li {
135
 list-style-type: none;
136
 display: inline;
137
 padding-right: 1px;
138
}
139

    
140
.menu a, .menu a:link, .menu a:active, .menu a:visited {
141
 border-bottom: 0;
142
 padding: 7px 11px 9px 11px;
143
 color: #fff;
144
}
145

    
146
.menu a:hover {
147
 text-decoration: none;
148
 color: #fff;
149
 background: #fff url(images/menuo.png);
150
 background-repeat: repeat-x;
151
}
152

    
153
.note {
154
 color: #666666;
155
 font-size: 10px;
156
}
157

    
158
.pages_list .icon_col td img {
159
 display: block;
160
 border-style: none;
161
 float: left;
162
 padding-right: 7px;
163
}
164

    
165
.pages_list table {
166
 width: 730px;
167
 background-color: #f0f0f0;
168
}
169

    
170
.pages_list table td {
171
 padding: 3px;
172
}
173

    
174
.pages_list ul li {
175
 padding: 2px 0px;
176
}
177

    
178
.page_list {
179
 display: none;
180
}
181

    
182
.page_list_show li {
183
 display: block;
184
}
185

    
186
img.page_list_rights {
187
 border: none;
188
 margin-right: 5px;
189
 float: left;
190
 margin-top: 2px;
191
 margin-bottom: 2px;
192
}
193

    
194
.row_a {
195
 background-color: #ECF3F7;
196
}
197

    
198
.row_b {
199
 background-color: #DBEBF2;
200
}
201

    
202
.save, .reset {
203
 width: 100px;
204
}
205

    
206
.section {
207
 margin-top: 10px;
208
 padding: 0px;
209
 /*border: 1px solid #999999;*/
210
 height: 75px;
211
 width: 100%;
212
 background-color: #FDFDFD;
213
}
214

    
215
.sections_header {
216
 width: 100%;
217
 height: 50px; 
218
 margin-bottom: 10px;
219
 background-color: #F0F0F0;
220
 border: none;
221
}
222

    
223
.sections_header td {
224
 padding: 5px;
225
}
226

    
227
.settings_table td {
228
 vertical-align: top;
229
 text-align: left;
230
}
231

    
232
.setting_name {
233
 width: 20%;
234
}
235

    
236
.setting_value {
237
 width: 80%;
238
}
239

    
240
.setting_value input, .setting_value select, .setting_value textarea {
241
 width: 100%;
242
}
243

    
244
.setting_value textarea {
245
 height: 50px;
246
}
247

    
248
.title {
249
 width: 90%;
250
 text-align: left;
251
 font-weight: bold;
252
 font-size: 14px;
253
 color: #003366;
254
 height: 16px;
255
 padding: 4px 0px 0px 3px;
256
}
257

    
258
.tool_table td {
259
 vertical-align: top;
260
 text-align: left;
261
}
262

    
263
.tool_table ul {
264
 margin: 0;
265
 padding: 0;
266
 margin-left: 20px;
267
 margin-bottom: 10px;
268
}
269

    
270
.tool_table li {
271
 padding-bottom: 5px;
272
 list-style-type: disc;
273
}
274

    
275
.value_input input, .value_input text, .value_input select {
276
 width: 100%;
277
}
278

    
279
#file_mode input {
280
 width: 12px;
281
 height: 12px;
282
}
283

    
284
#dir_mode input {
285
 width: 12px;
286
 height: 12px;
287
}
288

    
289
#hide2 {
290
 display: none;
291
}
292

    
293
/* CSS STYLES FOR THE PAGES SECTION */
294

    
295
table.pages_view {
296
 width: 730px;
297
 border: 0;
298
 border-spacing: 0px;
299
 background-color: #ECF3F7;
300
}
301

    
302
table.pages_view td {
303
 padding: 3px;
304
}
305

    
306
table.pages_view tr:hover {
307
 background-color: #F1F8DD;
308
}
309

    
310
/* FORMS */
311

    
312
.submit, .cancel {
313
 width: 100px;
314
 margin-top: 5px;
315
}
316

    
317
.form_submit {
318
 width: 100%;
319
}
320

    
321
.form_submit .left {
322
 text-align: left;
323
}
324

    
325
.form_submit .right {
326
 text-align: right;
327
}
328
.input_small {
329
 width: 20px;
330
}
331

    
332
.input_narrow {
333
 width: 100px;
334
}
335

    
336
.input_normal {
337
 width: 120px;
338
}
339

    
340
.input_medium {
341
 width: 150px;
342
}
343

    
344
.input_wide {
345
 width: 200px;
346
}
347

    
348
.input_large {
349
 width: 300px;
350
}
351

    
352
.input_full {
353
 width: 100%;
354
}
355

    
356
select option.disabled {
357
 color: #aaa;
358
}
359

    
360
.jsadmin_drag img {
361
 padding: 3px 0;
362
 margin-top: 1px;
363
 vertical-align: top;
364
 cursor: pointer;
365
}
366

    
367
.jsadmin_drag img:hover {
368
/* background-color: lightgrey; */
369
}
370

    
371
.modify_link {
372
 padding-top: 4px;
373
 padding-left: 7px;
374
 text-indent: 7px;
375
}
376

    
377

    
378

    
379

    
380

    
381

    
382

    
383

    
384

    
385

    
386

    
387

    
388
/* Ende */
(5-5/5)