MediaWiki:Common.css
From KSI Wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
.HOF-Background {
background-image: url("http://wiki.ksiglobal.com/images/7/70/Hall_of_fame_bg.png");
width:250px;
height:75px;
}
.Red-Background {
background-image: url("https://wiki.ksiglobal.com/images/a/a1/Red-Background.png");
width:250px;
height:75px;
}
.Blue-Background {
background-image: url("https://wiki.ksiglobal.com/images/5/53/Blue_bg.png");
width:250px;
height:75px;
}
.Green-Background {
background-image: url("https://wiki.ksiglobal.com/images/b/b2/United_bg.png");
width:250px;
height:75px;
}
.AlignTop {
display: inline-block;
vertical-align: top;
}
.mw-collapsible .mw-collapsible-toggle {
float: none !important;
text-align: center !important;
display: block;
margin: 0 auto;
}