MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 875:
 
.minerva-footer-logo {
/* 1. Hide the original "bizslash.com" text */
font-size: 0 !important;
color: transparent !important;
/* 2. ALIGN LEFT */
text-align: left !important;
}
 
.minerva-footer-logo::after {
/* 3\0000a0 is a Non-Breaking Space. InjectIt forces the newspace textto appear. */
content: "bizslash.com / learnLearn business, build\0000a0build skills";
font-family: sans-serif;
/* 4. Body Text Styling */
font-familyweight: sans-serifnormal;
font-weightsize: normal0.85rem;
font-sizecolor: 0.85rem#54595d;
color: #54595d;
/* 5. Formatting */
display: block;
line-height: 1.4;
white-space: pre-wrap; /* Still good to keep for wrapping */
/* 6. FIX FOR DISAPPEARING SPACE */
/* This forces the browser to display all spaces exactly as written */
white-space: pre-wrap;
}