More actions
Replaced content with "→CSS placed here will be applied to all skins: " Tags: Replaced Manual revert Reverted |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* All CSS here will be loaded for users of the Citizen skin */ | |||
@import url('https://fonts.googleapis.com/css?family=Fjalla+One'); | |||
@import url('https://fonts.googleapis.com/css?family=Raleway'); | |||
/*Hides help link*/ | |||
.mw-htmlform-ooui-wrapper, #mw-indicator-mw-helplink { | |||
display:none; | |||
} | |||
.citizen-footer{background-color:var(--color-surface-2);clear:both;color:var(--color-base--subtle);direction:ltr;font-size:0.875rem} | |||
.citizen-footer__container{max-width:var(--width-layout--extended);margin-right:auto;margin-left:auto} | |||
.citizen-footer__content, | |||
.citizen-footer__bottom{display:flex;flex-wrap:wrap;padding:var(--space-md) 0;gap:var(--space-md)} | |||
.citizen-footer__bottom{align-items:center;justify-content:space-between;border-top:1px solid var(--border-color-base);margin-right:auto;margin-left:auto} | |||
.citizen-footer__siteinfo{display:flex;max-width:90ch;flex-direction:column;gap:var(--space-sm)} | |||
.citizen-footer__siteinfo p{margin:0;line-height:var(--line-height)} | |||
.citizen-footer a{color:var(--color-base--emphasized);font-weight:500} | |||
.citizen-footer ul{display:flex;flex-wrap:wrap;margin:0} | |||
.citizen-footer li{list-style:none}#footer-sitetitle{color:var(--color-base--emphasized);font-size:1.25rem}#footer-sitetitle img | |||
.mw-logo-wordmark{width:auto;height:54px;filter:invert(1) hue-rotate(180deg)}#footer-places ul{flex-direction:row}#footer-places a{display:block;padding:var(--space-sm) var(--space-md);border-radius:var(--border-radius--small)}#footer-places a:hover{background-color:var(--background-color-quiet--hover)}#footer-places a:active{background-color:var(--background-color-quiet--active)}#footer-tagline{padding:10px 0}#footer-icons{display:flex}#footer-icons ul{gap:var(--space-sm)}#footer-icons li{display:flex}#footer-icons a{display:flex;align-items:center} |
Revision as of 21:49, 26 October 2022
/* CSS placed here will be applied to all skins */ /* All CSS here will be loaded for users of the Citizen skin */ @import url('https://fonts.googleapis.com/css?family=Fjalla+One'); @import url('https://fonts.googleapis.com/css?family=Raleway'); /*Hides help link*/ .mw-htmlform-ooui-wrapper, #mw-indicator-mw-helplink { display:none; } .citizen-footer{background-color:var(--color-surface-2);clear:both;color:var(--color-base--subtle);direction:ltr;font-size:0.875rem} .citizen-footer__container{max-width:var(--width-layout--extended);margin-right:auto;margin-left:auto} .citizen-footer__content, .citizen-footer__bottom{display:flex;flex-wrap:wrap;padding:var(--space-md) 0;gap:var(--space-md)} .citizen-footer__bottom{align-items:center;justify-content:space-between;border-top:1px solid var(--border-color-base);margin-right:auto;margin-left:auto} .citizen-footer__siteinfo{display:flex;max-width:90ch;flex-direction:column;gap:var(--space-sm)} .citizen-footer__siteinfo p{margin:0;line-height:var(--line-height)} .citizen-footer a{color:var(--color-base--emphasized);font-weight:500} .citizen-footer ul{display:flex;flex-wrap:wrap;margin:0} .citizen-footer li{list-style:none}#footer-sitetitle{color:var(--color-base--emphasized);font-size:1.25rem}#footer-sitetitle img .mw-logo-wordmark{width:auto;height:54px;filter:invert(1) hue-rotate(180deg)}#footer-places ul{flex-direction:row}#footer-places a{display:block;padding:var(--space-sm) var(--space-md);border-radius:var(--border-radius--small)}#footer-places a:hover{background-color:var(--background-color-quiet--hover)}#footer-places a:active{background-color:var(--background-color-quiet--active)}#footer-tagline{padding:10px 0}#footer-icons{display:flex}#footer-icons ul{gap:var(--space-sm)}#footer-icons li{display:flex}#footer-icons a{display:flex;align-items:center}