mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-05 14:42:31 +00:00
resize shield
This commit is contained in:
@@ -53,6 +53,9 @@ button[type=roll]:before {
|
||||
.sheet-pad-t-md {
|
||||
padding-top: 5px;
|
||||
}
|
||||
.sheet-pad-t-seven {
|
||||
padding-top: 7px;
|
||||
}
|
||||
.sheet-pad-t-lg {
|
||||
padding-top: 10px;
|
||||
}
|
||||
@@ -266,8 +269,8 @@ div.sheet-overall-wrapper [class *= "sheet-npc-version"] {
|
||||
.sheet-shield {
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
width: 67px;
|
||||
height: 70px;
|
||||
width: 62px;
|
||||
height: 65px;
|
||||
padding-right: 2px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
@@ -277,10 +280,10 @@ div.sheet-overall-wrapper [class *= "sheet-npc-version"] {
|
||||
z-index: -1;
|
||||
top: 0;
|
||||
left: -1px;
|
||||
line-height: 69px;
|
||||
line-height: 63px;
|
||||
content: "b";
|
||||
font-family: "Pictos Three";
|
||||
font-size: 91px;
|
||||
font-size: 85px;
|
||||
color: white;
|
||||
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
|
||||
}
|
||||
@@ -308,7 +311,7 @@ div.sheet-overall-wrapper [class *= "sheet-npc-version"] {
|
||||
.sheet-shield-note {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: -7px;
|
||||
top: -3px;
|
||||
left: 0;
|
||||
}
|
||||
.sheet-shield-note input[type=text] {
|
||||
|
||||
@@ -1044,9 +1044,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="sheet-col-1-5 sheet-pad-r-md">
|
||||
<div class="sheet-row sheet-mar-b-sm">
|
||||
<div class="sheet-col-5-12 sheet-center">
|
||||
<div class="sheet-shield sheet-pad-t-twelve">
|
||||
<div class="sheet-row sheet-mar-b-md">
|
||||
<div class="sheet-col-9-24 sheet-center">
|
||||
<div class="sheet-shield sheet-pad-t-seven">
|
||||
<div class="sheet-pc-version">
|
||||
<input type="number" name="attr_AC" value="((@{AC_armor_calc} + @{AC_no_armor_calc} + abs(@{AC_armor_calc} - @{AC_no_armor_calc})) / 2)" disabled="disabled">
|
||||
</div>
|
||||
@@ -1066,7 +1066,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sheet-col-6-19 sheet-center">
|
||||
<div class="sheet-col-1-3 sheet-center sheet-pad-l-sm">
|
||||
<div class="sheet-wrap-box sheet-initiative">
|
||||
<div class="sheet-relative">
|
||||
<input class="sheet-center" type="number" name="attr_initiative_overall" value="@{dexterity_mod} + @{initiative} + @{jack_of_all_trades}" disabled="disabled">
|
||||
@@ -1079,7 +1079,7 @@
|
||||
<div class="sheet-wrap-box-title">Initiative</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sheet-col-4-15 sheet-center sheet-pad-l-sm">
|
||||
<div class="sheet-col-3-10 sheet-center sheet-pad-l-sm">
|
||||
<div class="sheet-wrap-box sheet-speed">
|
||||
<input class="sheet-center sheet-mar-t-lg" type="text" name="attr_speed">
|
||||
<div class="sheet-wrap-box-title">Speed</div>
|
||||
|
||||
Reference in New Issue
Block a user