MediaWiki:Minerva.less/templates.less

This is the current revision of this page, as edited by Alex (talk | contribs) at 00:11, 17 October 2024 (Created page with "// 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-light); margin: 0 0 0.5em 0; overflow: hidden; } // Disable link on region name on mobile to make it easier to access modal .tbz-region .tbz-name { poi..."). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

// 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-light); margin: 0 0 0.5em 0; overflow: hidden; }

// Disable link on region name on mobile to make it easier to access modal .tbz-region .tbz-name { pointer-events: none; }

@media all and (max-width: @width-breakpoint-tablet) { // Template:Poll // Poll box goes out of the screen on lower width .pollquestion { width: 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; }

// Template:Archive list .archivelist { margin: 1em 0; float: none; width: 100% }

.messagebox { border-left-width: 7px; font-size: 0.9375em; // 16px to 15px } }