Difference between revisions of "MediaWiki:Print.css"

From LNH Wiki
Jump to navigation Jump to search
(Created page with "→CSS placed here will affect the print output: table.herobox { background-color: #EEEEFF; border: medium inset #0000FF; border-collapse: collapse; line-height: 0.5; }...")
(No difference)

Revision as of 10:06, 2 December 2018

/* CSS placed here will affect the print output */


table.herobox {
  background-color: #EEEEFF; border: medium inset #0000FF; border-collapse: collapse; line-height: 0.5;
}

table.herobox td {
  padding-left: 5px; padding-right: 5px; border: 1px solid #0000FF;
}