Mercurial > moin > 2.0
changeset 2858:a205c67d91c1
add styling for moin-integer, -big, -small to common.css; remove redundant styling from modernized
author | RogerHaase <haaserd@gmail.com> |
---|---|
date | Sun, 30 Nov 2014 10:09:08 -0700 |
parents | 0b4b562f5b87 |
children | 84a9a0cc1ab8 |
files | MoinMoin/static/css/common.css MoinMoin/themes/modernized/static/css/stylus/theme.styl MoinMoin/themes/modernized/static/css/theme.css |
diffstat | 3 files changed, 5 insertions(+), 24 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/static/css/common.css Sat Nov 22 15:06:04 2014 -0700 +++ b/MoinMoin/static/css/common.css Sun Nov 30 10:09:08 2014 -0700 @@ -123,6 +123,7 @@ a.moin-item-overlay-lr:hover { opacity: .8; background-color: #e1edf7; color: #428bca; text-decoration: none; } /* end transclusion wrapper overlays */ +/* misc moin css keywords */ .moin-suggestions { color: #FF9900; display: inline; } .moin-suggestion-terms { font-style: italic; display: inline; } .moin-wordbreak { word-break: break-all; word-wrap: break-word; } @@ -135,7 +136,10 @@ .moin-searchoptions > table > tbody > tr > th { padding: 5px; text-decoration: underline; } .moin-searchoptions > table > tbody > tr > td { vertical-align: top; padding-right: 20px; width: 20%; } .hidden { display: none; visibility: hidden; } - +.moin-integer { text-align: right; padding-right: 1em; } +.moin-big {font-size: 1.17em; } +.moin-small { font-size: .83em; } +.moin-inline-label { display: inline; } .moin-link-list li { padding: 2px 0 2px 0; } input[type="text"].moin-acl-string { width: 70%; } #moin-acl-form { display: inline; }
--- a/MoinMoin/themes/modernized/static/css/stylus/theme.styl Sat Nov 22 15:06:04 2014 -0700 +++ b/MoinMoin/themes/modernized/static/css/stylus/theme.styl Sun Nov 30 10:09:08 2014 -0700 @@ -22,24 +22,6 @@ color font_color font-family Helvetica, Arial, sans-serif -p - margin 1em 0 - font-size 1em - line-height 1.3em - -ins - background-color inherit // needed for "/* __My Comment__ */" - text-decoration underline - -.moin-big - font-size 1.17em - -.moin-small - font-size .83em - -.moin-inline-label - display inline - a text-decoration none
--- a/MoinMoin/themes/modernized/static/css/theme.css Sat Nov 22 15:06:04 2014 -0700 +++ b/MoinMoin/themes/modernized/static/css/theme.css Sun Nov 30 10:09:08 2014 -0700 @@ -288,11 +288,6 @@ .vi { color: #3333BB } /* Name.Variable.Instance */ .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ html{color:#000;font-family:Helvetica,Arial,sans-serif} -p{margin:1em 0;font-size:1em;line-height:1.3em} -ins{background-color:inherit;text-decoration:underline} -.moin-big{font-size:1.17em} -.moin-small{font-size:.83em} -.moin-inline-label{display:inline} a{text-decoration:none} a:link{color:#00008b} a:visited{color:#008b8b}