MediaWiki:Vector.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 61: Line 61:
}
}


/* Hide the Test_page title for everyone using Vector 2022 */
 
body.skin-vector.page-Test_page #firstHeading {
body.page-Main_Page #firstHeading {
   display: none !important;
   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 */
}
}