User:Tscho Tscho/global.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
#mw-content-text {
    font-family: Libertinus Serif, FreeSerif, serif;
    font-size: 120%;
}

h1, h2, h3, h4, table, .oo-ui-widget {
    font-family: Libertinus Sans, FreeSans, sans-serif;
    font-size: 80%;
}

code, pre, .source, .*-source, .mw-highlight, .mw-highlight * {
    font-family: Libertinus Mono, FreeMono, monospace;
    font-size: 10%;
}

.mwe-math-element * {
    font-family: Libertinus Serif, Libertinus Math, FreeSerif, serif;
}

/*
.mwe-math-mathml-inline {
    display: inline;
}

img.mwe-math-fallback-image-inline {
    display: none;
}*/

/*p, dd {
    text-align: justify;
}*/

/*.mw-parser-output > p {
    max-width: 75ex;
}

.mw-parser-output > p + ul, .mw-parser-output > ul + p {
    max-width: 70ex;
}*/
 
/* vim: ft=css ts=4 sw=4 expandtab
*/