MediaWiki:Common.css: Difference between revisions

Content added Content deleted
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 482: Line 482:
*/
*/
.sticky-header {
.sticky-header {
background-color: white;
background-color: #171D22;
}
}
.sticky-header thead,
.sticky-header thead,
Line 721: Line 721:
body.skin-timeless .static-row-numbers.mw-datatable:not(.sortable):not(.mw-sticky-header):not(.wikitable) tbody tr:not(:first-child):not(.static-row-header)::before {
body.skin-timeless .static-row-numbers.mw-datatable:not(.sortable):not(.mw-sticky-header):not(.wikitable) tbody tr:not(:first-child):not(.static-row-header)::before {
border: 1px solid #4DB6B0;
border: 1px solid #4DB6B0;
}
/* Minerva mobile */
@media all and (max-width: 720px) {
/* Wikitable. */
body.skin-minerva .static-row-numbers.wikitable tr::before {
border-left: 1px solid rgba(84,89,93,0.3);
}
body.skin-minerva .static-row-numbers.wikitable thead tr:first-child::before,
body.skin-minerva .static-row-numbers.wikitable:not(.sortable):not(.mw-sticky-header) tbody tr:first-child::before {
border-top: 1px solid rgba(84,89,93,0.3);
}
body.skin-minerva .static-row-numbers.wikitable tbody tr:last-child::before,
body.skin-minerva .static-row-numbers.wikitable tfoot tr:last-child::before {
border-bottom: 1px solid rgba(84,89,93,0.3);
}
/* Plain with border. */
body.skin-minerva table[border].static-row-numbers:not(.wikitable) tr::before {
border-left: 1px solid gray;
}
body.skin-minerva table[border].static-row-numbers:not(.wikitable) thead tr:first-child::before,
body.skin-minerva table[border].static-row-numbers:not(.wikitable):not(.sortable):not(.mw-sticky-header) tbody tr:first-child::before {
border-top: 1px solid gray;
}
body.skin-minerva table[border].static-row-numbers:not(.wikitable) tbody tr:last-child::before,
body.skin-minerva table[border].static-row-numbers:not(.wikitable) tfoot tr:last-child::before {
border-bottom: 1px solid gray;
}
}
}