wdocgenerator
Version:
Utility to generate documentation from jsdoc annotated source code
181 lines (154 loc) • 2.67 kB
CSS
.search .input
{
width: 100% ;
}
.search .content
{
position : inherit ;
padding-top: 0px ;
}
.description
{
margin-top: 0px;
padding-left: 25px ;
}
.description p
{
padding-left: 0px ;
}
.ui .accordion
{
margin: 0px ;
}
/* */
.scrollToTop
{
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
border: none;
outline: none;
background: transparent;
cursor: pointer;
padding: 15px;
border-radius: 10px;
font-size: 18px;
}
/* */
.index
{
max-height:calc(100vh - 160px) ;
overflow-y: auto ;
overflow-x: hidden ;
}
.list .item a
{
color: var(--theme-color,#42b983);
font-weight: 600;
}
.list .item a:hover
{
color: #1e70bf ;
text-decoration: none;
}
/* */
.custom-sidebar
{
padding-top: 0px ;
box-shadow: none ;
height: 100% ;
border-right: 1px solid rgba(34,36,38,.15);
position: fixed ;
overflow: hidden;
min-width: 300px ;
width : auto ;
min-width: 300px ;
max-width: 400px ;
}
.custom-sidebar code
{
background-color: #f8f8f8;
font-family: Roboto Mono,Monaco,courier,monospace;
border-radius: 2px;
color: #e96900;
font-size: .8rem;
margin: 0 0;
padding: 0px 5px;
white-space: pre-wrap;
}
.custom-sidebar-toggle
{
position: fixed;
bottom: 20px;
z-index: 99;
border: none;
outline: none;
background: transparent;
cursor: pointer;
font-size: 10px;
margin-left: -45px;
}
.sidebar-index-item-active
{
color: #4183c4 ;
}
.custom-menu
{
border-right: none ;
border-left: none ;
border-radius: 0px ;
margin: 0px ;
box-shadow: none ;
}
.ui .divider
{
margin-top: 0px ;
}
/* */
section.content
{
position: relative ;
left: 0 ;
margin: 0 0 ;
}
.pusher
{
-webkit-transition: none ;
-moz-transition: none ;
-o-transition: none ;
transition: none ;
}
.markdown-section
{
margin : 0px 15% ;
}
/* */
.header-url-icon
{
font-size: 0.8em ;
text-decoration: none ;
color: black ;
cursor: pointer;
visibility: hidden;
}
.anchor
{
margin-left: -30px ;
color: black ;
text-decoration: none ;
}
.anchor-special
{
margin-left: -30px ;
color: black ;
}
.anchor-special strong
{
color: var(--theme-color,#42b983);
}
.markdown-section code
{
margin: 0px 0px ;
}