Jump to content

MediaWiki:Common.css: Difference between revisions

From wiki.rayhan.com
Created page with "CSS placed here will be applied to all skins: .mw-logo-container { color: black; font-size: 24px; }"
 
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 4: Line 4:
     font-size: 24px;
     font-size: 24px;
}
}
.mw-first-heading, .mw-page-title-namespace, .mw-page-title-separator, .mw-page-title-main, .mw-headline {
    font-family: sans-serif;
}
.vector-main-menu-dropdown  { display:none; }

Latest revision as of 17:49, 29 May 2025

/* CSS placed here will be applied to all skins */
.mw-logo-container {
    color: black;
    font-size: 24px;
}


.mw-first-heading, .mw-page-title-namespace, .mw-page-title-separator, .mw-page-title-main, .mw-headline {
    font-family: sans-serif;
}


.vector-main-menu-dropdown  { display:none; }