MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
h1, .mw-first-heading {
    text-align: left !important;
}
.toc, #toc {
    display: none !important;
}


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
Line 88: Line 96:
.static-button:hover {
.static-button:hover {
     color: #fff; /* White text color */
     color: #fff; /* White text color */
}
/* **************************************************** */
/*  PAGE-SPECIFIC CSS: Hide navigation on Welcome_to_mintarc */
/* **************************************************** */
#p-views {
    display: none !important;
}
}






/* Hide the custom Page | Discussion links on Welcome_to_mintarc */
.pre-content.heading-holder {
.page-Welcome_to_mintarc #p-associated-pages {
     display: none !important;
     display: none !important;
}
}