Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(c) |
|||
Line 8: | Line 8: | ||
background-image: url("https://www.wildernessguardians.com/w/skins/Vio/fond8-dark.png") !important; | background-image: url("https://www.wildernessguardians.com/w/skins/Vio/fond8-dark.png") !important; | ||
color: #aaa !important; | color: #aaa !important; | ||
+ | } | ||
+ | |||
+ | H1, H2, H3, H4, H5, H6 { | ||
+ | color: #ccc !important; | ||
} | } |
Revision as of 08:47, 13 March 2025
/* CSS placed here will be applied to all skins */ BODY, #mw-head { background-image: url("https://www.wildernessguardians.com/w/skins/Vio/fond-dark.png") !important; } .mw-body { background-image: url("https://www.wildernessguardians.com/w/skins/Vio/fond8-dark.png") !important; color: #aaa !important; } H1, H2, H3, H4, H5, H6 { color: #ccc !important; }