MediaWiki interface page
No edit summary
No edit summary
Line 10: Line 10:
     --color-primary__s: 100%;
     --color-primary__s: 100%;
     --color-primary__l: 21%;
     --color-primary__l: 21%;
    --font-family-base: 'Helvetica Neue','Helvetica',system-ui,-apple-system,sans-serif;
}
}



Revision as of 12:59, 24 January 2023

/* All CSS here will be loaded for users of the Citizen skin */
:root {
    --color-base: black;
    --color-base--emphasized: black;
    --color-base--subtle: gray;
    /*--color-primary__h: 153;
    --color-primary__s: 78%;
    --color-primary__l: 43%; light green colour */
    --color-primary__h: 120;
    --color-primary__s: 100%;
    --color-primary__l: 21%;
    --font-family-base: 'Helvetica Neue','Helvetica',system-ui,-apple-system,sans-serif;
}

/* no wordmark in the footer */
.mw-logo-wordmark { display: none; } 

/* no header: we'll add page titles manually to be able to change the colour */
.page-heading { visibility: hidden; } 

/* Bring the text to 14px */
#bodyContent { font-size: 1.375em; }

/* Hide the ToC */
.toc { display: none; }