User:Spartacus/vector.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
No edit summary
Line 39: Line 39:
.editOptions {
.editOptions {
     color: #fff;
     color: #fff;
}
#file img {
background: transparent;
}
}

Revision as of 13:08, February 4, 2019

/* Night theme fixes */

/* 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;
}

#file img {
	background: transparent;
}