💾 Archived View for envs.net › ~kyrenaios › soros › portal-mozz-us.css captured on 2023-07-22 at 17:28:47.
⬅️ Previous capture (2022-07-16)
-=-=-=-=-=-=-
/* Stylesheet for portal.mozz.us gemini proxy * * Requirements: The Sarasa CJK monospace fonts, or just change the fonts to * whatever you like better. * * HOWTO: Import with a browser extension like Stylus. * (Important: DO NOT use the similarly named "Stylish", which has been acquired * by an advertising company and ships trackers!) * * License: Not really, just no warranties and all that spiel. */ @-moz-document domain("portal.mozz.us") { body { font-family: "Sarasa Mono Slab CL", monospace; letter-spacing: 0.2pt; color: #93a1a1; background-color: #073642; max-width: 680px; margin-left: auto; margin-right: auto; } .header { float: left; margin-left: -100pt; width: 100px; } .header hr { display: none; } .body { font-size: 110%; } .link-line { font-size: 70%; margin-top: -0.6em; } a:link, a:visited { color: #268bd2; text-decoration: none; } .body a:link:before { content: "=> "; } a:hover { color: #d33682; } .gemini h1 { color: #dc322f; font-size: inherit; } .gemini h1:before { content: "# "; } .gemini h2 { color: #586e75; font-size: inherit; } .gemini h2:before { content: "## "; } .gemini h3 { color: #586e75; font-size: inherit; } .gemini h3:before { content: "### "; } .gemini pre { font-family: "Sarasa Fixed CL", monospace; border: none; overflow: auto; color: #cb652e; } .gemini blockquote { font-style: normal; padding-left: 0.8em; color: #657b83; } input { font-family: "Sarasa Fixed CL", monospace; border: 0.5px solid; color: #657b83; background-color: #002b36; padding: 0.5pt 2pt; } input:hover { color: #eee8d5; } .response-table { display: none; } }