User:Lahwaacz/common.css

From ArchWiki

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.
/* editfont */
.mw-editfont-monospace, .mw-editfont-sans-serif, .mw-editfont-serif {
    font-size: 14px;
}

/* hide rollback links in Special:RecentChanges and contribution lists */
div.mw-changeslist span.mw-rollback-link,
ul.mw-contributions-list span.mw-rollback-link
{
    display: none;
}

/* hide the stupid legend in Special:RecentChanges */
div.mw-changeslist-legend {
    display: none;
}

/* don't even show auto-hide notifications */
/* TODO: wrong class or overridden by javascript */
div.mw-notification-autohide div.postedit-confirmation-saved {
    display: none;
}


/* wikEdDiff customization */
div.wikEdDiffDiv {
    border: 1px solid #2f6fab;
}
div.wikEdDiffSeparator {
    border-bottom: 1px solid lightgray;
    box-shadow: 0px 0px 0.5em 1px lightgray;
    margin: 0.5em 0em;
}
pre.wikEdDiffFragment,
div.wikEdDiffNoChange
{
    border-width: 0px;
    margin: 0px;
    box-shadow: 0px 0px 0px 0px gray;
    background: white;
}


/* Timeless skin modifications */
body.skin-timeless :is(.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt) {
    font-family: unset;
}
body.skin-timeless :is(.mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt) {
    font-weight: bold;
}