MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 829:
/* ======================================================= */
/*
.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
/* Typography - Matching MediaWiki H2 Header style */
font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif;
font-size: 12px;
font-weight: normal;
line-height: 1.
/* Visuals - Look like text, not a link */
color: #
text-decoration: none !important;
cursor: default;
/* Positioning */
display: block;
white-space: pre;
margin-left: 7px;
text-align: left;
}
/* Hide on Mobile/Tablet
@media screen and (max-width: 900px) {
.mw-logo::after {
| |||