Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m |
m |
||
| Line 25: | Line 25: | ||
background-image: url(https://i.imgur.com/aiIkdCM.png); | background-image: url(https://i.imgur.com/aiIkdCM.png); | ||
background-repeat: repeat; | background-repeat: repeat; | ||
| + | } | ||
| + | |||
| + | /* Removes Monobook white banner at the top */ | ||
| + | div#globalWrapper | ||
| + | { | ||
| + | font-size: 130%; | ||
| + | width: 100%; | ||
| + | margin: 0; padding: 0; | ||
| + | background-image: none; | ||
} | } | ||
Revision as of 01:53, 13 July 2019
/* 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;
}