From aa8a6056f4c3cd8c6663d1714782f972bcb87b8f Mon Sep 17 00:00:00 2001 From: junk Date: Sat, 27 Mar 2021 22:02:38 -0300 Subject: Arreglando lista de hilos --- static/css/txt/futanari.css | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-) (limited to 'static/css/txt/futanari.css') diff --git a/static/css/txt/futanari.css b/static/css/txt/futanari.css index e0918c1..9ddc487 100644 --- a/static/css/txt/futanari.css +++ b/static/css/txt/futanari.css @@ -2,8 +2,7 @@ body { background: #13334c; color: #edf9fc; } -body.threadpage, -body.threads { +body.threadpage { margin-top: 0; } a, @@ -63,9 +62,6 @@ button:active { #main_nav { background: #1d7548; } -.fix #main_nav { - box-shadow: 0 0 3px #000; -} #titlebox { margin-bottom: 0; } @@ -130,9 +126,7 @@ button:active { color: #bbb; } .postform, -#createbox, -.threads .outerbox, -#content { +#createbox { border-right: 2px solid #5b8bb4; border-bottom: 2px solid #5b8bb4; background: #3b6b94; @@ -158,30 +152,15 @@ form .msg { background: #5b8bb4; padding: 8px; } -#content { - padding: 0 10px 10px; -} -#content.list #header div { +#threads th { background: #3b6b94; } -#content.list .row:nth-child(odd) { +#threads tr:nth-child(odd) { background: #1b3345; } -#content.list .row:nth-child(even) { +#threads tr:nth-child(even) { background: #294b68; } -#content.grid { - border: 0; - padding: 0; -} -#content.grid .row { - border-width: 0 2px 2px 0; - border-style: solid; - border-color: #5b8bb4; -} -#content.grid .row:hover { - background: #154a72; -} @media (max-width: 600px) { .thread .innerbox { padding: 8px; -- cgit v1.2.1-18-gbd029