MediaWiki:Minerva.css: Difference between revisions

From Irony Wiki
Jump to navigation Jump to search
Copying some styles from Mobile.css
Tags: Mobile edit Mobile web edit Advanced mobile edit
(No difference)

Revision as of 22:51, 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-layout: fixed;
}