Difference between revisions of "MediaWiki:Common.css"

From Creative Commons
Jump to: navigation, search
(New page: CSS placed here will be applied to all skins: .floatleft { float: left; margin-right: 1em; } .floatright { float: right; margin-left: 1em; } .containerBox { overflow: auto; })
 
Line 4: Line 4:
  
 
.containerBox { overflow: auto; }
 
.containerBox { overflow: auto; }
 +
 +
.exploreBox { overflow: auto; padding: 0.75em 0.5em 0.75em; background-color: #eee; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
 +
 +
.exploreBox p { margin-left: 160px; }

Revision as of 19:27, 5 May 2009

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

.containerBox { overflow: auto; }

.exploreBox { overflow: auto; padding: 0.75em 0.5em 0.75em; background-color: #eee; -moz-border-radius: 4px; -webkit-border-radius: 4px; }

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