User:Kxx/vector.css
Appearance
< User:Kxx
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:Kxx/vector.js. |
@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');
body, input, select, .suggestions, #searchform, div#content .mw-editsection {
font-family: InterVariable, sans-serif;
}
body {
font-size: 1.25em;
}
code, pre, textarea, tt {
font-family: 'Roboto Mono', monospace;
}
span.texhtml {
font-family: 'Noto Sans Math', sans-serif;
font-size: 100%;
}
div.mw-geshi div, div.mw-geshi div pre, span.mw-geshi, pre[class^='source-'], pre[class*=' source-'], pre.mw-code {
font-family: 'Roboto Mono', monospace !important;
}
.navpopup {
font-size: 0.55em;
max-width: 40em;
opacity: 0.9;
}
.navpopup .popup_menu {
opacity: 0.9;
}
.popupPreview {
font-size: 1.1em;
}
.IPA {
font-family: 'DejaVu Sans', Arial, sans-serif;
}
sup::before, sub::before {
content: '\feff';
}
.mw-editsection {
font-size: 0.9rem;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
font-family: InterVariable, sans-serif !important;
font-weight: bold;
}
#bodyContent {
font-size: 0.8em;
}
.smcp {
font-variant: normal !important;
font-feature-settings: 'kern', 'liga', 'smcp';
}
.localcomments {
font-size: 0.95em;
white-space: nowrap;
}
#p-logo > a {
background-image: url(//upload.wikimedia.org/wikipedia/commons/b/b3/Wikipedia-logo-v2-en.svg) !important;
}
#MathJax_Message {
position: fixed !important;
left: auto !important;
right: 1px;
}