MediaWiki:Monobook.css: verschil tussen versies
(2 tussenliggende versies door dezelfde gebruiker niet weergegeven) | |||
Regel 12: | Regel 12: | ||
} | } | ||
− | table | + | #bodyContent table th, #bodyContent table td { |
− | |||
border: 1px #aaaaaa solid; | border: 1px #aaaaaa solid; | ||
− | padding: 0. | + | padding: 0.4em; |
} | } | ||
− | table | + | #bodyContent table th { |
− | |||
background: #f2f2f2; | background: #f2f2f2; | ||
text-align: center; | text-align: center; | ||
} | } | ||
− | table | + | #bodyContent table caption { |
− | |||
margin-left: inherit; | margin-left: inherit; | ||
margin-right: inherit; | margin-right: inherit; | ||
} | } |
Huidige versie van 15 mei 2010 om 22:22
/* 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; } #bodyContent table th, #bodyContent table td { border: 1px #aaaaaa solid; padding: 0.4em; } #bodyContent table th { background: #f2f2f2; text-align: center; } #bodyContent table caption { margin-left: inherit; margin-right: inherit; }