MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 904:
/* 3. INSERT THE TAGLINE (via ::after) */
.minerva-footer-logo::after {
/* The\A Taglineis Text withthe Newline (\A)character. Use "pre" or "pre-wrap" to render it. */
content: "Business knowledge,\0020practicalA practical skills" !important;
/* Typography - MATCHING BODYFOOTER TEXTLINKS EXACTLY */
/* 1. Remove font-family so it uses the native mobile font (Roboto/San Francisco) */
font-family: sans-serif !important;
font-size:/* 02.85rem !important;Set size to 12px /* Updated(0.75rem) to 1remmatch (approxthe 16px)'Privacy forPolicy' readabilitylinks */
font-weightsize: 40012px !important; /* Normal weight (not bold) */
colorfont-weight: #202122400 !important; /* Darker Grey/Black to match body text */
fontline-familyheight: sans-serif1.4 !important;
/* Visuals - KEEPING YOUR DARK COLOR */
color: #202122 !important;
/* Layout */
display: block !important;
line-height: 1.4 !important; /* Standard body line-height */
white-space: pre-wrap !important;
}