MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,700;1,400;1,700&display=swap'); | |||
:root{ | :root{ | ||
/* start font settings */ | |||
--wiki-body- | --wiki-body-font-family: 'Barlow',sans-serif; | ||
--wiki-heading-font-family: 'Barlow',sans-serif; | |||
--wiki-sidebar-heading-font-family: 'Barlow',sans-serif; | |||
/* end font settings */ | |||
--wiki- | |||
--wiki- | |||
/* start design variables */ | |||
--wiki-sidebar-border-radius:4px; /* these two variables must have units specified even if 0, ignore the warning */ | |||
--wiki-sidebar-portal-spacing:6px; | |||
--wiki-content-border-width:1px; | |||
--wiki-sidebar-border-width:1px; | |||
/* end design variables */ | |||
} | } |
Revision as of 21:07, 14 January 2025
/* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,700;1,400;1,700&display=swap'); :root{ /* start font settings */ --wiki-body-font-family: 'Barlow',sans-serif; --wiki-heading-font-family: 'Barlow',sans-serif; --wiki-sidebar-heading-font-family: 'Barlow',sans-serif; /* end font settings */ /* start design variables */ --wiki-sidebar-border-radius:4px; /* these two variables must have units specified even if 0, ignore the warning */ --wiki-sidebar-portal-spacing:6px; --wiki-content-border-width:1px; --wiki-sidebar-border-width:1px; /* end design variables */ }