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