@import url('https://rsms.me/inter/inter.css'); @supports (font-variation-settings: normal) { html { font-family: 'Inter var', sans-serif; font-feature-settings: 'ss01' 1, 'kern' 1, 'liga' 1, 'zero' 1, 'cv03' 1, 'cv02' 1, 'cv04' 1, 'tnum' 1; } } html, body { background: #151B1B; } .container { position: absolute; top: 0; bottom: 0; left: 0; right: 0; color: #eee; } .container-text { position: absolute; top: 0; bottom: 0; left: 0; right: 0; color: #eee; } .introduction { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; } .content { position: relative; font-size: 18px; top: 10%; left: 30%; right: 30%; width: 40%; line-height: 1.8; } pre { padding: 10px; } pre, pre code { background: #1D2122; color: #eee; word-wrap: break-word; overflow-x: auto; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; border: 0px solid transparent; border-radius: 5px; } code { color: cyan; /*background: #041b1e;*/ padding: 1px; border: 0px solid transparent; border-radius: 5px; border-bottom: unset; } a > code { transition: all 200ms; } details > summary { list-style: none; color: gray; cursor: pointer; } details > summary::-webkit-details-marker { display: none; } .logo { width: 220px; padding-bottom: 60px; } .footer { color: gray; bottom: 20px; position: absolute; width: 100%; text-align: center; margin-bottom: 20px; } .header { color: cyan; top: 30px; display: inline-block; position: absolute; width: 100%; align: center; text-align: center; } .header a { margin-right: 20px; } .header a:last-child { margin-right: 0 } .muted { color: gray } .muted a { color: cyan; border-bottom: unset; } table { width: 100%; } td { white-space: nowrap; } td:first-child { width: 100%; max-width: 1px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .navbar a { border-bottom: unset; } .navbar a:hover { background: #222; } .posts a { border-bottom: unset; } .posts a:hover { background: #222; } /*a { color: gray; margin: 0; transition: all 200ms; text-decoration: none; outline: 0; }*/ a { color: gray; margin: 0; transition: all 200ms; text-decoration: none; outline: 0; } /*a:hover { color: #021012; background: cyan; border-bottom: 1px solid cyan; }*/ a:hover { color: #eee; background: #222; border-bottom: 1px solid cyan; } .left { display: inline-block; margin-bottom: 30px; margin-left: 0; margin-right: 30px; } .right { display: inline-block; } .right a { display: inline-block; margin-right: 30px; } .noselect { -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none } img { max-width: 100%; margin: 0 auto; display: block; border: 0px solid transparent; border-radius: 5px; } footer img { all: initial; } .footimgs { padding-top: 10px; max-height: 2rem; display: inline-block; vertical-align: text-top; image-orientation: from-image; max-width: 100%; padding-bottom: 5px; cursor: pointer; } footer a { color: unset; background: unset; border-bottom: unset; } footer a:hover { color: unset; background: unset; border-bottom: unset; } .subtitle { font-style: italic; color: #eee; padding-bottom: 30px; } h1, h2, h3 { font-weight: normal; } h2 { color: gray; } h3 { color: cyan; } p { bottom: 2em; } blockquote { border-left: 0.25rem solid gray; color: gray; font-style: italic; margin: .8rem 0; padding: .5rem 1rem } hr { width: 20%; } ::selection { background-color: #444; color: white; } @media only screen and (max-width: 70em) { .left { display: block; margin-right: 0; } .right { display: block; } .right a { margin-right: 15px; } .right a:last-child { margin-right: 0; } /* .container-text { overflow-y: auto; }*/ .content { left: 5%; right: 5%; bottom: 10%; width: 90%; } .content h1, h2, h3 { line-height: 1.5; } pre { overflow-x: auto; } .logo { width: 180px; } }