MediaWiki:Minerva.less/templates.less

// Template:Relativelocation // has to be more specific to override mobile skin .content table.relative-location { display: table; }

.floornumber-us { display: none; }

// Hatnotes // Mimicking Wikipedia div.hatnote { padding: 5px 7px; color: var(--text-color); font-size: 0.8125rem; background-color: var(--body-mid); margin: 0 0 0.5em 0; overflow: hidden; }

.tbz-check { display: none; }

@media screen and (max-width: 719px) { // Template:Poll // Poll box goes out of the screen on lower width .pollquestion { width: auto; }

// Template:Letter/Template:Hastranscript transclude=yes .transcript { width: auto; margin: 20px auto; }

// Template:Listen .musicplayer { clear: both !important; // inline styles forced by template params float: none !important; width: 100%; max-width: 100%; text-align: center; margin-left: 0; } }