User:Evad37/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.
/* Override max content width in Timeless skin */
@media screen and (min-width: 851px) {
    .ts-inner {
        max-width: 115em;
    }
}

/* Fix font size in wikitext editor - phab:T247325 */
#wpTextbox1 {
    font-size: 13px;
}

/* Change external link colours back to blues - phab:T271632 */
.skin-timeless .mw-parser-output a.extiw,
.skin-timeless .mw-parser-output a.extiw:active,
.skin-timeless .mw-parser-output a.external {
    color: #36b;
}

.skin-timeless .mw-parser-output a.extiw:hover,
.skin-timeless .mw-parser-output a.external:hover {
    color: #486aa5;
}