Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 4: | Line 4: | ||
@import url('https://fonts.googleapis.com/css?family=Poiret+One&display=swap'); | @import url('https://fonts.googleapis.com/css?family=Poiret+One&display=swap'); | ||
| + | |||
| + | |||
| + | .mw-body h1, .mw-body #firstHeading { | ||
| + | font-family: 'Righteous', sans-serif; | ||
| + | margin-bottom: .25em; | ||
| + | text-transform: uppercase; | ||
| + | letter-spacing: 1px; | ||
| + | padding: 0; | ||
| + | } | ||
| + | |||
| + | .mw-body h2 { | ||
| + | font-family: 'Righteous', sans-serif; | ||
| + | font-size: 1.9em; | ||
| + | text-transform: uppercase; | ||
| + | letter-spacing: 1px; | ||
| + | } | ||
| + | |||
| + | .mw-body p { | ||
| + | letter-spacing: 1px; | ||
| + | font-family: poiret one, sans-serif; | ||
| + | font-size: 15px; | ||
| + | } | ||
.toccolours { | .toccolours { | ||
Revision as of 07:24, 25 February 2020
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poiret+One&display=swap');
.mw-body h1, .mw-body #firstHeading {
font-family: 'Righteous', sans-serif;
margin-bottom: .25em;
text-transform: uppercase;
letter-spacing: 1px;
padding: 0;
}
.mw-body h2 {
font-family: 'Righteous', sans-serif;
font-size: 1.9em;
text-transform: uppercase;
letter-spacing: 1px;
}
.mw-body p {
letter-spacing: 1px;
font-family: poiret one, sans-serif;
font-size: 15px;
}
.toccolours {
background-color: #000000;
color: #ffcc33;
}
.mw-wiki-logo {
background-image: url(https://www.fightasonemush.com/images/f/f6/Fight_as_One_MUSH_Logo.jpg);
}