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 edit summary
Line 14: Line 14:
display: table;
display: table;
table-layout: fixed;
table-layout: fixed;
}
table.infobox caption {
display: table-caption;
caption-side: top;
}
}

Revision as of 23:05, 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;
}

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