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: 0px;
12
}
13

    
14
form {
15
 margin: 0;
16
}
17

    
18
hr {
19
 margin: 15px 0px 15px 0px;
20
 color: #003366;
21
 height: 1px;
22
}
23

    
24
h1 {
25
 text-align: center;
26
 font-size: 20px;
27
 color: #000000;
28
 text-transform: uppercase;
29
}
30

    
31
h2 {
32
 font-size: 15px;
33
 color: #336699;
34
 margin: 5px 0px 5px 0px;
35
}
36

    
37
h4 {
38
 margin: 0;
39
 border-bottom: 1px solid #DDD;
40
 padding-bottom: 5px;
41
}
42

    
43
a:link, a:visited, a:active {
44
 color: #003366;
45
 text-decoration: none;
46
}
47

    
48
a:hover {
49
 text-decoration: none;
50
 color: #336699;
51
}
52

    
53
ul, li {
54
 list-style: none;
55
 margin: 0;
56
 padding: 0;
57
}
58

    
59
label {
60
 cursor: pointer;
61
}
62

    
63
input:focus, input:active, select:focus, textarea:focus {
64
 background: #F1F8FD;
65
}
66

    
67
iframe {
68
 border: 1px solid #35373a;
69
}
70

    
71
div.box {
72
 font-size: small;
73
 width: 100%;
74
 text-align: right;
75
 margin: -10px 0 0 0;
76
}
77

    
78
.content {
79
 background: #fff url(images/bgtitle.png);
80
 background-repeat: repeat-x;
81
 padding: 20px;
82
 height: 280px;
83
 width: 750px;
84
 text-align: left;
85
 vertical-align: top;
86
}
87

    
88
.current a, .current a:link, .current a:active, .current a:visited {
89
 background: #fff url(images/menuo.png);
90
 background-repeat: repeat-x;
91
 color: #fff;
92
}
93

    
94
.description {
95
 vertical-align: top;
96
 text-align: left;
97
 width: 240px;
98
 padding: 0px 0px 0px 3px;
99
}
100

    
101
.graphic {
102
 width: 50px;
103
 height: 50px;
104
 border: 4px solid #FDFDFD;
105
 padding-left: 3px;
106
}
107

    
108
.graphic img {
109
 vertical-align: middle;
110
 background-color: #FFFFFF;
111
 padding: 3px 12px 3px 3px;
112
 margin-right: 12px;
113
 border-right: 3px solid silver;
114
}
115

    
116
.hide {
117
 display: none;
118
}
119

    
120
.menu {
121
 margin: 0;
122
 padding: 0;
123
 padding-top: 8px;
124
 padding-bottom: 10px;
125
 padding-left: 8px;
126
 background: #000 url(images/menu.png);
127
 background-repeat: repeat-x;
128
}
129

    
130
.menu li {
131
 list-style-type: none;
132
 display: inline;
133
 padding-right: 1px;
134
}
135

    
136
.menu a, .menu a:link, .menu a:active, .menu a:visited {
137
 border-bottom: 0;
138
 padding: 7px 11px 9px 11px;
139
 color: #fff;
140
}
141

    
142
.menu a:hover {
143
 text-decoration: none;
144
 color: #fff;
145
 background: #fff url(images/menuo.png);
146
 background-repeat: repeat-x;
147
}
148

    
149
.note {
150
 color: #666666;
151
 font-size: 10px;
152
}
153

    
154
.pages_list .icon_col td img {
155
 display: block;
156
 border-style: none;
157
 float: left;
158
 padding-right: 7px;
159
}
160

    
161
.pages_list table {
162
 width: 730px;
163
 background-color: #f0f0f0;
164
}
165

    
166
.pages_list table td {
167
 padding: 3px;
168
}
169

    
170
.pages_list ul li {
171
 padding: 2px 0px;
172
}
173

    
174
.page_list {
175
 display: none;
176
}
177

    
178
.page_list_show li {
179
 display: block;
180
}
181

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

    
190
.row_a {
191
 background-color: #ECF3F7;
192
}
193

    
194
.row_b {
195
 background-color: #DBEBF2;
196
}
197

    
198
.save, .reset {
199
 width: 100px;
200
}
201

    
202
.section {
203
 margin-top: 10px;
204
 padding: 0px;
205
 /*border: 1px solid #999999;*/
206
 height: 75px;
207
 width: 100%;
208
 background-color: #FDFDFD;
209
}
210

    
211
.sections_header {
212
 width: 100%;
213
 height: 50px; 
214
 margin-bottom: 10px;
215
 background-color: #F0F0F0;
216
 border: none;
217
}
218

    
219
.sections_header td {
220
 padding: 5px;
221
}
222

    
223
.settings_table td {
224
 vertical-align: top;
225
 text-align: left;
226
}
227

    
228
.setting_name {
229
 width: 180px;
230
}
231

    
232
.setting_value input, .setting_value select, .setting_value textarea {
233
 width: 100%;
234
}
235

    
236
.setting_value textarea {
237
 height: 50px;
238
}
239

    
240
.title {
241
 width: 90%;
242
 text-align: left;
243
 font-weight: bold;
244
 font-size: 14px;
245
 color: #003366;
246
 height: 16px;
247
 padding: 4px 0px 0px 3px;
248
}
249

    
250
.tool_table td {
251
 vertical-align: top;
252
 text-align: left;
253
}
254

    
255
.tool_table ul {
256
 margin: 0;
257
 padding: 0;
258
 margin-left: 20px;
259
 margin-bottom: 10px;
260
}
261

    
262
.tool_table li {
263
 padding-bottom: 5px;
264
 list-style-type: disc;
265
}
266

    
267
.value_input input, .value_input text, .value_input select {
268
 width: 100%;
269
}
270

    
271
#file_mode input {
272
 width: 12px;
