MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 871:
 
/* ======================================================= */
/* CUSTOM MOBILE FOOTER TEXT (Minerva Skin)Logo Image + Tagline) */
/* ======================================================= */
 
/* 1. Reset the container */
.minerva-footer-logo {
font-size: 0 !important; /* Hide default text */
color: transparent !important; /* Make sure it's invisible */
text-aligndisplay: leftblock !important; /* Stack vertically */
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) */
/* \0000a0 is a Non-Breaking Space. It forces the space to appear. */
content: "bizslash.com / Business knowledge,\0000a0A practical skills" !important;
/* Typography */
font-family: sans-serif;
font-weightfamily: normalsans-serif !important;
font-size: 0.85rem !important;
font-weight: normal !important;
color: #54595d !important;
display:/* block;Layout */
line-heightdisplay: 1.4block !important;
line-height: 1.4 !important;
white-space: pre-wrap !important; /* StillEssential goodfor tothe keep\A fornewline to wrappingwork */
}