MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 829:
/* ======================================================= */
 
/* Inject1. Kill the textunderline afteron the logoparent link when iconhovering */
.mw-logo:hover {
text-decoration: none !important;
}
 
/* 2. Inject the tagline text */
.mw-logo::after {
/* \A is the CSS escape character for a Newline */
content: "Learn business,.\A buildBuild skills.";
/* Typography - Matching MediaWiki H2 Header style */
font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif;
font-size: 12px; /* Adjusted to fit 2 lines within the header height */
font-weight: normal; /* Not Bold */
line-height: 1.12; /* Tighter line height for the stacked text */
/* Visuals - Look like text, not a link */
color: #00000000008F; /* SolidUPDATED Blackto Dark Blue */
text-decoration: none !important; /* No underline */
cursor: default; /* Shows standard arrow cursor, not the 'link hand' */
/* Positioning */
display: block;
white-space: pre; /* Essential: This forces the \A to render as a line break */
margin-left: 7px; /* Closer to logo (Half of previous 15px) */
text-align: left;
}
 
/* Hide on Mobile/Tablet to prevent layout collisions */
@media screen and (max-width: 900px) {
.mw-logo::after {