273
 height: 12px;
274
}
275

    
276
#dir_mode input {
277
 width: 12px;
278
 height: 12px;
279
}
280

    
281
#hide2 {
282
 display: none;
283
}
284

    
285
/* CSS STYLES FOR THE PAGES SECTION */
286

    
287
table.pages_view {
288
 width: 730px;
289
 border: 0;
290
 border-spacing: 0px;
291
 background-color: #ECF3F7;
292
}
293

    
294
table.pages_view td {
295
 padding: 3px;
296
}
297

    
298
table.pages_view tr:hover {
299
 background-color: #F1F8DD;
300
}
301

    
302
/* FORMS */
303

    
304
.submit, .cancel {
305
 width: 100px;
306
 margin-top: 5px;
307
}
308

    
309
.form_submit {
310
 width: 100%;
311
}
312

    
313
.form_submit .left {
314
 text-align: left;
315
}
316

    
317
.form_submit .right {
318
 text-align: right;
319
}
320

    
321
.input_narrow {
322
 width: 100px;
323
}
324

    
325
.input_normal {
326
 width: 120px;
327
}
328

    
329
.input_medium {
330
 width: 150px;
331
}
332

    
333
.input_wide {
334
 width: 200px;
335
}
336

    
337
.input_large {
338
 width: 300px;
339
}
340

    
341
.input_full {
342
 width: 100%;
343
}
344

    
345
select option.disabled {
346
 color: #aaa;
347
}
348

    
349
.jsadmin_drag img {
350
 padding: 3px 0;
351
 margin-top: 1px;
352
 vertical-align: top;
353
 cursor: pointer;
354
}
355

    
356
.jsadmin_drag img:hover {
357
/* background-color: lightgrey; */
358
}
359

    
360
.modify_link {
361
 padding-top: 4px;
362
 padding-left: 7px;
363
 text-indent: 7px;
364
}
365

    
366

    
367

    
368

    
369

    
370

    
371

    
372

    
373

    
374

    
375

    
376

    
377
/* Ende */
(3-3/3)