User:HyperNervie/common.css: Difference between revisions

m
Use TAB for indentation
(Adjust colors of data tables on some special pages)
m (Use TAB for indentation)
Line 1: Line 1:
table.mw-interwikitable.body td.mw-interwikitable-local-yes {
table.mw-interwikitable.body td.mw-interwikitable-local-yes {
    background-color: #2F2389;
background-color: #2F2389;
}
}




#filetoc {
#filetoc {
    background-color: #000;
background-color: #000;
}
}
/* File metatable on file pages */
/* File metatable on file pages */
.mw_metadata th,
.mw_metadata th,
.mw_metadata td {
.mw_metadata td {
    background-color: #282828;
background-color: #282828;
}
}


Line 16: Line 16:
#pagehistory li.selected {
#pagehistory li.selected {
background-color: #282828;
background-color: #282828;
    color: #E6E6E6;
color: #E6E6E6;
}
}
.mw-plusminus-pos {
.mw-plusminus-pos {
    color: #00D100;
color: #00D100;
}
}
.mw-plusminus-neg {
.mw-plusminus-neg {
    color: #F40000;
color: #F40000;
}
}


418

edits