MediaWiki:Common.css: Difference between revisions
From Medapedia
Jump to navigationJump to search
(infobox placement) |
(infobox margins??) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body { background-image:url("http://medarot.meowcorp.us/w/images/2/26/Background.png"); background-repeat:repeat;} | body { | ||
background-image: url("http://medarot.meowcorp.us/w/images/2/26/Background.png"); | |||
background-repeat: repeat;} | |||
div#content {margin-right: 20px;} | div#content {margin-right: 20px;} | ||
.collapseButton {color:white;} | .collapseButton {color: white;} | ||
.infobox {float:right; clear:right} | .infobox { | ||
margin-bottom: 3px; | |||
margin-left: 5px; | |||
float: right; | |||
clear: right;} |
Revision as of 12:53, 17 October 2011
/* CSS placed here will be applied to all skins */ body { background-image: url("http://medarot.meowcorp.us/w/images/2/26/Background.png"); background-repeat: repeat;} div#content {margin-right: 20px;} .collapseButton {color: white;} .infobox { margin-bottom: 3px; margin-left: 5px; float: right; clear: right;}