From a64f5ae5dd8a781ee8235ebbd531a24ce9935dd1 Mon Sep 17 00:00:00 2001 From: mion <> Date: Thu, 26 Feb 2026 17:04:17 +0000 Subject: IHATE IT IHATE IT I HATE IT --- css/style.css | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 css/style.css (limited to 'css/style.css') diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..c4bd18f --- /dev/null +++ b/css/style.css @@ -0,0 +1,56 @@ +body +{ + background: #111111; + color: #fc6c8e; + max-width: 960px; + margin-left: auto; + margin-right: auto; + font-family: "noto sans mono", monospace; + font-size: 12pt; +} + +a { + color: #ff3a8d; + font-weight: bold; +} + +a:hover { + color: purple; +} + +figcaption { + display: none; +} + +.box { + display: inline-block; +} + +.boxes { + display: flex; +} + +hr { + border: #202020 solid 1px; +} + +table +{ + border-collapse: collapse; +} + +table td, th +{ + border: 1px solid #202020; + padding: 4px; +} + +/* +body::after { + position: fixed !important; + content: url(); + top: 0px !important; + right: 0 !important; + z-index:-1; + +} */ -- cgit v1.2.3