MediaWiki:Theme.css: Difference between revisions
MediaWiki interface page
More actions
NekoPillow (talk | contribs) No edit summary |
NekoPillow (talk | contribs) No edit summary |
||
| Line 57: | Line 57: | ||
.wpcard>.body>.wpintro { | .wpcard>.body>.wpintro { | ||
text-align: center; | text-align: center; | ||
} | } | ||
Revision as of 12:45, 28 June 2020
/******************** Theme.css *******************
Description:
This is a stylesheet for wiki theme
*************************************************/
/* 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;
}
.wpcard>.body>.wpintro {
text-align: center;
}