User:Spartacus/vector.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
No edit summary
Line 60: Line 60:


#title-linktabs img {
#title-linktabs img {
padding: 0 1px;
         background: #333;
         background: #333;
}
}

Revision as of 13:30, 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;
}

img {
    background: #333;
}

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

/* Era icons */

#title-eraicons { 
        background: #333;
}

#title-linktabs { 
        background: #333;
}

#title-linktabs img {
	padding: 0 1px;
        background: #333;
}