User:Insomnia/common.css

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.
/* Thanks NaraInsider1694 for this CSS, because I am a dark mode and monospace font fan */
.mw-body h1 {
    font-family: monospace;
    font-weight: bold;
}

.mw-body h2 {
    font-family: monospace;
    font-weight: bold;
}

.mw-body h3 {
    font-family: monospace;
    font-weight: bold;
}

.mw-body h4 {
    font-family: monospace;
    font-weight: bold;
}

.mw-body h5 {
    font-family: monospace;
    font-weight: bold;
}

.mw-body h6 {
    font-family: monospace;
    font-weight: bold;
}

#p-personal {
    font-family: monospace;
    font-size: 125%;
}

#content {
    font-family: monospace;
    font-size: large;
}

body #mw-navigation #mw-panel .vector-menu-portal {
    font-family: monospace;
    font-size: large;
}

body #mw-navigation #searchform #simpleSearch #searchInput {
    font-family: monospace;
    font-size: 105%;
}

.vector-menu-tabs, .vector-menu-tabs a {
    font-family: monospace;
    font-size: 124%;
}

#mw-head .vector-menu-dropdown {
    font-family: monospace;
    font-size: 124%;
}

.mw-footer {
    font-family: monospace;
    font-size: 124%;
}

.mw-mmv-dialog {
    font-family: monospace;
    font-size: 124%;
}

.mw-mmv-above-fold {
    font-family: monospace;
    font-size: 124%;
}

.mw-mmv-image-metadata {
    font-family: monospace;
    font-size: 124%;
}

.vector-body .toc h2 {
    font-family: monospace;
    font-size: 124%;
}

.mw-editsection {
    font-family: monospace;
    font-size: 70%;
}

code, pre {
    font-weight: bold;
}

.keypress kbd {
    font-weight: bold;
}

.build-list-item.bl-unconfirmed, .build-list-item.bl-confirmed, .build-list-item.bl-leaked, .build-list-item.bl-fake {
    font-weight: 900;
}

.mw-rcfilters-ui-menuSelectWidget {
    font-family: monospace;
    font-size: 124%;
}

.mw-wiki-logo {
    background-image: url(https://betawiki.net/images/d/d2/Customlogo.png)
}