From 29c5d154c31de627ecbb913430e70842525ae6ac Mon Sep 17 00:00:00 2001 From: Choom Date: Fri, 23 Dec 2022 22:12:03 -0300 Subject: Fix css movil --- static/css/txt/cuteanarchy.css | 50 +++++++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 23 deletions(-) (limited to 'static/css/txt/cuteanarchy.css') diff --git a/static/css/txt/cuteanarchy.css b/static/css/txt/cuteanarchy.css index 0492e3b..6b43edb 100644 --- a/static/css/txt/cuteanarchy.css +++ b/static/css/txt/cuteanarchy.css @@ -1,11 +1,3 @@ -/* -          、-'''"´ ̄ ̄`"''''(´・ω・`) -        /            と、  ) -       /   ● ,,.  .,, ●   (_ノ CuteAnarchy Redo 29/03/19 -         |      (__人__)     | By Renard -       ''-、、,,,,,,______,,,,,,、、-'´ -*/ - body { background: #ffd9c6; color: #ced1cf; @@ -29,10 +21,9 @@ h4 { color: #827699; } -a:hover, +a:active, a:focus, -#n2:hover { - text-decoration: underline; +#n2:active { color: #edc1e8; } @@ -97,8 +88,14 @@ h3 span { filter: grayscale(60%); } +.mainpage .thread, .outerbox { margin: 0 auto 1em; + width: 95%; + max-width: 1024px; +} + +.outerbox { max-width: 1024px; background: #ffeae0; border: 1px solid #ffa67a; @@ -120,12 +117,15 @@ h3 span { color: #d1a0cc; } +#threadlist a:active { + background: #fdc9af; +} + .mainpage .thread { - margin: 0 auto 2em; + margin-bottom: 2em; background: #ffebe2; border: 5px double #fff; color: #5d475a; - max-width: 1024px; box-shadow: #000 5px; -webkit-box-shadow: 7px 7px 0px 0px rgba(204, 188, 180, 1); -moz-box-shadow: 7px 7px 0px 0px rgba(204, 188, 180, 1); @@ -140,10 +140,10 @@ a, a .name, #n2 { color: #e39edc; - text-decoration: none; } -.name, .hidden { +.name, +.hidden { color: #7ca380; text-shadow: 2px 0 11px #ffd7c6; background-image: url("/static/css/img/bg1.gif"); @@ -162,13 +162,13 @@ a .name, color: #ab4642; } -h4 .date { +.date { font-size: smaller; font-family: "Courier New", Courier, monospace; vertical-align: middle; } -h4 .date, +.date, .quoted { color: #4e4e4e; } @@ -191,13 +191,8 @@ a.thumb { color: #998d87; } -.yt:hover { - text-decoration: none; -} - .deleted { color: #999; - margin-bottom: 12px; } #q-p { @@ -225,7 +220,7 @@ form .msg { border: 1px dotted #000; } -.postform { +.mainpage .postform { margin: 0 auto; margin-left: 3em; } @@ -249,10 +244,19 @@ form .msg { } @media (max-width: 600px) { + .mainpage .thread { + background: rgba(255, 235, 226, 0.95); + } h1 { font-size: 18px; } .postform { margin-left: 0; } + .outerbox, + .mainpage .thread, + #footer { + max-width: initial; + width: initial; + } } -- cgit v1.2.1-18-gbd029