Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
/* GramKracker */ | /* GramKracker */ | ||
table.gktype { text-align:center; border-collapse:collapse; } | 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 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; } | table.gktype td { border: 1px solid black; padding: 0.1ex 1ex 0.1ex 1ex; } |
Revision as of 12:26, 9 April 2011
/* CSS placed here will be applied to all skins */ td.even01 { background-color:white; padding:0.6em; } td.odd01 { background-color:#eeeeee; 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; }