/*
H -> hue
L -> luminosity
S -> saturation
clr -> color
bg -> background
hvr -> hover
*/
:root { --code-d14:    #d14; --code-aa0000: #aa0000; --code-990000: #990000; --code-009999: #009999; --code-008080: #008080; --code-3c5d5d: #3c5d5d; --code-009926: #009926; --code-990073: #990073; --code-800080: #800080; --code-445588: #445588; --code-000080: #000080; --code-aaaaaa: #aaaaaa; --code-999999: #999999; --code-888888: #888888; --code-555555: #555555; }

:root { --L-a-text-hover-change: 0.8; --clr-a-text: hsl(43, 85%, var(--L-a-text)); --clr-a-text-hvr: hsl(43, 85%, calc(var(--L-a-text) * var(--L-a-text-hover-change))); --clr-buttons-main-bg: hsl(0, 0%, var(--L-buttons-main-bg)); --clr-buttons-main-border: hsl(0, 0%, var(--L-buttons-main-border)); --clr-buttons-main-text: hsl(0, 0%, var(--L-buttons-main-text)); --clr-buttons-main-text-hover: hsl(0, 6%, var(--L-buttons-main-text-hover)); --clr-h1-and-bold: hsl(0, 0%, var(--L-h1-and-bold)); --clr-h2: hsl(0, 0%, var(--L-h2)); --clr-h-3-6: hsl(0, 0%, var(--L-h-3-6)); --clr-text: hsl(0, 0%, var(--L-text)); --clr-code-text: hsl(0, 0%, var(--L-code-text)); --clr-code-bg: hsl(0, 0%, var(--L-code-bg)); --clr-code-border: hsl(0, 0%, var(--L-code-border)); --clr-code-bold-text: hsl(0, 0%, var(--L-code-bold-text)); --clr-kbd-bg: hsl(210, 25%, var(--L-kbd-bg)); --clr-kbd-border: hsl(212.7, 10.7%, var(--L-kbd-border)); --clr-kbd-border-bottom-and-shadow: hsl(210, 8.2%, var(--L-kbd-border-bottom-and-shadow)); --clr-kbd-text: hsl(210, 11.7%, var(--L-kbd-text)); --clr-bg: #2F3440; --clr-splitter-blockquote-and-section: hsl(0, 0%, var(--L-splitter-blockquote-and-section)); --clr-small-in-a: hsl(0, 0%, var(--L-small-in-a)); --clr-table-header-and-dt: hsl(0, 0%, var(--L-table-header-and-dt)); --L-a-text: 57%; --L-buttons-main-bg: 96%; --L-buttons-main-border: 88%; --L-buttons-main-text: 40%; --L-buttons-main-text-hover: 38%; --L-h1-and-bold: 100%; --L-h2: 85%; --L-h-3-6: 80%%; --L-text-bold: 80%; --L-text: 75%; --L-code-text: 20%; --L-code-bg: 97%; --L-code-border: 90%; --L-code-bold-text: 0%; --L-kbd-bg: 98%; --L-kbd-border: 80%; --L-kbd-border-bottom-and-shadow: 62%; --L-kbd-text: 30%; --L-bg: 100%; --L-splitter-blockquote-and-section: 90%; --L-small-in-a: 47%; --L-table-header-and-dt: 27%; }

@media screen and (prefers-color-scheme: dark) { :root { --L-a-text: 60%; --L-buttons-main-bg: 17%; --L-buttons-main-border: 26%; --L-buttons-main-text: 76%; --L-buttons-main-text-hover: 80%; --L-h1-and-bold: 90%; --L-h2: 83%; --L-h-3-6: 76%; --L-text: 70%; --L-code-text: 80%; --L-code-bg: 3%; --L-code-border: 5%; --L-code-bold-text: 100%; --L-kbd-bg: 30%; --L-kbd-border: 45%; --L-kbd-border-bottom-and-shadow: 55%; --L-kbd-text: 100%; --L-splitter-blockquote-and-section: 15%; --L-bg: 10%; --L-small-in-a: 60%; --L-table-header-and-dt: 90%; } }

body { background-color: var(--clr-bg); padding: 50px; font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, Roboto, Noto, "Avenir Next", Avenir, "Nimbus Sans L", "Segoe UI", Arial, Helvetica, "Helvetica Neue", sans-serif; color: var(--clr-text); font-weight: 400; }

h1, h2, h3, h4, h5, h6 { color: var(--clr-h1-and-bold); margin: 0 0 20px; }

p, ul, ol, table, pre, dl { margin: 0 0 20px; }

h1, h2, h3 { line-height: 1.1; }

h1 { font-size: 32px; }

h2 { color: var(--clr-h2); }

h3, h4, h5, h6 { color: var(--clr-h-3-6); }

a { color: var(--clr-a-text); text-decoration: none; }

a:hover, a:focus { color: var(--clr-a-text-hvr); }

a small { font-size: 11px; color: var(--clr-small-in-a); margin-top: -0.3em; display: block; }

a:hover small { color: var(--clr-small-in-a); }

p.link { margin: 0 0 4px; }

ul.link { list-style-type: none; /* Remove bullets */ margin: 0; /* To remove default bottom margin */ padding: 0.4px; /* To remove default left padding */ }

ul.link li + li { margin-top: 6px; }

ul.link:last-child { margin-bottom: 6px; }

.wrapper { width: 875px; margin: 0 auto; }

blockquote { border-left: 1px solid var(--clr-splitter-blockquote-and-section); margin: 0; padding: 0 0 0 20px; font-style: italic; }

code, pre { font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace; color: var(--clr-code-text); }

pre { padding: 8px 15px; background: var(--clr-code-bg); border-radius: 5px; border: 1px solid var(--clr-code-border); overflow-x: auto; }

table { width: 100%; border-collapse: collapse; }

th, td { text-align: left; padding: 5px 10px; border-bottom: 1px solid var(--clr-splitter-blockquote-and-section); }

dt { color: var(--clr-table-header-and-dt); font-weight: 700; }

th { color: var(--clr-table-header-and-dt); }

img { max-width: 100%; }

kbd { background-color: var(--clr-kbd-bg); border: 1px solid var(--clr-kbd-border); border-bottom-color: var(--clr-kbd-border-bottom-and-shadow); border-radius: 3px; box-shadow: inset 0 -1px 0 var(--clr-kbd-border-bottom-and-shadow); color: var(--clr-kbd-text); display: inline-block; font-size: 11px; line-height: 10px; padding: 3px 5px; vertical-align: middle; }

.sidebar { width: 180px; float: left; position: fixed; -webkit-font-smoothing: subpixel-antialiased; top: 0; padding: 58px 0 50px 0; display: flex; flex-direction: column; justify-content: space-between; height: calc(100vh - 108px); overflow-x: hidden; overflow-y: scroll; -ms-overflow-style: -ms-autohiding-scrollbar; }

@-moz-document url-prefix() { .sidebar { scrollbar-width: none; } }

.sidebar::-webkit-scrollbar { /* Chrome, Safari, Edge */ display: none; }

strong { color: var(--clr-h1-and-bold); font-weight: 700; }

section { width: 640px; float: right; padding-bottom: 50px; }

small { font-size: 11px; }

hr { border: 0; background: var(--clr-splitter-blockquote-and-section); height: 1px; width: 30%; margin: 10px auto 30px; }

footer, .sidebar-footer { width: 180px; float: left; bottom: 50px; -webkit-font-smoothing: subpixel-antialiased; }

footer { display: none; }

.sidebar-footer { flex-basis: content; }

@media print, screen and (max-width: 960px) { .sidebar { padding: initial; display: initial; height: initial; overflow: initial; } footer { display: initial; } .sidebar-footer { display: none; } div.wrapper { width: auto; margin: 0; } .sidebar, section, footer { float: none; position: static; width: auto; } header { padding-right: 320px; } section { border: 1px solid var(--clr-splitter-blockquote-and-section); border-width: 1px 0; padding: 20px 0; margin: 0 0 20px; } header a small { display: inline; } header ul { position: absolute; right: 50px; top: 52px; } .link-wrapper { display: none !important; } .img-circle { display: none !important; } }

@media print, screen and (max-width: 720px) { body { word-wrap: break-word; } header { padding: 0; } header ul, header p.view { position: static; } pre, code { word-wrap: normal; } }

.link-wrapper-mobile { margin-bottom: 20px; }

@media print, screen and (min-width: 961px) { .link-wrapper-mobile { display: none !important; } }

@media print, screen and (max-width: 480px) { body { padding: 15px; } }

@media print { body { padding: 0.4in; font-size: 12pt; color: #444; } }

.img-circle { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin-bottom: 10px; }

.overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.7); transition: opacity 500ms; visibility: hidden; opacity: 0; }

.overlay:target { visibility: visible; opacity: 1; }

.text-muted { color: #AAA; }

.popup { margin: 70px auto; padding: 20px; background: #fff; border-radius: 5px; width: 30%; position: relative; transition: all 1s ease-in-out; }

.popup .close { position: absolute; top: 10px; right: 10px; transition: all 200ms; font-size: 30px; font-weight: bold; text-decoration: none; color: #333; }

.popup .close:hover { color: #06D85F; }

.popup .content { padding-right: 20px; max-height: 30%; overflow: auto; font: 15px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

@media screen and (max-width: 700px) { .box { width: 70%; } .popup { width: 70%; } }

/*# sourceMappingURL=style.css.map */