Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m |
LexaByteNV (talk | contribs) |
||
Line 6: | Line 6: | ||
html, body { | html, body { | ||
− | font-family: ' | + | font-family: 'Helvetica Neue','Helvetica'; |
font-weight: 600; | font-weight: 600; | ||
} | } |
Revision as of 00:59, 31 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: 'Helvetica Neue','Helvetica';
font-weight: 600;
}
body, #mw-head {
background-color: #86b300;
}
/*class styles*/
.mw-headline {
font-family: 'Apple Chancery', cursive;
font-weight: 600;
}
.pi-data-label {
flex-basis: 100px;
}