MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
font-family: 'Archivo', sans-serif; | font-family: 'Archivo', sans-serif; | ||
overscroll-behavior-y: none; | overscroll-behavior-y: none; | ||
} | |||
.skin-citizen-dark .mw-header { | |||
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); | |||
} | |||
.skin-citizen-light .mw-header { | |||
background: linear-gradient(180deg, rgba(200,200,200,1) 0%, rgba(200,200,200,0) 100%); | |||
} | } |
Revision as of 23:29, 26 April 2021
/* CSS placed here will be applied to all skins */
#ca-viewsource {display:none}
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&display=swap');
body {
font-family: 'Archivo', sans-serif;
overscroll-behavior-y: none;
}
.skin-citizen-dark .mw-header {
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.skin-citizen-light .mw-header {
background: linear-gradient(180deg, rgba(200,200,200,1) 0%, rgba(200,200,200,0) 100%);
}