MediaWiki:Common.css: Difference between revisions
From KSI Wiki
No edit summary |
No edit summary |
||
| Line 21: | Line 21: | ||
.Green-Background { | .Green-Background { | ||
background-image: url("https://wiki.ksiglobal.com/ | background-image: url("https://wiki.ksiglobal.com/images/b/b2/United_bg.png"); | ||
width:250px; | width:250px; | ||
height:75px; | height:75px; | ||
Revision as of 13:30, 18 April 2025
/* 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;
}