|
38 | 38 | --ifm-active-toc-link-color:#4C4898; |
39 | 39 | --docsearch-highlight-color:#191937 !important; |
40 | 40 | --docsearch-hit-color: #191937 !important; |
41 | | - |
| 41 | + --ifm-footer-background-color: #E4E8F0; |
42 | 42 | } |
43 | 43 |
|
44 | 44 | /* For readability concerns, you should choose a lighter palette in dark mode. */ |
|
69 | 69 | --docsearch-hit-background: #191937 !important; |
70 | 70 | --docsearch-hit-color: #ffffff !important; |
71 | 71 | --ifm-color-primary-light:#f3ff36; |
72 | | - |
| 72 | + --ifm-footer-background-color: #191937; |
73 | 73 | } |
74 | 74 |
|
75 | 75 | body { |
@@ -358,6 +358,21 @@ html[data-theme='dark'] .footer__item a:hover{ |
358 | 358 | display: none; |
359 | 359 | } |
360 | 360 |
|
| 361 | +.version-navbar>svg { |
| 362 | + display: none; |
| 363 | +} |
| 364 | + |
| 365 | +.switch-navbar>svg { |
| 366 | + display: none; |
| 367 | +} |
| 368 | + |
| 369 | +.version-navbar { |
| 370 | + pointer-events: none; |
| 371 | + background: var(--ifm-color-primary-light); |
| 372 | + border-radius: 16px; |
| 373 | + color: var(--docsearch-text-color); |
| 374 | + margin-right: 16px; |
| 375 | +} |
361 | 376 |
|
362 | 377 | .github-navbar:hover, |
363 | 378 | .slack-navbar:hover ,.navbar__items.navbar__items--right .clean-btn:hover { |
@@ -665,6 +680,24 @@ html[data-theme='dark'] .theme-doc-sidebar-menu.menu__list>li:nth-child(8)>div>[ |
665 | 680 | background-image: url(../../static/img/Reference-Active-1.svg); |
666 | 681 | } |
667 | 682 |
|
| 683 | +/* Devel / Stable switch */ |
| 684 | + |
| 685 | +.theme-doc-sidebar-menu.menu__list>li:nth-child(9)>a svg { |
| 686 | + display: none; |
| 687 | +} |
| 688 | + |
| 689 | +.theme-doc-sidebar-menu.menu__list>li:nth-child(9)>a { |
| 690 | + flex: none; |
| 691 | +} |
| 692 | + |
| 693 | +.theme-doc-sidebar-menu.menu__list>li:nth-child(9) { |
| 694 | + margin-top:30px; |
| 695 | + padding-top: 10px; |
| 696 | + justify-content: center; |
| 697 | + border-top: 1px solid; |
| 698 | + border-color: var(--ifm-footer-background-color); |
| 699 | +} |
| 700 | + |
668 | 701 |
|
669 | 702 | /* responsive css :start */ |
670 | 703 |
|
@@ -741,7 +774,7 @@ html[data-theme='dark'] .overlayButton:hover { |
741 | 774 | left:0px; |
742 | 775 | top: 50%; |
743 | 776 | transform: translateY(-50%); |
744 | | - background-color: var(--ifm-background-color); ; |
| 777 | + background-color: var(--ifm-background-color); |
745 | 778 | z-index: 1002; |
746 | 779 | left: calc(50% - 350px); |
747 | 780 | padding: 30px; |
|
0 commit comments