MediaWiki:Vector.css: Difference between revisions
(Created page with "→All CSS here will be loaded for users of the Vector skin: →=========================== BHARAT WIKI – VECTOR THEME Custom Header + Sidebar UI ===========================: →Header height & padding adjust: #mw-page-base, #mw-head-base { background: #ffffff !important; } →Top tabs (Read | Edit | View History) styling: #p-views .vector-menu-tabs li a { font-weight: 600; color: #1a4f9e !important; } #p-views .vector-menu-tabs li.selected...") |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | /* ============================== | ||
BHARAT WIKI – CUSTOM VECTOR THEME | |||
BHARAT WIKI – VECTOR THEME | ============================== */ | ||
=========================== */ | |||
/* | /* --- LEFT SIDEBAR IMPROVEMENTS --- */ | ||
.vector-sidebar { | |||
background: # | background: #f7f9fc !important; | ||
border-right: 1px solid #e1e4ea !important; | |||
} | } | ||
.vector-sidebar .vector-menu-heading { | |||
font-weight: bold; | |||
font-weight: | |||
color: #1a4f9e !important; | color: #1a4f9e !important; | ||
} | } | ||
.vector-menu-content li a { | |||
color: #2a2a2a !important; | |||
} | } | ||
.vector-menu-content li a:hover { | |||
# | background: #e8f0ff !important; | ||
color: #1a4f9e !important; | color: #1a4f9e !important; | ||
border-radius: 4px; | |||
} | } | ||
/* | /* --- TOP HEADER / TABS --- */ | ||
.vector-tabs .selected a { | |||
background: #1a4f9e !important; | |||
color: white !important; | |||
} | } | ||
.vector-tabs li a:hover { | |||
background: #e8f0ff !important; | |||
color: #1a4f9e !important; | color: #1a4f9e !important; | ||
} | } | ||
/* | /* --- SEARCH BAR --- */ | ||
#p-search input { | #p-search input { | ||
border: 1px solid #bfc8d9 !important; | |||
border-radius: 6px !important; | border-radius: 6px !important; | ||
} | |||
/* --- PAGE CONTENT WIDTH & FONT --- */ | |||
.mw-body { | |||
font-family: 'Inter', 'Segoe UI', sans-serif !important; | |||
line-height: 1.6; | |||
} | } | ||
Revision as of 14:08, 6 December 2025
/* ==============================
BHARAT WIKI – CUSTOM VECTOR THEME
============================== */
/* --- LEFT SIDEBAR IMPROVEMENTS --- */
.vector-sidebar {
background: #f7f9fc !important;
border-right: 1px solid #e1e4ea !important;
}
.vector-sidebar .vector-menu-heading {
font-weight: bold;
color: #1a4f9e !important;
}
.vector-menu-content li a {
color: #2a2a2a !important;
}
.vector-menu-content li a:hover {
background: #e8f0ff !important;
color: #1a4f9e !important;
border-radius: 4px;
}
/* --- TOP HEADER / TABS --- */
.vector-tabs .selected a {
background: #1a4f9e !important;
color: white !important;
}
.vector-tabs li a:hover {
background: #e8f0ff !important;
color: #1a4f9e !important;
}
/* --- SEARCH BAR --- */
#p-search input {
border: 1px solid #bfc8d9 !important;
border-radius: 6px !important;
}
/* --- PAGE CONTENT WIDTH & FONT --- */
.mw-body {
font-family: 'Inter', 'Segoe UI', sans-serif !important;
line-height: 1.6;
}