From 081ddc03aef7becc3b084a9079a2574fd3e3b49b Mon Sep 17 00:00:00 2001 From: Choom Date: Sat, 28 Jan 2023 00:52:56 -0300 Subject: userconf --- static/css/txt/futanari.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'static/css/txt/futanari.css') diff --git a/static/css/txt/futanari.css b/static/css/txt/futanari.css index 365faf3..29d7264 100644 --- a/static/css/txt/futanari.css +++ b/static/css/txt/futanari.css @@ -40,10 +40,8 @@ h3 span { input[type="text"], textarea, select { - border-top: 1px solid #000; - border-left: 1px solid #000; - border-bottom: none; - border-right: none; + border: 1px solid #10181f; + box-shadow: inset 1px 1px 2px rgb(0, 0, 0, 0.3); } input[type="submit"], input[type="button"], @@ -77,6 +75,9 @@ input[type="file"] { #main_nav { background: #1d7548; } +.cur_brd:before { + content: "◆"; +} #titlebox { margin-bottom: 0; border-bottom: 0; @@ -85,13 +86,14 @@ input[type="file"] { .replies, .thread .postform, .threadpage .postform, -#q-p .reply, +#q-p, #threads th { background: #476a88; border-top: 1px solid #5e8db4; border-left: 1px solid #5e8db4; border-bottom: 1px solid #10181f; border-right: 1px solid #10181f; + box-shadow: 1px 1px #000; } #threadbox { border-top: 0; @@ -161,12 +163,11 @@ form .msg { color: #fff; } #q-p { - box-shadow: 2px 2px #21323f; padding: 0; } #size { float: left; - margin: 1em -5em 1em 0; + margin: 1em -5em 0 0; } #threads th { background: #5e8db4; -- cgit v1.2.1-18-gbd029