hugo-theme-relearn/static/css/hugo-theme.css

47 lines
945 B
CSS
Raw Normal View History

2016-03-17 20:05:42 +00:00
/* 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;
2016-03-18 18:00:27 +00:00
z-index:200;
2016-03-17 20:05:42 +00:00
}
#toc-menu {
border-right: thin solid #DAD8D8 !important;
padding-right: 1rem !important;
margin-right: 0.5rem !important;
}
2016-03-18 18:00:27 +00:00
#top-bar {
z-index: 1000;
}
#top-bar.is_stuck {
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}