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
.header {
84
	width: 900px;
85
	margin: 0 auto;
86
}
87

    
88
.container {
89
 background: #fff url(images/bgtitle.png);
90
 background-repeat: repeat-x;
91
 width:80%;
92
 margin: 0 auto;
93
}
94
 
95
.content {
96
 padding: 20px;
97
 height: 280px;
98
 width: 750px;
99
 text-align: left;
100
 vertical-align: top;
101
}
102

    
103
.current a, .current a:link, .current a:active, .current a:visited {
104
 background: #fff url(images/menuo.png);
105
 background-repeat: repeat-x;
106
 color: #fff;
107
}
108

    
109
.description {
110
 vertical-align: top;
111
 text-align: left;
112
 width: 240px;
113
 padding: 0px 0px 0px 3px;
114
}
115

    
116
.graphic {
117
 width: 50px;
118
 height: 50px;
119
 border: 4px solid #FDFDFD;
120
 padding-left: 3px;
121
}
122

    
123
.graphic img {
124
 vertical-align: middle;
125
 background-color: #FFFFFF;
126
 padding: 3px 12px 3px 3px;
127
 margin-right: 12px;
128
 border-right: 3px solid silver;
129
}
130

    
131
.hide {
132
 display: none;
133
}
134

    
135
.menu {
136
 margin: 0;
137
 padding: 0;
138
 padding-top: 8px;
139
 padding-bottom: 10px;
140
 padding-left: 8px;
141
 background: #000 url(images/menu.png);
142
 background-repeat: repeat-x;
143
}
144

    
145
.menu li {
146
 list-style-type: none;
147
 display: inline;
148
 padding-right: 1px;
149
}
150

    
151
.menu a, .menu a:link, .menu a:active, .menu a:visited {
152
 border-bottom: 0;
153
 padding: 7px 11px 9px 11px;
154
 color: #fff;
155
}
156

    
157
.menu a:hover {
158
 text-decoration: none;
159
 color: #fff;
160
 background: #fff url(images/menuo.png);
161
 background-repeat: repeat-x;
162
}
163

    
164
.note {
165
 color: #666666;
166
 font-size: 10px;
167
}
168

    
169
.pages_list .icon_col td img {
170
 display: block;
171
 border-style: none;
172
 float: left;
173
 padding-right: 7px;
174
}
175

    
176
.pages_list table {
177
 width: 730px;
178
 background-color: #f0f0f0;
179
}
180

    
181
.pages_list table td {
182
 padding: 3px;
183
}
184

    
185
.pages_list ul {margin:0;font-weight:normal; padding: 0px;}
186
.pages_list ul li {list-style-type:none;margin:2px 0; padding:0px;}
187

    
188
.page_list {
189
 display: none;
190
}
191

    
192
.page_list_show li {
193
 display: block;
194
}
195

    
196
img.page_list_rights {
197
 border: none;
198
 margin-right: 5px;
199
 float: left;
200
 margin-top: 2px;
201
 margin-bottom: 2px;
202
}
203

    
204
.content input {
205
	font-size: 12px;
206
}
207
.row_a {
208
 background-color: #ECF3F7;
209
}
210

    
211
.row_b {
212
 background-color: #DBEBF2;
213
}
214

    
215
.save, .reset {
216
 width: 100px;
217
}
218

    
219
.section {
220
 margin-top: 10px;
221
 padding: 0px;
222
 /*border: 1px solid #999999;*/
223
 height: 75px;
224
 width: 100%;
225
 background-color: #FDFDFD;
226
}
227

    
228
.sections_header {
229
 width: 100%;
230
 height: 50px; 
231
 margin-bottom: 10px;
232
 background-color: #F0F0F0;
233
 border: none;
234
}
235

    
236
.sections_header td {
237
 padding: 5px;
238
}
239

    
240
.settings_table td {
241
 vertical-align: top;
242
 text-align: left;
243
}
244

    
245
.setting_name {
246
 width: 20%;
247
}
248

    
249
.setting_value {
250
 width: 80%;
251
}
252

    
253
.setting_value input, .setting_value select, .setting_value textarea {
254
 width: 100%;
255
}
256

    
257
.setting_value textarea {
258
 height: 50px;
259
}
260

    
261
.title {
262
 width: 90%;
263
 text-align: left;
264
 font-weight: bold;
265
 font-size: 14px;
266
 color: #003366;
267
 height: 16px;
268
 padding: 4px 0px 0px 3px;
269
}
270

    
271
.tool_table td {
272
 vertical-align: top;
273
 text-align: left;
274
}
275

    
276
.tool_table ul {
277
 margin: 0;
278
 padding: 0;
279
 margin-left: 20px;
280
 margin-bottom: 10px;
281
}
282

    
283
.tool_table li {
284
 padding-bottom: 5px;
285
 list-style-type: disc;
286
}
287

    
288
.value_input input, .value_input text, .value_input select {
289
 width: 100%;
290
}
291

    
292
#file_mode input {
293
 width: 12px;
294
 height: 12px;
295
}
296

    
297
#dir_mode input {
298
 width: 12px;
299
 height: 12px;
300
}
301

    
302
#hide2 {
303
 display: none;
304
}
305

    
306
/* CSS STYLES FOR THE PAGES SECTION */
307

    
308
table.pages_view {
309
 width: 730px;
310
 border: 0;
311
 border-spacing: 0px;
312
 background-color: #ECF3F7;
313
}
314

    
315
table.pages_view td {
316
 padding: 3px;
317
}
318

    
319
table.pages_view tr:hover {
320
 background-color: #F1F8DD;
321
}
322

    
323
/* FORMS */
324

    
325
.submit, .cancel {
326
 width: 100px;
327
 margin-top: 5px;
328
}
329

    
330
.form_submit {
331
 width: 100%;
332
}
333

    
334
.form_submit .left {
335
 text-align: left;
336
}
337

    
338
.form_submit .right {
339
 text-align: right;
340
}
341

    
342
.input_small {
343
 width: 20px;
344
}
345

    
346
.input_narrow {
347
 width: 100px;
348
}
349

    
350
.input_normal {
351
 width: 120px;
352
}
353

    
354
.input_medium {
355
 width: 150px;
356
}
357

    
358
.input_wide {
359
 width: 200px;
360
}
361

    
362
.input_large {
363
 width: 300px;
364
}
365

    
366
.input_full {
367
 width: 100%;
368
}
369

    
370
select option.disabled {
371
 color: #aaa;
372
}
373

    
374
.jsadmin_drag img {
375
 padding: 3px 0;
376
 margin-top: 1px;
377
 vertical-align: top;
378
 cursor: pointer;
379
}
380

    
381
.modify_link {
382
	vertical-align: middle;
383
	padding-top: 4px;
384
	display: inline;
385
}
386

    
387
.header_list_menu_title {text-align:left;}
388
.header_list_page_title {width:290px; text-align:left;}
389
.header_list_page_id {width:40px; text-align: left;}
390
.header_list_actions {width:150px; text-align:left;}
391

    
392
.list_menu_title {text-align:left;}
393
.list_page_title {width:290px;text-align:left; }
394

    
395
.list_page_id {width:30px;text-align: right; }
396
.list_actions {width:20px;text-align:left;}
397

    
398

    
399

    
400
/* Ende */
(5-5/5)