Difference between revisions of "MediaWiki:Common.css"
IVSWikiBlue (talk | contribs) |
IVSWikiBlue (talk | contribs) |
||
Line 19: | Line 19: | ||
.emphasize { | .emphasize { | ||
− | color = | + | color = red; |
font-weight = 600; | font-weight = 600; | ||
} | } |
Revision as of 09:03, 12 May 2022
/* CSS placed here will be applied to all skins */ :root { --ivsOrange: #ff7a2b; --ivsRed: #e32526; --ivsGrey: #818181; --wikiGrey: #f6f6f6; } .expandContent { margin: 3px; } .basicBold { color: #383838; font-size:120%; font-weight: 600; } .emphasize { color = red; font-weight = 600; }