Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Testing things) |
m |
||
| 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 */ | /* Sidebar background */ | ||
Revision as of 01:52, 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;
}