Jump to content

User:Kxx/vector-2022.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Kxx (talk | contribs) at 05:38, 17 June 2024. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Math&display=swap');
@import url('https://rsms.me/inter/inter.css');

html {
    font-size: 110%;
}

.vector-icon {
    background-size: 100% 100%;
}

body, input, select, .suggestions, #searchform, .vector-sticky-header-context-bar-primary {
    font-family: InterVariable, sans-serif;
}

code, pre, textarea, tt, .mw-highlight, .mw-editfont-monospace {
    font-family: 'Roboto Mono', monospace;
}

[class|='mw-editfont'] {
    font-size: var(--font-size-medium);
}

span.texhtml {
    font-family: 'Noto Sans Math', sans-serif;
    font-size: 100%;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, .vector-sticky-header-context-bar-primary {
    font-family: InterVariable, sans-serif;
    font-weight: bold;
}

.navpopup, .navpopup .popup_menu {
    opacity: 0.9;
}

sup::before, sub::before {
    content: '\feff';
}

.localcomments {
    white-space: nowrap;
}

#p-logo > a {
    background-image: url(//upload.wikimedia.org/wikipedia/commons/b/b3/Wikipedia-logo-v2-en.svg) !important;
}