Jump to content

MediaWiki:Common.css: Difference between revisions

From Mike's Birthday Wiki
CombustLem (talk | contribs)
Created page with "CSS placed here will be applied to all skins: body { background-color: #F9D1CF; opacity: 0.85; }"
 
CombustLem (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
background-color: #F9D1CF;
background-color: #F9D1CF;
opacity: 0.85;
opacity: 0.85;
}
img {
opacity: 1 !important;
}
}

Latest revision as of 00:42, 22 July 2025

/* CSS placed here will be applied to all skins */
body {
	background-color: #F9D1CF;
	opacity: 0.85;
}
img {
	opacity: 1 !important;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.