| | |
| | | padding: revert; |
| | | } |
| | | |
| | | .mainTOC { |
| | | background: var(--lightgray); |
| | | border-radius: 5px; |
| | | padding: 0.75em 1em; |
| | | } |
| | | |
| | | .mainTOC details summary { |
| | | cursor: zoom-in; |
| | | font-family: Inter; |
| | | color: var(--dark); |
| | | font-weight: 700; |
| | | } |
| | | |
| | | .mainTOC details[open] summary { |
| | | cursor: zoom-out; |
| | | } |
| | | |
| | | #TableOfContents > ol { |
| | | counter-reset: section; |
| | | margin-left: 0em; |
| | |
| | | } |
| | | } |
| | | |
| | | footer { |
| | | margin-top: 4em; |
| | | text-align: center; |
| | | } |
| | | |
| | | |
| | | table { |
| | | width: 100%; |
| | | } |
| | |
| | | |
| | | footer { |
| | | margin-top: 4em; |
| | | |
| | | & > a { |
| | | font-size: 1em; |
| | | color: var(--secondary); |
| | | padding: 0 0.5em 3em 0.5em; |
| | | } |
| | | text-align: center; |
| | | & ul { |
| | | padding-left: 0; |
| | | } |
| | | } |
| | | |
| | | hr { |
| | |
| | | opacity: 0; |
| | | pointer-events: none; |
| | | transition: opacity 0.2s ease, transform 0.2s ease; |
| | | transition-delay: 0.3s; |
| | | transition-delay: 0.1s; |
| | | user-select: none; |
| | | |
| | | & > * { |
| | | display: none; |
| | | } |
| | | |
| | | &.visible > * { |
| | | display: inline-block; |
| | | } |
| | | |
| | | @media all and (max-width: 600px) { |
| | | display: none; |
| | | } |