body { background-color: #000000; margin: 0; height: 100; overflow-x: hidden; display: flex; flex-direction: column; min-height: 100vh; } @font-face { font-family: IBMWeb; src: url('/assets/fonts/ibm9x16.woff') format('truetype'); } /* Ascii logo */ .ascii-logo { font-family: monospace; white-space: pre; color: #a57ae9; top: 50px; } /* End of Ascii logo */ /* The main content of the website */ .content1 { margin-left: 20px; margin-right: 20px; font-family: IBMWeb, Liberation Mono, monospace; background-color: #000000; color: #a57ae9; font-size: 1.0em; white-space: normal; } /* End of the main content of the website */ /* You may ask yourself why are there two identical css sections. */ .content2 { margin-left: 20px; margin-right: 20px; font-family: IBMWeb, Liberation Mono, monospace; white-space: normal; color: #a57ae9; font-size: large; } /* Very easy one is for articels or just post idk how to call them and the content1 thing if for general usage */ /*Code to make footer look cool and ncie :D*/ .footer { font-family: IBMWeb, Liberation Mono, monospace; text-align: center; margin-top: auto; padding: 1em; color: white; text-decoration: none; background: transparent; } /* End of the code which makes the footer look nice :( */ /* Makes hyperlinks not look like shit */ a { text-decoration: none; color: #447fc6; } /* Underlines the hyperlinks */ ::selection { color: #000000; background: #a57ae9 } a::selection { color: #000; background: #447fc6 } a:not(:has(img)):hover { text-decoration: underline } /* End of the code which makes hyperlink usable */ /* The Css for the article website */ .article { margin-left: 35px; margin-right: 35px; font-family: monospace; color: #a57ae9; font-size: small; } /* CSS to make the guides look nice. */ .ascii-logo2 { font-family: monospace; white-space: pre; color: #a57ae9; top: 50px; } .error { margin: 0 auto; text-align: center; font-family: monospace; white-space: pre; color: #a57ae9; } .snuff-warning h4 { margin-left: 20px; margin-right: 20px; font-family: Arial, serif; font-size: 16pt; font-weight: bold; text-transform: uppercase; text-align: center; border: 1mm solid black; padding: 4px; margin-bottom: 1em; } .snuff-warning ul { margin-left: 20px; margin-right: 20px; list-style-type: none; padding-left: 0; margin-left: 0; } .snuff-warning input[type="checkbox"] { margin-left: 20px; margin-right: 6px; } .blog ul { list-style-type: none; padding-left: 0; margin-left: 0; }