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: 4px;
112
	border: 1px solid #D0D0D0;
113
}
114

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
293
table.pages_view td {
294
	padding: 1px;
295
}
296

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

    
301
/* FORMS */
302

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

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

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

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

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

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

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

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

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

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

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

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

    
355
.jsadmin_drag img:hover {
356
 background-color: lightgrey;
357
}
358

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

    
365

    
366

    
367

    
368

    
369

    
370

    
371

    
372

    
373

    
374

    
375

    
376
/* Ende */
(3-3/3)