User:HyperNervie/common.css: Difference between revisions

From Rhythm Heaven Wiki
Jump to navigation Jump to search
(Change background color of TOC bar on the top of File pages to black)
(Adjust colors of data tables on some special pages)
Line 2: Line 2:
     background-color: #2F2389;
     background-color: #2F2389;
}
}
#pagehistory li.selected,
 
 
#filetoc {
    background-color: #000;
}
/* File metatable on file pages */
.mw_metadata th,
.mw_metadata th,
.mw_metadata td {
.mw_metadata td {
     background-color: #282828;
     background-color: #282828;
}
}
#filetoc {
 
    background-color: #000;
}


#pagehistory li.selected {
#pagehistory li.selected {
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;
}
 
 
/* 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;
}
}

Revision as of 07:15, 28 November 2025

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;
}