:root { --bg: #0a0a0a; --text: beige; --main: #0d0; --accent: #f0f; } @font-face { font-family: ibm-xga; src: url(/assets/fonts/WebPlus_IBM_XGA-AI_12x20.woff); } @font-face { font-family: texturina; src: url(/assets/fonts/Texturina-Regular.ttf); font-style: normal; } @font-face { font-family: texturina; src: url(/assets/fonts/Texturina-Bold.ttf); font-weight: bold; } @font-face { font-family: texturina; src: url(/assets/fonts/Texturina-Italic.ttf); font-style: italic; } .footpara { display: inline; } /* i don't want to display the date but it needs to exist for rss generation */ #postamble { display: none; } body { background-color: var(--bg); color: var(--text); max-width: 960px; /* 80 chars * width of 12 = 960px */ margin: auto; font-family: texturina, serif; font-size: 1.2em; } h1 { font-size: 40px; text-align: center; font-family: ibm-xga, monospace; } h2 { font-size: 40px; font-family: ibm-xga, monospace; } /* also a h2 */ .footnotes { font-size: 20px; } .logo { text-align: center; color: var(--main); user-select: none; margin: 0; padding: 0; font-family: ibm-xga, monospace; font-size: 20px; } .big-logo { display: none; } @media screen and (min-width: 850px) { .big-logo { display: inherit; } .small-logo { display: none; } } .buttons { display: grid; place-items: center; } .buttons > p { margin: 0; } .logo:hover { color: var(--accent); } a { color: var(--main); } a:hover { color: var(--accent); } .footnum, .footref { text-decoration: none; } .pages { font-family: ibm-xga, monospace; font-size: 20px; text-align: center; } ul { list-style-type: none; } ul li::before { font-family: ibm-xga, monospace; content: "* "; } hr { border-color: var(--main); border-style: dashed; }