MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 871:
/* ======================================================= */
/* CUSTOM MOBILE FOOTER
/* ======================================================= */
/* 1. Reset the container */
.minerva-footer-logo {
font-size: 0 !important; /* Hide default text */
color: transparent !important; /* Make sure it's invisible */
text-align: left !important; /* Align left */
margin-bottom: 20px !important;
}
/* 2. INSERT THE LOGO (via ::before) */
.minerva-footer-logo::before {
content: "" !important;
display: block !important;
/* DIRECT LINK TO YOUR LOGO */
background-image: url('https://pro-wiki.s3.eu-central-1.amazonaws.com/2776118/Logo.png');
/* DIMENSIONS */
width: 160px; /* Standard width for this layout */
height: 50px; /* Height based on standard logo aspect ratio */
background-repeat: no-repeat !important;
background-size: contain !important; /* Ensures the whole logo is visible */
background-position: left center !important;
margin-bottom: 6px !important; /* Gap between Logo and Tagline */
}
/* 3. INSERT THE TAGLINE (via ::after) */
.minerva-footer-logo::after {
/* The Tagline Text with Newline (\A) */
content: "
/* Typography */
font-
font-size: 0.85rem !important;
font-weight: normal !important;
color: #54595d !important;
line-height: 1.4 !important;
white-space: pre-wrap !important; /*
}
| |||