More actions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 37: | Line 37: | ||
#footer-info-copyright { |
#footer-info-copyright { |
||
order: 3; |
order: 3; |
||
} |
|||
#footer-icons .footer-icon img { |
|||
background: none !important; |
|||
box-shadow: none !important; |
|||
border: none !important; |
|||
padding: 0 !important; |
|||
} |
} |
Revision as of 20:30, 30 May 2025
/* CSS placed here will be applied to all skins */
/* Hide title and edit tools on main page */
.page-Star_Citizen_Wiki .mw-side,
.page-Star_Citizen_Wiki .firstHeading,
.page-Star_Citizen_Wiki #siteSub {
display: none!important;
}
/* Force override until skin is updated */
.skin-citizen blockquote {
margin: 0.8rem 20px;
padding: 0;
}
#footer-places {
display: none !important;
}
/* Move footer sections into custom order */
#footer-info {
display: flex;
flex-direction: column;
}
#footer-info-lastmod {
order: 1;
}
#footer-info-viewcount {
order: 2;
width: 100%;
float: none;
clear: both;
margin-top: 0.5em;
}
#footer-info-copyright {
order: 3;
}
#footer-icons .footer-icon img {
background: none !important;
box-shadow: none !important;
border: none !important;
padding: 0 !important;
}