MediaWiki:Monobook.css: verschil tussen versies
(5 tussenliggende versies door dezelfde gebruiker niet weergegeven) | |||
Regel 1: | Regel 1: | ||
/* edit this file to customize the monobook skin for the entire site */ | /* 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; | ||
+ | } |
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; }