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 |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
.wikitable.mediaRow { | .wikitable.mediaRow { | ||
margin: 0 !important; | |||
display: table !important; | display: table !important; | ||
max-width: none !important; | |||
} | } | ||
.mediaRow + .mediaRow, | .mediaRow + .mediaRow, |
Latest revision as of 10:52, July 5, 2024
.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;
}
}