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