(Updated.) |
m (Updated.) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
.mw-logo-icon { | .mw-logo-icon { | ||
opacity: | opacity: .7; | ||
} | } | ||
Line 14: | Line 14: | ||
} | } | ||
.mw-empty-elt { | .mw-empty-elt { | ||
display: none; | display: none; |
Latest revision as of 08:24, 12 April 2022
/* All CSS here will be loaded for users of the Citizen skin */
.mw-logo-icon {
opacity: .7;
}
/* Footer badges */
#footer-icons a {
opacity: .5;
transition: opacity .55s ease;
}
#footer-icons a:hover {
opacity: .7;
}
.mw-empty-elt {
display: none;
}
/* Hide main page header */
.page-Star_Citizen_Wiki .mw-body-header {
display: none;
}
/* Temporary fix for plainlists */
.citizen-body .plainlist ol,
.citizen-body .plainlist ul {
margin-left: 0;
}
#mw-drawer-menu {
grid-template-columns: auto auto;
}