Revision 1ee98314
Von Werner Hahn vor etwa 4 Jahren hinzugefügt
css/style.css | ||
---|---|---|
80 | 80 |
font-size: 12pt; |
81 | 81 |
font-style: normal; |
82 | 82 |
font-weight: normal; |
83 |
color: #021304 !important;
|
|
83 |
color: #0e3914 !important;
|
|
84 | 84 |
padding: 0.2em 0 0.2em 0.2em; |
85 | 85 |
margin: 0; |
86 | 86 |
text-align: left; |
... | ... | |
90 | 90 |
padding: 0.6em 1em 1.2em 1.8em; |
91 | 91 |
} |
92 | 92 |
.mx-thead-th { |
93 |
color: #57ef6b;
|
|
94 |
background-color: #0f9f22;
|
|
95 |
border-top: 1px solid #021304;
|
|
96 |
border-bottom: 1px solid #021304;
|
|
93 |
color: #95e4a0;
|
|
94 |
background-color: #2db43f;
|
|
95 |
border-top: 1px solid #0e3914;
|
|
96 |
border-bottom: 1px solid #0e3914;
|
|
97 | 97 |
text-align: left ; |
98 | 98 |
vertical-align: middle ; |
99 | 99 |
} |
... | ... | |
111 | 111 |
border-radius: 3px; |
112 | 112 |
} |
113 | 113 |
.mx-button-standard { |
114 |
border-color: #b4f8bd;
|
|
115 |
background-color: #0f9f22;
|
|
116 |
color: #b4f8bd;
|
|
114 |
border-color: #e7f9e9;
|
|
115 |
background-color: #2db43f;
|
|
116 |
color: #e7f9e9;
|
|
117 | 117 |
text-decoration: none; |
118 | 118 |
} |
119 | 119 |
.mx-button-standard-hover-focus:hover { |
120 |
border-color: #021304;
|
|
121 |
background-color: #13cd2c;
|
|
120 |
border-color: #0e3914;
|
|
121 |
background-color: #43d056;
|
|
122 | 122 |
color: #ffffff; |
123 | 123 |
text-decoration: none; |
124 | 124 |
} |
125 | 125 |
.mx-button-standard-hover-focus:active, |
126 | 126 |
.mx-button-standard-hover-focus:focus { |
127 |
border-color: #021304;
|
|
128 |
background-color: #13cd2c;
|
|
127 |
border-color: #0e3914;
|
|
128 |
background-color: #43d056;
|
|
129 | 129 |
color: #ffffff; |
130 | 130 |
text-decoration: none; |
131 | 131 |
} |
132 | 132 |
.mx-button-neutral { |
133 |
border-color: #021304;
|
|
134 |
background-color: #86f494;
|
|
135 |
color: #0f9f22;
|
|
133 |
border-color: #0e3914;
|
|
134 |
background-color: #beefc4;
|
|
135 |
color: #2db43f;
|
|
136 | 136 |
} |
137 | 137 |
.mx-button-neutral-hover-focus:hover { |
138 |
border-color: #021304;
|
|
139 |
background-color: #57ef6b;
|
|
140 |
color: #0f9f22;
|
|
138 |
border-color: #0e3914;
|
|
139 |
background-color: #95e4a0;
|
|
140 |
color: #2db43f;
|
|
141 | 141 |
text-decoration: none; |
142 | 142 |
} |
143 | 143 |
.mx-button-neutral-hover-focus:active, |
144 | 144 |
.mx-button-neutral-hover-focus:focus { |
145 |
border-color: #021304;
|
|
146 |
background-color: #57ef6b;
|
|
145 |
border-color: #0e3914;
|
|
146 |
background-color: #95e4a0;
|
|
147 | 147 |
color: #ffffff; |
148 | 148 |
text-decoration: none; |
149 | 149 |
} |
150 | 150 |
body { |
151 | 151 |
margin: 0 ; |
152 |
background-color: #b4f8bd;
|
|
152 |
background-color: #cfcfcf;
|
|
153 | 153 |
color: #000000; |
154 | 154 |
font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif; |
155 | 155 |
font-size: 11pt; |
... | ... | |
229 | 229 |
width: auto; |
230 | 230 |
} |
231 | 231 |
body > #content .ui-tabs-panel { |
232 |
background-color: #b4f8bd;
|
|
232 |
background-color: #cfcfcf;
|
|
233 | 233 |
} |
234 | 234 |
body .full-width { |
235 | 235 |
width: 100% ; |
... | ... | |
642 | 642 |
.ui-dialog .ui-dialog-titlebar { |
643 | 643 |
padding: 0.4em 1.0em; |
644 | 644 |
border: none; |
645 |
background: #0f9f22;
|
|
646 |
color: #86f494;
|
|
645 |
background: #2db43f;
|
|
646 |
color: #beefc4;
|
|
647 | 647 |
font-weight: normal; |
648 | 648 |
position: relative; |
649 | 649 |
text-align: left; |
... | ... | |
1671 | 1671 |
font: menu; |
1672 | 1672 |
font-size: 11pt; |
1673 | 1673 |
/*hps: vorher 12px */ |
1674 |
|
|
1675 | 1674 |
line-height: 16px; |
1676 | 1675 |
overflow: hidden; |
1677 | 1676 |
} |
... | ... | |
1731 | 1730 |
.ms2side__header { |
1732 | 1731 |
color: #666; |
1733 | 1732 |
/* hps */ |
1734 |
|
|
1735 | 1733 |
font-size: 9pt; |
1736 | 1734 |
line-height: 1.0em; |
1737 | 1735 |
padding: 0 0 0.3em 0; |
... | ... | |
1762 | 1760 |
border: 1px solid black; |
1763 | 1761 |
width: auto !important; |
1764 | 1762 |
/* hps */ |
1765 |
|
|
1766 |
background-color: #86f494; |
|
1763 |
background-color: #beefc4; |
|
1767 | 1764 |
/* hps */ |
1768 |
|
|
1769 |
color: #0f9f22; |
|
1765 |
color: #2db43f; |
|
1770 | 1766 |
/* hps */ |
1771 |
|
|
1772 |
border-color: #021304; |
|
1767 |
border-color: #0e3914; |
|
1773 | 1768 |
/* hps */ |
1774 |
|
|
1775 | 1769 |
border-radius: 3px; |
1776 | 1770 |
/* hps */ |
1777 |
|
|
1778 | 1771 |
} |
1779 | 1772 |
.ms2side__options p.ms2side_hover, |
1780 | 1773 |
.ms2side__updown p.ms2side_hover { |
1781 | 1774 |
background-color: #3C3C3B; |
1782 | 1775 |
/* hps */ |
1783 |
|
|
1784 | 1776 |
border-color: #000000; |
1785 | 1777 |
color: #ffffff ; |
1786 | 1778 |
cursor: pointer; |
... | ... | |
1795 | 1787 |
.ms2side__div select { |
1796 | 1788 |
width: 12.0em; |
1797 | 1789 |
/*hps:400px*/ |
1798 |
|
|
1799 | 1790 |
float: left; |
1800 | 1791 |
} |
1801 | 1792 |
/* This is the default Tooltipster theme */ |
... | ... | |
1818 | 1809 |
/* Set display: none; if you would like a border around the tooltip but no border around the arrow */ |
1819 | 1810 |
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border { |
1820 | 1811 |
/* border-color: ... !important; */ |
1821 |
|
|
1822 | 1812 |
} |
1823 | 1813 |
/* If you're using the icon option, use this next selector to style them */ |
1824 | 1814 |
.tooltipster-icon { |
... | ... | |
2103 | 2093 |
span.chart_picker input, |
2104 | 2094 |
span.part_picker input { |
2105 | 2095 |
/* padding-right: 20px; */ |
2106 |
|
|
2107 | 2096 |
box-sizing: border-box; |
2108 | 2097 |
-moz-box-sizing: border-box; |
2109 | 2098 |
-webkit-box-sizing: border-box; |
... | ... | |
2270 | 2259 |
} |
2271 | 2260 |
.tabwidget > ul li.ui-state-hover a, |
2272 | 2261 |
.tabwidget > ul li.ui-state-hover a:hover { |
2273 |
color: #0f9f22;
|
|
2274 |
background-color: #e3fce6;
|
|
2262 |
color: #2db43f;
|
|
2263 |
background-color: #cfcfcf;
|
|
2275 | 2264 |
} |
2276 | 2265 |
.tabwidget > ul li.ui-state-active { |
2277 | 2266 |
color: #000; |
2278 |
background-color: #b4f8bd;
|
|
2267 |
background-color: #cfcfcf;
|
|
2279 | 2268 |
} |
2280 | 2269 |
.tabwidget > ul li.ui-state-active a, |
2281 | 2270 |
.tabwidget > ul li.ui-state-active a:link, |
2282 | 2271 |
.tabwidget > ul li.ui-state-active a:visited { |
2283 | 2272 |
color: #000; |
2284 |
background-color: #b4f8bd;
|
|
2273 |
background-color: #cfcfcf;
|
|
2285 | 2274 |
outline: 0 ; |
2286 | 2275 |
} |
2287 | 2276 |
.tabwidget > ul li.ui-state-active.ui-state-hover a, |
2288 | 2277 |
.tabwidget > ul li.ui-state-active.ui-state-hover a:hover { |
2289 | 2278 |
color: #000; |
2290 |
background-color: #57ef6b;
|
|
2279 |
background-color: #95e4a0;
|
|
2291 | 2280 |
} |
2292 | 2281 |
.tabwidget > ul li.ui-state-default { |
2293 |
border: 1px solid #021304;
|
|
2282 |
border: 1px solid #0e3914;
|
|
2294 | 2283 |
background: #fff; |
2295 | 2284 |
font-weight: normal; |
2296 |
color: #021304;
|
|
2285 |
color: #0e3914;
|
|
2297 | 2286 |
margin: 0 0 0 0.6em; |
2298 | 2287 |
} |
2299 | 2288 |
.tabwidget > ul li.ui-state-default a, |
2300 | 2289 |
.tabwidget > ul li.ui-state-default a:link { |
2301 |
color: #021304;
|
|
2290 |
color: #0e3914;
|
|
2302 | 2291 |
} |
2303 | 2292 |
.tabwidget > ul li.ui-state-disabled a { |
2304 | 2293 |
cursor: text; |
... | ... | |
2327 | 2316 |
padding: 0.2em 0.7em; |
2328 | 2317 |
} |
2329 | 2318 |
.tabwidget > ul.ui-tabs-nav li.ui-tabs-active { |
2330 |
border-bottom: 1px #b4f8bd solid !important;
|
|
2319 |
border-bottom: 1px #cfcfcf solid !important;
|
|
2331 | 2320 |
margin-bottom: -1px; |
2332 | 2321 |
padding-bottom: 0; |
2333 | 2322 |
} |
... | ... | |
2346 | 2335 |
.tabwidget > div.ui-tabs-panel { |
2347 | 2336 |
width: 100%; |
2348 | 2337 |
overflow: hidden; |
2349 |
background-color: #b4f8bd;
|
|
2338 |
background-color: #cfcfcf;
|
|
2350 | 2339 |
display: block; |
2351 | 2340 |
} |
2352 | 2341 |
.tabwidget > div.ui-tabs-panel > .tabwidget { |
2353 | 2342 |
position: relative ; |
2354 | 2343 |
} |
2355 | 2344 |
.tabwidget > div.ui-tabs-panel > .tabwidget .ui-tabs-panel { |
2356 |
background-color: #b4f8bd;
|
|
2345 |
background-color: #cfcfcf;
|
|
2357 | 2346 |
position: relative ; |
2358 | 2347 |
top: auto; |
2359 | 2348 |
padding-top: 0 !important ; |
2360 | 2349 |
} |
2361 | 2350 |
.tabwidget > div.ui-tabs-panel > .tabwidget .ui-tabs-nav { |
2362 |
background-color: #b4f8bd;
|
|
2351 |
background-color: #cfcfcf;
|
|
2363 | 2352 |
} |
2364 | 2353 |
#content > form > .tabwidget > .ui-tabs-panel > .tabwidget { |
2365 | 2354 |
background-color: #efefef; |
... | ... | |
2519 | 2508 |
z-index: 1020; |
2520 | 2509 |
top: 60px; |
2521 | 2510 |
width: 100%; |
2522 |
color: #86f494;
|
|
2523 |
background-color: #0f9f22;
|
|
2511 |
color: #beefc4;
|
|
2512 |
background-color: #2db43f;
|
|
2524 | 2513 |
padding: 0.7em 0.5em 0.7em 0.7em; |
2525 | 2514 |
} |
2526 | 2515 |
#content .wrapper h1 { |
2527 |
color: #021304;
|
|
2516 |
color: #0e3914;
|
|
2528 | 2517 |
font-size: 13pt; |
2529 | 2518 |
margin: 0 0 0.4em 0; |
2530 | 2519 |
} |
2531 | 2520 |
body > h1 { |
2532 |
color: #86f494;
|
|
2533 |
background-color: #0f9f22;
|
|
2521 |
color: #beefc4;
|
|
2522 |
background-color: #2db43f;
|
|
2534 | 2523 |
padding: 0.7em 0.5em 0.7em 0.7em; |
2535 | 2524 |
} |
2536 | 2525 |
h2 { |
2537 |
color: #021304;
|
|
2526 |
color: #0e3914;
|
|
2538 | 2527 |
font-size: 13pt; |
2539 | 2528 |
border-style: none; |
2540 | 2529 |
letter-spacing: 0.14em; |
... | ... | |
2565 | 2554 |
color: #000000; |
2566 | 2555 |
} |
2567 | 2556 |
h2.record-title small { |
2568 |
color: #021304;
|
|
2557 |
color: #0e3914;
|
|
2569 | 2558 |
letter-spacing: 0 ; |
2570 | 2559 |
} |
2571 | 2560 |
.wrapper > h2.record-title { |
... | ... | |
2579 | 2568 |
font-size: 12pt; |
2580 | 2569 |
font-style: normal; |
2581 | 2570 |
font-weight: normal; |
2582 |
color: #021304 !important;
|
|
2571 |
color: #0e3914 !important;
|
|
2583 | 2572 |
padding: 0.2em 0 0.2em 0.2em; |
2584 | 2573 |
margin: 0; |
2585 | 2574 |
text-align: left; |
... | ... | |
2588 | 2577 |
margin: 0.6em 0 0.4em 0 !important; |
2589 | 2578 |
} |
2590 | 2579 |
#content h3 { |
2591 |
color: #021304;
|
|
2580 |
color: #0e3914;
|
|
2592 | 2581 |
padding-left: 0 ; |
2593 | 2582 |
margin: 0.8em 0 0.4em 0 ; |
2594 | 2583 |
} |
... | ... | |
2605 | 2594 |
a:link, |
2606 | 2595 |
a:visited, |
2607 | 2596 |
a:active { |
2608 |
color: #13cd2c;
|
|
2597 |
color: #43d056;
|
|
2609 | 2598 |
} |
2610 | 2599 |
a:hover { |
2611 |
color: #0d871d;
|
|
2600 |
color: #289f38;
|
|
2612 | 2601 |
text-decoration: underline; |
2613 | 2602 |
} |
2614 | 2603 |
a.selected:hover { |
... | ... | |
2715 | 2704 |
font-size: 9pt; |
2716 | 2705 |
} |
2717 | 2706 |
span.label { |
2718 |
color: #0f9f22;
|
|
2707 |
color: #2db43f;
|
|
2719 | 2708 |
font-size: 9pt; |
2720 | 2709 |
font-style: normal ; |
2721 | 2710 |
margin: 0 0.3em 0 0 ; |
... | ... | |
2754 | 2743 |
width: 576px; |
2755 | 2744 |
} |
2756 | 2745 |
div.instructions { |
2757 |
background-color: #86f494;
|
|
2758 |
border: 1px #021304 solid;
|
|
2746 |
background-color: #beefc4;
|
|
2747 |
border: 1px #0e3914 solid;
|
|
2759 | 2748 |
border-radius: 0.6em; |
2760 | 2749 |
max-width: 70% ; |
2761 | 2750 |
margin: 1em 1em 1em 0.6em; |
... | ... | |
2784 | 2773 |
display: inline-block !important; |
2785 | 2774 |
} |
2786 | 2775 |
.wrapper.bordered { |
2787 |
border: 1px #0f9f22 solid;
|
|
2776 |
border: 1px #2db43f solid;
|
|
2788 | 2777 |
} |
2789 | 2778 |
.wrapper > .toggles { |
2790 | 2779 |
display: inline-block; |
... | ... | |
2859 | 2848 |
} |
2860 | 2849 |
.accent div.label { |
2861 | 2850 |
float: left ; |
2862 |
color: #0f9f22;
|
|
2851 |
color: #2db43f;
|
|
2863 | 2852 |
font-size: 80% ; |
2864 | 2853 |
padding-top: 0.8em ; |
2865 | 2854 |
} |
... | ... | |
3097 | 3086 |
background-color: #dcdcdc; |
3098 | 3087 |
vertical-align: middle; |
3099 | 3088 |
/* List 2nd Level (Vertical) */ |
3100 |
|
|
3101 | 3089 |
} |
3102 | 3090 |
#menuv3 > ul > li:hover { |
3103 | 3091 |
background-color: #cdcdcd; |
... | ... | |
3348 | 3336 |
} |
3349 | 3337 |
.layout-actionbar > div.layout-actionbar-action { |
3350 | 3338 |
border-radius: 0.3em ; |
3351 |
border: 1px #0f9f22 solid;
|
|
3352 |
background-color: #57ef6b;
|
|
3339 |
border: 1px #2db43f solid;
|
|
3340 |
background-color: #95e4a0;
|
|
3353 | 3341 |
float: left; |
3354 | 3342 |
color: #ffffff; |
3355 | 3343 |
z-index: 1031; |
... | ... | |
3402 | 3390 |
height: 25px; |
3403 | 3391 |
border-top-left-radius: 0.3em ; |
3404 | 3392 |
border-bottom-left-radius: 0.3em ; |
3405 |
border: 1px #0f9f22 solid;
|
|
3406 |
background-color: #57ef6b;
|
|
3393 |
border: 1px #2db43f solid;
|
|
3394 |
background-color: #95e4a0;
|
|
3407 | 3395 |
color: #ffffff; |
3408 | 3396 |
position: relative; |
3409 | 3397 |
} |
... | ... | |
3414 | 3402 |
right: 0; |
3415 | 3403 |
width: 24px !important; |
3416 | 3404 |
height: 25px !important; |
3417 |
border: 1px #0f9f22 solid;
|
|
3405 |
border: 1px #2db43f solid;
|
|
3418 | 3406 |
border-left: none; |
3419 | 3407 |
border-top-right-radius: 0.3em ; |
3420 | 3408 |
border-bottom-right-radius: 0.3em ; |
3421 | 3409 |
padding: 4px; |
3422 |
background-color: #57ef6b;
|
|
3410 |
background-color: #95e4a0;
|
|
3423 | 3411 |
background-image: url("../image/select-down.png"); |
3424 | 3412 |
background-repeat: no-repeat; |
3425 | 3413 |
background-position: 5px 5px; |
... | ... | |
3430 | 3418 |
min-width: 140px; |
3431 | 3419 |
float: right; |
3432 | 3420 |
overflow: hidden; |
3433 |
border: 1px solid #0f9f22;
|
|
3421 |
border: 1px solid #2db43f;
|
|
3434 | 3422 |
border-top-left-radius: 0.3em; |
3435 | 3423 |
border-bottom-left-radius: 0.3em; |
3436 | 3424 |
border-bottom-right-radius: 0.3em; |
3437 | 3425 |
z-index: 1032; |
3438 | 3426 |
top: 1px; |
3439 | 3427 |
padding-bottom: 0.6em; |
3440 |
background-color: #57ef6b !important;
|
|
3428 |
background-color: #95e4a0 !important;
|
|
3441 | 3429 |
} |
3442 | 3430 |
.layout-actionbar div.layout-actionbar-combobox div.layout-actionbar-combobox-list div.layout-actionbar-action { |
3443 | 3431 |
white-space: nowrap; |
... | ... | |
3447 | 3435 |
text-align: left; |
3448 | 3436 |
padding: 0.6em 0.6em 0.6em 1.0em; |
3449 | 3437 |
border-bottom: none !important; |
3450 |
background-color: #57ef6b !important;
|
|
3438 |
background-color: #95e4a0 !important;
|
|
3451 | 3439 |
color: #ffffff; |
3452 | 3440 |
} |
3453 | 3441 |
.layout-actionbar div.layout-actionbar-combobox div.layout-actionbar-combobox-list div.layout-actionbar-action:hover { |
... | ... | |
3459 | 3447 |
border-bottom: none !important ; |
3460 | 3448 |
} |
3461 | 3449 |
.layout-actionbar div.layout-actionbar-combobox.active div.layout-actionbar-combobox-head div { |
3462 |
background-color: #57ef6b !important;
|
|
3450 |
background-color: #95e4a0 !important;
|
|
3463 | 3451 |
border-bottom-left-radius: 0 !important; |
3464 | 3452 |
border-bottom: none; |
3465 | 3453 |
height: 30px ; |
3466 | 3454 |
} |
3467 | 3455 |
.layout-actionbar div.layout-actionbar-combobox.active div.layout-actionbar-combobox-head span { |
3468 |
background-color: #57ef6b !important;
|
|
3456 |
background-color: #95e4a0 !important;
|
|
3469 | 3457 |
border-bottom-right-radius: 0 !important; |
3470 | 3458 |
border-bottom: none; |
3471 | 3459 |
height: 30px !important ; |
... | ... | |
3488 | 3476 |
display: table-cell; |
3489 | 3477 |
vertical-align: middle; |
3490 | 3478 |
border-spacing: 0; |
3491 |
background-color: #021304;
|
|
3479 |
background-color: #0e3914;
|
|
3492 | 3480 |
line-height: 100%; |
3493 | 3481 |
font-size: 9pt; |
3494 | 3482 |
} |
3495 | 3483 |
#frame-header span.frame-header-element { |
3496 |
color: #57ef6b;
|
|
3484 |
color: #95e4a0;
|
|
3497 | 3485 |
padding-top: 0.2em; |
3498 | 3486 |
} |
3499 | 3487 |
#frame-header span.frame-header-element a:link, |
... | ... | |
3502 | 3490 |
#frame-header span.frame-header-element a:active { |
3503 | 3491 |
text-decoration: none; |
3504 | 3492 |
border-bottom: none; |
3505 |
color: #57ef6b;
|
|
3493 |
color: #95e4a0;
|
|
3506 | 3494 |
} |
3507 | 3495 |
#frame-header span.frame-header-element a:hover { |
3508 | 3496 |
color: #ffffff; |
3509 | 3497 |
text-decoration: underline; |
3510 | 3498 |
/*underline*/ |
3511 |
|
|
3512 | 3499 |
} |
3513 | 3500 |
#frame-header span.frame-header-element span.mandate { |
3514 | 3501 |
text-transform: uppercase ; |
... | ... | |
3561 | 3548 |
#frame-header div.frame-header-quicksearch span.frame-header-quicksearch input { |
3562 | 3549 |
font-size: 9pt; |
3563 | 3550 |
margin-top: 0.1em; |
3564 |
background-color: #57ef6b;
|
|
3551 |
background-color: #95e4a0;
|
|
3565 | 3552 |
width: 14.0% !important; |
3566 | 3553 |
padding: 0 0.2em ; |
3567 | 3554 |
border-width: 1px ; |
... | ... | |
3942 | 3929 |
table td.longdescription, |
3943 | 3930 |
table th.longdescription { |
3944 | 3931 |
font-size: 80% ; |
3945 |
color: #57ef6b;
|
|
3932 |
color: #95e4a0;
|
|
3946 | 3933 |
} |
3947 | 3934 |
table td.highlight, |
3948 | 3935 |
table th.highlight { |
... | ... | |
3968 | 3955 |
table td div.description, |
3969 | 3956 |
table th div.description { |
3970 | 3957 |
font-size: 90% ; |
3971 |
color: #57ef6b;
|
|
3958 |
color: #95e4a0;
|
|
3972 | 3959 |
float: none ; |
3973 | 3960 |
clear: both ; |
3974 | 3961 |
} |
... | ... | |
3982 | 3969 |
table th span.label { |
3983 | 3970 |
display: block ; |
3984 | 3971 |
padding: 0 0 0.5em 0 ; |
3985 |
color: #0f9f22;
|
|
3972 |
color: #2db43f;
|
|
3986 | 3973 |
} |
3987 | 3974 |
table td span.below, |
3988 | 3975 |
table th span.below { |
... | ... | |
4041 | 4028 |
padding-bottom: 0 ; |
4042 | 4029 |
} |
4043 | 4030 |
table thead th { |
4044 |
color: #57ef6b;
|
|
4045 |
background-color: #0f9f22;
|
|
4046 |
border-top: 1px solid #021304;
|
|
4047 |
border-bottom: 1px solid #021304;
|
|
4031 |
color: #95e4a0;
|
|
4032 |
background-color: #2db43f;
|
|
4033 |
border-top: 1px solid #0e3914;
|
|
4034 |
border-bottom: 1px solid #0e3914;
|
|
4048 | 4035 |
text-align: left ; |
4049 | 4036 |
vertical-align: middle ; |
4050 | 4037 |
} |
... | ... | |
4056 | 4043 |
table tfoot tr th, |
4057 | 4044 |
table tfoot tr td { |
4058 | 4045 |
vertical-align: middle ; |
4059 |
border-bottom: #021304 2px solid;
|
|
4046 |
border-bottom: #0e3914 2px solid;
|
|
4060 | 4047 |
height: 1.8em ; |
4061 | 4048 |
} |
4062 | 4049 |
table tfoot tr td { |
4063 | 4050 |
font-weight: bold ; |
4064 |
color: #021304;
|
|
4051 |
color: #0e3914;
|
|
4065 | 4052 |
} |
4066 | 4053 |
table tfoot tr th { |
4067 | 4054 |
font-weight: normal ; |
4068 |
color: #021304;
|
|
4055 |
color: #0e3914;
|
|
4069 | 4056 |
} |
4070 | 4057 |
table tfoot tr:first td, |
4071 | 4058 |
table tfoot tr:first th { |
4072 |
border-top: #021304 2px solid;
|
|
4059 |
border-top: #0e3914 2px solid;
|
|
4073 | 4060 |
} |
4074 | 4061 |
table tfoot tr.blank { |
4075 | 4062 |
border: none !important ; |
... | ... | |
4083 | 4070 |
} |
4084 | 4071 |
table tfoot.blank tr:first-child th, |
4085 | 4072 |
table tfoot.blank tr:first-child td { |
4086 |
border-top: 1px solid #021304 !important;
|
|
4073 |
border-top: 1px solid #0e3914 !important;
|
|
4087 | 4074 |
} |
4088 | 4075 |
table tfoot.blank tr th, |
4089 | 4076 |
table tfoot.blank tr td { |
... | ... | |
4096 | 4083 |
font-size: 12pt; |
4097 | 4084 |
font-style: normal; |
4098 | 4085 |
font-weight: normal; |
4099 |
color: #021304 !important;
|
|
4086 |
color: #0e3914 !important;
|
|
4100 | 4087 |
padding: 0.2em 0 0.2em 0.2em; |
4101 | 4088 |
margin: 0; |
4102 | 4089 |
text-align: left; |
... | ... | |
4108 | 4095 |
} |
4109 | 4096 |
table tr.heading th { |
4110 | 4097 |
font-size: 120% ; |
4111 |
border-top: 1px #021304 solid;
|
|
4098 |
border-top: 1px #0e3914 solid;
|
|
4112 | 4099 |
} |
4113 | 4100 |
table colgroup col.right { |
4114 | 4101 |
text-align: right ; |
... | ... | |
4169 | 4156 |
height: 2.2em ; |
4170 | 4157 |
} |
4171 | 4158 |
table.tbl-list thead tr th { |
4172 |
color: #57ef6b;
|
|
4173 |
background-color: #0f9f22;
|
|
4174 |
border-top: 1px solid #021304;
|
|
4175 |
border-bottom: 1px solid #021304;
|
|
4159 |
color: #95e4a0;
|
|
4160 |
background-color: #2db43f;
|
|
4161 |
border-top: 1px solid #0e3914;
|
|
4162 |
border-bottom: 1px solid #0e3914;
|
|
4176 | 4163 |
text-align: left ; |
4177 | 4164 |
vertical-align: middle ; |
4178 | 4165 |
} |
... | ... | |
4184 | 4171 |
} |
4185 | 4172 |
table.tbl-list thead tr th > a:link, |
4186 | 4173 |
table.tbl-list thead tr th > a:visited { |
4187 |
color: #86f494;
|
|
4174 |
color: #beefc4;
|
|
4188 | 4175 |
text-decoration: none ; |
4189 | 4176 |
} |
4190 | 4177 |
table.tbl-list thead tr th > a:hover { |
4191 |
color: #86f494;
|
|
4178 |
color: #beefc4;
|
|
4192 | 4179 |
text-decoration: underline ; |
4193 | 4180 |
} |
4194 | 4181 |
table.tbl-list thead tr th > a:active, |
4195 | 4182 |
table.tbl-list thead tr th > a:focus { |
4196 |
color: #86f494;
|
|
4183 |
color: #beefc4;
|
|
4197 | 4184 |
text-decoration: underline ; |
4198 | 4185 |
} |
4199 | 4186 |
table.tbl-list thead.links-condensed tr th a { |
4200 | 4187 |
display: inline ; |
4201 | 4188 |
} |
4202 | 4189 |
table.tbl-list tbody { |
4203 |
border-bottom: #021304 1px solid;
|
|
4190 |
border-bottom: #0e3914 1px solid;
|
|
4204 | 4191 |
} |
4205 | 4192 |
table.tbl-list tbody tr:nth-child(odd) { |
4206 |
background-color: #86f494;
|
|
4193 |
background-color: #beefc4;
|
|
4207 | 4194 |
} |
4208 | 4195 |
table.tbl-list tbody tr:nth-child(even) { |
4209 |
background-color: #57ef6b;
|
|
4196 |
background-color: #95e4a0;
|
|
4210 | 4197 |
} |
4211 | 4198 |
table.tbl-list tbody > tr:last-child > td { |
4212 |
border-bottom: 1px #021304 solid !important;
|
|
4199 |
border-bottom: 1px #0e3914 solid !important;
|
|
4213 | 4200 |
} |
4214 | 4201 |
table.tbl-list tbody tr:hover { |
4215 | 4202 |
background-color: #ffffff; |
... | ... | |
4218 | 4205 |
background-color: #ffd6d6 !important; |
4219 | 4206 |
} |
4220 | 4207 |
table.tbl-list tbody td { |
4221 |
color: #021304;
|
|
4208 |
color: #0e3914;
|
|
4222 | 4209 |
} |
4223 | 4210 |
table.tbl-list-plain caption, |
4224 | 4211 |
table.tbl-plain caption, |
... | ... | |
4238 | 4225 |
} |
4239 | 4226 |
table.tbl-list-plain thead th, |
4240 | 4227 |
table.tbl-plain thead th { |
4241 |
color: #57ef6b;
|
|
4242 |
background-color: #0f9f22;
|
|
4243 |
border-top: 1px solid #021304;
|
|
4244 |
border-bottom: 1px solid #021304;
|
|
4228 |
color: #95e4a0;
|
|
4229 |
background-color: #2db43f;
|
|
4230 |
border-top: 1px solid #0e3914;
|
|
4231 |
border-bottom: 1px solid #0e3914;
|
|
4245 | 4232 |
text-align: left ; |
4246 | 4233 |
vertical-align: middle ; |
4247 | 4234 |
} |
... | ... | |
4264 | 4251 |
} |
4265 | 4252 |
table.tbl-list-plain.lined tr, |
4266 | 4253 |
table.tbl-plain.lined tr { |
4267 |
border-bottom: 1px #021304 solid;
|
|
4254 |
border-bottom: 1px #0e3914 solid;
|
|
4268 | 4255 |
} |
4269 | 4256 |
table.tbl-list-plain.lined tr > th, |
4270 | 4257 |
table.tbl-plain.lined tr > th, |
... | ... | |
4273 | 4260 |
vertical-align: middle !important ; |
4274 | 4261 |
} |
4275 | 4262 |
table.tbl-list-plain thead th { |
4276 |
border-top: 1px #021304 solid !important;
|
|
4277 |
border-bottom: 1px #021304 solid;
|
|
4263 |
border-top: 1px #0e3914 solid !important;
|
|
4264 |
border-bottom: 1px #0e3914 solid;
|
|
4278 | 4265 |
font-weight: bold ; |
4279 | 4266 |
} |
4280 | 4267 |
table.tbl-list-plain tbody td, |
4281 | 4268 |
table.tbl-list-plain tbody th { |
4282 |
border-bottom: 1px #021304 solid;
|
|
4269 |
border-bottom: 1px #0e3914 solid;
|
|
4283 | 4270 |
} |
4284 | 4271 |
table.tbl-horizontal th, |
4285 | 4272 |
table.tbl-horizontal td { |
... | ... | |
4320 | 4307 |
padding-bottom: 0 ; |
4321 | 4308 |
} |
4322 | 4309 |
table.tbl-horizontal th { |
4323 |
color: #0f9f22;
|
|
4310 |
color: #2db43f;
|
|
4324 | 4311 |
vertical-align: top ; |
4325 | 4312 |
} |
4326 | 4313 |
table.tbl-horizontal th > a:link, |
4327 | 4314 |
table.tbl-horizontal th > a:visited { |
4328 | 4315 |
text-decoration: none ; |
4329 |
color: #28eb42;
|
|
4316 |
color: #6cda7b;
|
|
4330 | 4317 |
} |
4331 | 4318 |
table.tbl-horizontal th > a:hover, |
4332 | 4319 |
table.tbl-horizontal th > a:active { |
... | ... | |
4337 | 4324 |
padding: 0 ; |
4338 | 4325 |
} |
4339 | 4326 |
table.tbl-horizontal td { |
4340 |
color: #021304;
|
|
4327 |
color: #0e3914;
|
|
4341 | 4328 |
} |
4342 | 4329 |
table.tbl-horizontal td.data { |
4343 | 4330 |
padding: 0.4363em 0.3em 0.4363em 0.3em ; |
... | ... | |
4430 | 4417 |
table.tbl-horizontal thead th { |
4431 | 4418 |
padding: 0.5em 0.4em 0.5em 0.3em ; |
4432 | 4419 |
font-weight: bold ; |
4433 |
color: #57ef6b;
|
|
4420 |
color: #95e4a0;
|
|
4434 | 4421 |
border: none ; |
4435 | 4422 |
} |
4436 | 4423 |
table.tbl-horizontal.zebra tbody tr:nth-child(odd) { |
... | ... | |
4453 | 4440 |
} |
4454 | 4441 |
table.tbl-horizontal.checkered tbody tr td, |
4455 | 4442 |
table.tbl-horizontal.checkered tbody tr th { |
4456 |
border-color: #021304;
|
|
4443 |
border-color: #0e3914;
|
|
4457 | 4444 |
border-width: 1px ; |
4458 | 4445 |
border-style: solid ; |
4459 | 4446 |
padding: 0.3em 0.6em ; |
... | ... | |
4479 | 4466 |
background-color: #ececec; |
4480 | 4467 |
} |
4481 | 4468 |
table.tbl-dialog th { |
4482 |
color: #57ef6b;
|
|
4469 |
color: #95e4a0;
|
|
4483 | 4470 |
font-size: 11pt; |
4484 | 4471 |
vertical-align: top ; |
4485 | 4472 |
} |
... | ... | |
4632 | 4619 |
height: 2.0em ; |
4633 | 4620 |
} |
4634 | 4621 |
table tr.total-sub td { |
4635 |
border-top: 1px solid #021304;
|
|
4636 |
border-bottom: 2px solid #021304;
|
|
4622 |
border-top: 1px solid #0e3914;
|
|
4623 |
border-bottom: 2px solid #0e3914;
|
|
4637 | 4624 |
font-weight: bold ; |
4638 |
color: #021304;
|
|
4625 |
color: #0e3914;
|
|
4639 | 4626 |
} |
4640 | 4627 |
table.test th, |
4641 | 4628 |
table.test-plain th { |
4642 | 4629 |
background-color: #B3B3B3 ; |
4643 |
color: #021304;
|
|
4630 |
color: #0e3914;
|
|
4644 | 4631 |
font-weight: normal ; |
4645 | 4632 |
} |
4646 | 4633 |
table.test th.caption, |
... | ... | |
4849 | 4836 |
} |
4850 | 4837 |
div.wrapper table.tbl-list tr, |
4851 | 4838 |
div.cols table.tbl-list tr { |
4852 |
border-left: 1px solid #021304;
|
|
4853 |
border-right: 1px solid #021304;
|
|
4839 |
border-left: 1px solid #0e3914;
|
|
4840 |
border-right: 1px solid #0e3914;
|
|
4854 | 4841 |
} |
4855 | 4842 |
span.sort { |
4856 | 4843 |
display: inline-block; |
... | ... | |
4875 | 4862 |
vertical-align: top ; |
4876 | 4863 |
} |
4877 | 4864 |
span.sort_symbol a.ascending { |
4878 |
border-top: 1px #021304 solid;
|
|
4879 |
border-right: 1px #021304 solid;
|
|
4880 |
border-left: 1px #021304 solid;
|
|
4865 |
border-top: 1px #0e3914 solid;
|
|
4866 |
border-right: 1px #0e3914 solid;
|
|
4867 |
border-left: 1px #0e3914 solid;
|
|
4881 | 4868 |
} |
4882 | 4869 |
span.sort_symbol a.descending { |
4883 |
border-right: 1px #021304 solid;
|
|
4884 |
border-bottom: 1px #021304 solid;
|
|
4885 |
border-left: 1px #021304 solid;
|
|
4870 |
border-right: 1px #0e3914 solid;
|
|
4871 |
border-bottom: 1px #0e3914 solid;
|
|
4872 |
border-left: 1px #0e3914 solid;
|
|
4886 | 4873 |
} |
4887 | 4874 |
span.sort_symbol a.active { |
4888 | 4875 |
background-color: #000000 ; |
... | ... | |
4929 | 4916 |
clear: left ; |
4930 | 4917 |
display: block ; |
4931 | 4918 |
font-weight: bold ; |
4932 |
color: #021304;
|
|
4919 |
color: #0e3914;
|
|
4933 | 4920 |
} |
4934 | 4921 |
div.table div.field { |
4935 | 4922 |
clear: left ; |
... | ... | |
4946 | 4933 |
} |
4947 | 4934 |
div.list { |
4948 | 4935 |
font-size: 10pt ; |
4949 |
color: #021304;
|
|
4936 |
color: #0e3914;
|
|
4950 | 4937 |
} |
4951 | 4938 |
div.list.col { |
4952 | 4939 |
float: left ; |
... | ... | |
4959 | 4946 |
font-weight: bold; |
4960 | 4947 |
font-size: 110%; |
4961 | 4948 |
font-family: "Helvetica Neue", Helvetica, Arial; |
4962 |
color: #0f9f22;
|
|
4949 |
color: #2db43f;
|
|
4963 | 4950 |
} |
4964 | 4951 |
div.list > p, |
4965 | 4952 |
div.list > div { |
... | ... | |
5087 | 5074 |
vertical-align: top; |
5088 | 5075 |
display: inline-block; |
5089 | 5076 |
width: 88% ; |
5090 |
color: #0f9f22;
|
|
5077 |
color: #2db43f;
|
|
5091 | 5078 |
} |
5092 | 5079 |
label:hover { |
5093 | 5080 |
color: #000 ; |
... | ... | |
6252 | 6239 |
input[type="button"].button, |
6253 | 6240 |
button[type="submit"], |
6254 | 6241 |
button[type="button"] { |
6255 |
color: #b4f8bd;
|
|
6256 |
background-color: #0f9f22;
|
|
6257 |
border-color: #021304;
|
|
6242 |
color: #e7f9e9;
|
|
6243 |
background-color: #2db43f;
|
|
6244 |
border-color: #0e3914;
|
|
6258 | 6245 |
} |
6259 | 6246 |
input[type="submit"]:hover, |
6260 | 6247 |
input[type="button"]:hover, |
... | ... | |
6262 | 6249 |
button[type="submit"]:hover, |
6263 | 6250 |
button[type="button"]:hover { |
6264 | 6251 |
color: #ffffff; |
6265 |
background-color: #13cd2c;
|
|
6266 |
border-color: #021304;
|
|
6252 |
background-color: #43d056;
|
|
6253 |
border-color: #0e3914;
|
|
6267 | 6254 |
} |
6268 | 6255 |
input[type="submit"]:active, |
6269 | 6256 |
input[type="button"]:active, |
... | ... | |
6276 | 6263 |
button[type="submit"]:focus, |
6277 | 6264 |
button[type="button"]:focus { |
6278 | 6265 |
color: #ffffff; |
6279 |
background-color: #13cd2c;
|
|
6280 |
border-color: #021304;
|
|
6266 |
background-color: #43d056;
|
|
6267 |
border-color: #0e3914;
|
|
6281 | 6268 |
} |
6282 | 6269 |
input[type="button"].neutral, |
6283 | 6270 |
input[type="submit"].neutral, |
... | ... | |
6285 | 6272 |
input[type="reset"].neutral, |
6286 | 6273 |
button.neutral, |
6287 | 6274 |
button[type="reset"] { |
6288 |
color: #0f9f22;
|
|
6289 |
background-color: #86f494;
|
|
6290 |
border-color: #021304;
|
|
6275 |
color: #2db43f;
|
|
6276 |
background-color: #beefc4;
|
|
6277 |
border-color: #0e3914;
|
|
6291 | 6278 |
} |
6292 | 6279 |
input[type="button"].neutral:hover, |
6293 | 6280 |
input[type="submit"].neutral:hover, |
... | ... | |
6295 | 6282 |
input[type="reset"].neutral:hover, |
6296 | 6283 |
button.neutral:hover, |
6297 | 6284 |
button[type="reset"]:hover { |
6298 |
color: #0f9f22;
|
|
6299 |
background-color: #57ef6b;
|
|
6300 |
border-color: #021304;
|
|
6285 |
color: #2db43f;
|
|
6286 |
background-color: #95e4a0;
|
|
6287 |
border-color: #0e3914;
|
|
6301 | 6288 |
} |
6302 | 6289 |
input[type="button"].neutral:active, |
6303 | 6290 |
input[type="submit"].neutral:active, |
... | ... | |
6312 | 6299 |
button.neutral:focus, |
6313 | 6300 |
button[type="reset"]:focus { |
6314 | 6301 |
color: #ffffff; |
6315 |
background-color: #57ef6b;
|
|
6316 |
border-color: #021304;
|
|
6302 |
background-color: #95e4a0;
|
|
6303 |
border-color: #0e3914;
|
|
6317 | 6304 |
} |
6318 | 6305 |
input[type="button"].below { |
6319 | 6306 |
clear: both !important; |
... | ... | |
6333 | 6320 |
border-style: solid; |
6334 | 6321 |
border-width: 1px; |
6335 | 6322 |
border-radius: 3px; |
6336 |
border-color: #b4f8bd;
|
|
6337 |
background-color: #0f9f22;
|
|
6338 |
color: #b4f8bd;
|
|
6323 |
border-color: #e7f9e9;
|
|
6324 |
background-color: #2db43f;
|
|
6325 |
color: #e7f9e9;
|
|
6339 | 6326 |
text-decoration: none; |
6340 | 6327 |
} |
6341 | 6328 |
a.button.below { |
6342 | 6329 |
clear: both !important; |
6343 | 6330 |
} |
6344 | 6331 |
a.button:hover { |
6345 |
border-color: #021304;
|
|
6346 |
background-color: #13cd2c;
|
|
6332 |
border-color: #0e3914;
|
|
6333 |
background-color: #43d056;
|
|
6347 | 6334 |
color: #ffffff; |
6348 | 6335 |
text-decoration: none; |
6349 | 6336 |
} |
6350 | 6337 |
a.button:active, |
6351 | 6338 |
a.button:focus { |
6352 |
border-color: #021304;
|
|
6353 |
background-color: #13cd2c;
|
|
6339 |
border-color: #0e3914;
|
|
6340 |
background-color: #43d056;
|
|
6354 | 6341 |
color: #ffffff; |
6355 | 6342 |
text-decoration: none; |
6356 | 6343 |
} |
6357 | 6344 |
a.button.neutral:link, |
6358 | 6345 |
a.button.neutral:visited { |
6359 |
border-color: #021304;
|
|
6360 |
background-color: #86f494;
|
|
6361 |
color: #0f9f22;
|
|
6346 |
border-color: #0e3914;
|
|
6347 |
background-color: #beefc4;
|
|
6348 |
color: #2db43f;
|
|
6362 | 6349 |
} |
6363 | 6350 |
a.button.neutral:hover { |
6364 |
border-color: #021304;
|
|
6365 |
background-color: #57ef6b;
|
|
6366 |
color: #0f9f22;
|
|
6351 |
border-color: #0e3914;
|
|
6352 |
background-color: #95e4a0;
|
|
6353 |
color: #2db43f;
|
|
6367 | 6354 |
text-decoration: none; |
6368 | 6355 |
} |
6369 | 6356 |
a.button.neutral:active, |
6370 | 6357 |
a.button.neutral:focus { |
6371 |
border-color: #021304;
|
|
6372 |
background-color: #57ef6b;
|
|
6358 |
border-color: #0e3914;
|
|
6359 |
background-color: #95e4a0;
|
|
6373 | 6360 |
color: #ffffff; |
6374 | 6361 |
text-decoration: none; |
6375 | 6362 |
} |
... | ... | |
6422 | 6409 |
border-bottom-right-radius: 0px ; |
6423 | 6410 |
} |
6424 | 6411 |
a.button.toggle:hover { |
6425 |
background-color: #86f494 !important;
|
|
6426 |
border-color: #021304 !important;
|
|
6427 |
color: #0f9f22;
|
|
6412 |
background-color: #beefc4 !important;
|
|
6413 |
border-color: #0e3914 !important;
|
|
6414 |
color: #2db43f;
|
|
6428 | 6415 |
text-decoration: none; |
6429 | 6416 |
} |
6430 | 6417 |
#content label.button { |
... | ... | |
6439 | 6426 |
border-style: solid; |
6440 | 6427 |
border-width: 1px; |
6441 | 6428 |
border-radius: 3px; |
6442 |
border-color: #b4f8bd;
|
|
6443 |
background-color: #0f9f22;
|
|
6444 |
color: #b4f8bd;
|
|
6429 |
border-color: #e7f9e9;
|
|
6430 |
background-color: #2db43f;
|
|
6431 |
color: #e7f9e9;
|
|
6445 | 6432 |
text-decoration: none; |
6446 | 6433 |
} |
6447 | 6434 |
#content label.button:hover { |
6448 |
border-color: #021304;
|
|
6449 |
background-color: #13cd2c;
|
|
6435 |
border-color: #0e3914;
|
|
6436 |
background-color: #43d056;
|
|
6450 | 6437 |
color: #ffffff; |
6451 | 6438 |
text-decoration: none; |
6452 | 6439 |
} |
6453 | 6440 |
#content label.button:active, |
6454 | 6441 |
#content label.button:focus { |
6455 |
border-color: #021304;
|
|
6456 |
background-color: #13cd2c;
|
|
6442 |
border-color: #0e3914;
|
|
6443 |
background-color: #43d056;
|
|
6457 | 6444 |
color: #ffffff; |
6458 | 6445 |
text-decoration: none; |
6459 | 6446 |
} |
6460 | 6447 |
#content label.button.neutral { |
6461 |
border-color: #021304;
|
|
6462 |
background-color: #86f494;
|
|
6463 |
color: #0f9f22;
|
|
6448 |
border-color: #0e3914;
|
|
6449 |
background-color: #beefc4;
|
|
6450 |
color: #2db43f;
|
|
6464 | 6451 |
} |
6465 | 6452 |
#content label.button.neutral:hover { |
6466 |
border-color: #021304;
|
|
6467 |
background-color: #57ef6b;
|
|
6468 |
color: #0f9f22;
|
|
6453 |
border-color: #0e3914;
|
|
6454 |
background-color: #95e4a0;
|
|
6455 |
color: #2db43f;
|
|
6469 | 6456 |
text-decoration: none; |
6470 | 6457 |
} |
6471 | 6458 |
#content label.button.neutral:active, |
6472 | 6459 |
#content label.button.neutral:focus { |
6473 |
border-color: #021304;
|
|
6474 |
background-color: #57ef6b;
|
|
6460 |
border-color: #0e3914;
|
|
6461 |
background-color: #95e4a0;
|
|
6475 | 6462 |
color: #ffffff; |
6476 | 6463 |
text-decoration: none; |
6477 | 6464 |
} |
... | ... | |
6509 | 6496 |
border-width: 0; |
6510 | 6497 |
} |
6511 | 6498 |
.control-panel { |
6512 |
border: 1px #021304 solid;
|
|
6513 |
background-color: #86f494;
|
|
6499 |
border: 1px #0e3914 solid;
|
|
6500 |
background-color: #beefc4;
|
|
6514 | 6501 |
border-radius: 0.6em; |
6515 | 6502 |
color: red ; |
6516 | 6503 |
overflow: hidden ; |
... | ... | |
6522 | 6509 |
display: inline-block; |
6523 | 6510 |
} |
6524 | 6511 |
.form-addition h3 { |
6525 |
color: #021304 !important;
|
|
6512 |
color: #0e3914 !important;
|
|
6526 | 6513 |
font-size: 110% !important; |
6527 | 6514 |
font-weight: normal !important; |
6528 | 6515 |
margin: 0.3em 0 0.1em 0 !important; |
6529 | 6516 |
padding: 0 ; |
6530 | 6517 |
} |
6531 | 6518 |
.form-addition h4 { |
6532 |
color: #021304 !important;
|
|
6519 |
color: #0e3914 !important;
|
|
6533 | 6520 |
font-size: 105%; |
6534 | 6521 |
font-weight: bold; |
6535 | 6522 |
font-style: normal; |
... | ... | |
6543 | 6530 |
height: auto; |
6544 | 6531 |
padding: 0.6em 1em 0.6em 0.8em; |
6545 | 6532 |
margin: 1em 1em 1em 0.6em; |
6546 |
border: 1px #021304 solid;
|
|
6533 |
border: 1px #0e3914 solid;
|
|
6547 | 6534 |
border-radius: 0.6em; |
6548 |
background-color: #86f494;
|
|
6549 |
color: #021304;
|
|
6535 |
background-color: #beefc4;
|
|
6536 |
color: #0e3914;
|
|
6550 | 6537 |
font-size: 9pt; |
6551 | 6538 |
} |
6552 | 6539 |
.select-item input, |
... | ... | |
6555 | 6542 |
} |
6556 | 6543 |
.select-item span.label { |
6557 | 6544 |
float: left ; |
6558 |
color: #021304;
|
|
6545 |
color: #0e3914;
|
|
6559 | 6546 |
} |
6560 | 6547 |
.select-item table { |
6561 | 6548 |
margin: 0 ; |
6562 | 6549 |
} |
6563 | 6550 |
.select-item table td, |
6564 | 6551 |
.select-item table th { |
6565 |
color: #021304;
|
|
6552 |
color: #0e3914;
|
|
6566 | 6553 |
} |
6567 | 6554 |
.select-item .floating-boxes { |
6568 | 6555 |
display: table ; |
... | ... | |
6602 | 6589 |
padding: 0.2em 0 0.2em 1.4em; |
6603 | 6590 |
} |
6604 | 6591 |
.toggle_panel > a.button.toggle:hover { |
6605 |
background-color: #86f494 !important;
|
|
6592 |
background-color: #beefc4 !important;
|
|
6606 | 6593 |
text-decoration: underline ; |
6607 | 6594 |
} |
6608 | 6595 |
.toggle_panel span.summary { |
... | ... | |
6626 | 6613 |
margin: 0; |
6627 | 6614 |
} |
6628 | 6615 |
.toggle_panel .tbl-horizontal th { |
6629 |
color: #021304;
|
|
6616 |
color: #0e3914;
|
|
6630 | 6617 |
} |
6631 | 6618 |
#content .input-panel { |
6632 | 6619 |
overflow: hidden; |
6633 | 6620 |
padding: 1.2em 1em 0.8em 1.2em; |
6634 | 6621 |
margin: 0 0 0.4em 0; |
6635 |
background-color: #86f494;
|
|
6636 |
border: 1px #021304 solid;
|
|
6622 |
background-color: #beefc4;
|
|
6623 |
border: 1px #0e3914 solid;
|
|
6637 | 6624 |
border-bottom-left-radius: 0.6em; |
6638 | 6625 |
border-bottom-right-radius: 0.6em; |
6639 | 6626 |
border-top-right-radius: 0.6em; |
... | ... | |
6655 | 6642 |
height: auto; |
6656 | 6643 |
padding: 0; |
6657 | 6644 |
margin: 1em 1em 1em 0.6em; |
6658 |
border: 1px #021304 solid;
|
|
6645 |
border: 1px #0e3914 solid;
|
|
6659 | 6646 |
border-radius: 0.6em; |
6660 |
background-color: #86f494;
|
|
6661 |
color: #021304;
|
|
6647 |
background-color: #beefc4;
|
|
6648 |
color: #0e3914;
|
|
6662 | 6649 |
} |
6663 | 6650 |
.paginate > a, |
6664 | 6651 |
.paginate > span { |
... | ... | |
6690 | 6677 |
padding: 0 ; |
6691 | 6678 |
} |
6692 | 6679 |
.paginate span.paginate-page { |
6693 |
background-color: #13cd2c;
|
|
6694 |
color: #86f494;
|
|
6680 |
background-color: #43d056;
|
|
6681 |
color: #beefc4;
|
|
6695 | 6682 |
} |
6696 | 6683 |
.paginate a:hover, |
6697 | 6684 |
.paginate a:active { |
6698 |
background-color: #021304;
|
|
6699 |
color: #57ef6b;
|
|
6685 |
background-color: #0e3914;
|
|
6686 |
color: #95e4a0;
|
|
6700 | 6687 |
text-decoration: none; |
6701 | 6688 |
} |
6702 | 6689 |
table.jump-to { |
6703 |
border: 1px #021304 solid;
|
|
6690 |
border: 1px #0e3914 solid;
|
|
6704 | 6691 |
border-radius: 0.2em ; |
6705 |
background-color: #86f494;
|
|
6692 |
background-color: #beefc4;
|
|
6706 | 6693 |
margin: 0.8em 2.0em 0 1.2em !important; |
6707 | 6694 |
} |
6708 | 6695 |
table.jump-to.right { |
... | ... | |
6929 | 6916 |
} |
6930 | 6917 |
.requirement-spec-text-block.flagged { |
6931 | 6918 |
/* border: 1px solid #fe5f14; */ |
6932 |
|
|
6933 | 6919 |
} |
6934 | 6920 |
.requirement-spec-text-block.flagged > h2 { |
6935 | 6921 |
color: #fff; |
... | ... | |
7464 | 7450 |
} |
7465 | 7451 |
.icon16.window_new { |
7466 | 7452 |
background-position: -1520px 0px; |
7467 |
} |
|
7468 |
@media screen and (max-device-width: 479px) { |
|
7469 |
|
|
7470 | 7453 |
} |
7471 | 7454 |
@media screen and (min-device-width: 480px) and (max-device-width: 767px) { |
7472 | 7455 |
body #content .tbl-horizontal th { |
... | ... | |
7599 | 7582 |
.tbl-horizontal th.wi-verywide { |
7600 | 7583 |
width: 208px; |
7601 | 7584 |
} |
7602 |
} |
|
7603 |
@media screen and (min-device-width: 1110px) { |
|
7604 |
|
|
7605 | 7585 |
} |
7606 | 7586 |
@media print { |
7607 | 7587 |
#menuv3, |
... | ... | |
7701 | 7681 |
} |
7702 | 7682 |
*/ |
7703 | 7683 |
body.developing > header { |
7704 |
background-color: #0f9f22;
|
|
7684 |
background-color: #2db43f;
|
|
7705 | 7685 |
display: block; |
7706 | 7686 |
overflow: hidden; |
7707 | 7687 |
} |
7708 | 7688 |
body.developing > header h1 { |
7709 | 7689 |
float: left; |
7710 |
color: #86f494;
|
|
7690 |
color: #beefc4;
|
|
7711 | 7691 |
padding: 1.0em; |
7712 | 7692 |
} |
7713 | 7693 |
body.developing > header nav { |
Auch abrufbar als: Unified diff
Anderes Farbschema