|
19 | 19 | color: #44a3aa !important; |
20 | 20 | } |
21 | 21 | .fg-color-blueDark { |
22 | | - color: #0a5ac2 !important; |
| 22 | + color: #2b5797 !important; |
23 | 23 | } |
24 | 24 | .fg-color-green { |
25 | 25 | color: #00a300 !important; |
|
28 | 28 | color: #99b433 !important; |
29 | 29 | } |
30 | 30 | .fg-color-greenDark { |
31 | | - color: #005200 !important; |
| 31 | + color: #1e7145 !important; |
32 | 32 | } |
33 | 33 | .fg-color-red { |
34 | 34 | color: #b91d47 !important; |
|
43 | 43 | color: #da532c !important; |
44 | 44 | } |
45 | 45 | .fg-color-pink { |
46 | | - color: #c3325f !important; |
| 46 | + color: #9f00a7 !important; |
47 | 47 | } |
48 | 48 | .fg-color-pinkDark { |
49 | | - color: #9f00a7 !important; |
| 49 | + color: #7e3878 !important; |
50 | 50 | } |
51 | 51 | .fg-color-purple { |
52 | 52 | color: #603cba !important; |
|
67 | 67 | background-color: #44a3aa !important; |
68 | 68 | } |
69 | 69 | .bg-color-blueDark { |
70 | | - background-color: #0a5ac2 !important; |
| 70 | + background-color: #2b5797 !important; |
71 | 71 | } |
72 | 72 | .bg-color-green { |
73 | 73 | background-color: #00a300 !important; |
|
76 | 76 | background-color: #99b433 !important; |
77 | 77 | } |
78 | 78 | .bg-color-greenDark { |
79 | | - background-color: #005200 !important; |
| 79 | + background-color: #1e7145 !important; |
80 | 80 | } |
81 | 81 | .bg-color-red { |
82 | 82 | background-color: #b91d47 !important; |
|
91 | 91 | background-color: #da532c !important; |
92 | 92 | } |
93 | 93 | .bg-color-pink { |
94 | | - background-color: #c3325f !important; |
| 94 | + background-color: #9f00a7 !important; |
95 | 95 | } |
96 | 96 | .bg-color-pinkDark { |
97 | | - background-color: #9f00a7 !important; |
| 97 | + background-color: #7e3878 !important; |
98 | 98 | } |
99 | 99 | .bg-color-purple { |
100 | 100 | background-color: #603cba !important; |
|
118 | 118 | border-color: #44a3aa !important; |
119 | 119 | } |
120 | 120 | .border-color-blueDark { |
121 | | - border-color: #0a5ac2 !important; |
| 121 | + border-color: #2b5797 !important; |
122 | 122 | } |
123 | 123 | .border-color-green { |
124 | 124 | border-color: #00a300 !important; |
|
127 | 127 | border-color: #99b433 !important; |
128 | 128 | } |
129 | 129 | .border-color-greenDark { |
130 | | - border-color: #005200 !important; |
| 130 | + border-color: #1e7145 !important; |
131 | 131 | } |
132 | 132 | .border-color-red { |
133 | 133 | border-color: #b91d47 !important; |
|
142 | 142 | border-color: #da532c !important; |
143 | 143 | } |
144 | 144 | .border-color-pink { |
145 | | - border-color: #c3325f !important; |
| 145 | + border-color: #9f00a7 !important; |
146 | 146 | } |
147 | 147 | .border-color-pinkDark { |
148 | | - border-color: #9f00a7 !important; |
| 148 | + border-color: #7e3878 !important; |
149 | 149 | } |
150 | 150 | .border-color-purple { |
151 | 151 | border-color: #603cba !important; |
|
404 | 404 | .page-control .frames { |
405 | 405 | margin-top: 0px; |
406 | 406 | } |
| 407 | + .tile { |
| 408 | + width: 120px; |
| 409 | + height: 120px; |
| 410 | + } |
| 411 | + .tile.double { |
| 412 | + width: 250px; |
| 413 | + } |
| 414 | + .tile.triple { |
| 415 | + width: 380px; |
| 416 | + } |
| 417 | + .tile.quadro { |
| 418 | + width: 510px; |
| 419 | + } |
| 420 | + .tile.double-vertical { |
| 421 | + height: 250px; |
| 422 | + } |
| 423 | + .tile.triple-vertical { |
| 424 | + height: 380px; |
| 425 | + } |
| 426 | + .tile.quadro-vertical { |
| 427 | + height: 510px; |
| 428 | + } |
| 429 | + .tile .tile-content { |
| 430 | + padding: 5px 10px; |
| 431 | + } |
| 432 | + .tile.icon > .tile-content img { |
| 433 | + width: 48px; |
| 434 | + height: 48px; |
| 435 | + margin-left: -24px; |
| 436 | + margin-top: -24px; |
| 437 | + } |
| 438 | + .tile .brand > .badge, |
| 439 | + .tile .tile-status > .badge { |
| 440 | + width: 26px; |
| 441 | + height: 28px; |
| 442 | + right: 0; |
| 443 | + font-size: 9pt; |
| 444 | + } |
| 445 | + .tile .brand > .name, |
| 446 | + .tile .tile-status > .name { |
| 447 | + margin-left: 10px; |
| 448 | + } |
| 449 | + .tile .brand > .icon, |
| 450 | + .tile .tile-status > .icon { |
| 451 | + width: 24px; |
| 452 | + height: 24px; |
| 453 | + margin: 5px 10px; |
| 454 | + } |
| 455 | + .tile .brand > .text, |
| 456 | + .tile .tile-status > .text { |
| 457 | + left: 40px; |
| 458 | + right: 40px; |
| 459 | + font-size: 8pt; |
| 460 | + } |
| 461 | + .tile-group { |
| 462 | + max-width: 400px; |
| 463 | + float: none; |
| 464 | + } |
407 | 465 | } |
408 | 466 | /* |
409 | 467 | * Metro UI CSS v 0.1.4 |
|
498 | 556 | border: 0; |
499 | 557 | left: 10px; |
500 | 558 | } |
501 | | - .tile { |
502 | | - width: 120px; |
503 | | - height: 120px; |
504 | | - } |
505 | | - .tile.double { |
506 | | - width: 250px; |
507 | | - } |
508 | | - .tile.double .tile-content { |
509 | | - width: 250px; |
510 | | - } |
511 | | - .tile.triple { |
512 | | - width: 380px; |
513 | | - } |
514 | | - .tile.triple .tile-content { |
515 | | - width: 380px; |
516 | | - } |
517 | | - .tile.quadro { |
518 | | - width: 510px; |
519 | | - } |
520 | | - .tile.quadro .tile-content { |
521 | | - width: 510px; |
522 | | - } |
523 | | - .tile.double-vertical { |
524 | | - height: 250px; |
525 | | - } |
526 | | - .tile.double-vertical .tile-content { |
527 | | - height: 210px; |
528 | | - } |
529 | | - .tile.triple-vertical { |
530 | | - height: 380px; |
531 | | - } |
532 | | - .tile.triple-vertical .tile-content { |
533 | | - height: 340px; |
534 | | - } |
535 | | - .tile.quadro-vertical { |
536 | | - height: 510px; |
537 | | - } |
538 | | - .tile.quadro-vertical .tile-content { |
539 | | - height: 470px; |
540 | | - } |
541 | | - .tile .tile-content { |
542 | | - padding: 5px 10px; |
543 | | - } |
544 | | - .tile.icon > .tile-content img { |
545 | | - width: 48px; |
546 | | - height: 48px; |
547 | | - margin-left: -24px; |
548 | | - margin-top: -24px; |
549 | | - } |
550 | | - .tile .brand > .badge, |
551 | | - .tile .tile-status > .badge { |
552 | | - width: 26px; |
553 | | - height: 28px; |
554 | | - right: 0; |
555 | | - font-size: 9pt; |
556 | | - } |
557 | | - .tile .brand > .name, |
558 | | - .tile .tile-status > .name { |
559 | | - margin-left: 10px; |
560 | | - } |
561 | | - .tile .brand > .icon, |
562 | | - .tile .tile-status > .icon { |
563 | | - width: 24px; |
564 | | - height: 24px; |
565 | | - margin: 5px 10px; |
566 | | - } |
567 | | - .tile .brand > .text, |
568 | | - .tile .tile-status > .text { |
569 | | - left: 40px; |
570 | | - right: 40px; |
571 | | - font-size: 8pt; |
572 | | - } |
573 | | - .tile-group { |
574 | | - max-width: 400px; |
575 | | - float: none; |
576 | | - } |
577 | 559 | table thead tr th { |
578 | 560 | font-size: 8pt; |
579 | 561 | } |
|
0 commit comments