Mercurial > moin > 2.0
changeset 1506:36566f49c631
Foobar theme modify page styling
author | Jaiditya Mathur <jaiditya.mathur@gmail.com> |
---|---|
date | Wed, 27 Jun 2012 09:07:17 +0530 |
parents | cdd3bb2a2d51 |
children | 019b9d517005 |
files | MoinMoin/themes/foobar/static/css/common.css MoinMoin/themes/foobar/static/css/stylus/main.styl |
diffstat | 2 files changed, 7 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/themes/foobar/static/css/common.css Tue Jun 26 22:51:17 2012 +0530 +++ b/MoinMoin/themes/foobar/static/css/common.css Wed Jun 27 09:07:17 2012 +0530 @@ -386,11 +386,11 @@ table.zebra tfoot{background-color:#d6d5d0} table.zebra tbody tr,table.zebra > tr{background-color:#d0d0d0} table.zebra th,table.zebra td{border:none} -pre{font-family:monospace;white-space:pre-wrap;word-wrap:break-word;border:1px solid #ccc;background-color:#d6d5d0;margin:.33em 0;padding:5px;clear:both;} +pre{font-family:monospace;white-space:pre-wrap;word-wrap:break-word;border:1px solid #ccc;background-color:#d6d5d0;margin:.5em;padding:5px;clear:both;} pre.comment{background-color:#2c2c2a;color:#fff;margin:0;padding:0;border:0;} pre.comment:before{content:url("../img/attention.png")} -textarea{font-family:monospace;width:100%;border:1px solid #ccc} -input#f_comment{width:100%;border:1px solid #ccc;margin:.3em 0} +textarea{font-family:monospace;width:98%;border:1px solid #ccc;margin-left:.5em} +input#f_comment{width:96%;border:1px solid #ccc;margin:.3em 0} sub{vertical-align:sub} sup{vertical-align:super} .moin-big{font-size:1.17em}
--- a/MoinMoin/themes/foobar/static/css/stylus/main.styl Tue Jun 26 22:51:17 2012 +0530 +++ b/MoinMoin/themes/foobar/static/css/stylus/main.styl Wed Jun 27 09:07:17 2012 +0530 @@ -891,7 +891,7 @@ word-wrap break-word border border_style background-color base_color - margin .33em 0 + margin .5em padding 5px clear both &.comment @@ -905,11 +905,12 @@ textarea font-family monospace - width 100% + width 98% border border_style + margin-left .5em input#f_comment - width 100% + width 96% border border_style margin .3em 0