More actions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 32: | Line 32: | ||
} |
} |
||
/* === Remove |
/* === Remove Citizen skin button styling from footer icons === */ |
||
#footer-icons .cdx-button { |
#footer-icons .cdx-button { |
||
all: unset; |
all: unset; |
||
Line 38: | Line 38: | ||
} |
} |
||
/* === Clean spacing between footer icons === */ |
|||
#footer-icons |
#footer-icons li { |
||
⚫ | |||
margin-right: 12px; |
|||
display: inline-block; |
|||
} |
|||
#footer-icons li:last-child { |
|||
⚫ | |||
} |
} |
Revision as of 21:01, 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 Citizen skin button styling from footer icons === */
#footer-icons .cdx-button {
all: unset;
display: inline-flex;
}
/* === Clean spacing between footer icons === */
#footer-icons li {
margin-right: 12px;
display: inline-block;
}
#footer-icons li:last-child {
margin-right: 0;
}