Difference between revisions of "MediaWiki:Common.css"

From Creative Commons
Jump to: navigation, search
Line 11: Line 11:
 
.printfooter { display:none }
 
.printfooter { display:none }
  
div.odepolabel { font-family: Georgia,serif; width: 100%; margin-bottom: 5px;}
+
div.odepolabel { font-family: Georgia,serif; width: 100%; padding-top: 3px; padding-bottom: 3px;}

Revision as of 20:40, 1 March 2010

/* CSS placed here will be applied to all skins */
.floatleft { float: left; margin-right: 10px; }
.floatright { float: right; margin-left: 10px; }

.containerBox, .exploreBox { overflow: auto; }

.exploreBox { padding: 0.75em; margin-bottom: 1.5em; background-color: #eee; -moz-border-radius: 4px; -webkit-border-radius: 4px; }

.exploreBox p { margin-left: 160px; }

.printfooter { display:none }

div.odepolabel { font-family: Georgia,serif; width: 100%; padding-top: 3px; padding-bottom: 3px;}