Template:Media table/styles.css
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
.wikitable.mediaRow {
margin: 0 !important;
display: table !important;
max-width: none !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;
}
}