MediaWiki:Vector-2022.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
} | } | ||
} | } | ||
.mw-logo | a.mw-logo { | ||
color: | color: #000; | ||
text-decoration: none; | text-decoration: none; | ||
font-size: 1.5em; | |||
} | } | ||
/* Visited links */ | /* Visited links */ | ||
.mw-logo | a.mw-logo:visited { | ||
color: | color: #000; | ||
} | |||
.vector-main-menu-action-opt-out { | |||
display: none; | |||
} | } | ||
Latest revision as of 07:27, 20 November 2025
@media screen {
.skin-vector, .mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1, .mw-body-content h2, .mw-body-content .mw-heading2 {
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
}
a.mw-logo {
color: #000;
text-decoration: none;
font-size: 1.5em;
}
/* Visited links */
a.mw-logo:visited {
color: #000;
}
.vector-main-menu-action-opt-out {
display: none;
}