User:Spartacus/vector.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
No edit summary
Line 4: Line 4:


tt, code, pre {
tt, code, pre {
     background: #555;
     background: #555;
     color: #fff;
     color: #fff;
Line 12: Line 13:


.no-info-container {
.no-info-container {
     background-color: #555;
     background-color: #555;
     color: #fff;
     color: #fff;
Line 19: Line 21:


.client-js #preferences td {
.client-js #preferences td {
     background: #333;
     background: #333;
     color: #fff;
     color: #fff;
Line 24: Line 27:


.client-js #preferences fieldset {
.client-js #preferences fieldset {
     color: #fff;
     color: #fff;
     background: #333;
     background: #333;
Line 29: Line 33:


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


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


Line 38: Line 44:


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


Line 43: Line 50:


#containerTem {
#containerTem {
     border-radius:0.5em;
     border-radius:0.5em;
     border: 1px solid #DCDCDC;
     border: 1px solid #DCDCDC;

Revision as of 21:35, 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;

}

#containerTem {

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