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
.container {
84
 background: #fff url(images/bgtitle.png);
85
 background-repeat: repeat-x;
86
 width: 85%;
87
 margin: 0 auto;
88
}
89

    
90
.content {
91
 padding: 20px;
92
 height: 280px;
93
 width: 98%;
94
 vertical-align: top;
95
}
96

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

    
103
.description {
104
 vertical-align: top;
105
 text-align: left;
106
 width: 240px;
107
 padding: 0px 0px 0px 3px;
108
}
109

    
110
.graphic {
111
 width: 50px;
112
 height: 50px;
113
 border: 4px solid #FDFDFD;
114
 padding-left: 3px;
115
}
116

    
117
.graphic img {
118
 vertical-align: middle;
119
 background-color: #FFFFFF;
120
	padding: 4px;
121
	border: 1px solid #D0D0D0;
122
}
123

    
124
.hide {
125
 display: none;
126
}
127

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

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

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

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

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

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

    
169
.pages_list table {
170
  width: 100%;
171
 margin: 0 auto;
172
 background-color: #f0f0f0;
173
}
174

    
175
.pages_list table td {
176
 padding: 3px;
177
}
178

    
179
.pages_list ul {margin:0;font-weight:normal; padding: 0px;}
180
.pages_list ul li {list-style-type:none;margin:2px 0; padding:0px;}
181

    
182
.page_list {
183
 display: none;
184
}
185

    
186
.page_list_show li {
187
 display: block;
188
}
189

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

    
198
.content input {
199
	font-size: 12px;
200
}
201
.row_a {
202
 background-color: #ECF3F7;
203
}
204

    
205
.row_b {
206
 background-color: #DBEBF2;
207
}
208

    
209
.save, .reset {
210
 width: 100px;
211
}
212

    
213
.section {
214
 margin-top: 10px;
215
 padding: 0px;
216
 border: 1px solid #999999;
217
 height: 75px;
218
 width: 100%;
219
 background-color: #FDFDFD;
220
}
221

    
222
.sections_header {
223
 width: 100%;
224
 height: 50px; 
225
 margin-bottom: 10px;
226
 background-color: #F0F0F0;
227
 border: none;
228
}
229

    
230
.sections_header td {
231
 padding: 5px;
232
}
233

    
234
.settings_table td {
235
 vertical-align: top;
236
 text-align: left;
237
}
238

    
239
.setting_name {
240
 width: 20%;
241
}
242

    
243
.setting_value {
244
 width: 80%;
245
}
246

    
247
.setting_value input, .setting_value select, .setting_value textarea {
248
 width: 100%;
249
}
250

    
251
.setting_value textarea {
252
 height: 50px;
253
}
254

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

    
265
.tool_table td {
266
 vertical-align: top;
267
 text-align: left;
268
}
269

    
270
.tool_table ul {
271
 margin: 0;
272
 padding: 0;
273
 margin-left: 20px;
274
 margin-bottom: 10px;
275
}
276

    
277
.tool_table li {
278
 padding-bottom: 5px;
279
 list-style-type: disc;
280
}
281

    
282
.value_input input, .value_input text, .value_input select {
283
 width: 100%;
284
}
285

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

    
291
#dir_mode input {
292
 width: 12px;
293
 height: 12px;
294
}
295

    
296
#hide2 {
297
 display: none;
298
}
299

    
300
/* CSS STYLES FOR THE PAGES SECTION */
301

    
302
table.pages_view {
303
 width: 100%;
304
 margin: 0 auto;
305
 border: 0;
306
 border-spacing: 0px;
307
 background-color: #ECF3F7;
308
}
309

    
310
table.pages_view td {
311
 padding: 3px;
312
}
313

    
314
table.pages_view tr:hover {
315
 background-color: #F1F8DD;
316
}
317

    
318
/* FORMS */
319

    
320
.submit, .cancel {
321
 width: 100px;
322
 margin-top: 5px;
323
}
324

    
325
.form_submit {
326
 width: 100%;
327
}
328

    
329
.form_submit .left {
330
 text-align: left;
331
}
332

    
333
.form_submit .right {
334
 text-align: right;
335
}
336

    
337
.input_small {
338
 width: 20px;
339
}
340

    
341
.input_narrow {
342
 width: 100px;
343
}
344

    
345
.input_normal {
346
 width: 120px;
347
}
348

    
349
.input_medium {
350
 width: 150px;
351
}
352

    
353
.input_wide {
354
 width: 200px;
355
}
356

    
357
.input_large {
358
 width: 300px;
359
}
360

    
361
.input_full {
362
 width: 100%;
363
}
364

    
365
select option.disabled {
366
 color: #aaa;
367
}
368

    
369
.jsadmin_drag img {
370
 padding: 3px 0;
371
 margin-top: 1px;
372
 vertical-align: top;
373
 cursor: pointer;
374
}
375

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

    
382
.header_title {
383
	width: 100%;
384
}
385
.header_list_menu_title {text-align:left;}
386
.header_list_page_title {width:300px; text-align:left;}
387
.header_list_page_id {width:50px; text-align: right; padding-right:15px;}
388
.header_list_actions {width:150px; text-align:left;}
389

    
390
.list_menu_title {text-align:left;}
391
.list_page_title {width:300px;text-align:left; }
392

    
393
.list_page_id {width:30px;text-align: right; }
394
.list_actions {width:20px;text-align:left;}
395
.sections_list {font-weight:bold;padding-left:10px;}
396
.sections_list table {width:900px;}
397

    
398

    
399
.header_list_type {text-align:left;}
400
.header_list_block {text-align:left;width:180px;}
401
.header_list_pubdate_start {text-align:left;width:200px;}
402
.header_list_pubdate_end {text-align:left;width:200px;}
403
.header_list_sections_actions {text-align:left;width:30px;}
404
.header_list_section_id {width:30px;text-align:right;}
405

    
406

    
407
.list_section_id {width:30px;text-align:right;}
408
.list_pubdate_start {text-align:left;width:200px;}
409
.list_pubdate_end {text-align:left;width:200px;}
410

    
411
/* Ende */
(4-4/4)