MediaWiki:Minerva.css: Difference between revisions

From Irony Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Tag: Reverted
Line 9: Line 9:
.no-mobile {
.no-mobile {
display: none !important;
display: none !important;
}
@media (max-width: calc(640px - 1px)) {
.infobox {
width: 100%;
}
}
}



Revision as of 03:45, 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;
}

@media (max-width: calc(640px - 1px)) {
	.infobox {
		width: 100%;
	}
}

table.infobox {
	display: table;
}

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