Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
VJRolmasters authored Jun 18, 2024
1 parent d658d62 commit e3e4454
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion The Aethyrblood Chronicles/aethyrblood.css
Original file line number Diff line number Diff line change
Expand Up @@ -735,9 +735,26 @@ input.sheet-tab9:checked ~ div.sheet-tab9
font-family: "Russo One", sans-serif;
}

/*=================== POWERS CSS ===================*/
/*=================== BOTO TEXT BOX CYBER/MUTATE CSS ===================*/

.charsheet button[type="roll"].sheet-textbox:before{
content: ' ';
}

.charsheet button[type="roll"].sheet-textbox:hover{
background-position: 0;
}

.charsheet button[type="roll"].sheet-textbox{
background-image: url("https://rolmasters.com/ROLL20/AETHYRBLOOD/images/TAC_TEXT_BOX_LILA_36px.png");
background-size: 36px 36px;
background-repeat: no-repeat;
width: 36px;
height: 36px;
border-style: none;
background-color: transparent;
margin-left: 5px;
}
/*=================== CYBERNETICS & MUTATIONS CSS ===================*/

.sheet-cybermutation{
Expand Down
4 changes: 2 additions & 2 deletions The Aethyrblood Chronicles/aethyrblood.html
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,7 @@
<fieldset class="repeating_Cybernetics">
<div class="sheet-cybermutation">
<div class="sheet-cyber-titol">CYBERNETIC NAME</div><!-- end .sheet-cybermutation -->
<input type= "text" style= "width:200px" name= "attr_cybernetics_name" /><button type= "roll" name= "roll_cybernetics" value= "&{template:default} {{name=CYBERNETIC: @{cybernetics_name}}} {{@{cybernetics_ability}}}"></button>
<input type= "text" style= "width:200px" name= "attr_cybernetics_name" /><button class="sheet-textbox" type= "roll" name= "roll_cybernetics" value= "&{template:default} {{name=CYBERNETIC: @{cybernetics_name}}} {{@{cybernetics_ability}}}"></button>
<div class="sheet-cyber-titol">CYBERNETIC DESCRIPTION</div><!-- end .sheet-cybermutation -->
<textarea style= "width:80%; height:50px; resize: vertical; " name= "attr_cybernetics_ability"></textarea>
</div><!-- end .sheet-cybermutation -->
Expand All @@ -1354,7 +1354,7 @@
<fieldset class="repeating_mutations">
<div class="sheet-cybermutation">
<div class="sheet-cyber-titol">MUTATION NAME</div><!-- end .sheet-cybermutation -->
<input type= "text" style= "width:200px" name= "attr_mutations_name" /><button type= "roll" name= "roll_mutations" value= "&{template:default} {{name=MUTATION: @{mutations_name}}} {{@{mutations}}}"></button>
<input type= "text" style= "width:200px" name= "attr_mutations_name" /><button class="sheet-textbox" type= "roll" name= "roll_mutations" value= "&{template:default} {{name=MUTATION: @{mutations_name}}} {{@{mutations}}}"></button>
<div class="sheet-cyber-titol">MUTATION DESCRIPTION</div><!-- end .sheet-cybermutation -->
<textarea style= "width:80%; height:50px; resize: vertical; " name= "attr_mutations" ></textarea>
</div><!-- end .sheet-cybermutation -->
Expand Down

0 comments on commit e3e4454

Please sign in to comment.