MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 487: Line 487:


/* pat: adding right-align automation for tables */
/* pat: adding right-align automation for tables */
.col1r col:nth-child(1) { text-align: right; }
.col1r tr td:nth-child(1) { text-align: right; }
.col2r col:nth-child(2) { text-align: right; }
.col2r tr td:nth-child(2) { text-align: right; }
.col3r col:nth-child(3) { text-align: right; }
.col3r tr td:nth-child(3) { text-align: right; }
.col4r col:nth-child(4) { text-align: right; }
.col4r tr td:nth-child(4) { text-align: right; }
.col5r col:nth-child(5) { text-align: right; }
.col5r tr td:nth-child(5) { text-align: right; }
.col6r col:nth-child(6) { text-align: right; }
.col6r tr td:nth-child(6) { text-align: right; }
.col7r col:nth-child(7) { text-align: right; }
.col7r tr td:nth-child(7) { text-align: right; }
.col8r col:nth-child(8) { text-align: right; }
.col8r tr td:nth-child(8) { text-align: right; }


/* Icons for medialist templates [[Template:Listen]],
/* Icons for medialist templates [[Template:Listen]],