aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Williams2025-08-10 19:01:44 +0000
committerEmil Williams2025-08-10 19:01:44 +0000
commit350827eb44c9623e6861213b07e94a5fe0cc0fdb (patch)
treedf4b53e04118472bfd88d668eaade1e32351d6b8
parent81877fbfd9b6ee2a87a0dcc4ef45a472aa7f56d7 (diff)
downloademil-up.chud.cyou-350827eb44c9623e6861213b07e94a5fe0cc0fdb.tar.xz
emil-up.chud.cyou-350827eb44c9623e6861213b07e94a5fe0cc0fdb.tar.zst
style
-rw-r--r--style.css21
1 files changed, 4 insertions, 17 deletions
diff --git a/style.css b/style.css
index fb755db..3ed1692 100644
--- a/style.css
+++ b/style.css
@@ -23,18 +23,6 @@ text-decoration: none;
a:active {
color: green;
}
-#join {}
-#register {}
-#links {
-padding-top: 1em;
-}
-#title {
-padding: 0.5em;
-font-size: 3em;
-}
-#flag {
-
-}
#back {
font-size: 11px;
padding-bottom: 1em;
@@ -44,7 +32,10 @@ white-space: pre-wrap;
font-size: 0.7em;
padding: 1em;
}
-
+.box {
+width: 50em;
+text-align: left;
+}
/* stolen from darkreader static */
html,
body,
@@ -113,7 +104,3 @@ input:not([style*="background-image:"]),
textarea:not([style*="background-image:"]) {
background-image: none !important;
}
-.box {
- width: 50em;
- align-text: left;
-}