Site-Specific Notes

pf2.d20pfsrd.com

5esrd.com

  • All tables are automatically formatted with alternating shaded lines.
  • Divs in the /gamemastering/monsters-foes/monsters-alphabetical heirarchy have borders, and the first div within each is used as a colored header. See existing monster pages as a guide for setting up new ones.

d20herosrd.com

  • A very complex set of CSS classes ensures NPC stat tables are formatted correctly. This is done by applying css classes to all tables within the URL prefix “/9-gamemastering/npcs”. To correctly recreate for new pages, ensure you copy the table from an existing NPC page and give the new page the correct parent. This is an interim solution until NPC stat tables receive their own custom layout.
  • Tables within the url prefix “/6-powers” are auto-formatted with alternating row shading and a top border
  • div.subsection-title can be used to create a quasi-heading with white text on a blue background

traveller-srd.com

  • table.contents – used to apply borders and shading to the large table of contents on the home page.
    usage: <table class="contents">...