MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | /* ========================================================= */ | ||
/* ================= LOGO CONFIG ============================ */ | |||
/* ========================================================= */ | |||
.skin-vector-2022 .mw-header-start { | .skin-vector-2022 .mw-header-start { | ||
flex-wrap: nowrap !important; | flex-wrap: nowrap !important; | ||
} | } | ||
.skin-vector-2022 .mw-logo-icon { | .skin-vector-2022 .mw-logo-icon { | ||
| Line 12: | Line 13: | ||
width: auto !important; | width: auto !important; | ||
} | } | ||
.skin-vector-2022 .mw-logo-wordmark img { | .skin-vector-2022 .mw-logo-wordmark img { | ||
| Line 20: | Line 20: | ||
/* ========================================================= */ | |||
/* ================= FONT CONFIG ============================ */ | |||
/* ========================================================= */ | |||
@font-face { | @font-face { | ||
font-family: 'Wiki Font Title'; | font-family: 'Wiki Font Title'; | ||
src: url('/resources/assets/Nohemi-VF.ttf') format('truetype'); | src: url('/resources/assets/Nohemi-VF.ttf') format('truetype'); | ||
} | } | ||
| Line 45: | Line 32: | ||
font-family: 'Wiki Font Subtitle'; | font-family: 'Wiki Font Subtitle'; | ||
src: url('/resources/assets/Rubik-Medium.ttf') format('truetype'); | src: url('/resources/assets/Rubik-Medium.ttf') format('truetype'); | ||
} | } | ||
| Line 52: | Line 37: | ||
font-family: 'Wiki Font Body'; | font-family: 'Wiki Font Body'; | ||
src: url('/resources/assets/Roboto-Regular.ttf') format('truetype'); | src: url('/resources/assets/Roboto-Regular.ttf') format('truetype'); | ||
} | } | ||
.mw-body-content { | |||
font-family: 'Wiki Font Body', sans-serif; | |||
} | |||
.mw-page-title-main { | |||
font-family: 'Wiki Font Title', sans-serif; | |||
} | |||
.mw-headline { | |||
font-family: 'Wiki Font Subtitle', sans-serif; | |||
} | |||
/* ===== HEADER | /* ========================================================= */ | ||
/* ================= HEADER ATRONIA ========================= */ | |||
/* ========================================================= */ | |||
/* Background */ | |||
.skin-vector-2022 .mw-header, | .skin-vector-2022 .mw-header, | ||
.skin-vector-2022 .vector-sticky-header { | .skin-vector-2022 .vector-sticky-header { | ||
background-color: #1B2826 !important; | background-color: #1B2826 !important; | ||
border-bottom: none !important; | border-bottom: none !important; | ||
color: #ffffff !important; | |||
} | } | ||
/* | /* Links + title */ | ||
.skin-vector-2022 .mw-header a, | .skin-vector-2022 .mw-header a, | ||
.skin-vector-2022 .vector-sticky-header a, | .skin-vector-2022 .vector-sticky-header a, | ||
| Line 75: | Line 71: | ||
} | } | ||
/* | /* Force ALL header icons to white */ | ||
.skin-vector-2022 .mw-header .vector-icon, | |||
.skin-vector-2022 .vector-sticky-header .vector-icon, | |||
.skin-vector-2022 .mw-header .mw-ui-icon, | .skin-vector-2022 .mw-header .mw-ui-icon, | ||
.skin-vector-2022 .vector-sticky-header .mw-ui-icon { | .skin-vector-2022 .vector-sticky-header .mw-ui-icon { | ||
| Line 82: | Line 79: | ||
} | } | ||
/* ===== DROPDOWN RESET ===== */ | /* ========================================================= */ | ||
/* ================= DROPDOWN RESET ========================= */ | |||
/* ========================================================= */ | |||
.skin-vector-2022 .vector-dropdown-content { | .skin-vector-2022 .vector-dropdown-content { | ||