Difference between revisions of "MediaWiki:Common.css"
(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; }) |
|||
| (65 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | .floatleft { float: left; margin-right: | + | .floatleft { float: left; margin-right: 10px; } |
| − | .floatright { float: right; margin-left: | + | .floatright { float: right; margin-left: 10px; } |
| − | .containerBox { overflow: auto; } | + | .containerBox, .exploreBox { overflow: auto; } |
| + | |||
| + | .printfooter { display:none } | ||
| + | |||
| + | .jurImage img { | ||
| + | border:1px solid #c0c0c0; | ||
| + | } | ||
| + | |||
| + | li.jurList { | ||
| + | display:inline-block; | ||
| + | } | ||
Latest revision as of 18:12, 2 September 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; }
.printfooter { display:none }
.jurImage img {
border:1px solid #c0c0c0;
}
li.jurList {
display:inline-block;
}