From 65fd303962d7744a5268db83a72fe66c7378565a Mon Sep 17 00:00:00 2001 From: Choom Date: Fri, 30 Dec 2022 04:33:10 -0300 Subject: Devolviendo previews --- static/css/txt/futanari.css | 45 +++++++++++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 18 deletions(-) (limited to 'static/css/txt/futanari.css') diff --git a/static/css/txt/futanari.css b/static/css/txt/futanari.css index 12e5217..ed60b85 100644 --- a/static/css/txt/futanari.css +++ b/static/css/txt/futanari.css @@ -7,6 +7,11 @@ a .name, #n2 { color: #dfca89; } +a:hover, +a:hover .name, +#n2:hover { + color: #ffe9a4; +} a:active, a:active .name, #n2:active { @@ -19,18 +24,17 @@ hr { h1, h5 { background: #5e8db4; - margin: -8px -8px 8px; - padding: 8px; + margin: -7px -7px 7px; + padding: 7px; } h2 { margin-bottom: 0; } h2 a, -h2 a:active, +h2 a:hover, h3, #size { color: #d1a28c; - text-decoration: none; } h2 span, h3 span { @@ -55,8 +59,14 @@ button { border-bottom: 1px solid #40607c; border-right: 1px solid #40607c; } +input[type="submit"]:hover, +input[type="button"]:hover, +button:hover { + background: #63b6e9; +} input[type="submit"]:active, input[type="button"]:active, +input[type="button"].active, button:active { background: #7979a5; color: #191d25; @@ -92,6 +102,7 @@ input[type="file"] { } #threadbox { border-top: 0; + margin-top: 0; } .outerbox { background: #476a88; @@ -100,10 +111,10 @@ input[type="file"] { .outerbox .innerbox, #createbox .innerbox { margin: 0; - padding: 8px; } -.links { +.innerbox.links { background: #5b8bb4; + padding: 0.5em; } #threadlist { background: #476a88; @@ -121,7 +132,7 @@ input[type="file"] { h4 { background: #38546c; color: #999; - padding: 2px; + padding: 1px; } h4:hover { background: #324b60; @@ -140,7 +151,7 @@ h4:hover { color: #fdfd96; } .q { - color: #aac; + color: #a5a5de; } .yt { background: #43617a; @@ -148,11 +159,11 @@ h4:hover { } .postform { color: #d3f8d3; - padding: 8px; + margin-top: 0.5em; + padding: 8px !important; } form .msg { - background: #21323f; - border: 1px dashed #43617a; + border: 1px dashed #21323f; color: #fff; } #q-p { @@ -171,20 +182,18 @@ form .msg { } @media (max-width: 600px) { - #createbox, - .innerbox, - #threadbox { + .innerbox { margin: 0; padding: 0; } - #threadbox .innerbox { - padding: 8px 5px 5px; + .outerbox .innerbox { + padding: 7px; } h2 { text-align: center; } - form .msg { - margin: 4px 0 0; + .postform { + padding: 4px !important; } .reply.deleted { margin-bottom: 0; -- cgit v1.2.1-18-gbd029