MediaWiki:Monobook.css: verschil tussen versies
k |
|||
Regel 5: | Regel 5: | ||
/* copied from wikipedia -- Vincent, May 10 2006 */ | /* copied from wikipedia -- Vincent, May 10 2006 */ | ||
− | table | + | #bodyContent table { |
− | |||
margin: 1em 1em 1em 0; | margin: 1em 1em 1em 0; | ||
background: #f9f9f9; | background: #f9f9f9; |
Versie van 15 mei 2010 om 22:09
/* edit this file to customize the monobook skin for the entire site */ /* wikitable/prettytable class for skinning normal tables */ /* copied from wikipedia -- Vincent, May 10 2006 */ #bodyContent table { margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaaaaa solid; border-collapse: collapse; } table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td { border: 1px #aaaaaa solid; padding: 0.2em; } table.wikitable th, table.prettytable th { background: #f2f2f2; text-align: center; } table.wikitable caption, table.prettytable caption { margin-left: inherit; margin-right: inherit; }