diff options
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/ib.css | 5 | ||||
-rw-r--r-- | static/css/mobile.css | 11 | ||||
-rw-r--r-- | static/css/txt/bbs.css | 20 |
3 files changed, 25 insertions, 11 deletions
diff --git a/static/css/ib.css b/static/css/ib.css index 443dae8..b1bcefe 100644 --- a/static/css/ib.css +++ b/static/css/ib.css @@ -34,7 +34,7 @@ body[data-brd="2d"], body[data-brd="2d"] textarea { margin-bottom: 0.5em; text-align: center; } -#main_nav span { +#main_nav span:last-child { display: inline-block; } #main_nav #sel, @@ -292,8 +292,7 @@ textarea { .pass, .ell, .thumbmsg, - .fs span, - { + .fs small { display: none; } .thread table, 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; diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css index 628eac7..aff6748 100644 --- a/static/css/txt/bbs.css +++ b/static/css/txt/bbs.css @@ -353,6 +353,10 @@ form .msg { #content.grid .row div { display: inline; } +.minisjis { + font-size: 10px; + line-height: 12px; +} @media (max-width: 600px) { br { line-height: 0.5em; @@ -373,11 +377,13 @@ form .msg { h5 { font-size: 18px; } - h4, h2 span, #rules { font-size: 12px; } + h4 { + font-size: 10px; + } #threadlist { overflow-x: auto; white-space: nowrap; @@ -389,11 +395,6 @@ form .msg { div.reply, .deleted { margin-bottom: 0.5em; } - .num { - margin: -10px; - padding: 10px; - position: relative; - } .del { visibility: visible; } @@ -404,13 +405,18 @@ form .msg { .formpad { padding-left: 0; } + .postform input { + margin-bottom: 2px; + } .postform > span { display: table; width: 100%; } + .postform input[type="submit"] { + padding: 0.5em; + } .postform span > * { display: table-cell; - margin-bottom: 2px; white-space: nowrap; } .postform input, |