Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
LexaByteNV (talk | contribs) m |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | |||
+ | @import url('http://fonts.cdnfonts.com/css/apple-chancery'); | ||
/*default styles*/ | /*default styles*/ | ||
*{ | *{ | ||
− | font-family: 'Courier New'; | + | font-family: 'Courier New'; |
− | font-weight: 600; | + | font-weight: 600; |
} | } | ||
body { | body { | ||
− | background-color: #86b300; | + | background-color: #86b300; |
} | } | ||
Line 15: | Line 17: | ||
.mw-headline { | .mw-headline { | ||
− | font-family: 'Apple Chancery', cursive; | + | font-family: 'Apple Chancery', cursive; |
} | } | ||
Revision as of 18:07, 25 May 2021
/* CSS placed here will be applied to all skins */
@import url('http://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;
}