Difference between revisions of "MediaWiki:Common.css"
From ValhallaLost
Jump to navigationJump to search| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | . | + | .vikitable { width:100%; background-color:lightgrey; } |
| + | .vikitable, th { vertical-align:bottom; text-align:center; padding:3px; background-color:darkgrey; } | ||
.vikitable, td { vertical-align:top; text-align:left; padding:1px 3px 1px 5px; border:0px 1px solid black; } | .vikitable, td { vertical-align:top; text-align:left; padding:1px 3px 1px 5px; border:0px 1px solid black; } | ||
Revision as of 04:31, 23 January 2017
/* CSS placed here will be applied to all skins */
.vikitable { width:100%; background-color:lightgrey; }
.vikitable, th { vertical-align:bottom; text-align:center; padding:3px; background-color:darkgrey; }
.vikitable, td { vertical-align:top; text-align:left; padding:1px 3px 1px 5px; border:0px 1px solid black; }