User:Spartacus/vector.css

From Halopedia, the Halo wiki

< User:Spartacus
Revision as of 21:28, December 16, 2018 by Spartacus (talk | contribs)

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.
/* Night theme fixes */

/* Other */

tt, code, pre {
    background: #555;
    color: #fff;
    border: none;
}

/* Profile */

.no-info-container {
    background-color: #555;
    color: #fff;
}

/* Preferences */

.client-js #preferences td {
    background: #333;
    color: #fff;
}

.client-js #preferences fieldset {
    color: #fff;
    background: #333;
}

.client-js #preferences {
    background-color: #333;
}

.client-js #preferences legend {
    color: #fff;

}

.client-js #preftoc li.selected a {
    background: #222;

}

div#containerTem {
    border-radius:0.5em;
    border: 1px solid #DCDCDC;
    background: #222;
    color:#fff
}