Lines Matching +full:doc +full:- +full:publish
4 https://github.com/jothepro/doxygen-awesome-css
8 Copyright (c) 2021 - 2023 jothepro
13 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
34 --side-nav-fixed-width: 335px;
35 --menu-display: none;
37 --top-height: 120px;
38 --toc-sticky-top: -25px;
39 --toc-max-height: calc(100vh - 2 * var(--spacing-medium) - 25px);
43 white-space: nowrap;
47 @media screen and (min-width: 768px) {
49 --searchbar-background: var(--page-background-color);
52 #side-nav {
53 min-width: var(--side-nav-fixed-width);
54 max-width: var(--side-nav-fixed-width);
55 top: var(--top-height);
59 #nav-tree, #side-nav {
60 height: calc(100vh - var(--top-height)) !important;
63 #nav-tree {
69 border-bottom: none;
70 height: var(--top-height);
71 margin-bottom: calc(0px - var(--top-height));
72 max-width: var(--side-nav-fixed-width);
74 background: var(--side-nav-background);
76 #main-nav {
78 padding-right: 0;
81 .ui-resizable-handle {
84 background: var(--separator-color);
85 box-shadow: 0 calc(-2 * var(--top-height)) 0 0 var(--separator-color);
88 #nav-path {
91 left: var(--side-nav-fixed-width);
96 #doc-content {
97 height: calc(100vh - 31px) !important;
98 padding-bottom: calc(3 * var(--spacing-large));
99 padding-top: calc(var(--top-height) - 80px);
100 box-sizing: border-box;
101 margin-left: var(--side-nav-fixed-width) !important;
105 width: calc(var(--side-nav-fixed-width) - calc(2 * var(--spacing-medium)));
109 width: calc(var(--side-nav-fixed-width) - calc(2 * var(--spacing-medium)) - 65px);
113 left: var(--spacing-medium) !important;