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/bbs.css | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) (limited to 'static/css/txt/bbs.css') diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css index 8ff856e..03de99f 100644 --- a/static/css/txt/bbs.css +++ b/static/css/txt/bbs.css @@ -27,6 +27,7 @@ h5 { } h2 { font-size: 1em; + line-height: 1.3em; margin: 0 0 0.5em; } h2 a { @@ -35,6 +36,7 @@ h2 a { } h3 { font-size: 18px; + line-height: 1.2em; margin: 8px 0; } h3 span { @@ -68,11 +70,14 @@ button { border: 1px outset #ddd; background: #eee; color: #333; - padding: 1px 8px; + padding: 1px 1em; } input[type="submit"]:active, input[type="button"]:active, +input[type="button"].active, button:active { + color: #111; + background: #ccc; border-style: inset; } .banner { @@ -131,6 +136,9 @@ label { .threadnav { float: right; } +#search { + margin-top: 0.5em; +} #search input { margin-right: 2px; } @@ -174,11 +182,6 @@ label { .formpad { padding-left: 40px; } -.postform, -#search, -.end { - margin-top: 0.5em; -} .reply, #rules { clear: both; @@ -271,6 +274,7 @@ a.yt b { margin-bottom: 0.5em; } textarea { + line-height: 18px; max-width: 100%; } #createbox input, @@ -282,10 +286,13 @@ textarea { white-space: nowrap; } form .msg { - margin: 0; - padding: 8px 2px; + margin: 0.2em 0; + padding: 0.5em 2px; text-align: left; } +#tr_preview .msg { + margin: 0; +} .warn { margin: 0.5em 0; padding: 1px; @@ -305,9 +312,10 @@ form .msg { #listmenu { text-align: center; } -#threads td, #threads th { +#threads td, +#threads th { max-width: 256px; - padding: 2px 4px; + padding: 3px; text-align: left; } #threads a { @@ -322,7 +330,8 @@ form .msg { line-height: 12px; } .end { - line-height: 1; + margin-top: 0.5em; + line-height: 1em; } #main_nav.mob { position: fixed; @@ -343,7 +352,8 @@ form .msg { } @media (max-width: 600px) { - body { + body, + textarea { font-size: 14px; } body.threadpage { @@ -357,7 +367,7 @@ form .msg { .outerbox, .mainpage .thread, #footer { - margin: 1em 0; + margin: 1em 4px; } .innerbox { margin: 3px; @@ -398,7 +408,7 @@ form .msg { .del { visibility: visible; } - div.msg, + .reply .msg, a.thumb { margin: 8px; } @@ -425,9 +435,6 @@ form .msg { textarea { width: 100%; } - .postform textarea { - height: 128px; - } form, #thread_nav, .locked { -- cgit v1.2.1-18-gbd029