|
1 |
| -.bd-sidebar-primary div#rtd-footer-container { |
2 |
| - position: sticky; |
3 |
| - bottom: -1rem; |
4 |
| - margin: -1rem; // ignore sidebar padding |
5 |
| - |
6 |
| - .rst-versions.rst-badge { |
7 |
| - position: unset; |
8 |
| - font-size: 0.9em; |
9 |
| - font-family: var(--pst-font-family-base); |
10 |
| - max-width: unset; |
11 |
| - |
12 |
| - .rst-current-version { |
13 |
| - display: flex; |
14 |
| - align-items: center; |
15 |
| - gap: 0.2rem; |
16 |
| - height: 2.5rem; |
17 |
| - transition: background-color 0.2s ease-out; |
18 |
| - background-color: var(--pst-color-background); |
19 |
| - color: var(--pst-color-success); |
20 |
| - border-top: 1px solid var(--pst-color-border); |
| 1 | +.rst-versions { |
| 2 | + position: static !important; |
| 3 | + bottom: unset; |
| 4 | + left: unset; |
| 5 | + width: unset; |
| 6 | + background: unset; |
| 7 | + background-color: var(--pst-color-on-background) !important; |
| 8 | + color: var(--pst-color-text-muted); |
| 9 | + font-family: unset !important; |
| 10 | + z-index: unset; |
| 11 | + a { |
| 12 | + background-color: var(--pst-color-on-background); |
| 13 | + color: var(--pst-color-text-base); |
| 14 | + text-decoration: unset; |
| 15 | + @include link-style-hover; |
| 16 | + &:hover { |
| 17 | + background-color: var(--pst-color-surface); |
21 | 18 | }
|
22 |
| - |
23 |
| - .fa.fa-book { |
24 |
| - color: var(--pst-color-text-muted); |
25 |
| - margin-right: auto; |
26 |
| - |
27 |
| - &::after { |
28 |
| - color: var(--pst-color-text-base); |
29 |
| - content: "Read The Docs"; |
30 |
| - font-family: var(--pst-font-family-base); |
31 |
| - font-weight: var(--pst-admonition-font-weight-heading); |
| 19 | + } |
| 20 | + &.rst-badge { |
| 21 | + // width: auto; |
| 22 | + // bottom: 20px; |
| 23 | + // right: 20px; |
| 24 | + // left: auto; |
| 25 | + border-color: var(--pst-color-border); |
| 26 | + border-radius: var(--bs-dropdown-border-radius); |
| 27 | + border-width: 1px; |
| 28 | + // max-width: $nav-desktop-width; |
| 29 | + // max-height: 90%; |
| 30 | + // .icon-book { |
| 31 | + // float: none; |
| 32 | + // line-height: 30px; |
| 33 | + // } |
| 34 | + // .fa-book { |
| 35 | + // float: none; |
| 36 | + // line-height: 30px; |
| 37 | + // } |
| 38 | + &.shift-up .rst-current-version { |
| 39 | + text-align: unset; |
| 40 | + .fa-book { |
| 41 | + float: none !important; |
| 42 | + } |
| 43 | + .icon-book { |
| 44 | + float: none; |
32 | 45 | }
|
33 | 46 | }
|
34 |
| - .fa.fa-caret-down { |
35 |
| - color: var(--pst-color-text-muted); |
36 |
| - } |
| 47 | + // > .rst-current-version { |
| 48 | + // width: auto; |
| 49 | + // height: 30px; |
| 50 | + // line-height: 30px; |
| 51 | + // padding: 0 $base-line-height / 4; |
| 52 | + display: inline-block !important; |
| 53 | + // text-align: center; |
37 | 54 | }
|
38 |
| - |
39 |
| - .rst-versions.rst-badge.shift-up { |
40 |
| - .rst-current-version { |
41 |
| - border-bottom: 1px solid var(--pst-color-border); |
| 55 | + //.rst-badge-small { |
| 56 | + // display: none; |
| 57 | + //} |
| 58 | + .rst-current-version { |
| 59 | + // padding: $base-line-height / 2; |
| 60 | + background-color: var(--bs-btn-bg) !important; |
| 61 | + text-align: left !important; |
| 62 | + font-size: unset; |
| 63 | + color: var(--pst-color-text-base) !important; |
| 64 | + // @include clearfix; |
| 65 | + // .fa { |
| 66 | + // color: $section-background-color; |
| 67 | + // } |
| 68 | + .fa-book { |
| 69 | + float: none; |
| 70 | + display: inline-block !important; |
| 71 | + } |
| 72 | + .icon-book { |
| 73 | + float: none; |
42 | 74 | }
|
| 75 | + // &.rst-out-of-date { |
| 76 | + // background-color: $red; |
| 77 | + // color: $white; |
| 78 | + // } |
| 79 | + // &.rst-active-old-version { |
| 80 | + // background-color: $yellow; |
| 81 | + // color: $black; |
| 82 | + // } |
| 83 | + } |
| 84 | + //&.shift-up { |
| 85 | + // height: auto; |
| 86 | + // max-height: 100%; |
| 87 | + // overflow-y: scroll; |
| 88 | + //} |
| 89 | + &.shift-up .rst-other-versions { |
| 90 | + display: inline-block !important; |
43 | 91 | }
|
44 |
| - |
45 | 92 | .rst-other-versions {
|
46 |
| - background-color: var(--pst-color-surface); |
47 |
| - color: var(--pst-color-text-base); |
48 |
| - |
49 |
| - dl { |
50 |
| - dd a { |
51 |
| - color: var(--pst-color-text-muted); |
52 |
| - } |
53 |
| - } |
54 |
| - |
| 93 | + // font-size: 90%; |
| 94 | + // padding: $base-line-height / 2; |
| 95 | + // display: none; |
55 | 96 | hr {
|
56 |
| - background-color: var(--pst-color-border); |
| 97 | + // display: block; |
| 98 | + // height: 1px; |
| 99 | + // border: 0; |
| 100 | + // margin: 20px 0; |
| 101 | + // padding: 0; |
| 102 | + border-top: solid 1px var(--pst-color-border); |
57 | 103 | }
|
58 |
| - |
59 |
| - small a { |
60 |
| - color: var(--pst-color-link); |
| 104 | + dl { |
| 105 | + border-top: solid 1px var(--pst-color-border); |
61 | 106 | }
|
62 |
| - |
63 |
| - input { |
64 |
| - padding-left: 0.5rem; |
65 |
| - border: 1px solid var(--pst-color-border); |
66 |
| - background-color: var(--pst-color-surface); |
| 107 | + dd { |
| 108 | + border-color: var(--pst-color-border); |
| 109 | + border-radius: var(--bs-dropdown-border-radius); |
| 110 | + border-width: 1px; |
| 111 | + // display: inline-block; |
| 112 | + // margin: 0; |
| 113 | + a { |
| 114 | + // display: inline-block; |
| 115 | + // padding: $base-line-height / 4; |
| 116 | + color: unset; |
| 117 | + @include link-style-hover; |
| 118 | + } |
67 | 119 | }
|
68 | 120 | }
|
69 | 121 | }
|
| 122 | +//@include media($tablet) { |
| 123 | +// .rst-versions { |
| 124 | +// width: 85%; |
| 125 | +// display: none; |
| 126 | +// &.shift { |
| 127 | +// display: block; |
| 128 | +// } |
| 129 | +// } |
| 130 | +//} |
0 commit comments