Template:Media table/styles.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 6: Line 6:
.mediaRow + .mediaRow td {
.mediaRow + .mediaRow td {
border-top: 0 !important;
border-top: 0 !important;
}
.mediaRow .mw-tmh-player.audio {
max-width: 300px !important;
}
}



Revision as of 02:11, July 4, 2024

.wikitable.mediaRow {
	display: table !important;
	margin: 0 !important;
}
.mediaRow + .mediaRow,
.mediaRow + .mediaRow td {
	border-top: 0 !important;
}
.mediaRow .mw-tmh-player.audio {
	max-width: 300px !important;
}

@media all and (max-width: 719px) {
	.mediaRow .fileInfo {
		display: none !important;
	}
	.videoRow .fileMain > center {
		margin-top: 5px !important;
	}
	.audioRow .fileMain > center {
		margin-top: 10px !important;
	}
}