MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 829:
/* ======================================================= */
/* 1. Prevent underline on the parent link when hovering */
.mw-logo:hover,
.mw-logo:active,
.mw-logo:focus {
text-decoration: none !important;
}
/* 2. Inject the tagline text */
.mw-logo::after {
/* \A is the CSS escape character for a Newline */
content: "Learn business
/* Typography
font-family: sans-serif;
font-size: 0.
font-weight: normal;
line-height: 1.2; /*
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 */
/* Positioning */
display: block;
white-space: pre;
margin-left: 7px;
text-align: left;
▲ /* Interaction */
▲ cursor: default; /* Standard arrow cursor */
}
/* Hide on Mobile/Tablet */
@media screen and (max-width: 900px) {
.
display: none !important;
}
| |||