MediaWiki:Theme Default.css
MediaWiki interface page
More actions
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/******************** Theme_Default.css *******************
Theme Name: Default
**********************************************************/
@import url("/MediaWiki:Theme_HeaderWhite.css?action=raw&ctype=text/css");
@import url("/MediaWiki:CenturyGothic.css?action=raw&ctype=text/css");
body.mediawiki.skin-oasis {
background-image: url('https://vignette.wikia.nocookie.net/growtopia/images/e/e7/WikiBackground-Default.png/revision/latest?cb=20180913125512');
background-color: #60D7F2;
}
/* Home WPCard */
.wpcard {
font-family: Century Gothic, sans-serif;
font-weight: bold;
margin-bottom: 5px;
font-size: 14px;
color: #000000;
}
.wpcard>.header{
background-image: url("https://vignette.wikia.nocookie.net/growtopia/images/7/74/Ntbheader.png");
background-color: #60D7F2;
background-repeat: no-repeat;
background-position: right bottom;
color: #FFFFFF;
text-shadow: 1.5px 1.5px 1px rgba(0,0,0,0.8);
padding: 20px 20px 30px;
text-align: left;
font-size: 22px;
position:relative;
}
.wpcard>.header::after{
content: "";
display: block;
width: 100%;
height: 17px;
background-image: url("https://vignette.wikia.nocookie.net/growtopia/images/9/96/Dirtlayer.png");
background-color: #BEE8F1;
background-repeat: repeat-x;
position:absolute;
bottom: 0;
left: 0;
}
.wpcard>.header>h1{
text-align: center;
font-size: 50px;
line-height: 50px;
margin: 0;
}
.wpcard>.header>h2{
font-size: 25px;
line-height: 25px;
text-align: center;
border: none;
margin: 0;
}
.wpcard>.body {
padding: 10px 20px;
background-color: #BEE8F1;
}