Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
a:visited { color:# | a:visited { color:#0080a0 } | ||
div.warn { padding: 0.5em; background-color:#eeaaaa; } | div.warn { padding: 0.5em; background-color:#eeaaaa; } |
Revision as of 19:24, 27 April 2011
/* CSS placed here will be applied to all skins */ a:visited { color:#0080a0 } div.warn { padding: 0.5em; background-color:#eeaaaa; } 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; border-collapse:collapse; margin-top:1ex; margin-bottom:1ex; } table.tfiflags th { width:7em; } table.tfiflags td:first-child { padding:0.5em; border-style:none } table.tfiflags td { padding:0.5em; border: 1px solid black } /* Disk format */ table.filesys { text-align:center; border-collapse:collapse; margin-top:1ex; margin-bottom:1ex; } table.filesys th { border-style:none; padding:0.2ex 1ex 0.2ex 0; font-weight:normal; } table.filesys td { border: 1px solid black; padding:0.2ex 2ex 0.2ex 2ex; } table.filesys td.descr { text-align:left; border-style:none; padding:0.2ex; width:50%; padding-left: 3em; }