MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 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; } /* TIFILES */ table.tifiles { text-align:center; border-collapse:collapse; margin-top:1ex; margin-bottom:1ex; } table.tifiles th { width:7em } table.tifiles td:first-child { padding:0.5em; border-style:none } table.tifiles td { padding:0.5em; border: 1px solid black } td.linehead { padding:0.5em; border: 0px solid white } table.tfiflags { text-align:center }