Project

General

Profile

1
html {overflow: -moz-scrollbars-vertical;} /* Force firefox to always show room for a vertical scrollbar */
2
body,td,th,input,textarea {
3
 font-family: Verdana, Arial, Helvetica, sans-serif;
4
 font-size: 12px;
5
 color: #000000;
6
}
7

    
8
body {
9
 background-color: #A8BCCB;
10
 /*background-image: url(images/background.png);*/
11
 background-repeat: repeat-x;
12
 margin: auto;
13
}
14

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

    
19
form {
20
 margin: 0;
21
}
22

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

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

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

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

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

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

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

    
64
label {
65
 cursor: pointer;
66
}
67

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
175
.pages_list ul {margin:0;font-weight:normal; padding: 0px;}
176
.pages_list ul li {list-style-type:none;margin:2px 0; padding:0px;}
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
.content input {
195
	font-size: 12px;
196
}
197
.row_a {
198
 background-color: #ECF3F7;
199
}
200

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
313
/* FORMS */
314

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

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

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

    
328
.form_submit .right {
329
 text-align: right;
330
}
331

    
332
.input_small {
333
 width: 20px;
334
}
335

    
336
.input_narrow {
337
 width: 100px;
338
}
339

    
340
.input_normal {
341
 width: 120px;
342
}
343

    
344
.input_medium {
345
 width: 150px;
346
}
347

    
348
.input_wide {
349
 width: 200px;
350
}
351

    
352
.input_large {
353
 width: 300px;
354
}
355

    
356
.input_full {
357
 width: 100%;
358
}
359

    
360
select option.disabled {
361
 color: #aaa;
362
}
363

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

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

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

    
381
.header_list_page_ID {width:15px;text-align:left;}
382
.header_list_page_title {width:272px;text-align:left;}
383
.header_list_menu_title {width:252px;text-align:left;}
384
.header_list_actions {text-align:left;}
385

    
386
.list_page_title {}
387
.list_menu_title {width:252px;text-align:left;}
388
.list_actions {width:20px;}
389

    
390

    
391

    
392

    
393

    
394

    
395

    
396

    
397

    
398

    
399
/* Ende */
(5-5/5)