Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
table.req_opt_roms { width:10em; text-align:left; } | table.req_opt_roms th { width:10em; text-align:left; } | ||
tr.odd > td { background-color:#eeeeee; padding:0.6em; } | tr.odd > td { background-color:#eeeeee; padding:0.6em; } | ||
tr.even > td { background-color:white; padding:0.6em; } | tr.even > td { background-color:white; padding:0.6em; } |
Revision as of 12:43, 9 April 2011
/* CSS placed here will be applied to all skins */ table.req_opt_roms th { width:10em; text-align:left; } tr.odd > td { background-color:#eeeeee; padding:0.6em; } tr.even > td { background-color:white; padding:0.6em; } table.codetable { font-family:monospace; } /* GramKracker */ table.gktype { text-align:center; border-collapse:collapse; margin-top:1ex; margin-bottom:1ex; } table.gktype th { border: 1px solid black; padding: 0.1ex 1ex 0.1ex 1ex; background-color:#dddddd; } table.gktype td { border: 1px solid black; padding: 0.1ex 1ex 0.1ex 1ex; }