More actions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* === |
/* === Main Page Adjustments === */ |
||
/* Hide title and edit tools on the main page */ |
|||
.page-Main_Page .mw-side, |
.page-Main_Page .mw-side, |
||
.page-Main_Page .firstHeading, |
.page-Main_Page .firstHeading, |
||
Line 7: | Line 6: | ||
} |
} |
||
⚫ | |||
/* Blockquote spacing override for Citizen skin */ |
|||
.skin-citizen blockquote { |
|||
margin: 0.8rem 20px; |
|||
padding: 0; |
|||
} |
|||
⚫ | |||
/* Hide footer links like Privacy policy, About, etc. */ |
|||
#footer-places { |
#footer-places { |
||
display: none !important; |
display: none !important; |
||
} |
} |
||
/* Reorder footer info sections */ |
|||
#footer-info { |
#footer-info { |
||
display: flex; |
display: flex; |
Revision as of 20:53, 30 May 2025
/* === Main Page Adjustments === */
.page-Main_Page .mw-side,
.page-Main_Page .firstHeading,
.page-Main_Page #siteSub {
display: none !important;
}
/* === Footer Cleanup === */
#footer-places {
display: none !important;
}
#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;
}