/* COLORS =============================================================================== */ /* Flexoki (https://stephango.com/flexoki) MIT License Copyright (c) 2023 Steph Ango Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* FONT: LINUX LIBERTINE =============================================================================== License: GPL and OFL 1.1 For license text, see: - https://gils.nexus/font/GPL.txt - https://gils.nexus/font/OFL-1.1.txt */ @font-face { font-family: "Linux Libertine"; font-style: normal; src: local("Linux Libertine"), url("../font/LinLibertine_Rah.ttf"); } @font-face { font-family: "Linux Libertine"; font-style: normal; font-weight: 600; src: local("Linux Libertine Semibold"), url("../font/LinLibertine_RZah.ttf"); } @font-face { font-family: "Linux Libertine"; font-style: normal; font-weight: 700; src: local("Linux Libertine Bold"), url("../font/LinLibertine_RBah.ttf"); } @font-face { font-family: "Linux Libertine"; font-style: italic; src: local("Linux Libertine Italic"), url("../font/LinLibertine_RIah.ttf"); } @font-face { font-family: "Linux Libertine"; font-style: italic; font-weight: 600; src: local("Linux Libertine Semibold Italic"), url("../font/LinLibertine_RZIah.ttf"); } @font-face { font-family: "Linux Libertine"; font-style: italic; font-weight: 700; src: local("Linux Libertine Bold Italic"), url("../font/LinLibertine_RBIah.ttf"); } /* VARIABLES =============================================================================== */ /* COLORS =============================================================================== */ html { font-size: 20px; font-family: "Linux Libertine", "Times New Roman", Times, serif; } body { background-color: #141013; color: rgb(255, 252, 240); } ::selection { background: rgba(160, 47, 111, 0.25); } main, article { font-size: 1rem; word-wrap: break-word; line-height: 1.5; padding: 0 1.5em; } main.page, article.page { border: 32px solid transparent; border-image: url(/img/nine-patch.png) 32 round; -webkit-border-image: url(/img/nine-patch.png) 32 round; background-color: rgb(255, 252, 240); color: #802659; box-shadow: 0 8px rgb(52, 51, 49); } @media screen and (min-width: 600px) { main, article { max-width: 900px; width: 90%; margin: 0 auto; box-shadow: 8px 8px rgb(52, 51, 49); } } main p, main blockquote, main ul, main ol, main dl, main table, main pre, article p, article blockquote, article ul, article ol, article dl, article table, article pre { margin: 1em 0; } main ul, main ol, article ul, article ol { all: revert; padding-left: 30px; } main h1, article h1 { font-size: 2.5em; } main h2, article h2 { font-size: 2em; } main h3, article h3 { font-size: 1.5em; } main h4, article h4 { font-size: 1.2em; } main h5, article h5 { font-size: 1em; } main h6, article h6 { font-size: 1em; } main h1, main h2, main h3, main h4, main h5, main h6, article h1, article h2, article h3, article h4, article h5, article h6 { margin: 0.5em 0 0.25em 0; } main h1 + p, main h2 + p, main h3 + p, article h1 + p, article h2 + p, article h3 + p { margin-top: 0.5em; } main img, article img { max-width: 100%; } main code, main pre, article code, article pre { background-color: #f8f8f8; border-radius: 3px; border: 1px solid #ddd; font-family: monospace; font-size: 12px; margin: 0 2px; padding: 0 5px; white-space: pre; } main pre code, article pre code { border: none; margin: 0; padding: 0; white-space: pre; } main a, article a { color: #9ec611; text-decoration: underline #9ec611 2px; } main a:hover, article a:hover { color: #beec1f; } header.banner { text-align: center; } nav.navbar { margin-bottom: 1em; } nav.navbar li { display: inline-flex; } footer.footer-main { margin: 2em 1em 1em 1em; text-align: center; } .gba-portrait { margin: auto; margin-bottom: 1em; transform: rotate(2deg); background: white; box-shadow: 4px 4px 0px rgb(183, 181, 172); width: 100%; height: auto; max-width: 288px; } @media screen and (min-width: 768px) { .gba-portrait { float: right; margin: 1em; } } a { color: #9ec611; text-decoration: underline #9ec611 2px; } a:hover { color: #beec1f; } /*# sourceMappingURL=global.css.map */