github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/site/static/css/site.css (about)

     1  :root {
     2    --content-max-width: 60em;
     3    --search-input-color: black;
     4    --search-result-heading-color: white;
     5    --search-result-keyword-background: unset;
     6    --search-result-keyword-margin: unset;
     7    --search-result-keyword-font-weight: 800;
     8    --theme-color: #3970e4;
     9    --sidebar-background: #0f3074;
    10    --sidebar-nav-link-color: rgba(255, 255, 255, 0.75);
    11    --sidebar-nav-link-color--active: white;
    12    --sidebar-nav-link-font-weight--active: 600;
    13    --sidebar-nav-link-text-decoration--active: underline;
    14    --sidebar-nav-link-before-content-l3: none;
    15    --sidebar-name-color: white;
    16    --sidebar-toggle-offset-top: unset;
    17    --sidebar-width: 20rem;
    18    --pagination-label-font-size: var(--font-size-l);
    19    --pagination-title-font-size: 0px;
    20  }
    21  
    22  .container {
    23    position: relative;
    24    width: 100%;
    25    height: 0;
    26    padding-bottom: 56.25%;
    27  }
    28  .video {
    29    position: absolute;
    30    top: 0;
    31    left: 0;
    32    width: 100%;
    33    height: 100%;
    34  }
    35  
    36  .close,
    37  .close:focus,
    38  .close:hover {
    39    float: unset;
    40    font-size: unset;
    41    font-weight: unset;
    42    line-height: unset;
    43    color: unset;
    44    text-shadow: unset;
    45    filter: unset;
    46    opacity: unset;
    47  }
    48  
    49  .cover-main h1 img {
    50    height: 72px;
    51  }
    52  
    53  .cover-main blockquote {
    54    border-left: unset;
    55  }
    56  
    57  .cover.show {
    58    display: flex !important;
    59  }
    60  
    61  body {
    62    background-color: unset;
    63    line-height: unset;
    64    font-family: unset;
    65    font-size: unset;
    66  }
    67  
    68  h1 {
    69    line-height: unset;
    70  }
    71  
    72  .dropdown-toggle {
    73    background: var(--theme-color);
    74    border: none;
    75  }
    76  
    77  .sidebar {
    78    color: rgba(255, 255, 255, 0.75);
    79    font-size: 16px;
    80  }
    81  
    82  .sidebar-toggle {
    83    bottom: 0;
    84  }
    85  
    86  .sidebar > h1 {
    87    font-size: var(--sidebar-name-font-size);
    88  }
    89  
    90  .sidebar > h1 img {
    91    height: 32px;
    92  }
    93  
    94  /* Hide inactive lists whose titles aren't links. */
    95  .sidebar-nav ul a + ul.inactive {
    96    display: none;
    97  }
    98  
    99  .sidebar-nav ul a {
   100    white-space: unset;
   101  }
   102  
   103  .sidebar-nav .book-outline ul {
   104    margin-left: var(--sidebar-nav-indent);
   105  }
   106  
   107  #cli-changes ~ .table-wrapper * {
   108    --table-cell-border-width: 1px;
   109    --table-cell-padding: 0.5em 0.5em;
   110    --table-head-border-width: 1px;
   111    --table-row-even-background: var(--mono-tint3);
   112    --table-row-odd-background: inherit;
   113    table-layout: fixed;
   114    white-space: initial;
   115  }
   116  
   117  .docsify-pagination-container {
   118    overflow: hidden;
   119    height: 76px;
   120    margin-bottom: -24px;
   121  }
   122  
   123  pre.language-shell button.copy-button {
   124    position: absolute;
   125    top: 2px;
   126    right: 3em;
   127    background: inherit;
   128    border: none;
   129    opacity: 0.3;
   130  }
   131  
   132  pre.language-shell button.copy-button span {
   133    font-size: 18px;
   134  }
   135  
   136  pre.language-shell button.copy-button:hover {
   137    opacity: 1;
   138  }
   139  
   140  .github-widget {
   141    position: absolute;
   142    left: 47%;
   143    margin-top: 2.5em;
   144    padding-top: 8px;
   145  }
   146  
   147  .github-widget .material-icons-outlined {
   148    opacity: 0.3;
   149    transition: all 0.2s;
   150  }
   151  
   152  .github-widget .material-icons-outlined:hover {
   153    opacity: 1;
   154  }
   155  
   156  .pagination-item-label {
   157    z-index: -1;
   158    position: relative;
   159  }
   160  
   161  .pagination-item a:hover {
   162    color: black;
   163  }