mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-07 23:52:29 +00:00
AD&D1e revised
- Added missing css for the bigtext keys if used in the attacks roll template.
This commit is contained in:
@@ -4310,6 +4310,7 @@ details[open].thac0-box {
|
||||
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
|
||||
}
|
||||
|
||||
.sheet-rolltemplate-attacks .sheet-big-text,
|
||||
.sheet-rolltemplate-general .sheet-big-text {
|
||||
font-family: var(--font-headers);
|
||||
font-size: var(--text-xxl);
|
||||
|
||||
@@ -63,9 +63,10 @@
|
||||
<span class="left">
|
||||
<span>v<span name="attr_sheet_version">
|
||||
</span>
|
||||
<span class="right"> • 1/7/25'</span>
|
||||
<span class="right"> • 1/10/25'</span>
|
||||
</h5>
|
||||
<ul>
|
||||
<li>Added missing css for the bigtext if used in the attacks roll template.</li>
|
||||
<li>Added the same {{bigtext1}} thru {{bigtext4}} keys to the &{template:attacks} roll template.</li>
|
||||
<li>Added 4 new keys to the &{template:general} roll template. ie {{bigtext1}} thru {{bigtext4}}. Should be helpful for anyone wanting to inject some big text and/or rolls into their customized macros.</li>
|
||||
<li>Added local auto-fill checkbox for THAC0</li>
|
||||
@@ -4824,6 +4825,11 @@
|
||||
<span class="sheet-big-text sheet-span-two">{{bigtext3}}</span>
|
||||
{{/bigtext3}}
|
||||
</span>
|
||||
<span class="sheet-row">
|
||||
{{#bigtext4}}
|
||||
<span class="sheet-big-text sheet-span-two">{{bigtext4}}</span>
|
||||
{{/bigtext4}}
|
||||
</span>
|
||||
|
||||
{{#attack1}}
|
||||
<span class="sheet-row">
|
||||
|
||||
Reference in New Issue
Block a user