hugo-theme-relearn/static/css/hugo-theme.css
2016-03-18 19:00:27 +01:00

46 lines
945 B
CSS

/* Insert here special css for hugo theme, on top of any other imported css */
/* Table of contents */
.progress ul {
list-style: none;
margin: 0;
padding: 0 5px;
}
#TableOfContents > ul > li > ul > li > ul li {
margin-right: 8px;
}
#TableOfContents > ul > li > a {
font-weight: bold; background-color: #eeeeee; padding: 0 10px; margin: 0 2px;
}
#TableOfContents > ul > li > ul > li > a {
font-weight: bold; background-color: #eeeeee;
}
#TableOfContents > ul > li > ul > li > ul > li > ul > li > ul > li { display: none; }
.progress {
position:absolute;
background-color: rgba(246, 246, 246, 0.97);
width: auto;
border: thin solid #ECECEC;
display:none;
z-index:200;
}
#toc-menu {
border-right: thin solid #DAD8D8 !important;
padding-right: 1rem !important;
margin-right: 0.5rem !important;
}
#top-bar {
z-index: 1000;
}
#top-bar.is_stuck {
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}