MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 868:
display: none !important;
}
}
/* ======================================================= */
/* CUSTOM MOBILE FOOTER TEXT (Minerva Skin) */
/* ======================================================= */
.minerva-footer-logo {
/* 1. Hide the original "bizslash.com" text */
font-size: 0 !important;
color: transparent !important;
}
.minerva-footer-logo::after {
/* 2. Inject the new text */
/* Note: I corrected the spelling to 'bizslash' based on your site title */
content: "bizslash.com / learn business, build skills";
/* 3. Restore visibility and typography */
font-size: 1.1rem; /* Sets the text size back to normal */
color: #54595d; /* Standard footer dark grey */
font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif; /* Matches site branding */
font-weight: normal;
/* 4. Formatting */
display: block;
line-height: 1.4;
text-align: center; /* Ensures it stays centered like the original */
}
| |||