MediaWiki:Vector.css: Difference between revisions

No edit summary
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 59: Line 59:
font-style: italic;
font-style: italic;
font-size: 90%;
font-size: 90%;
}
body.page-Main_Page #firstHeading {
  display: none !important;
}
body.page-Main_Page .mw-body {
    grid-template-columns: minmax(0, 1fr) min-content;
}
/* Hide the pre-content heading holder on Test_Page in mobile view */
@media (max-width: 1120px) { /* Adjust the breakpoint as needed */
    body.page-Main_Page .pre-content.heading-holder {
        display: none !important;
    }
}
body.skin-minerva a:visited,
body.skin-minerva .mw-parser-output a:visited {
    color: #6a60b0 !important; /* Your custom color */
}
}