diff options
author | Terry | 2019-03-29 11:59:30 -0300 |
---|---|---|
committer | Terry | 2019-03-29 11:59:30 -0300 |
commit | 1f21fc3feb31cacd6d42799f56a18ce67f05fe46 (patch) | |
tree | 143c06cb22e88428d056ac1e111a79681694d10b /static | |
parent | ade6f8d048fda93544f028e5e8af3b4e4f3d4db8 (diff) | |
download | weabot-1f21fc3feb31cacd6d42799f56a18ce67f05fe46.tar.gz weabot-1f21fc3feb31cacd6d42799f56a18ce67f05fe46.tar.xz weabot-1f21fc3feb31cacd6d42799f56a18ce67f05fe46.zip |
Pifias menores en CSS
Diffstat (limited to 'static')
-rw-r--r-- | static/css/txt/bbs.css | 6 | ||||
-rw-r--r-- | static/css/txt/bios.css | 1 | ||||
-rw-r--r-- | static/css/txt/blue moon.css | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css index 42e719c..c930019 100644 --- a/static/css/txt/bbs.css +++ b/static/css/txt/bbs.css @@ -75,7 +75,7 @@ form .msg{margin:0;padding:8px 2px;text-align:left} #content.grid .row div{display:inline} @media(max-width:720px){ body{font-size:15px} - br{line-height:.6em} + br{line-height:.5em} .banner{width:100%!important;height:auto!important;margin-top:1em} .outerbox,.mainpage .thread,#footer,#content{margin:1em 0} h2 a{font-size:19px} @@ -83,10 +83,10 @@ form .msg{margin:0;padding:8px 2px;text-align:left} .pblock,#footer,.end{font-size:14px} #threadlist{overflow-x:auto;white-space:nowrap} #size,.postform br{display:none} - div.reply{margin-bottom:.6em} + div.reply{margin-bottom:.5em} .num{margin:-10px;padding:10px;position:relative} .del{visibility:visible} - div.msg{margin:.6em 0 0} + div.msg{margin:.5em 0 0} .mainpage .postform,.formpad,#thread_nav{padding-left:0} .postform>span{display:table;width:100%} .postform span>*{display:table-cell;font-size:14px;margin-bottom:2px;white-space:nowrap} diff --git a/static/css/txt/bios.css b/static/css/txt/bios.css index 693b854..6736538 100644 --- a/static/css/txt/bios.css +++ b/static/css/txt/bios.css @@ -29,6 +29,7 @@ h3 span{background:#00a;color:#fff;padding:2px} .name em{background:#fff;color:#00f} .q,.deleted,.abbrev{color:#5cf} .deleted{margin-bottom:.5em} +#size{margin-left:.5em} .yt{border:1px solid #ff0} .yt:active{background:#f00;border:1px solid #f00;color:#fff} #q-p{background:#00a;border:1px solid #fff} diff --git a/static/css/txt/blue moon.css b/static/css/txt/blue moon.css index 499f633..3304850 100644 --- a/static/css/txt/blue moon.css +++ b/static/css/txt/blue moon.css @@ -20,7 +20,7 @@ input[type=submit]:active,input[type=button]:active,button:active{color:#DDD} #threadbox{margin-bottom:19px;margin-top:19px} #threadlist{background:#3e4247;border:1px inset #B6C2CF} .mainpage .thread{background:#49525D} -.threadpage .thread{background:#49525D;padding:1px 10px 10px} +.threadpage .thread{background:#49525D;padding:1px 10px 0} #thread_nav{background:#49525D;margin-bottom:2px;padding:7px 10px} .postform,#createbox form,h5{background:#8C9FB4;color:#49525D;padding:10px} h5{margin:0;padding-bottom:0} |