View source for Template:Static row numbers/styles.css
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
/* {{pp-template}} */
table.static-row-numbers {
counter-reset: rowNumber;
}
body.skin-minerva .static-row-numbers2.sortable {
counter-reset: rowNumber -1;
}
body.skin-minerva .static-row-numbers2.sortable.static-row-header-two {
counter-reset: rowNumber -2;
}
table.static-row-numbers tr::before {
display: table-cell;
padding: 0 0.5em;
text-align: right;
}
table.static-row-numbers tr::before {
content: "";
}
body:not(.skin-minerva) .static-row-numbers.sortable tbody tr:not(.static-row-header):not(.static-row-numbers-norank)::before,
body.skin-minerva .static-row-numbers tbody tr:not(:first-child):not(.static-row-header):not(.static-row-numbers-norank)::before,
000
1:0
Templates used on this page:
Return to Template:Static row numbers/styles.css.