Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | @import url(' | + | @import url('https://fonts.cdnfonts.com/css/apple-chancery'); |
/*default styles*/ | /*default styles*/ |
Revision as of 18:09, 25 May 2021
/* CSS placed here will be applied to all skins */
@import url('https://fonts.cdnfonts.com/css/apple-chancery');
/*default styles*/
*{
font-family: 'Courier New';
font-weight: 600;
}
body {
background-color: #86b300;
}
/*class styles*/
.mw-headline {
font-family: 'Apple Chancery', cursive;
}
.pi-data-label {
flex-basis: 100px;
}