No edit summary |
No edit summary Tag: Reverted |
||
Line 39: | Line 39: | ||
.page-Star_Citizen_Wiki .mw-body-header { | .page-Star_Citizen_Wiki .mw-body-header { | ||
display: none; | display: none; | ||
} | |||
#page-actions { | |||
z-index: 100; | |||
} | } |
Revision as of 23:27, 12 February 2023
/* All CSS here will be loaded for users of the Citizen skin */ :root { --color-primary__h: 205; } :root.skin-citizen-dark { --color-primary__l: 56%; } /* Footer icons */ #footer-icons a { opacity: var( --opacity-icon-base ); transition: opacity 250ms ease; } #footer-icons a:hover { opacity: var( --opacity-icon-base--hover ); } #footer-icons a:active { opacity: var( --opacity-icon-base--active ); } /* More space between icons */ #footer-icons ul { gap: var( --space-md ); } /* Darken the footer icon in light mode */ .skin-citizen-light #footer-icons a { filter: invert( 1 ) hue-rotate( 180deg ); } .mw-empty-elt { display: none; } /* Hide main page header */ .page-Star_Citizen_Wiki .mw-body-header { display: none; } #page-actions { z-index: 100; }