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: 4px;
117
	border: 1px solid #D0D0D0;
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 {margin:0;font-weight:normal; padding: 0px;}
175
.pages_list ul li {list-style-type:none;margin:2px 0; padding:0px;}
176

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

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

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

    
193
.content input {
194
	font-size: 12px;
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

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

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

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

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

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

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

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

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

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

    
370
.jsadmin_drag img:hover {
371
 background-color: lightgrey;
372
}
373

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

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

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

    
389

    
390

    
391

    
392

    
393

    
394

    
395

    
396

    
397

    
398
/* Ende */
(4-4/4)