User:Spartacus/vector.css: Difference between revisions

From Halopedia, the Halo wiki

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


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


tt, code, pre {
img {
     background: #555;
     background: transparent !important;
    color: #fff;
    border: none;
}
}


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


/* Preferences */
#mw-search-top-table div.results-info {
 
.client-js #preferences td {
    background: #333;
     color: #fff;
     color: #fff;
}
}


.client-js #preferences fieldset {
.editOptions {
     color: #fff;
     color: #fff;
    background: #333;
}
}


.client-js #preferences {
#pagehistory li.selected {
    background-color: #333;
}
 
.client-js #preferences legend {
     color: #fff;
     color: #fff;
}
.client-js #preftoc li.selected a {
    background: #222;
}
div#containerTem {
    border-radius:0.5em;
    border: 1px solid #DCDCDC;
    background: #222;
    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;
}