| | |
| | | padding: revert; |
| | | } |
| | | |
| | | .mainTOC { |
| | | background: var(--lightgray); |
| | | border-radius: 8px; |
| | | padding: 0.8em; |
| | | } |
| | | |
| | | .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; |
| | |
| | | gap: 1.5em; |
| | | justify-content: center; |
| | | |
| | | .disabled { |
| | | opacity: 0.2; |
| | | } |
| | | |
| | | & > li { |
| | | text-align: center; |
| | | display: inline-block; |
| | |
| | | padding: 0 0.1em; |
| | | margin: auto -0.1em; |
| | | border-radius: 3px; |
| | | |
| | | &.broken { |
| | | opacity: 0.5; |
| | | background-color: transparent; |
| | | } |
| | | } |
| | | } |
| | | |
| | | & p { |
| | | overflow-wrap: anywhere; |
| | | } |
| | | } |
| | | |
| | | .backlinks a { |
| | |
| | | margin: 0; |
| | | height: 100vh; |
| | | width: 100vw; |
| | | overflow-x: hidden; |
| | | //overflow-x: hidden; |
| | | max-width: 100%; |
| | | box-sizing: border-box; |
| | | background-color: var(--light); |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | .singlePage { |
| | | margin: 4em 30vw; |
| | | padding: 4em 30vw; |
| | | |
| | | @media all and (max-width: 1200px) { |
| | | margin: 25px 5vw; |
| | | padding: 25px 5vw; |
| | | } |
| | | } |
| | | |
| | |
| | | transition-delay: 0.3s; |
| | | user-select: none; |
| | | |
| | | @media all and (max-width: 600px) { |
| | | display: none; |
| | | } |
| | | |
| | | &.visible { |
| | | opacity: 1; |
| | | visibility: visible; |
| | |
| | | user-select: none; |
| | | } |
| | | } |
| | | |
| | | #contact_buttons ul { |
| | | list-style-type: none; |
| | | |
| | | li { |
| | | display: inline-block; |
| | | } |
| | | |
| | | li a { |
| | | padding: 0 1em; |
| | | } |
| | | } |