mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
55 lines
1.1 KiB
CSS
55 lines
1.1 KiB
CSS
/* Insert here special css for hugo theme, on top of any other imported css */
|
|
|
|
/*
|
|
.progress {
|
|
position: relative;
|
|
float: top;
|
|
text-align: left;
|
|
width: 330px;
|
|
padding: 45px 0 0 2%;
|
|
}
|
|
.progress .wrapper {
|
|
position: absolute;
|
|
width: inherit;
|
|
}
|
|
.progress .wrapper.affix {
|
|
position: fixed;
|
|
top: 10px;
|
|
|
|
}*/
|
|
|
|
/* 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;
|
|
}
|