aboutsummaryrefslogtreecommitdiff
path: root/static/css/ib.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/ib.css')
-rw-r--r--static/css/ib.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/static/css/ib.css b/static/css/ib.css
index 55e8012..e338d6d 100644
--- a/static/css/ib.css
+++ b/static/css/ib.css
@@ -1,13 +1,14 @@
*{box-sizing:border-box;-moz-box-sizing:border-box;-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{margin:0;padding:10px;font-size:16px}
+body{margin:0;padding:8px;font-size:16px}
blockquote{line-height:20px}
.spoil{background:#000;color:#000}.spoil:hover{color:#fff}
.postarea table{margin:0 auto;text-align:left}
#main_nav{font-size:14px;line-height:1.3em;margin-bottom:.5em;text-align:center}
#main_nav span{display:inline-block}
-#main_nav #sel,#main_nav .cur_brd,#main_nav #cur_stl{font-weight:bold}
+#main_nav #sel,#main_nav .cur_brd{font-weight:bold}
+select{background:#FFF;border:1px inset #DDD;color:#000;font-size:85%;padding:1px}
.logo{font-size:160%;font-weight:bold;margin:8px 0;text-align:center}
input[type="text"],input[type="password"],textarea{background:#FFF;border:1px inset gray;padding:3px}
.postform input{max-width:250px}
@@ -56,6 +57,7 @@ input[type="text"],input[type="password"],textarea{background:#FFF;border:1px in
@media(max-width:900px){.thread{margin-right:0}}
@media(max-width:720px){
body{font-size:15px;padding:4px}
+ #main_nav span{display:block;margin-top:8px}
.postblock{font-size:14px;white-space:nowrap}
.pass,.ell,.thumbmsg{display:none}
.thread table,#postform input[type="text"],#postform input[type="submit"],#postform textarea,#postform input[type="file"],.rules{max-width:100%;width:100%}