MediaWiki:Minerva.css: Difference between revisions

From Irony Wiki
Jump to navigation Jump to search
No edit summary
Undo revision 17679 by Saucy (talk)
Tag: Undo
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 03:46, 15 October 2025

/* All CSS here will be loaded for users of the MinervaNeue skin */

/* Anton is an open-source font similar to Impact. This is to be used as a backup for Impact, for devices that don't have Impact installed such as iPhone. */
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
.impact {
	font-family: Impact, 'Anton';
}

.no-mobile {
	display: none !important;
}

table.infobox {
	display: table;
}

table.infobox caption {
	display: table-caption;
	caption-side: top;
}