Project

General

Profile

1 1048 Ruebenwurz
html {overflow: -moz-scrollbars-vertical;} /* Force firefox to always show room for a vertical scrollbar */
2 944 Ruebenwurz
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 1009 Ruebenwurz
 margin: auto;
13 944 Ruebenwurz
}
14
15 1009 Ruebenwurz
img {
16
	border: 0px;
17
}
18
19 944 Ruebenwurz
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 1084 Ruebenwurz
.container {
84 944 Ruebenwurz
 background: #fff url(images/bgtitle.png);
85
 background-repeat: repeat-x;
86 1084 Ruebenwurz
}
87
88
.content {
89 944 Ruebenwurz
 padding: 20px;
90
 height: 280px;
91
 width: 750px;
92
 text-align: left;
93
 vertical-align: top;
94
}
95
96
.current a, .current a:link, .current a:active, .current a:visited {
97
 background: #fff url(images/menuo.png);
98
 background-repeat: repeat-x;
99
 color: #fff;
100
}
101
102
.description {
103
 vertical-align: top;
104
 text-align: left;
105
 width: 240px;
106
 padding: 0px 0px 0px 3px;
107
}
108
109
.graphic {
110
 width: 50px;
111
 height: 50px;
112
 border: 4px solid #FDFDFD;
113
 padding-left: 3px;
114
}
115
116
.graphic img {
117
 vertical-align: middle;
118
 background-color: #FFFFFF;
119
 padding: 3px 12px 3px 3px;
120
 margin-right: 12px;
121
 border-right: 3px solid silver;
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: 730px;
171
 background-color: #f0f0f0;
172
}
173
174
.pages_list table td {
175
 padding: 3px;
176
}
177
178 1048 Ruebenwurz
.pages_list ul {margin:0;font-weight:normal; padding: 0px;}
179
.pages_list ul li {list-style-type:none;margin:2px 0; padding:0px;}
180 944 Ruebenwurz
181
.page_list {
182
 display: none;
183
}
184
185
.page_list_show li {
186
 display: block;
187
}
188
189
img.page_list_rights {
190
 border: none;
191
 margin-right: 5px;
192
 float: left;
193
 margin-top: 2px;
194
 margin-bottom: 2px;
195
}
196
197 1048 Ruebenwurz
.content input {
198
	font-size: 12px;
199
}
200 944 Ruebenwurz
.row_a {
201
 background-color: #ECF3F7;
202
}
203
204
.row_b {
205
 background-color: #DBEBF2;
206
}
207
208
.save, .reset {
209
 width: 100px;
210
}
211
212
.section {
213
 margin-top: 10px;
214
 padding: 0px;
215
 /*border: 1px solid #999999;*/
216
 height: 75px;
217
 width: 100%;
218
 background-color: #FDFDFD;
219
}
220
221
.sections_header {
222
 width: 100%;
223
 height: 50px;
224
 margin-bottom: 10px;
225
 background-color: #F0F0F0;
226
 border: none;
227
}
228
229
.sections_header td {
230
 padding: 5px;
231
}
232
233
.settings_table td {
234
 vertical-align: top;
235
 text-align: left;
236
}
237
238
.setting_name {
239 982 Ruebenwurz
 width: 20%;
240 944 Ruebenwurz
}
241
242 982 Ruebenwurz
.setting_value {
243
 width: 80%;
244
}
245
246 944 Ruebenwurz
.setting_value input, .setting_value select, .setting_value textarea {
247
 width: 100%;
248
}
249
250
.setting_value textarea {
251
 height: 50px;
252
}
253
254
.title {
255
 width: 90%;
256
 text-align: left;
257
 font-weight: bold;
258
 font-size: 14px;
259
 color: #003366;
260
 height: 16px;
261
 padding: 4px 0px 0px 3px;
262
}
263
264
.tool_table td {
265
 vertical-align: top;
266
 text-align: left;
267
}
268
269
.tool_table ul {
270
 margin: 0;
271
 padding: 0;
272
 margin-left: 20px;
273
 margin-bottom: 10px;
274
}
275
276
.tool_table li {
277
 padding-bottom: 5px;
278
 list-style-type: disc;
279
}
280
281
.value_input input, .value_input text, .value_input select {
282
 width: 100%;
283
}
284
285
#file_mode input {
286
 width: 12px;
287
 height: 12px;
288
}
289
290
#dir_mode input {
291
 width: 12px;
292
 height: 12px;
293
}
294
295
#hide2 {
296
 display: none;
297
}
298
299
/* CSS STYLES FOR THE PAGES SECTION */
300
301
table.pages_view {
302
 width: 730px;
303
 border: 0;
304
 border-spacing: 0px;
305
 background-color: #ECF3F7;
306
}
307
308
table.pages_view td {
309
 padding: 3px;
310
}
311
312
table.pages_view tr:hover {
313
 background-color: #F1F8DD;
314
}
315
316
/* FORMS */
317
318
.submit, .cancel {
319
 width: 100px;
320
 margin-top: 5px;
321
}
322
323
.form_submit {
324
 width: 100%;
325
}
326
327
.form_submit .left {
328
 text-align: left;
329
}
330
331
.form_submit .right {
332
 text-align: right;
333
}
334 1048 Ruebenwurz
335 1009 Ruebenwurz
.input_small {
336
 width: 20px;
337
}
338 944 Ruebenwurz
339
.input_narrow {
340
 width: 100px;
341
}
342
343
.input_normal {
344
 width: 120px;
345
}
346
347
.input_medium {
348
 width: 150px;
349
}
350
351
.input_wide {
352
 width: 200px;
353
}
354
355
.input_large {
356
 width: 300px;
357
}
358
359
.input_full {
360
 width: 100%;
361
}
362
363
select option.disabled {
364
 color: #aaa;
365
}
366
367
.jsadmin_drag img {
368
 padding: 3px 0;
369
 margin-top: 1px;
370
 vertical-align: top;
371
 cursor: pointer;
372
}
373
374
.modify_link {
375
 padding-top: 4px;
376
 padding-left: 7px;
377
 text-indent: 7px;
378
}
379
380 1148 Luisehahne
.header_list_menu_title {text-align:left;}
381
.header_list_page_title {width:290px; text-align:left;}
382
.header_list_page_id {width:30px; text-align: right;}
383 1128 Ruebenwurz
.header_list_actions {width:150px; text-align:left;}
384 944 Ruebenwurz
385 1148 Luisehahne
.list_menu_title {text-align:left;}
386
.list_page_title {width:290px;text-align:left; }
387
388
.list_page_id {width:30px;text-align: right; }
389 1128 Ruebenwurz
.list_actions {width:20px;text-align:left;}
390 944 Ruebenwurz
391 1148 Luisehahne
392
393 944 Ruebenwurz
/* Ende */