MediaWiki:Vector.css: Difference between revisions
EnWikiAdmin (talk | contribs) No edit summary  | 
				EnWikiAdmin (talk | contribs) No edit summary  | 
				||
| (2 intermediate revisions by the same user not shown) | |||
| Line 61: | Line 61: | ||
}  | }  | ||
body.page-  | |||
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 */  | |||
}  | }  | ||