github.com/argoproj/argo-cd/v2@v2.10.5/docs/assets/versions.css (about) 1 .md-header__title { 2 display: flex; 3 } 4 5 .dropdown-caret { 6 display: inline-block !important; 7 position: absolute; 8 right: 4px; 9 } 10 11 .fa .fa-caret-down { 12 display: none !important; 13 } 14 15 .rst-other-versions { 16 text-align: right; 17 } 18 19 .rst-other-versions > dl, .rst-other-versions dt, .rst-other-versions small { 20 display: none; 21 } 22 23 .rst-other-versions > dl:first-child { 24 display: flex !important; 25 flex-direction: column; 26 line-height: 0px !important; 27 } 28 29 .rst-versions.shift-up .rst-other-versions { 30 display: flex !important; 31 } 32 33 .rst-versions .rst-other-versions { 34 display: none; 35 } 36 37 /* Version Warning */ 38 div[data-md-component=announce] { 39 background-color: rgb(248, 243, 236); 40 position: sticky; 41 top: 0; 42 z-index: 2; 43 } 44 div[data-md-component=announce]>div#announce-msg{ 45 color: var(--md-code-hl-number-color); 46 font-size: .8rem; 47 text-align: center; 48 margin: 15px; 49 } 50 div[data-md-component=announce]>div#announce-msg>a{ 51 color: var(--md-typeset-a-color); 52 text-decoration: underline; 53 } 54 55 /* from https://assets.readthedocs.org/static/css/badge_only.css, 56 most styles have to be overriden here */ 57 .rst-versions{ 58 position: relative !important; 59 bottom: 0; 60 left: 0; 61 width: 100px !important; 62 background: hsla(173, 100%, 24%, 1) !important; 63 font-family: inherit !important; 64 z-index: 0 !important; 65 } 66 .rst-versions a{ 67 color:#2980B9; 68 text-decoration:none 69 } 70 .rst-versions .rst-badge-small{ 71 display:none 72 } 73 .rst-versions .rst-current-version{ 74 padding:12px; 75 background: hsla(173, 100%, 24%, 1) !important; 76 display:block; 77 text-align:right; 78 font-size:90%; 79 cursor:pointer; 80 color: white !important; 81 *zoom:1 82 } 83 .rst-versions .rst-current-version:before,.rst-versions .rst-current-version:after{ 84 display:table;content:"" 85 } 86 .rst-versions .rst-current-version:after{ 87 clear:both 88 } 89 .rst-versions .rst-current-version .fa{ 90 color:#fcfcfc 91 } 92 .rst-versions .rst-current-version .fa-caret-down{ 93 display: none; 94 } 95 .rst-versions.shift-up .rst-other-versions{ 96 display:block 97 } 98 .rst-versions .rst-other-versions{ 99 font-size:90%; 100 padding:12px; 101 color:gray; 102 display:none 103 } 104 .rst-versions .rst-other-versions hr{ 105 display: none !important; 106 height: 0px !important; 107 border: 0px; 108 margin: 0px !important; 109 padding: 0px; 110 border-top: none !important; 111 } 112 .rst-versions .rst-other-versions dd{ 113 display:inline-block; 114 margin:0 115 } 116 .rst-versions .rst-other-versions dd a{ 117 display:inline-block; 118 padding: 1em 0em !important; 119 color:#fcfcfc; 120 font-size: .6rem !important; 121 white-space: nowrap; 122 text-overflow: ellipsis; 123 overflow: hidden; 124 width: 80px; 125 } 126 .rst-versions .rst-other-versions dd a:hover{ 127 font-size: .7rem !important; 128 font-weight: bold; 129 } 130 .rst-versions.rst-badge{ 131 display: block !important; 132 width: 100px !important; 133 bottom: 0px !important; 134 right: 0px !important; 135 left:auto; 136 border:none; 137 text-align: center !important; 138 line-height: 0; 139 } 140 .rst-versions.rst-badge .icon-book{ 141 display: none; 142 } 143 .rst-versions.rst-badge .fa-book{ 144 display: none !important; 145 } 146 .rst-versions.rst-badge.shift-up .rst-current-version{ 147 text-align: left !important; 148 } 149 .rst-versions.rst-badge.shift-up .rst-current-version .fa-book{ 150 display: none !important; 151 } 152 .rst-versions.rst-badge.shift-up .rst-current-version .icon-book{ 153 display: none !important; 154 } 155 .rst-versions.rst-badge .rst-current-version{ 156 width: 70px !important; 157 height: 2.4rem !important; 158 line-height:2.4rem !important; 159 padding: 0px 5px !important; 160 display: inline-block !important; 161 font-size: .6rem !important; 162 overflow: hidden !important; 163 text-overflow: ellipsis !important; 164 white-space: nowrap !important; 165 text-align: left !important; 166 } 167 @media screen and (max-width: 768px){ 168 .rst-versions{ 169 width:85%; 170 display:none 171 } 172 .rst-versions.shift{ 173 display:block 174 } 175 }