diff --git a/Basic_Roleplaying/Basic_Roleplaying.css b/Basic_Roleplaying/Basic_Roleplaying.css index f7b7682f662..4612e2ea665 100644 --- a/Basic_Roleplaying/Basic_Roleplaying.css +++ b/Basic_Roleplaying/Basic_Roleplaying.css @@ -398,7 +398,43 @@ button[type="roll"].sheet-plain-major-wound::before border: 1px solid; background-color: #ffffff; } - + +.sheet-rolltemplate-characteristicRoll th { + text-align: centre; + color: #ffffff; + background-color: #000000; +} +.sheet-rolltemplate-characteristicRoll table { + width: 230px; + padding: 2px; + border: 1px solid; + background-color: #ffffff; +} + +.sheet-rolltemplate-ResistanceRoll th { + text-align: centre; + color: #ffffff; + background-color: #000000; +} +.sheet-rolltemplate-ResistanceRoll table { + width: 230px; + padding: 2px; + border: 1px solid; + background-color: #ffffff; +} + +.sheet-rolltemplate-sanityRoll th { + text-align: centre; + color: #ffffff; + background-color: #000000; +} +.sheet-rolltemplate-sanityRoll table { + width: 230px; + padding: 2px; + border: 1px solid; + background-color: #ffffff; +} + .sheet-rolltemplate-melee-roll th { text-align: centre; color: #ffffff;