From 0e86988ba9099072dcd2af5142f8f4e988908e9b Mon Sep 17 00:00:00 2001 From: junk Date: Sat, 27 Mar 2021 03:22:29 -0300 Subject: Cambiando sjis.css y vipper.css por selectores --- static/css/txt/amber.css | 2 +- static/css/txt/ayashii.css | 2 +- static/css/txt/baisano.css | 8 +++++++- static/css/txt/bbs.css | 38 +++++++++----------------------------- static/css/txt/bios.css | 2 +- static/css/txt/blue moon.css | 2 +- static/css/txt/ciber.css | 2 +- static/css/txt/cuteanarchy.css | 2 +- static/css/txt/futanari.css | 2 +- static/css/txt/gamer.css | 2 +- static/css/txt/headline.css | 2 +- static/css/txt/postal.css | 2 +- static/css/txt/sjis.css | 8 -------- static/css/txt/ventanas.css | 2 +- static/css/txt/vipper.css | 2 -- 15 files changed, 27 insertions(+), 51 deletions(-) delete mode 100644 static/css/txt/sjis.css delete mode 100644 static/css/txt/vipper.css (limited to 'static/css/txt') diff --git a/static/css/txt/amber.css b/static/css/txt/amber.css index 7c57816..d39c3de 100644 --- a/static/css/txt/amber.css +++ b/static/css/txt/amber.css @@ -187,7 +187,7 @@ form .msg { background: #251002; border-color: #f9690e; } -@media (max-width: 720px) { +@media (max-width: 600px) { div.msg { margin: 0.5em 0.5em 0; } diff --git a/static/css/txt/ayashii.css b/static/css/txt/ayashii.css index 8811248..5a8d0d1 100644 --- a/static/css/txt/ayashii.css +++ b/static/css/txt/ayashii.css @@ -185,7 +185,7 @@ form .msg { .threads #footer { text-align: center; } -@media (max-width: 720px) { +@media (max-width: 600px) { body.mainpage, body.threads { margin-left: 8px; diff --git a/static/css/txt/baisano.css b/static/css/txt/baisano.css index c6ece51..ac43dbb 100644 --- a/static/css/txt/baisano.css +++ b/static/css/txt/baisano.css @@ -65,6 +65,12 @@ h4.hidden { background: #efefef; border: 1px outset #fff; } +body[data-brd="zonavip"] .mainpage .name { + color: #ff0; +} +body[data-brd="zonavip"] .mainpage a .name { + color: #00f; +} .name, .abbrev { color: green; @@ -153,7 +159,7 @@ form .msg { border: 1px inset #fff; margin: 1px; } -@media (max-width: 720px) { +@media (max-width: 600px) { .extrabox { display: none; } diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css index 97fbc8f..628eac7 100644 --- a/static/css/txt/bbs.css +++ b/static/css/txt/bbs.css @@ -9,6 +9,11 @@ textarea { font-family: arial, helvetica, sans-serif; font-size: 16px; } +body[data-brd="zonavip"], body[data-brd="zonavip"] textarea, +body[data-brd="world"], body[data-brd="world"] textarea, +.threadnav { + font-family: Mona,'MS PGothic',IPAMonaPGothic,sans-serif; +} body.mainpage, body.threads { margin: 0; @@ -138,7 +143,6 @@ label { } .threadnav { float: right; - font-family: mona, monapo, ipamonapgothic, monapo, "ms pgothic", yozfontaa97; } #search input { margin-right: 2px; @@ -171,7 +175,7 @@ label { } .reply { clear: both; - line-height: 1.25em; + line-height: 18px; margin-bottom: 1em; overflow: hidden; } @@ -349,10 +353,7 @@ form .msg { #content.grid .row div { display: inline; } -@media (max-width: 720px) { - body { - font-size: 15px; - } +@media (max-width: 600px) { br { line-height: 0.5em; } @@ -385,7 +386,7 @@ form .msg { .postform br { display: none; } - div.reply { + div.reply, .deleted { margin-bottom: 0.5em; } .num { @@ -417,7 +418,7 @@ form .msg { width: 100%; } .postform textarea { - height: 100px; + height: 128px; } form, #thread_nav, @@ -434,24 +435,3 @@ form .msg { padding: 0 2px; } } - -.iidx { - animation-name: notice; - animation-duration: 0.16s; - animation-iteration-count: infinite; - animation-direction: alternate; -} -@keyframes notice { - 0% { - color: #ffa400; - } - 25% { - color: #467fff; - } - 50% { - color: #ff5a98; - } - 100% { - color: #d0ffe1; - } -} diff --git a/static/css/txt/bios.css b/static/css/txt/bios.css index 22a228a..0046c2a 100644 --- a/static/css/txt/bios.css +++ b/static/css/txt/bios.css @@ -247,7 +247,7 @@ form .msg { border: 1px solid #fff; margin: 2px; } -@media (max-width: 720px) { +@media (max-width: 600px) { body.threadpage { margin: 8px 0; } diff --git a/static/css/txt/blue moon.css b/static/css/txt/blue moon.css index 98bb8d3..9909316 100644 --- a/static/css/txt/blue moon.css +++ b/static/css/txt/blue moon.css @@ -226,7 +226,7 @@ form .msg { #content.grid .row { border: 1px solid #ddd; } -@media (max-width: 720px) { +@media (max-width: 600px) { body.threadpage { margin: 0 0 8px; } diff --git a/static/css/txt/ciber.css b/static/css/txt/ciber.css index a1e4d56..924d01e 100644 --- a/static/css/txt/ciber.css +++ b/static/css/txt/ciber.css @@ -246,7 +246,7 @@ form .msg { #content .row:hover a { text-shadow: 0 0 5px; } -@media (max-width: 720px) { +@media (max-width: 600px) { div.msg { margin: 0.5em 0.5em 0; } diff --git a/static/css/txt/cuteanarchy.css b/static/css/txt/cuteanarchy.css index ecbc0e3..4fde34d 100644 --- a/static/css/txt/cuteanarchy.css +++ b/static/css/txt/cuteanarchy.css @@ -288,7 +288,7 @@ form .msg { margin: 1px; } -@media (max-width: 720px) { +@media (max-width: 600px) { h1 { font-size: 18px; } diff --git a/static/css/txt/futanari.css b/static/css/txt/futanari.css index 3f76d50..e0918c1 100644 --- a/static/css/txt/futanari.css +++ b/static/css/txt/futanari.css @@ -182,7 +182,7 @@ form .msg { #content.grid .row:hover { background: #154a72; } -@media (max-width: 720px) { +@media (max-width: 600px) { .thread .innerbox { padding: 8px; } diff --git a/static/css/txt/gamer.css b/static/css/txt/gamer.css index 706abc7..66e0052 100644 --- a/static/css/txt/gamer.css +++ b/static/css/txt/gamer.css @@ -204,7 +204,7 @@ form .msg { border: 1px solid #111; margin: 1px; } -@media (max-width: 720px) { +@media (max-width: 600px) { body.threadpage { margin: 2px; } diff --git a/static/css/txt/headline.css b/static/css/txt/headline.css index de4d9cf..f20be3f 100644 --- a/static/css/txt/headline.css +++ b/static/css/txt/headline.css @@ -167,7 +167,7 @@ form .msg { #content.grid .row:hover { background: #ddd; } -@media (max-width: 720px) { +@media (max-width: 600px) { .thread .innerbox { padding: 8px; } diff --git a/static/css/txt/postal.css b/static/css/txt/postal.css index 2b88a0c..c97424c 100644 --- a/static/css/txt/postal.css +++ b/static/css/txt/postal.css @@ -214,7 +214,7 @@ form .msg { #content.grid .row { margin: 4px; } -@media (max-width: 720px) { +@media (max-width: 600px) { body.threadpage { margin: 0 0 8px; } diff --git a/static/css/txt/sjis.css b/static/css/txt/sjis.css deleted file mode 100644 index 7035062..0000000 --- a/static/css/txt/sjis.css +++ /dev/null @@ -1,8 +0,0 @@ -body, -textarea { - font-family: Mona, Monapo, IPAMonaPGothic, "MS PGothic", YOzFontAA97; - font-size: 12pt; -} -textarea { - font-size: 12pt; -} diff --git a/static/css/txt/ventanas.css b/static/css/txt/ventanas.css index 9a5df70..6b12281 100644 --- a/static/css/txt/ventanas.css +++ b/static/css/txt/ventanas.css @@ -248,7 +248,7 @@ form .msg { #content .row:hover { background: #eee; } -@media (max-width: 720px) { +@media (max-width: 600px) { #createbox form { margin: -10px; } diff --git a/static/css/txt/vipper.css b/static/css/txt/vipper.css deleted file mode 100644 index c1eb15c..0000000 --- a/static/css/txt/vipper.css +++ /dev/null @@ -1,2 +0,0 @@ -.mainpage .name { color: red } -.mainpage a .name { color: blue } -- cgit v1.2.1-18-gbd029