github.com/argoproj/argo-cd@v1.8.7/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: rgba(255,145,0,.1);
    40  }
    41  div[data-md-component=announce]>div#announce-msg{
    42    color: var(--md-admonition-fg-color);
    43    font-size: .8rem;
    44    text-align: center;
    45    margin: 15px;
    46  }
    47  div[data-md-component=announce]>div#announce-msg>a{
    48    color: var(--md-typeset-a-color);
    49    text-decoration: underline;
    50  }
    51  
    52  /* from https://assets.readthedocs.org/static/css/badge_only.css,
    53  most styles have to be overriden here */
    54  .rst-versions{
    55    position: relative !important;
    56    bottom: 0;
    57    left: 0;
    58    width: 100px !important;
    59    background: hsla(173, 100%, 24%, 1) !important;
    60    font-family: inherit !important;
    61    z-index: 0 !important;
    62  }
    63  .rst-versions a{
    64    color:#2980B9;
    65    text-decoration:none
    66  }
    67  .rst-versions .rst-badge-small{
    68    display:none
    69  }
    70  .rst-versions .rst-current-version{
    71    padding:12px;
    72    background: hsla(173, 100%, 24%, 1) !important;
    73    display:block;
    74    text-align:right;
    75    font-size:90%;
    76    cursor:pointer;
    77    color: white !important;
    78    *zoom:1
    79  }
    80  .rst-versions .rst-current-version:before,.rst-versions .rst-current-version:after{
    81    display:table;content:""
    82  }
    83  .rst-versions .rst-current-version:after{
    84    clear:both
    85  }
    86  .rst-versions .rst-current-version .fa{
    87    color:#fcfcfc
    88  }
    89  .rst-versions .rst-current-version .fa-caret-down{
    90    display: none;
    91  }
    92  .rst-versions.shift-up .rst-other-versions{
    93    display:block
    94  }
    95  .rst-versions .rst-other-versions{
    96    font-size:90%;
    97    padding:12px;
    98    color:gray;
    99    display:none
   100  }
   101  .rst-versions .rst-other-versions hr{
   102    display: none !important;
   103    height: 0px !important;
   104    border: 0px;
   105    margin: 0px !important;
   106    padding: 0px;
   107    border-top: none !important;
   108  }
   109  .rst-versions .rst-other-versions dd{
   110    display:inline-block;
   111    margin:0
   112  }
   113  .rst-versions .rst-other-versions dd a{
   114    display:inline-block;
   115    padding: 1em 0em !important;
   116    color:#fcfcfc;
   117    font-size: .6rem !important;
   118    white-space: nowrap;
   119    text-overflow: ellipsis;
   120    overflow: hidden;
   121    width: 80px;
   122  }
   123  .rst-versions .rst-other-versions dd a:hover{
   124    font-size: .7rem !important;
   125    font-weight: bold;
   126  }
   127  .rst-versions.rst-badge{
   128    display: block !important;
   129    width: 100px !important;
   130    bottom: 0px !important;
   131    right: 0px !important;
   132    left:auto;
   133    border:none;
   134    text-align: center !important;
   135    line-height: 0;
   136  }
   137  .rst-versions.rst-badge .icon-book{
   138    display: none;
   139  }
   140  .rst-versions.rst-badge .fa-book{
   141    display: none !important;
   142  }
   143  .rst-versions.rst-badge.shift-up .rst-current-version{
   144    text-align: left !important;
   145  }
   146  .rst-versions.rst-badge.shift-up .rst-current-version .fa-book{
   147    display: none !important;
   148  }
   149  .rst-versions.rst-badge.shift-up .rst-current-version .icon-book{
   150    display: none !important;
   151  }
   152  .rst-versions.rst-badge .rst-current-version{
   153    width: 70px !important;
   154    height: 2.4rem !important;
   155    line-height:2.4rem !important;
   156    padding: 0px 5px !important;
   157    display: inline-block !important;
   158    font-size: .6rem !important;
   159    overflow: hidden !important;
   160    text-overflow: ellipsis !important;
   161    white-space: nowrap !important;
   162    text-align: left !important;
   163  }
   164  @media screen and (max-width: 768px){
   165    .rst-versions{
   166        width:85%;
   167        display:none
   168    }
   169    .rst-versions.shift{
   170        display:block
   171    }
   172  }