git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

docs/config/doxygen-awesome-theme/doxygen-awesome-sidebar-only.css

      1 /* SPDX-License-Identifier: MIT */
      2 /**
      3 
      4 Doxygen Awesome
      5 https://github.com/jothepro/doxygen-awesome-css
      6 
      7 Copyright (c) 2021 - 2025 jothepro
      8 
      9  */
     10 
     11 html {
     12     /* side nav width. MUST be = `TREEVIEW_WIDTH`.
     13      * Make sure it is wide enough to contain the page title (logo + title + version)
     14      */
     15     --side-nav-fixed-width: 335px;
     16     --menu-display: none;
     17 
     18     --top-height: 120px;
     19     --toc-sticky-top: -25px;
     20     --toc-max-height: calc(100vh - 2 * var(--spacing-medium) - 25px);
     21 }
     22 
     23 #projectname {
     24     white-space: nowrap;
     25 }
     26 
     27 
     28 @media screen and (min-width: 768px) {
     29     html {
     30         --searchbar-background: var(--page-background-color);
     31     }
     32 
     33     #side-nav {
     34         min-width: var(--side-nav-fixed-width);
     35         max-width: var(--side-nav-fixed-width);
     36         top: var(--top-height);
     37         overflow: visible;
     38     }
     39 
     40     #nav-tree, #side-nav {
     41         height: calc(100vh - var(--top-height)) !important;
     42     }
     43 
     44     #top {
     45         display: block;
     46         border-bottom: none;
     47         height: var(--top-height);
     48         margin-bottom: calc(0px - var(--top-height));
     49         max-width: var(--side-nav-fixed-width);
     50         overflow: hidden;
     51         background: var(--side-nav-background);
     52     }
     53 
     54     #main-nav {
     55         float: left;
     56         padding-right: 0;
     57     }
     58 
     59     .ui-resizable-handle {
     60         display: none;
     61     }
     62 
     63     .ui-resizable-e {
     64         width: 0;
     65     }
     66 
     67     #nav-path {
     68         position: fixed;
     69         right: 0;
     70         left: calc(var(--side-nav-fixed-width) + 1px);
     71         bottom: 0;
     72         width: auto;
     73     }
     74 
     75     #doc-content {
     76         height: calc(100vh - 31px) !important;
     77         padding-bottom: calc(3 * var(--spacing-large));
     78         padding-top: calc(var(--top-height) - 80px);
     79         box-sizing: border-box;
     80         margin-left: var(--side-nav-fixed-width) !important;
     81     }
     82 
     83     #MSearchBox {
     84         width: calc(var(--side-nav-fixed-width) - calc(2 * var(--spacing-medium)));
     85     }
     86 
     87     #MSearchField {
     88         width: calc(var(--side-nav-fixed-width) - calc(2 * var(--spacing-medium)) - 65px);
     89     }
     90 
     91     #MSearchResultsWindow {
     92         left: var(--spacing-medium) !important;
     93         right: auto;
     94     }
     95 
     96     #nav-sync {
     97         bottom: 4px;
     98         right: auto;
     99         left: 300px;
    100         width: 35px;
    101         top: auto !important;
    102         user-select: none;
    103         position: fixed
    104     }
    105 }

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.