MediaWiki:Common.css: Difference between revisions

Dark mode: Style JSON content model pages
(Sticky headers: Use a workaround to re-introduce top/bottom borders when scrolling)
(Dark mode: Style JSON content model pages)
Line 390: Line 390:
}
}
.wikitable>*>tr>th,
.wikitable>*>tr>th,
.wikitable>tr>th {
.wikitable>tr>th,
.mw-json tr {
background-color:#465160
background-color:#465160
}
}
Line 405: Line 406:
background-color:#465160
background-color:#465160
}
}
.mw-datatable td {
.mw-datatable td,
.mw-json th {
background-color:#323942
background-color:#323942
}
}
Line 560: Line 562:
/* Common text & table cell styles */
/* Common text & table cell styles */
.table-positive {
.table-positive,
.mw-json-value {
background-color: #285128;
background-color: #285128;
}
}
Line 569: Line 572:
background-color: #6f5815;
background-color: #6f5815;
}
}
.table-na {
.table-na,
.mw-json-empty {
background-color: #282f39;
background-color: #282f39;
color: #717f93;
color: #717f93;