User:Spartacus/vector.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
No edit summary
Line 1: Line 1:
/* Night theme fixes */
/* Night theme fixes */


img {
a, .mw-body a.extiw, .mw-body a.extiw:active, div#mw-panel div.portal div.body ul li a, div.vectorTabs li.selected a, div.vectorTabs li a, div.vectorMenu li a, div.vectorMenu h3 span, .mw-body a.external {
    background: transparent !important;
     color: #6bf !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;
}
}

Revision as of 20:10, March 4, 2019

/* Night theme fixes */

a, .mw-body a.extiw, .mw-body a.extiw:active, div#mw-panel div.portal div.body ul li a, div.vectorTabs li.selected a, div.vectorTabs li a, div.vectorMenu li a, div.vectorMenu h3 span, .mw-body a.external {
    color: #6bf !important;
}