aboutsummaryrefslogtreecommitdiff
path: root/static/css/ib.css
diff options
context:
space:
mode:
authorLibravatar junk 2021-03-27 03:22:29 -0300
committerLibravatar junk 2021-03-27 03:58:36 -0300
commit0e86988ba9099072dcd2af5142f8f4e988908e9b (patch)
tree097c4c9cd4505e5f11474aa2c4f52e3c65375d0b /static/css/ib.css
parentc6a63f5c141c5f144434e556fcf296be4240e7f9 (diff)
downloadweabot-0e86988ba9099072dcd2af5142f8f4e988908e9b.tar.gz
weabot-0e86988ba9099072dcd2af5142f8f4e988908e9b.tar.xz
weabot-0e86988ba9099072dcd2af5142f8f4e988908e9b.zip
Cambiando sjis.css y vipper.css por selectores
Diffstat (limited to 'static/css/ib.css')
-rw-r--r--static/css/ib.css20
1 files changed, 9 insertions, 11 deletions
diff --git a/static/css/ib.css b/static/css/ib.css
index a6711bb..443dae8 100644
--- a/static/css/ib.css
+++ b/static/css/ib.css
@@ -4,18 +4,18 @@
-webkit-box-sizing: border-box;
word-wrap: break-word;
}
-html,
-body {
- font-family: arial, helvetica, "nimbus sans l", sans-serif;
-}
html {
margin: 0;
padding: 0;
}
body {
+ font-family: arial, helvetica, "nimbus sans l", sans-serif;
+ font-size: 16px;
margin: 0;
padding: 8px;
- font-size: 11pt;
+}
+body[data-brd="2d"], body[data-brd="2d"] textarea {
+ font-family: Mona,'MS PGothic',IPAMonaPGothic,sans-serif;
}
.spoil {
background: #000;
@@ -278,9 +278,8 @@ textarea {
margin-right: 0;
}
}
-@media (max-width: 720px) {
+@media (max-width: 600px) {
body {
- font-size: 15px;
padding: 4px;
}
#main_nav.mob {
@@ -292,7 +291,9 @@ textarea {
}
.pass,
.ell,
- .thumbmsg {
+ .thumbmsg,
+ .fs span,
+ {
display: none;
}
.thread table,
@@ -318,9 +319,6 @@ textarea {
.rules {
font-size: 12px;
}
- .fs span {
- display: none;
- }
.reply .fs {
margin-left: 4px;
}