diff --git a/Deathwatch/Deathwatch.css b/Deathwatch/Deathwatch.css index aaf394551d..9f7275b513 100644 --- a/Deathwatch/Deathwatch.css +++ b/Deathwatch/Deathwatch.css @@ -728,7 +728,7 @@ } /* Header formatting */ .sheet-rolltemplate-custom .sheet-header { - background-image: url(https://raw.githubusercontent.com/roguetradermago/Rogue-Trader-improved-assets/refs/heads/main/dwi-template-top1.png); + background-image: url(https://raw.githubusercontent.com/roguetradermago/Deathwatch-improved/refs/heads/main/dwi-template-top.png); background-position: top; background-size: contain; background-repeat: no-repeat; @@ -738,13 +738,13 @@ } /* footer formatting */ .sheet-rolltemplate-custom .sheet-footer { - background-image: url(https://raw.githubusercontent.com/roguetradermago/Rogue-Trader-improved-assets/refs/heads/main/dwi-template-bottm1.png); + background-image: url(https://raw.githubusercontent.com/roguetradermago/Deathwatch-improved/refs/heads/main/dwi-template-bottom2.png); background-position: bottom; background-size: contain; background-repeat: no-repeat; width: 275px; height: 40px; - margin-top: -1px; + margin-top: -2px; } /* Name field */ .sheet-rolltemplate-custom .sheet-name { @@ -800,6 +800,18 @@ font-size: 15px; } +/* Description field 2, used for abilities*/ +.sheet-rolltemplate-custom .sheet-desc2 { + grid-column: span 2; + padding: 3px 5px; + text-align: center; + font-weight: normal; + line-height: 18px; + color: #00ff1c; + font-size: 15px; + white-space: break-spaces; +} + /* Result field */ .sheet-rolltemplate-custom .sheet-result { grid-column: span 2; diff --git a/Deathwatch/Deathwatch.html b/Deathwatch/Deathwatch.html index 3f0d7363aa..0daebb2656 100644 --- a/Deathwatch/Deathwatch.html +++ b/Deathwatch/Deathwatch.html @@ -1678,22 +1678,17 @@