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: auto;
|
12
|
}
|
13
|
|
14
|
img {
|
15
|
border: 0px;
|
16
|
}
|
17
|
|
18
|
form {
|
19
|
margin: 0;
|
20
|
}
|
21
|
|
22
|
hr {
|
23
|
margin: 15px 0px 15px 0px;
|
24
|
color: #003366;
|
25
|
height: 1px;
|
26
|
}
|
27
|
|
28
|
h1 {
|
29
|
text-align: center;
|
30
|
font-size: 20px;
|
31
|
color: #000000;
|
32
|
text-transform: uppercase;
|
33
|
}
|
34
|
|
35
|
h2 {
|
36
|
font-size: 15px;
|
37
|
color: #336699;
|
38
|
margin: 5px 0px 5px 0px;
|
39
|
}
|
40
|
|
41
|
h4 {
|
42
|
margin: 0;
|
43
|
border-bottom: 1px solid #DDD;
|
44
|
padding-bottom: 5px;
|
45
|
}
|
46
|
|
47
|
a:link, a:visited, a:active {
|
48
|
color: #003366;
|
49
|
text-decoration: none;
|
50
|
}
|
51
|
|
52
|
a:hover {
|
53
|
text-decoration: none;
|
54
|
color: #336699;
|
55
|
}
|
56
|
|
57
|
ul, li {
|
58
|
list-style: none;
|
59
|
margin: 0;
|
60
|
padding: 0;
|
61
|
}
|
62
|
|
63
|
label {
|
64
|
cursor: pointer;
|
65
|
}
|
66
|
|
67
|
input:focus, input:active, select:focus, textarea:focus {
|
68
|
background: #F1F8FD;
|
69
|
}
|
70
|
|
71
|
iframe {
|
72
|
border: 1px solid #35373a;
|
73
|
}
|
74
|
|
75
|
div.box {
|
76
|
font-size: small;
|
77
|
width: 100%;
|
78
|
text-align: right;
|
79
|
margin: -10px 0 0 0;
|
80
|
}
|
81
|
|
82
|
.content {
|
83
|
background: #fff url(images/bgtitle.png);
|
84
|
background-repeat: repeat-x;
|
85
|
padding: 20px;
|
86
|
height: 280px;
|
87
|
width: 750px;
|
88
|
text-align: left;
|
89
|
vertical-align: top;
|
90
|
}
|
91
|
|
92
|
.current a, .current a:link, .current a:active, .current a:visited {
|
93
|
background: #fff url(images/menuo.png);
|
94
|
background-repeat: repeat-x;
|
95
|
color: #fff;
|
96
|
}
|
97
|
|
98
|
.description {
|
99
|
vertical-align: top;
|
100
|
text-align: left;
|
101
|
width: 240px;
|
102
|
padding: 0px 0px 0px 3px;
|
103
|
}
|
104
|
|
105
|
.graphic {
|
106
|
width: 50px;
|
107
|
height: 50px;
|
108
|
border: 4px solid #FDFDFD;
|
109
|
padding-left: 3px;
|
110
|
}
|
111
|
|
112
|
.graphic img {
|
113
|
vertical-align: middle;
|
114
|
background-color: #FFFFFF;
|
115
|
padding: 4px;
|
116
|
border: 1px solid #D0D0D0;
|
117
|
}
|
118
|
|
119
|
.hide {
|
120
|
display: none;
|
121
|
}
|
122
|
|
123
|
.menu {
|
124
|
margin: 0;
|
125
|
padding: 0;
|
126
|
padding-top: 8px;
|
127
|
padding-bottom: 10px;
|
128
|
padding-left: 8px;
|
129
|
background: #000 url(images/menu.png);
|
130
|
background-repeat: repeat-x;
|
131
|
}
|
132
|
|
133
|
.menu li {
|
134
|
list-style-type: none;
|
135
|
display: inline;
|
136
|
padding-right: 1px;
|
137
|
}
|
138
|
|
139
|
.menu a, .menu a:link, .menu a:active, .menu a:visited {
|
140
|
border-bottom: 0;
|
141
|
padding: 7px 11px 9px 11px;
|
142
|
color: #fff;
|
143
|
}
|
144
|
|
145
|
.menu a:hover {
|
146
|
text-decoration: none;
|
147
|
color: #fff;
|
148
|
background: #fff url(images/menuo.png);
|
149
|
background-repeat: repeat-x;
|
150
|
}
|
151
|
|
152
|
.note {
|
153
|
color: #666666;
|
154
|
font-size: 10px;
|
155
|
}
|
156
|
|
157
|
.pages_list .icon_col td img {
|
158
|
display: block;
|
159
|
border-style: none;
|
160
|
float: left;
|
161
|
padding-right: 7px;
|
162
|
}
|
163
|
|
164
|
.pages_list table {
|
165
|
width: 730px;
|
166
|
background-color: #f0f0f0;
|
167
|
}
|
168
|
|
169
|
.pages_list table td {
|
170
|
padding: 3px;
|
171
|
}
|
172
|
|
173
|
.pages_list ul li {
|
174
|
padding: 2px 0px;
|
175
|
}
|
176
|
|
177
|
.page_list {
|
178
|
display: none;
|
179
|
}
|
180
|
|
181
|
.page_list_show li {
|
182
|
display: block;
|
183
|
}
|
184
|
|
185
|
img.page_list_rights {
|
186
|
border: none;
|
187
|
margin-right: 5px;
|
188
|
float: left;
|
189
|
margin-top: 2px;
|
190
|
margin-bottom: 2px;
|
191
|
}
|
192
|
|
193
|
.row_a {
|
194
|
background-color: #ECF3F7;
|
195
|
}
|
196
|
|
197
|
.row_b {
|
198
|
background-color: #DBEBF2;
|
199
|
}
|
200
|
|
201
|
.save, .reset {
|
202
|
width: 100px;
|
203
|
}
|
204
|
|
205
|
.section {
|
206
|
margin-top: 10px;
|
207
|
padding: 0px;
|
208
|
border: 1px solid #999999;
|
209
|
height: 75px;
|
210
|
width: 100%;
|
211
|
background-color: #FDFDFD;
|
212
|
}
|
213
|
|
214
|
.sections_header {
|
215
|
width: 100%;
|
216
|
height: 50px;
|
217
|
margin-bottom: 10px;
|
218
|
background-color: #F0F0F0;
|
219
|
border: none;
|
220
|
}
|
221
|
|
222
|
.sections_header td {
|
223
|
padding: 5px;
|
224
|
}
|
225
|
|
226
|
.settings_table td {
|
227
|
vertical-align: top;
|
228
|
text-align: left;
|
229
|
}
|
230
|
|
231
|
.setting_name {
|
232
|
width: 20%;
|
233
|
}
|
234
|
|
235
|
.setting_value {
|
236
|
width: 80%;
|
237
|
}
|
238
|
|
239
|
.setting_value input, .setting_value select, .setting_value textarea {
|
240
|
width: 100%;
|
241
|
}
|
242
|
|
243
|
.setting_value textarea {
|
244
|
height: 50px;
|
245
|
}
|
246
|
|
247
|
.title {
|
248
|
width: 90%;
|
249
|
text-align: left;
|
250
|
font-weight: bold;
|
251
|
font-size: 14px;
|
252
|
color: #003366;
|
253
|
height: 16px;
|
254
|
padding: 4px 0px 0px 3px;
|
255
|
}
|
256
|
|
257
|
.tool_table td {
|
258
|
vertical-align: top;
|
259
|
text-align: left;
|
260
|
}
|
261
|
|
262
|
.tool_table ul {
|
263
|
margin: 0;
|
264
|
padding: 0;
|
265
|
margin-left: 20px;
|
266
|
margin-bottom: 10px;
|
267
|
}
|
268
|
|
269
|
.tool_table li {
|
270
|
padding-bottom: 5px;
|
271
|
list-style-type: disc;
|
272
|
}
|
273
|
|
274
|
.value_input input, .value_input text, .value_input select {
|
275
|
width: 100%;
|
276
|
}
|
277
|
|
278
|
#file_mode input {
|
279
|
width: 12px;
|
280
|
height: 12px;
|
281
|
}
|
282
|
|
283
|
#dir_mode input {
|
284
|
width: 12px;
|
285
|
height: 12px;
|
286
|
}
|
287
|
|
288
|
#hide2 {
|
289
|
display: none;
|
290
|
}
|
291
|
|
292
|
/* CSS STYLES FOR THE PAGES SECTION */
|
293
|
|
294
|
table.pages_view {
|
295
|
width: 730px;
|
296
|
border: 0;
|
297
|
border-spacing: 0px;
|
298
|
background-color: #ECF3F7;
|
299
|
}
|
300
|
|
301
|
table.pages_view td {
|
302
|
padding: 3px;
|
303
|
}
|
304
|
|
305
|
table.pages_view tr:hover {
|
306
|
background-color: #F1F8DD;
|
307
|
}
|
308
|
|
309
|
/* FORMS */
|
310
|
|
311
|
.submit, .cancel {
|
312
|
width: 100px;
|
313
|
margin-top: 5px;
|
314
|
}
|
315
|
|
316
|
.form_submit {
|
317
|
width: 100%;
|
318
|
}
|
319
|
|
320
|
.form_submit .left {
|
321
|
text-align: left;
|
322
|
}
|
323
|
|
324
|
.form_submit .right {
|
325
|
text-align: right;
|
326
|
}
|
327
|
|
328
|
.input_small {
|
329
|
width: 20px;
|
330
|
}
|
331
|
|
332
|
.input_narrow {
|
333
|
width: 100px;
|
334
|
}
|
335
|
|
336
|
.input_normal {
|
337
|
width: 120px;
|
338
|
}
|
339
|
|
340
|
.input_medium {
|
341
|
width: 150px;
|
342
|
}
|
343
|
|
344
|
.input_wide {
|
345
|
width: 200px;
|
346
|
}
|
347
|
|
348
|
.input_large {
|
349
|
width: 300px;
|
350
|
}
|
351
|
|
352
|
.input_full {
|
353
|
width: 100%;
|
354
|
}
|
355
|
|
356
|
select option.disabled {
|
357
|
color: #aaa;
|
358
|
}
|
359
|
|
360
|
.jsadmin_drag img {
|
361
|
padding: 3px 0;
|
362
|
margin-top: 1px;
|
363
|
vertical-align: top;
|
364
|
cursor: pointer;
|
365
|
}
|
366
|
|
367
|
.jsadmin_drag img:hover {
|
368
|
background-color: lightgrey;
|
369
|
}
|
370
|
|
371
|
.modify_link {
|
372
|
padding-top: 4px;
|
373
|
padding-left: 7px;
|
374
|
text-indent: 7px;
|
375
|
}
|
376
|
|
377
|
.header_list_page_title {width:284px;text-align:left;}
|
378
|
.header_list_menu_title {width:252px;text-align:left;}
|
379
|
.header_list_actions {text-align:left;}
|
380
|
|
381
|
.list_page_title {}
|
382
|
.list_menu_title {width:252px;text-align:left;}
|
383
|
.list_actions {width:20px;}
|
384
|
|
385
|
|
386
|
|
387
|
|
388
|
|
389
|
|
390
|
|
391
|
|
392
|
|
393
|
|
394
|
/* Ende */
|