Style:Wikitable

From PathfinderWiki
body & { /*this makes this more specific than the skin style*/ border: 1px solid #a9a9a9; background-color: @article-color; > * > tr > th, > tr > th { background-color: @menu-heading-background-color; } > * > tr > td, > tr > td { &.check-mark { font-size: 200%; text-align: center; line-height: 50%; } } > * > tr:nth-child(2n), > tr:nth-child(2n) { background-color: @article-color-contrast; } }