User:Spartacus/vector.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Night theme fixes */
/* Night theme fixes */


/* Reference tooltips */
a:not(.oo-ui-buttonElement-button), .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 {
.referencetooltip li {
    color: #6bf !important;
background: #333;
        border-color: #555;
        color: #FFF;
}
}
.referencetooltip li+li {
 
        border-top-color: #555;
img {
}
    background: transparent !important;
.referencetooltip.RTflipped li+li {
        border-bottom-color: #555;
}
.RTTarget {
        border-color: #555;
}
}


/* Tables */
/* Search function */
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
.mw-search-profile-tabs {
    background-color: #333;
     border: 1px solid #fff;
     border: 1px solid #fff;
    background: #333;
}
}


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


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


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

Latest revision as of 13:32, April 15, 2019

/* Night theme fixes */

a:not(.oo-ui-buttonElement-button), .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;
}

img {
    background: transparent !important;
}

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