MediaWiki:Common.css
From Coastal Sarasota Watersheds Wiki
Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
body.page-Main_Page h1.firstHeading { display:none; }
form>label { width: 130px; display: inline-block; text-align: right; }
.infobox {
border: 1px solid #AAA;
background-color: #F9F9F9;
color: black;
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
float: right;
clear: right;
text-align: left;
font-size: 88%;
line-height: 1.5em;
}
span.desc p { display: inline; margin: 0; font-size: 85%; }
.outer { float: right; width: 22em; text-align: right; }


