Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Ununnilium (talk | contribs) |
Ununnilium (talk | contribs) |
||
Line 7: | Line 7: | ||
table.herobox td { | table.herobox td { | ||
− | padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px; border: 1px solid #0000FF; width: | + | padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px; border: 1px solid #0000FF; width: 50%; |
} | } | ||
table.herobox th { | table.herobox th { | ||
} | } |
Revision as of 08:28, 3 December 2018
/* CSS placed here will be applied to all skins */ table.herobox { background-color: #EEEEFF; border: medium inset #0000FF; border-collapse: collapse; margin-top: 10px; margin-bottom: 10px; margin-left: 2px; margin-right: 2px; /* line-height: 0.5; */ } table.herobox td { padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px; border: 1px solid #0000FF; width: 50%; } table.herobox th { }