Jump to content

MediaWiki:Common.css: Difference between revisions

From OkayXairen Wiki
imported>PikaJade
No edit summary
imported>PikaJade
No edit summary
Line 5: Line 5:
}
}
* {
* {
font-family: 'Comic Sans MS', Papyrus, fantasy !important;
font-family: 'Comic Sans MS', Papyrus, fantasy !important;;
text-transform: full-width;
cursor: wait;
cursor: wait;
}
}

Revision as of 04:21, 21 July 2025

/* CSS placed here will be applied to all skins */
body {
	background-color: #95fcb9;
	opacity: 0.85;
}
* {
	font-family: 'Comic Sans MS', Papyrus, fantasy !important;;
	cursor: wait;
}