More actions
Content deleted Content added
Tag: Undo |
No edit summary Tag: Reverted |
||
Line 46: | Line 46: | ||
border-radius: 6px; |
border-radius: 6px; |
||
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1); |
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1); |
||
} |
|||
/* Custom font for juli - gotten from scp-wiki wikidot*/ |
|||
@font-face { |
|||
font-family: 'Pilesaran'; |
|||
src: url(/resources/assets/fonts/Pilesaran.woff2) format('woff2'); |
|||
font-weight: normal; |
|||
font-style: normal; |
|||
font-display: swap; |
|||
} |
} |
Revision as of 17:35, 23 June 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;
}
/* === Footer Icon Styling === */
/* Clean base state */
#footer-icons .cdx-button {
all: unset;
display: inline-flex;
cursor: pointer;
transition: background 0.2s ease, box-shadow 0.2s ease;
}
/* Hover style to simulate a soft button */
#footer-icons .cdx-button:hover {
background: rgba(255, 255, 255, 0.05);
border-radius: 6px;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}
/* Custom font for juli - gotten from scp-wiki wikidot*/
@font-face {
font-family: 'Pilesaran';
src: url(/resources/assets/fonts/Pilesaran.woff2) format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}