MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 826:
 
/* ======================================================= */
/* ADD TAGLINE TO HEADER (DESKTOP) */
/* ======================================================= */
 
Line 841:
content: "Business knowledge,\A practical skills";
/* Typography - MATCHING SIDEBAR "CONTENTS" HEADER */
font-family: sans-serif;
font-size: 0.85em875rem; /* Updated from 0.85em to match Sidebar */
font-weight: normal700; /* Updated from normal to 700 (Bold) */
line-height: 1.26; /* Increased to match Sidebar spacing */
/* Visuals */
color: #54595d202122 !important; /* Updated from #54595d to Darker Grey/Black */
text-decoration: none !important;
cursor: pointer;
Line 855:
display: block;
white-space: pre;
margin-left: 3px; /* Reduced from 7px to 3px (approx half) */
text-align: left;
/* MOVES TEXT DOWN 12px */
position: relative;
top: 3px; /* Increased from 10px to 12px */
}
 
/* Hide styling on Mobile/Tablet so it doesn't clash */
@media screen and (max-width: 900px) {
.mw-logo::after {
Line 892:
 
/* 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 */
}
 
Line 907:
content: "Business knowledge,\A practical skills" !important;
/* Typography - MATCHING BODY TEXT */
font-family: sans-serif !important;
font-size: 0.85rem1rem !important; /* Updated to 1rem (approx 16px) for readability */
font-weight: normal400 !important; /* Normal weight (not bold) */
color: #54595d202122 !important; /* Darker Grey/Black to match body text */
/* Layout */
display: block !important;
line-height: 1.46 !important; /* Standard body line-height */
white-space: pre-wrap !important; /* Essential for the \A newline to work */
}