From 15242f613190f053c541679b61f5db293f79b98a Mon Sep 17 00:00:00 2001 From: Choom Date: Tue, 27 Dec 2022 03:41:48 -0300 Subject: Fix borde ventanas.css --- static/css/dickgirl.css | 6 ------ static/css/txt/futanari.css | 4 ++++ static/css/txt/gamer.css | 4 ++++ static/css/txt/headline.css | 3 ++- static/css/txt/mercury.css | 3 ++- static/css/txt/rizzona.css | 4 ++++ static/css/txt/ventanas.css | 8 ++++++-- static/css/txt/void.css | 3 +++ 8 files changed, 25 insertions(+), 10 deletions(-) (limited to 'static/css') diff --git a/static/css/dickgirl.css b/static/css/dickgirl.css index 297e1f0..e465d72 100644 --- a/static/css/dickgirl.css +++ b/static/css/dickgirl.css @@ -125,9 +125,3 @@ input[type="file"] { color: #ccc; margin: 0; } - -@media (max-width: 600px) { - #main_nav.mob { - margin: -4px -4px 0; - } -} diff --git a/static/css/txt/futanari.css b/static/css/txt/futanari.css index fb81bfa..12e5217 100644 --- a/static/css/txt/futanari.css +++ b/static/css/txt/futanari.css @@ -159,6 +159,10 @@ form .msg { box-shadow: 2px 2px #21323f; padding: 0; } +#size { + float: left; + margin: 1em -5em 1em 0; +} #threads th { background: #5e8db4; } diff --git a/static/css/txt/gamer.css b/static/css/txt/gamer.css index 7f197fb..09954aa 100644 --- a/static/css/txt/gamer.css +++ b/static/css/txt/gamer.css @@ -157,6 +157,7 @@ form .msg { } #size { color: #ff0; + margin-top: 0.5em; margin-bottom: 0; } .lastposts { @@ -184,6 +185,9 @@ form .msg { h1,h2,h3,h5 { margin: -3px -3px -1px; } + .reply:last-child { + border-bottom: 0; + } .threadpage .thread { padding: 2px; } diff --git a/static/css/txt/headline.css b/static/css/txt/headline.css index c512f99..6e3d08e 100644 --- a/static/css/txt/headline.css +++ b/static/css/txt/headline.css @@ -113,6 +113,7 @@ button:active { #q-p .reply { padding: 0 0.5em; } +.reply:last-child, #q-p .reply:last-child { border-bottom: 0; } @@ -148,4 +149,4 @@ form .msg { padding: .25em; padding-left: .25em; } -} \ No newline at end of file +} diff --git a/static/css/txt/mercury.css b/static/css/txt/mercury.css index a5c5fc1..0874899 100644 --- a/static/css/txt/mercury.css +++ b/static/css/txt/mercury.css @@ -114,6 +114,7 @@ hr { #q-p .reply { padding: 0 0.5em; } +.reply:last-child, #q-p .reply:last-child { border-bottom: 0; } @@ -155,4 +156,4 @@ form .msg { padding: .25em; padding-left: .25em; } -} \ No newline at end of file +} diff --git a/static/css/txt/rizzona.css b/static/css/txt/rizzona.css index 539aeaf..244ab13 100644 --- a/static/css/txt/rizzona.css +++ b/static/css/txt/rizzona.css @@ -125,6 +125,10 @@ form .msg { #q-p .reply:last-child { border: 0; } +#size { + float: left; + margin: 0.5em -5em 0.5em 0; +} #footer { border-top: 1px solid #000; padding-top: 0.25em; diff --git a/static/css/txt/ventanas.css b/static/css/txt/ventanas.css index db2a495..235225e 100644 --- a/static/css/txt/ventanas.css +++ b/static/css/txt/ventanas.css @@ -60,7 +60,8 @@ hr { border: 0; } hr, -.reply { +.reply, +#size { border-top: 2px groove white; } .mainpage .first h4 { @@ -213,6 +214,9 @@ form .msg { background: #ffffe0; border: 1px solid #000; } +#size { + padding-top: 0.5em; +} #footer { color: #fff; } @@ -249,4 +253,4 @@ form .msg { #createbox form { margin: -10px; } -} \ No newline at end of file +} diff --git a/static/css/txt/void.css b/static/css/txt/void.css index 2b63fd6..a28acee 100644 --- a/static/css/txt/void.css +++ b/static/css/txt/void.css @@ -64,6 +64,9 @@ h4 a { .q { color: #555; } +#size { + margin: 0.5em 0; +} #q-p, .yt { background: #000; border: 1px solid #111; -- cgit v1.2.1-18-gbd029