Difference between revisions of "MediaWiki:Common.css"

From Creative Commons
Jump to: navigation, search
Line 3: Line 3:
 
.floatright { float: right; margin-left: 1em; }
 
.floatright { float: right; margin-left: 1em; }
  
.containerBox { overflow: auto; }
+
.containerBox, .exploreBox { overflow: auto; }
  
.exploreBox { overflow: auto; padding: 0.75em 0.5em 0.75em; background-color: #eee; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
+
.exploreBox { padding: 0.75em; margin-bottom: 1.5em; background-color: #eee; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
  
 
.exploreBox p { margin-left: 160px; }
 
.exploreBox p { margin-left: 160px; }

Revision as of 20:28, 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, .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; }