No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 41: | Line 41: | ||
} | } | ||
.page-actions__card { | |||
z-index: 100; | z-index: 100; | ||
} | } |
Revision as of 23:29, 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__card { z-index: 100; }