Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
LexaByteNV (talk | contribs) m |
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 */ | ||
+ | |||
+ | /*default styles*/ | ||
+ | |||
*{ | *{ | ||
font-family: 'Courier New'; | font-family: 'Courier New'; | ||
Line 8: | Line 11: | ||
background-color: #86b300; | background-color: #86b300; | ||
} | } | ||
+ | |||
+ | /*set classes for styles*/ | ||
.fancy{ | .fancy{ | ||
font-family: cursive; | font-family: cursive; | ||
} | } |
Revision as of 17:13, 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;
}
/*set classes for styles*/
.fancy{
font-family: cursive;
}