MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 839:
.mw-logo::after {
/* \A is the CSS escape character for a Newline */
content: "Learn business,\A build skills.";
/* Typography */
font-family: sans-serif;
font-size: 0.85em; /* Adjusted size as requested */
font-weight: normal;
line-height: 1.2; /* Adjusted line-height as requested */
/* Visuals */
color: #202122 !important; /* Force color to stay dark grey even if link is visited */
text-decoration: none !important; /* Ensures no underline appears on the text itself */
cursor: pointer; /* Shows the "hand" cursor */
/* Positioning */
Line 856:
white-space: pre;
margin-left: 7px;
text-align: left;
/* MOVES TEXT DOWN 5px */
position: relative;
top: 5px;
}