modules/admin-full: Network interface configuration optimization part #1
[project/luci.git] / themes / fledermaus / htdocs / luci-static / fledermaus / cascade.css
1 * {
2         margin: 0;
3         padding: 0;
4 }
5
6 body {
7         background-color: #e5e6ec;
8         color: #ffffff;
9         font-family: Verdana, Arial, sans-serif;
10         font-size: 100%;
11         line-height: 100%;
12 }
13
14 code {
15         font-family: monospace;
16         white-space: pre;
17 }
18
19 div#content ul {
20         margin-left: 2em;
21 }
22
23 .warning {
24         color: red !important;
25         font-weight: bold;
26 }
27
28 .clear {
29         clear: both;
30         height: 1px;
31 }
32
33 .hidden {
34         display: none;
35 }
36
37 .error {
38         color: #ff0000;
39 }
40
41 #header {
42         min-height: 98px;
43         background-image: url(logo.png);
44         background-repeat: no-repeat;
45         background-position: left center;
46         background-color: #000000;
47         text-align: center;
48         border-bottom: 1px solid #dc0067;
49 }
50
51 #header2 {
52         min-height: 98px;
53         background-image: url(fledermaus.png);
54         background-repeat: no-repeat;
55         background-position: right center;
56 }
57
58 #header3 {
59         font-size: 2.6em;
60         font-family: serif;
61         color: #FFCB05;
62         letter-spacing: 0.35em;
63         font-weight: bold;
64         line-height: 1.4em;
65 }
66
67 #header4 {
68         font-size: 1.25em;
69         line-height: 1.2em;
70         letter-spacing: 0.2em;
71         color: white;
72 }
73
74 .pathbar {
75         display: none;
76 }
77
78 .menubar {
79         width: 100%;
80         min-height: 1.8em;
81         background: #000000;
82         color: #ffffff;
83 }
84
85 .mainmenu {
86         float: left;
87         width: auto;
88         min-height: 1.8em;
89         background: #000000;
90         color: #ffffff;
91 }
92
93 .mainmenu div {
94         float: left;
95 }
96
97 .mainmenu li {
98         white-space: nowrap;
99 }
100
101 .mainmenu div ul {
102         display: none;
103         position: absolute;
104         background: #000000;
105         color: #ffffff;
106         border-width: 0 1px 1px 1px;
107         border-style: solid;
108         border-color: #444444;
109         list-style-type: none;
110 }
111
112 .mainmenu ul li:hover > ul,
113 .mainmenu div:hover > ul {
114         display: block;
115 }
116
117 .mainmenu ul li > ul {
118         left: 100%;
119         margin-top: -1.8em;
120         border-width: 1px;
121 }
122
123 .modemenu a,
124 .mainmenu a {
125         display: block;
126         padding: 0.5em;
127         color: #ffffff;
128         text-decoration: none;
129         font-size: 80%;
130 }
131
132 .mainmenu .active a,
133 .modemenu .active a {
134         color: #ffff00;
135         font-weight: bold;
136 }
137
138 .mainmenu li:hover > span > a,
139 .mainmenu div:hover > a {
140         font-weight: bold;
141 }
142
143 .modemenu a:hover,
144 .modemenu a:focus,
145 .mainmenu a:hover,
146 .mainmenu a:focus {
147         color: #ffff00;
148         font-weight: bold;
149 }
150
151 .mainmenu div.preactive > a {
152         color: #ffff00;
153         font-weight: bold;
154 }
155
156 .modemenu ul {
157         width: auto;
158         background: #000000;
159         color: #ffffff;
160         list-style-type: none;
161 }
162
163 .modemenu li {
164         float: right;
165 }
166
167 #content {
168         clear: both;
169         width: 90%;
170         margin: 0 auto;
171         padding: 0.5em;
172         background: #f8f9fe;
173         color: #000000;
174         font-size: 80%;
175 }
176
177 #content h1 {
178         margin: 0.25em 0 0.5em 0;
179         font-size: 150%;
180         font-weight: normal;
181 }
182
183 #content h2 {
184         margin: 0.5em 0;
185         font-size: 120%;
186         font-weight: normal;
187         text-decoration: underline;
188 }
189
190 #content p {
191         margin-bottom: 1em;
192 }
193
194 .cbi-section {
195         margin-bottom: 0.5em;
196         padding: 0.5em 1em;
197         border: 1px dotted #555555;
198         background-color: #f2f3f9;
199 }
200
201 .cbi-section legend {
202         font-size: 110%;
203         font-weight: bold;
204         height: 1em;
205         padding: 0 0.25em;
206         color: #555555;
207 }
208
209 .cbi-section h2 {
210         margin: 0em 0 0.5em -0.5em !important;
211 }
212
213 .cbi-section h3 {
214         height: 1.5em;
215         font-size: 90%;
216         color: #555555;
217 }
218
219 .cbi-section-descr {
220         margin-bottom: 0.5em;
221         font-size: 95%;
222 }
223
224 input[type=submit],
225 input[type=reset],
226 label {
227         cursor: pointer;
228 }
229
230 select,
231 input,
232 textarea {
233         background: #eeeeee;
234         color: #000000;
235         border: 1px solid #000000;
236 }
237
238 input:focus,
239 textarea:focus {
240         background: #f2f3f9;
241 }
242
243 select,
244 input[type=text],
245 input[type=password] {
246         width: 20em;
247 }
248
249 td select,
250 td input[type=text],
251 td input[type=password] {
252         width: 99%;
253 }
254
255 button.clean {
256         cursor: pointer;
257         border: none;
258         background-color: inherit;
259 }
260
261 textarea {
262         margin-left: -1px;
263         margin-bottom: 0.5em;
264 }
265
266 form > div > input[type=submit],
267 form > div > input[type=reset] {
268         float: right;
269         margin-left: 0.5em;
270 }
271
272 table.smalltext {
273         background: #f5f5f5;
274         border-top: 1px solid #666666;
275         border-right: 1px solid #666666;
276         border-bottom: 1px solid #666666;
277         font-size: 90%;
278         width: 80%;
279         margin-left: auto;
280         margin-right: auto;
281         border-collapse: collapse;
282 }
283
284 table.smalltext tr:hover td {
285         background-color: #bbddee;
286 }
287
288 table.smalltext tr th {
289         padding: 0 0.25em;
290         border-left: 1px solid #666666;
291         text-align: left;
292 }
293
294 table.smalltext tr td {
295         padding: 0 0.25em;
296         border-top: 1px solid #666666;
297         border-left: 1px solid #666666;
298 }
299
300 div.cbi-value {
301         clear: left;
302         padding: 0.25em;
303         border-bottom: 1px dotted #bbbbbb;
304 }
305
306 div.cbi-value:hover {
307         background: #f8f8f8;
308 }
309
310 div.cbi-value:last-child {
311         border: none;
312 }
313
314 .cbi-value-title {
315         float: left;
316         width: 40%;
317         margin: 0.25em 0;
318 }
319
320 div.cbi-value-field {
321         width: 58%;
322         margin: 0.25em 0 0.25em 40%;
323 }
324
325 div.cbi-value-description {
326         font-size: 90%;
327 }
328
329 div.cbi-value-field > div.cbi-value-description {
330         display: none;
331 }
332
333 div.cbi-value:hover div.cbi-value-field > div.cbi-value-description {
334         display: block;
335 }
336
337 div.cbi-section-create {
338         clear: left;
339 }
340
341 div.cbi-map-descr {
342         margin-bottom: 1em;
343 }
344
345 div.cbi-optionals {
346         margin: 0.5em 0;
347         padding: 0 0.25em;
348 }
349
350 div.cbi-section-remove {
351         float: right;
352 }
353
354 div.cbi-section-remove input {
355         border-color: #bbbbbb;
356         border-bottom: none;
357 }
358
359 .cbi-section-node {
360         clear: both;
361         border: 1px dotted #bbbbbb;
362         padding-bottom: 0;
363 }
364
365 table.cbi-section-table {
366         width: 100%;
367         font-size: 95%;
368 }
369
370 table.cbi-section-table th,
371 table.cbi-section-table td {
372         text-align: center;
373 }
374
375 tr.cbi-section-table-descr th {
376         font-weight: normal;
377         font-size: 90%;
378 }
379
380 td.cbi-section-table-optionals {
381         text-align: left !important;
382         padding-top: 1em;
383 }
384
385 .right {
386         text-align: right;
387 }
388
389 .luci {
390         position: fixed;
391         bottom: 0;
392         left: 0;
393         text-align: right;
394 }
395
396 .luci a {
397         color: #666666;
398         text-decoration: none;
399         font-size: 70%;
400 }
401
402 .inline {
403         display: inline;
404 }
405
406 #memorybar {
407         width:200px;
408         height:8px;
409         border:1px solid #bbb;
410         background-color:red
411 }
412
413 #memfree, #membuffers, #memcached {
414         float:right;
415         border:1px solid #bbb;
416         height:6px;
417 }
418
419 #memfree {
420         background-color:green;
421 }
422
423 #membuffers {
424         background-color:yellow;
425 }
426
427 #memcached {
428         background-color:orange;
429 }
430
431
432 /* obligatory IE6 Voodoo Code */
433 * html body {
434         padding-left: 50% !important;
435 }
436
437 * html div#header {
438         margin-left: -100% !important;
439 }
440
441 * html div.menubar {
442         margin-left: -100% !important;
443         width: 200% !important;
444 }
445
446 * html div#content {
447         margin-left: -80% !important;
448         width: 160% !important;
449 }
450
451 * html div.mainmenu div.hover ul,
452 * html div.mainmenu div li.hover ul,
453 * html div.mainmenu div li li.hover ul,
454 * html div.mainmenu div li li li.hover ul,
455 * html div.mainmenu div li li li li.hover ul {
456         display: block !important;
457         margin-left: 3em;
458 }
459
460 * html div.mainmenu div.hover ul {
461         margin-left: 0;
462 }
463
464 * html div.mainmenu .hover ul ul,
465 * html div.mainmenu .hover ul ul ul,
466 * html div.mainmenu .hover ul ul ul ul,
467 * html div.mainmenu .hover ul ul ul ul ul {
468         display: none !important;
469 }
470
471 * html div.mainmenu li {
472         height: 1em !important;
473         width: 10em !important;
474 }
475
476 * html .mainmenu {
477         height: 1.8em;
478 }
479
480 * html div.cbi-value-description {
481         margin-left: 40%;
482 }