Jump to content

MediaWiki:Common.css: Difference between revisions

From Mike's Birthday Wiki
CombustLem (talk | contribs)
No edit summary
CombustLem (talk | contribs)
No edit summary
 
Line 2: Line 2:
body {
body {
background-color: #F9D1CF;
background-color: #F9D1CF;
opacity: 0.85;
}
}
 
img {
#content {
opacity: 1 !important;
background-color: #FEF8F8;
padding: 1em;
border-radius: 8px;
}
}

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.