MediaWiki:Minerva.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the MinervaNeue skin */
/* ============================
BHARAT WIKI – MOBILE THEME
(Minerva Skin)
============================ */
/* Top header bar */
.minerva-header {
background: #f7f9fc !important;
border-bottom: 1px solid #e1e4ea !important;
}
/* Site title color */
#section_0 h1,
#section_0 h1 span {
color: #1a4f9e !important;
font-weight: 700 !important;
}
/* Main text improvements */
.mw-body,
.content {
font-family: system-ui, sans-serif !important;
}
/* Sidebar menu items */
.minerva-menu li a {
color: #1a4f9e !important;
}
.minerva-menu li a:hover {
background: #e8f0ff !important;
border-radius: 6px;
}
/* Featured boxes border styling */
.box {
border: 1px solid #e3e6ef !important;
border-radius: 8px !important;
background: #ffffff !important;
padding: 0.8em !important;
}