|
1 | 1 | body { |
2 | 2 | font-family: Arial, Helvetica, sans-serif; |
3 | | - background-color: #e5e5e5; |
4 | 3 | background-color: #e1e8e8; |
5 | 4 | margin: 0; |
6 | 5 | padding: 0; |
|
28 | 27 | .top { |
29 | 28 | width: 1000px; |
30 | 29 | position: fixed; background: #fff; |
31 | | - border-bottom: 1px solid #e5e5e5; |
| 30 | + border-bottom: 1px solid #e1e8e8; |
32 | 31 | } |
33 | 32 |
|
34 | 33 | .top-menu { |
|
66 | 65 | line-height: 22px; |
67 | 66 | padding: 0 20px 2px; |
68 | 67 | color: #333; |
69 | | - background-color: #e2e2e2; |
| 68 | + background-color: #f0f0f0; |
70 | 69 | } |
71 | 70 |
|
72 | 71 | .top-selected-link:hover { |
|
126 | 125 | height: 111px; |
127 | 126 | width: 167px; |
128 | 127 | margin: 0; |
129 | | - border-bottom: 1px solid #e5e5e5; |
| 128 | + border-bottom: 1px solid #e1e8e8; |
130 | 129 | } |
131 | 130 |
|
132 | 131 | .nav-lnk { |
|
146 | 145 | width: 119px; |
147 | 146 | float:left; |
148 | 147 | cursor: pointer; |
149 | | - border-bottom: 1px solid #e5e5e5; |
| 148 | + border-bottom: 1px solid #e1e8e8; |
150 | 149 | } |
151 | 150 |
|
152 | 151 | .nav-block:hover { |
@@ -320,13 +319,13 @@ td { |
320 | 319 | } |
321 | 320 |
|
322 | 321 | .submenu-select-link:hover { |
323 | | - text-decoration: underline; |
| 322 | + color: #fff; |
| 323 | + background-color: #f79b44; |
324 | 324 | } |
325 | 325 |
|
326 | 326 | .submenu-select-link:active { |
327 | 327 | color: #fff; |
328 | | - background-color: #f79b44; |
329 | | - text-decoration: underline; |
| 328 | + background-color: #777; |
330 | 329 | } |
331 | 330 |
|
332 | 331 | .submenu-select-dropdown { |
|
460 | 459 |
|
461 | 460 | .data-row:hover { |
462 | 461 | margin: 0; |
463 | | - background-color: #f7f6ed; |
| 462 | + background-color: #f0f0f0; |
464 | 463 | } |
465 | 464 |
|
466 | 465 | .data-row:active { |
@@ -573,11 +572,9 @@ td { |
573 | 572 |
|
574 | 573 | .data-count { |
575 | 574 | font-family: Arial, Helvetica, sans-serif; |
576 | | - background-color: #f3f3f3; |
577 | | - color: #555; |
| 575 | + color: #505050; |
578 | 576 | font-size: 8pt; |
579 | | - margin: 18px 0 0 0; |
580 | | - padding: 0 16px 0 0; |
| 577 | + padding: 20px 0 20px 174px; |
581 | 578 | } |
582 | 579 |
|
583 | 580 | .chart1 { |
|
635 | 632 | .counter-name { |
636 | 633 | white-space: nowrap; |
637 | 634 | vertical-align:top; |
638 | | - line-height: 1.3em; |
| 635 | + line-height: 1.2em; |
639 | 636 | font-size: 10pt; |
640 | 637 | color: #222; |
641 | 638 | padding: 2px 4px 1px 0; |
|
651 | 648 |
|
652 | 649 | .counter-value { |
653 | 650 | vertical-align:top; |
654 | | - line-height: 1.3em; |
| 651 | + line-height: 1.2em; |
655 | 652 | font-size: 10pt; |
656 | 653 | color: #222; |
657 | 654 | padding: 2px 0 1px 2px; |
@@ -858,12 +855,13 @@ td { |
858 | 855 | } |
859 | 856 |
|
860 | 857 | .vst-advanced:hover { |
861 | | - color: #7fa1cb; |
| 858 | + color: #fff; |
| 859 | + background-color: #f79b44; |
862 | 860 | } |
863 | 861 |
|
864 | 862 | .vst-advanced:active { |
865 | 863 | color: #fff; |
866 | | - background-color: #f79b44; |
| 864 | + background-color: #777; |
867 | 865 | } |
868 | 866 |
|
869 | 867 | .fixed{ |
|
0 commit comments