User:BellCube/common.css

From the CreationKit Wiki
< User:BellCube
Revision as of 18:42, 15 December 2021 by BellCube (talk | contribs) (Add another text item I missed)
Jump to navigation Jump to search

Note: After saving, 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.
.vector-menu-tabs li,
.vector-menu-tabs .selected {
    background: #1e1e1e;
    background-image: linear-gradient(to top, #77c1f6 0, #1e1e1e 1px, #333333 100%);
}

body,
#mw-head,
.vector-menu-dropdown .vector-menu-content {
    color: #1e1e1e;
    background-color: #333333;
}

p,
span,
.vector-menu-tabs .selected a,
.vector-menu-dropdown li a,
.vector-menu-tabs li a,
.toctogglelabel,
.vector-menu-tabs .selected a,
.vector-menu-tabs .selected a:visited,
textarea,
pre,
code,
.mw-code,
.editOptions,
.mw-footer li {
    color: #d4d4d4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #f2f2f2;
}

.vector-menu-portal {
    color: rgb(201, 209, 217);
}

a,
.vector-menu-portal .vector-menu-content li a {
    color: #8ab4f8;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.945);
}

.vector-menu-portal .vector-menu-content li a:visited,
a:visited {
    color: #C58AF9;
}

textarea,
pre,
code,
.mw-code,
.editOptions {
    background-color: #1e1e1e;
    border-color: #444444;
}

.mw-content-ltr.mw-highlight-lines pre, .mw-content-ltr.content .mw-highlight-lines pre {
    box-shadow: inset 2.75em 0 0 #333333;
}

#searchInput {
    background-color: rgb(255 255 255);
}

[class*="body"] {
    color: #bdc1c6;
    background-color: #1e1e1e;
}