User:Spartacus/vector.css: Difference between revisions

From Halopedia, the Halo wiki

(Blanked the page)
No edit summary
Line 1: Line 1:
/* Night theme fixes */


/* Other */
tt, code, pre {
    background: #555;
    color: #fff;
    border: none;
}
/* Profile */
.no-info-container {
    background-color: #555;
    color: #fff;
}
/* Preferences */
.client-js #preferences td {
    background: #333;
    color: #fff;
}
.client-js #preferences fieldset {
    color: #fff;
    background: #333;
}
.client-js #preferences {
    background-color: #333;
}
.client-js #preferences legend {
    color: #fff;
}
.client-js #preftoc li.selected a {
    background: #222;
}
div#containerTem {
    border-radius:0.5em;
    border: 1px solid #DCDCDC;
    background: #222;
    color:#fff
}

Revision as of 21:28, December 16, 2018

/* Night theme fixes */

/* Other */

tt, code, pre {
    background: #555;
    color: #fff;
    border: none;
}

/* Profile */

.no-info-container {
    background-color: #555;
    color: #fff;
}

/* Preferences */

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

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

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

.client-js #preferences legend {
    color: #fff;

}

.client-js #preftoc li.selected a {
    background: #222;

}

div#containerTem {
    border-radius:0.5em;
    border: 1px solid #DCDCDC;
    background: #222;
    color:#fff
}