More actions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 30: | Line 30: | ||
#footer-info-copyright { |
#footer-info-copyright { |
||
order: 3; |
order: 3; |
||
} |
|||
/* === Remove white box from footer icons (fix for newer Citizen skin) === */ |
|||
#footer-icons .cdx-button { |
|||
all: unset; |
|||
display: inline-flex; |
|||
} |
|||
#footer-icons .cdx-button img { |
|||
margin: 0; |
|||
} |
} |
Revision as of 20:59, 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;
}
/* === Remove white box from footer icons (fix for newer Citizen skin) === */
#footer-icons .cdx-button {
all: unset;
display: inline-flex;
}
#footer-icons .cdx-button img {
margin: 0;
}