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
 overflow-y: scroll;
12
 margin: auto;
13
 height: 1%;
14
}
15

    
16
img {
17
	border: 0;
18
}
19

    
20
form {
21
 margin: 0;
22
}
23

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

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

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

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

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

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

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

    
65
label {
66
 cursor: pointer;
67
}
68

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

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

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

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

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

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

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

    
114
.graphic img {
115
 vertical-align: middle;
116
 background-color: #FFFFFF;
117
	padding: 4px;
118
	border: 1px solid #D0D0D0;
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 li {
176
 padding: 2px 0px;
177
}
178

    
179
.page_list {
180
 display: none;
181
}
182

    
183
.page_list_show li {
184
 display: block;
185
}
186

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

    
195
.row_a {
196
 background-color: #ECF3F7;
197
}
198

    
199
.row_b {
200
 background-color: #DBEBF2;
201
}
202

    
203
.save, .reset {
204
 width: 100px;
205
}
206

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

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

    
224
.sections_header td {
225
 padding: 5px;
226
}
227

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

    
233
.setting_name {
234
 width: 20%;
235
}
236

    
237
.setting_value {
238
 width: 80%;
239
}
240

    
241
.setting_value input, .setting_value select, .setting_value textarea {
242
 width: 100%;
243
}
244

    
245
.setting_value textarea {
246
 height: 50px;
247
}
248

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

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

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

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

    
276
.value_input input, .value_input text, .value_input select {
277
 width: 100%;
278
}
279

    
280
#file_mode input {
281
 width: 12px;
282
 height: 12px;
283
}
284

    
285
#dir_mode input {
286
 width: 12px;
287
 height: 12px;
288
}
289

    
290
#hide2 {
291
 display: none;
292
}
293

    
294
/* CSS STYLES FOR THE PAGES SECTION */
295

    
296
table.pages_view {
297
	width: 720px;
298
 border: 0;
299
 border-spacing: 0px;
300
 background-color: #ECF3F7;
301
}
302

    
303
table.pages_view td {
304
	padding: 1px;
305
}
306

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

    
311
/* FORMS */
312

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

    
318
.form_submit {
319
 width: 100%;
320
}
321

    
322
.form_submit .left {
323
 text-align: left;
324
}
325

    
326
.form_submit .right {
327
 text-align: right;
328
}
329

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

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

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

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

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

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

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

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

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

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

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

    
379

    
380

    
381

    
382

    
383

    
384

    
385

    
386

    
387

    
388

    
389

    
390
/* Ende */
(4-4/4)