From 0d3e9d36bf68ee2aa74c504dcfa3b1e73ed05ed2 Mon Sep 17 00:00:00 2001 From: KPhan1212 Date: Mon, 14 Dec 2020 11:58:24 -0800 Subject: [PATCH] Small Update for Basic Roleplaying Added roll template for Resistance, Characteristic and Sanity Checks. --- Basic_Roleplaying/Basic_Roleplaying.css | 38 ++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) 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;