Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
LexaByteNV (talk | contribs) m |
LexaByteNV (talk | contribs) m |
||
Line 15: | Line 15: | ||
.mw-headline { | .mw-headline { | ||
− | font-family: cursive; | + | font-family: 'Apple Chancery', cursive; |
} | } | ||
Revision as of 17:59, 25 May 2021
/* CSS placed here will be applied to all skins */
/*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;
}