Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Theme.css

MediaWiki interface page

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.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;
}