MediaWiki:Common.css: Difference between revisions

From Robowaifu Institute of Technology
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .note { background-image: url('/w/resources/assets/lightbulb.svg'); }")
 
No edit summary
Line 2: Line 2:
.note {
.note {
background-image: url('/w/resources/assets/lightbulb.svg');
background-image: url('/w/resources/assets/lightbulb.svg');
}
.cleanyourroom {
background-image: url('/w/resources/assets/mahoro_cleaning-150px.png');
}
}

Revision as of 03:23, 10 August 2021

/* CSS placed here will be applied to all skins */
.note {
	background-image: url('/w/resources/assets/lightbulb.svg');
}
.cleanyourroom {
	background-image: url('/w/resources/assets/mahoro_cleaning-150px.png');
}