User:Spartacus/vector.css

From Halopedia, the Halo wiki

< User:Spartacus
Revision as of 11:33, February 13, 2019 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 */

img {
    background: transparent !important;
}

/* Reference tooltips */
.referencetooltip li {
	background: #333;
        border-color: #555;
        color: #FFF;
}
.referencetooltip li+li {
        border-top-color: #555;
}
.referencetooltip.RTflipped li+li {
        border-bottom-color: #555;
}
.RTTarget {
        border-color: #555;
}

/* Tables */
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
    border: 1px solid #fff;
    background: #333;
}

table.wikitable {
    color: #fff;
}

/* Search function */
.mw-search-profile-tabs {
    background-color: #333;
    border: 1px solid #fff;
}

#mw-search-top-table div.results-info {
    color: #fff;
}

.editOptions {
    color: #fff;
}

#pagehistory li.selected {
    color: #fff;
}

/* New Forums */
.mw-wikiforum-frame {
    color: #fff;
}

td.mw-wikiforum-thread-sub {
    border: 1px solid #444;
    background: #444;
}

th.mw-wikiforum-thread-top {
    border: 1px solid #fff;
    background: #444;
}

td.mw-wikiforum-thread-main, td.mw-wikiforum-thread-sub {
    background: #444;
}

table.mw-wikiforum-frame {
    background: #063;
    border: 1px solid #fff;
}

#mw-wikiforum-searchbox-border {
    border: 1px solid #fff;
    background: #555;
}

blockquote {
    border: 1px dotted #fff;
    background: #444;
}

th.mw-wikiforum-title {
    background: #06F;
}

p.mw-wikiforum-valuetitle {
    background: #06F;
}

th.mw-wikiforum-value {
    background: #06F;
}

th.mw-wikiforum-lastpost {
    background: #06F;
}

td.mw-wikiforum-title {
    background: #444;
}

td.mw-wikiforum-value {
    background: #444;
}