MediaWiki:Common.css: Difference between revisions

From Robowaifu Institute of Technology
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 8: Line 8:
.mahoro {
.mahoro {
background-image: url('/w/resources/assets/mahoro-150px.png');
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;
}