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
 overflow-y: scroll;
13
 height: 1%;
14
}
15

    
16
img {
17
	border: 0px;
18
}
19

    
20
form {
21
 margin: 0;
22
}
23

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

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

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

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

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

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

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

    
65
label {
66
 cursor: pointer;
67
}
68

    
69
input:focus, input:active, select:focus, textarea:focus {
70
 background: #F1F8FD;
71
}
72

    
73
iframe {
74
 border: 1px solid #35373a;
75
}
76

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

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

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

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

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

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

    
122
.hide {
123
 display: none;
124
}
125

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

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

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

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

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

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

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

    
172
.pages_list table td {
173
 padding: 3px;
174
}
175

    
176
.pages_list ul li {
177
 padding: 2px 0px;
178
}
179

    
180
.page_list {
181
 display: none;
182
}
183

    
184
.page_list_show li {
185
 display: block;
186
}
187

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

    
196
.row_a {
197
 background-color: #ECF3F7;
198
}
199

    
200
.row_b {
201
 background-color: #DBEBF2;
202
}
203

    
204
.save, .reset {
205
 width: 100px;
206
}
207

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

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

    
225
.sections_header td {
226
 padding: 5px;
227
}
228

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

    
234
.setting_name {
235
 width: 20%;
236
}
237

    
238
.setting_value {
239
 width: 80%;
240
}
241

    
242
.setting_value input, .setting_value select, .setting_value textarea {
243
 width: 100%;
244
}
245

    
246
.setting_value textarea {
247
 height: 50px;
248
}
249

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

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

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

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

    
277
.value_input input, .value_input text, .value_input select {
278
 width: 100%;
279
}
280

    
281
#file_mode input {
282
 width: 12px;
283
 height: 12px;
284
}
285

    
286
#dir_mode input {
287
 width: 12px;
288
 height: 12px;
289
}
290

    
291
#hide2 {
292
 display: none;
293
}
294

    
295
/* CSS STYLES FOR THE PAGES SECTION */
296

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

    
304
table.pages_view td {
305
 padding: 3px;
306
}
307

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

    
312
/* FORMS */
313

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

    
319
.form_submit {
320
 width: 100%;
321
}
322

    
323
.form_submit .left {
324
 text-align: left;
325
}
326

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

    
334
.input_narrow {
335
 width: 100px;
336
}
337

    
338
.input_normal {
339
 width: 120px;
340
}
341

    
342
.input_medium {
343
 width: 150px;
344
}
345

    
346
.input_wide {
347
 width: 200px;
348
}
349

    
350
.input_large {
351
 width: 300px;
352
}
353

    
354
.input_full {
355
 width: 100%;
356
}
357

    
358
select option.disabled {
359
 color: #aaa;
360
}
361

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

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

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

    
379

    
380

    
381

    
382

    
383

    
384

    
385

    
386

    
387

    
388

    
389

    
390
/* Ende */
(4-4/4)