aboutsummaryrefslogtreecommitdiff
path: root/static/css/mobile.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/mobile.css')
-rw-r--r--static/css/mobile.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/static/css/mobile.css b/static/css/mobile.css
index 726abbf..58997d7 100644
--- a/static/css/mobile.css
+++ b/static/css/mobile.css
@@ -7,7 +7,7 @@ input,
textarea {
color: #000;
margin: 0 auto;
- max-width: 700px;
+ max-width: 800px;
padding: 0;
}
body,
@@ -15,6 +15,11 @@ textarea {
font-family: arial, sans-serif;
font-size: 16px;
}
+body[data-brd="zonavip"], body[data-brd="zonavip"] textarea,
+body[data-brd="world"], body[data-brd="world"] textarea,
+body[data-brd="2d"], body[data-brd="2d"] textarea {
+ font-family: Mona,'MS PGothic',IPAMonaPGothic,sans-serif;
+}
.txt {
background: #efefef;
}
@@ -319,6 +324,10 @@ m .img hr {
font-size: inherit;
padding: 2px 4px;
}
+.minisjis {
+ font-size: 10px;
+ line-height: 12px;
+}
.thm {
color: grey !important;
font-size: 12px;