diff --git a/macrovision.css b/macrovision.css index 2b7fd9ea..9e9e95a2 100644 --- a/macrovision.css +++ b/macrovision.css @@ -630,7 +630,6 @@ i.far { flex-direction: column; flex-wrap: wrap; width: 50vw; - } #help-icons > div { @@ -879,140 +878,6 @@ button:enabled:active { } } -#help-menu *::-webkit-scrollbar { - height: 2px; - } -#help-menu *::-webkit-scrollbar-button { - width: 0px; - height: 0px; -} -#help-menu *::-webkit-scrollbar-thumb { - background: #e1e1e1; - border: 0px none #ffffff; - border-radius: 50px; -} -#help-menu *::-webkit-scrollbar-thumb:hover { - background: #ffffff; -} -#help-menu *::-webkit-scrollbar-thumb:active { - background: #000000; -} -#help-menu *::-webkit-scrollbar-track { - background: #00000000; - border: 0px none #ffffff; - border-radius: 50px; -} -#help-menu *::-webkit-scrollbar-track:hover { - background: #666666; -} -#help-menu *::-webkit-scrollbar-track:active { - background: #333333; -} -#help-menu *::-webkit-scrollbar-corner { - background: transparent; -} - -#help-menu { - display: none; - position: absolute; - width: 100vw; - height: 100vh; - z-index: 100001; - overflow-x: hidden; -} - -#help-menu.visible { - display: flex; -} - -#table-of-contents-holder { - flex: 1 1 30%; - padding: 15px; - background: #111; - overflow-y: auto; -} - -#table-of-contents { - line-height: 2; -} - -#table-of-contents li { - font-size: 150%; - user-select: none; -} - -#table-of-contents li:hover { - color: #ccc; -} - -#table-of-contents button { - position: relative; - width: 50pt; - height: 50pt; - font-size: 40pt; -} - -#table-of-contents button i { - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); -} - -#help-contents-holder { - flex: 1 1 70%; - background: #333; - padding: 25px; - overflow-y: auto; -} - -#help-contents > h2 { - font-size: 250%; -} - -#help-contents > h2 { - margin-bottom: 16pt; -} - -#help-contents > h2:nth-child(1n+2) { - margin-top: 32pt; -} - -#help-contents p { - text-indent: 20pt; - max-width: 60em; - line-height: 1.4em; - width: 80%; - margin-bottom: 8pt; - margin-top: 8pt; -} - -#help-contents i.fas { - text-indent: 0pt; - margin-left: 2pt; - margin-right: 2pt; -} - -#help-contents ul { - list-style: circle; - line-height: 1.4; -} - -#help-contents b { - font-weight: bolder; -} - -#help-contents li { - margin-left: 2em; -} - -#help-contents img { - display: block; - width: 80%; - max-width: 60em; - height: 60pt; -} - .nsfw { color: red; font-style: bold; diff --git a/macrovision.html b/macrovision.html index 96449cf5..ea83ffe7 100644 --- a/macrovision.html +++ b/macrovision.html @@ -43,88 +43,6 @@ } -