Sjabloon:TableStyles.css

Uit Wikibooks
/* Stijlbestand met speciale functies tbv. tables */

/* 1: class "compact": om een table weer te geven met regelafstanden en witruimtes ongeveer als bij normale tekst */
table.compact td {border: none; border-collapse: collapse; background-color: inherit; line-height: 1.37em; padding: 0 3px 0 0;}

/* 2: tbv. het centreren of rechts uitlijnen van tekst en getallen in een table.
  Hoort bij Sjabloon:Wikitable, zie aldaar voor toelichting. */
/* Eerste kolom: */
table.Col1C tr td:nth-child(1) {text-align: center!important;}
table.Col1R tr td:nth-child(1) {text-align: right!important;}
/* Tweede kolom: */
table.Col2C tr td:nth-child(2) {text-align: center!important;}
table.Col2R tr td:nth-child(2) {text-align: right!important;}
/* Derde kolom: */
table.Col3C tr td:nth-child(3) {text-align: center!important;}
table.Col3R tr td:nth-child(3) {text-align: right!important;}
/* Vierde kolom: */
table.Col4C tr td:nth-child(4) {text-align: center!important;}
table.Col4R tr td:nth-child(4) {text-align: right!important;}

/* [[Categorie:Wikibooks:TemplateStyles-pagina's]] */
Informatie afkomstig van https://nl.wikibooks.org Wikibooks NL.
Wikibooks NL is onderdeel van de wikimediafoundation.