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
Line 2: Line 2:
body {
body {
background-color: #F9D1CF;
background-color: #F9D1CF;
opacity: 0.85;
}
 
#content {
background-color: #FEF8F8;
padding: 1em;
border-radius: 8px;
}
}

Revision as of 00:41, 22 July 2025

/* CSS placed here will be applied to all skins */
body {
	background-color: #F9D1CF;
}

#content {
	background-color: #FEF8F8;
	padding: 1em;
	border-radius: 8px;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.