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
 
(2 intermediate revisions by the same user not shown)
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');
}
.mahoro {
background-image: url('/w/resources/assets/mahoro-150px.png');
}
tt {
    font-family: monospace,monospace;
    background-color: rgb(248 249 250);
    border: solid 1px rgb(229 229 229);
    padding: 2px;
}
}

Latest revision as of 21:54, 2 May 2023

/* 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');
}
.mahoro {
	background-image: url('/w/resources/assets/mahoro-150px.png');
}

tt {
    font-family: monospace,monospace;
    background-color: rgb(248 249 250);
    border: solid 1px rgb(229 229 229);
    padding: 2px;
}