Difference between revisions of "MediaWiki:Common.css"

From Pokémon Sardonyx: Raised to Win Wiki
Jump to navigation Jump to search
m
m (never the fuck mind)
Tag: Replaced
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
/* Font imports */
 
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
 
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,700&display=swap');
 
body {
 
  font-family: 'PT Serif', serif;
 
}
 
 
h1, h2, h3, h4, h5, h6 {
 
  font-family: 'Open Sans', sans-serif;
 
  color: #ededed;
 
}
 
 
/* Sidebar background */
 
body
 
{
 
    background-image: url(https://i.imgur.com/PXsNT0q.png);
 
    background-attachment: repeat;
 
}
 
 
/* Wiki background */
 
.mw-body, #footer, #sidebar div.pBody
 
{
 
    background-image: url(https://i.imgur.com/aiIkdCM.png);
 
    background-repeat: repeat;
 
}
 
 
/* Removes Monobook white banner at the top */
 
div#globalWrapper
 
{
 
    font-size: 130%;
 
    width: 100%;
 
    margin: 0; padding: 0;
 
    background-image: none;
 
}
 

Latest revision as of 01:54, 13 July 2019

/* CSS placed here will be applied to all skins */