MediaWiki:Minerva.css: Difference between revisions

Kuhlau (talk | contribs)
Created page with "All CSS here will be loaded for users of the MinervaNeue skin: Avoid tabs from going off-screen and needing horizontal scrolling: body > .main-container .wds-tabs__wrapper { display: flex; flex-direction: row; width: 100%; flex-wrap: wrap; margin-left: 0 !important; } Reducing left margin when using lists in a table.: .mw-parser-output td > .columntemplate > ul, .mw-parser-output td > .columntemplate > ol, .mw-parser-output td > ul, .mw-parser-outpu..."
 
Kuhlau (talk | contribs)
No edit summary
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the MinervaNeue skin */
/* All CSS here will be loaded for users of the MinervaNeue skin */
/* Additional colors for Minerva */
:root {
--background-color-interactive: var(--theme-color-8);
}


/* Avoid tabs from going off-screen and needing horizontal scrolling */
/* Avoid tabs from going off-screen and needing horizontal scrolling */