MediaWiki:Vector.css

From MukeWiki

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.
/*
  2024-04-23, MediaWiki 1.41
  All CSS here will be loaded for users of the Vector skin

  https://design.wikimedia.org/style-guide/visual-style_colors.html
*/

/* preformatted text element */
pre {
    font-size: 95%;
    border: 2px solid #eaecf0; /* default: 1px solid #eaecf0; (#eaecf0 = base80) */
    border-radius: 5px;
    padding: 0.75em;
}

/* consistent size for sub/sup */
.mw-body sub,
.mw-body sup {
    font-size: 80%;
}

/* hide the Main_Page title */
/* body.page-Main_Page h1.firstHeading { display: none; } */


/*
code {
    background-color: #EAEAFF;
    padding: 0.12em;
    margin: 0.12em;
}

pre, div.mw-geshi {
    background-color: #F5F5FF;
    border: 1px solid #CCCCFF;
    padding: 0.72em;
}

div.mw-geshi {
    padding: 1.50em;
    margin: 0.75em 0;
}
*/