MediaWiki:Minerva.css: Difference between revisions

From Irony Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 13: Line 13:
table.infobox {
table.infobox {
display: table;
display: table;
table-layout: fixed;
}
}



Latest revision as of 23:13, 24 June 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;
}