User:HyperNervie/common.css: Difference between revisions
Jump to navigation
Jump to search
HyperNervie (talk | contribs) (Created page with "#firstHeading, #mw-head, #content, h1, #bodyContent h1, h2, #bodyContent h2, h3, #bodyContent h3, h4, #bodyContent h4, h5, #bodyContent h5, h6, #bodyContent h6, body, .mw-body, .wikitable > tr > th, .wikitable > * > tr > th { font-family: initial; } table.mw-interwikitable.body td.mw-interwikitable-local-yes { background: #2F2389; }") |
HyperNervie (talk | contribs) ("tab-size:4" on <pre>) |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
.mw-body-content pre { | |||
tab-size: 4; | |||
body | |||
} | } | ||
table.mw-interwikitable.body td.mw-interwikitable-local-yes { | table.mw-interwikitable.body td.mw-interwikitable-local-yes { | ||
background-color: #2F2389; | |||
} | |||
#filetoc { | |||
background-color: #000; | |||
} | |||
/* File metatable on file pages */ | |||
.mw_metadata th, | |||
.mw_metadata td { | |||
background-color: #282828; | |||
} | |||
#pagehistory li.selected { | |||
background-color: #282828; | |||
color: #E6E6E6; | |||
} | |||
.mw-plusminus-pos { | |||
color: #00D100; | |||
} | |||
.mw-plusminus-neg { | |||
color: #F40000; | |||
} | |||
/* Tables on some special pages */ | |||
.mw-datatable { | |||
border-color: #4A31FF; | |||
color: #FFF; | |||
} | |||
.mw-datatable > tr > th, | |||
.mw-datatable > * > tr > th { | |||
background-color: #4A31FF; | |||
border-color: #4A31FF; | |||
font-family: "Kurokane", "Arial"; | |||
font-weight: normal; | |||
} | |||
.mw-datatable td { | |||
background-color: #00131D; | |||
} | |||
.mw-datatable tr:hover td { | |||
background-color: #00283D; | |||
} | } | ||
Latest revision as of 07:21, 28 November 2025
.mw-body-content pre {
tab-size: 4;
}
table.mw-interwikitable.body td.mw-interwikitable-local-yes {
background-color: #2F2389;
}
#filetoc {
background-color: #000;
}
/* File metatable on file pages */
.mw_metadata th,
.mw_metadata td {
background-color: #282828;
}
#pagehistory li.selected {
background-color: #282828;
color: #E6E6E6;
}
.mw-plusminus-pos {
color: #00D100;
}
.mw-plusminus-neg {
color: #F40000;
}
/* Tables on some special pages */
.mw-datatable {
border-color: #4A31FF;
color: #FFF;
}
.mw-datatable > tr > th,
.mw-datatable > * > tr > th {
background-color: #4A31FF;
border-color: #4A31FF;
font-family: "Kurokane", "Arial";
font-weight: normal;
}
.mw-datatable td {
background-color: #00131D;
}
.mw-datatable tr:hover td {
background-color: #00283D;
}