mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Merge pull request #15153 from VJRolmasters/ABBADON
[Abbadon] Changed numeric field to Text field, Html and CSS files and Background Image
This commit is contained in:
+2
-2
@@ -130,7 +130,7 @@
|
||||
max-width: 1345px;
|
||||
height: 987px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Abbadon/images/ABBADON_FONDO_1E.jpg");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Abbadon/images/ABBADON_FONDO_1G.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size:cover;
|
||||
background-position: bottom center;
|
||||
@@ -1358,7 +1358,7 @@ input[type=number] {
|
||||
font-size: 44px;
|
||||
font-style: normal;
|
||||
}
|
||||
/*=================== BLACK SWORD HACK DADOS ROLL ROLLTEMPLATE CSS ===================*/
|
||||
/*=================== ABBADON DADOS ROLL ROLLTEMPLATE CSS ===================*/
|
||||
|
||||
/* Smaller margins - remove these if you want the huge default left margin */
|
||||
.sheet-rolltemplate-bshdice {
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
<div class="sheet-espai-30"></div><!-- end .sheet-espai-30 -->
|
||||
<div class="sheet-width100">
|
||||
<input class="sheet-characterinfo1 sheet-editable" style="width: 165px!important ; margin: 0px 0px 0px 100px ;" type="text" name="attr_weapon" title="Shield Name" value="" />
|
||||
<input class="sheet-characterinfo1 sheet-editable" style="width: 80px!important ; margin: 0px 0px 0px 80px ;" type="number" name="attr_weapondamage" title="Damage" value="" />
|
||||
<input class="sheet-characterinfo1 sheet-editable" style="width: 140px!important ; margin: 0px 0px 0px 20px ;" type="text" name="attr_weapondamage" title="Damage" value="Damage" />
|
||||
<input class="sheet-characterinfo1 sheet-editable" style="width: 50px!important ; margin: 0px 0px 0px 50px ;" type="number" name="attr_weaponaccuracy" title="Accuracy" value="0" />
|
||||
<input class="sheet-characterinfo1 sheet-editable" style="width: 270px!important ; margin: 0px 0px 0px 55px ;" type="text" name="attr_weapontraits" title="Weapon Traits" value="" />
|
||||
</div><!-- end .sheet-width100 -->
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 416 KiB |
Reference in New Issue
Block a user