MediaWiki:Theme Default.css: Difference between revisions
MediaWiki interface page
More actions
NekoPillow (talk | contribs) No edit summary |
NekoPillow (talk | contribs) No edit summary |
||
| Line 49: | Line 49: | ||
line-height: 50px; | line-height: 50px; | ||
margin: 0; | margin: 0; | ||
text-shadow: 3px 3px 1px rgba(0,0,0,0.8); | |||
} | } | ||
.wpcard>.header>h2{ | .wpcard>.header>h2{ | ||
Revision as of 12:38, 28 June 2020
/******************** 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;
text-shadow: 3px 3px 1px rgba(0,0,0,0.8);
}
.wpcard>.header>h2{
font-size: 25px;
line-height: 25px;
text-align: center;
border: none;
margin: 0;
}
.wpcard>.body {
padding: 10px 20px;
background-color: #BEE8F1;
}