More actions
Content deleted Content added
Created page with "→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; }" |
No edit summary |
||
Line 11: | Line 11: | ||
margin: 0.8rem 20px; |
margin: 0.8rem 20px; |
||
padding: 0; |
padding: 0; |
||
} |
|||
#footer-info-viewcount { |
|||
width: 100%; |
|||
float: none; |
|||
clear: both; |
|||
margin-top: 0.5em; |
|||
} |
} |
Revision as of 20:27, 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-info-viewcount {
width: 100%;
float: none;
clear: both;
margin-top: 0.5em;
}