Files
seregrauko f75329220d [Fearsome Wilderness]
Added the ability to push Attribute rolls
2022-10-27 18:58:54 +01:00

2303 lines
59 KiB
CSS

.charsheet {
background: url("https://raw.githubusercontent.com/seregrauko/roll20-character-sheets/master/Fearsome%20Wilderness/backgroundboxes.png") no-repeat;
background-size: contain;
background-repeat: no-repeat;
background-color: grey;
color: white;
height: 1000px;
width: 800px;
font-family:Times,serif;
font-size:1em;
color:#222222;
font-weight:bold;
font-style:normal;
}
.fieldclass {
background-color: transparent;
border:none;
box-sizing: border-box;
accent-color: black;
}
.ui-dialog .charsheet button[type=roll]:before {
content: "";
}
.charsheet button[type=roll] {
height: 19px;
font-weight: bold;
font-size: 1em !important;
padding: 2px 5px 4px 5px;
border: none;
vertical-align: middle;
display: inline-block;
margin: 0;
font-weight: 700;
text-align: left;
vertical-align: middle;
cursor: pointer;
background-image: none;
border-radius:5px;
background-color: transparent;
font-size: 1em;
}
.charsheet button[type=roll]:before {
content: " ";
}
.charsheet button[type=roll]:hover {
background-color: #E0E1E2 !important;
border: 2px solid black;
border-radius: 10px;
background-position: 0 -28px;
text-shadow: 0px 0px 0.2em #6C3306;
}
button[type=roll].armorclass::before {
font-family: 'dicefontd6' !important;
content: 'l' !important;
}
.charsheet input[type=number]::-webkit-inner-spin-button,
.charsheet input[type=number]::-webkit-outer-spin-button{
-webkit-appearance: none;
margin: 0;
}
.charsheet input[type=number]{
-moz-appearance: textfield;
}
input {
text-align: center;
}
::-webkit-input-placeholder {
text-align: center;
}
:-moz-placeholder {
text-align: center;
}
div.sheet-FearsomeWilderness {
/* background-image: url(https://raw.githubusercontent.com/seregrauko/roll20-character-sheets/master/Fearsome%20Wilderness/backgroundboxes.png);
background-size: contain;
background-repeat: no-repeat;
display: grid;
grid-template-columns: repeat(35, 5px);
grid-template-rows: repeat(24, 5px);
*/
}
div.sheet-nameage {
}
div.sheet-nameage > label {
margin: 0;
flex: 2;
border: 0;
height: auto;
width: auto;
font-size: 0.8em;
}
div.sheet-nameage label[data-i18n-title="name"] {
border: none;
text-align: center;
}
div.sheet-nameage label[data-i18n-title="name"] > span {
position:absolute;left:36px;top:78px;
}
div.sheet-nameage label[data-i18n-title="name"] > input {
position:absolute;left:66px;top:77px;
width: 110px !important;
height: 21px !important;
}
div.sheet-nameage label[data-i18n-title="age"] {
border: none;
text-align: center;
}
div.sheet-nameage label[data-i18n-title="age"] > span {
position:absolute;left:180px;top:78px;
}
div.sheet-nameage label[data-i18n-title="age"] > input {
position:absolute;left:198px;top:77px;
width: 50px !important;
height: 21px !important;
background-color: transparent;
}
div.sheet-archetype {
}
div.sheet-archetype > label {
margin: 0;
flex: 2;
border: 0;
height: auto;
width: auto;
font-size: 0.81em;
}
div.sheet-archetype label[data-i18n-title="archetype"] {
border: none;
text-align: center;
}
div.sheet-archetype label[data-i18n-title="archetype"] > span {
position:absolute;left:586px;top:78px;
}
div.sheet-archetype label[data-i18n-title="archetype"] > input {
position:absolute;left:636px;top:77px;
width: 150px !important;
height: 21px !important;
background-color: transparent;
}
div.sheet-description {
}
div.sheet-description > label {
margin: 0;
flex: 2;
border: 0;
height: auto;
width: auto;
font-size: 0.8em;
}
div.sheet-description label[data-i18n-title="description"] {
border: none;
text-align: center;
font-size: 0.9em;
}
div.sheet-description label[data-i18n-title="description"] > span {
position:absolute;left:36px;top:108px;
}
div.sheet-description label[data-i18n-title="face"] {
border: none;
text-align: center;
}
div.sheet-description label[data-i18n-title="face"] > span {
position:absolute;left:44px;top:122px;
}
div.sheet-description label[data-i18n-title="face"] > input {
position:absolute;left:98px;top:123px;
width: 150px !important;
height: 15px !important;
}
div.sheet-description label[data-i18n-title="body"] {
border: none;
text-align: center;
}
div.sheet-description label[data-i18n-title="body"] > span {
position:absolute;left:44px;top:137px;
}
div.sheet-description label[data-i18n-title="body"] > input {
position:absolute;left:98px;top:138px;
width: 150px !important;
height: 15px !important;
}
div.sheet-description label[data-i18n-title="clothes"] {
border: none;
text-align: center;
}
div.sheet-description label[data-i18n-title="clothes"] > span {
position:absolute;left:44px;top:152px;
}
div.sheet-description label[data-i18n-title="clothes"] > input {
position:absolute;left:98px;top:153px;
width: 150px !important;
height: 15px !important;
}
div.sheet-description label[data-i18n-title="personality"] {
border: none;
text-align: center;
}
div.sheet-description label[data-i18n-title="personality"] > span {
position:absolute;left:44px;top:167px;
}
div.sheet-description label[data-i18n-title="personality"] > input {
position:absolute;left:98px;top:168px;
width: 150px !important;
height: 15px !important;
}
div.sheet-crime {
}
div.sheet-crime > label {
margin: 0;
flex: 2;
font-size: 0.81em;
border: 0;
height: auto;
width: auto;
}
div.sheet-crime label[data-i18n-title="crime"] {
border: none;
text-align: center;
}
div.sheet-crime label[data-i18n-title="crime"] > span {
position:absolute;left:586px;top:108px;
}
div.sheet-crime label[data-i18n-title="crime"] > input {
position:absolute;left:616px;top:108px;
width: 170px !important;
height: 26px !important;
}
div.sheet-nightmare_level {
}
div.sheet-nightmare_level > label {
margin: 0;
flex: 2;
font-size: 0.9em;
border: 0;
height: auto;
width: auto;
text-align: center;
}
div.sheet-nightmare_level label[data-i18n-title="nightmare"] > button {
position:absolute;left:382px;top:170px;
}
div.sheet-nightmare_level label[data-i18n-title="level"] > span {
position:absolute;left:401px;top:185px;
}
div.sheet-nightmare_level label[data-i18n-title="nightmare_level"] {
font-size: 1.2em;
}
div.sheet-nightmare_level label[data-i18n-title="nightmare_level"] > input {
position:absolute;left:390px;top:200px;
width: 50px !important;
height: 30px !important;
background-color: transparent;
}
div.sheet-nightmare_level label[data-i18n-title="nightmare_1"] > input {
position:absolute;left:270px;top:248px;
border: none;
width: 16px !important;
height: 16px !important;
transform: rotate(-30deg);
}
div.sheet-nightmare_level label[data-i18n-title="nightmare_2"] > input {
position:absolute;left:287px;top:237px;
border: none;
width: 16px !important;
height: 16px !important;
transform: rotate(-29deg);
}
div.sheet-nightmare_level label[data-i18n-title="nightmare_3"] > input {
position:absolute;left:304px;top:227px;
border: none;
width: 16px !important;
height: 16px !important;
transform: rotate(-28deg);
}
div.sheet-nightmare_level label[data-i18n-title="nightmare_4"] > input {
position:absolute;left:322px;top:219px;
border: none;
width: 16px !important;
height: 16px !important;
transform: rotate(-26deg);
}
div.sheet-nightmare_level label[data-i18n-title="nightmare_5"] > input {
position:absolute;left:491px;top:219px;
border: none;
width: 16px !important;
height: 16px !important;
transform: rotate(26deg);
}
div.sheet-nightmare_level label[data-i18n-title="nightmare_6"] > input {
position:absolute;left:508px;top:226px;
border: none;
width: 16px !important;
height: 16px !important;
transform: rotate(28deg);
}
div.sheet-nightmare_level label[data-i18n-title="nightmare_7"] > input {
position:absolute;left:525px;top:236px;
border: none;
width: 16px !important;
height: 16px !important;
transform: rotate(30deg);
}
div.sheet-nightmare_level label[data-i18n-title="nightmare_8"] > input {
position:absolute;left:541px;top:247px;
border: none;
width: 16px !important;
height: 16px !important;
transform: rotate(36deg);
}
div.sheet-stats {
}
div.sheet-stats > label {
margin: 0;
flex: 2;
font-size: 0.81em;
border: 0;
height: auto;
width: auto;
}
div.sheet-stats label[data-i18n-title="strength"] {
border: none;
text-align: center;
color: white;
font-size: 1.2em;
}
div.sheet-stats label[data-i18n-title="strength"] > button {
position:absolute;left:166px;top:385px;
color: white;
}
div.sheet-stats label[data-i18n-title="strength"] > button[type=roll]:hover {
color:#222222;
}
div.sheet-stats label[data-i18n-title="strength"] > input {
position:absolute;left:236px;top:388px;
width: 40px !important;
height: 20px !important;
}
div.sheet-stats label[data-i18n-title="aching"] {
border: none;
text-align: center;
color: white;
}
div.sheet-stats label[data-i18n-title="aching"] > span {
position:absolute;left:206px;top:408px;
}
div.sheet-stats label[data-i18n-title="aching"] > input {
position:absolute;left:276px;top:408px;
width: 15px !important;
height: 15px !important;
}
div.sheet-stats label[data-i18n-title="weary"] {
border: none;
text-align: center;
color: white;
}
div.sheet-stats label[data-i18n-title="weary"] > span {
position:absolute;left:206px;top:423px;
}
div.sheet-stats label[data-i18n-title="weary"] > input {
position:absolute;left:276px;top:423px;
width: 15px !important;
height: 15px !important;
}
div.sheet-stats label[data-i18n-title="bruised"] {
border: none;
text-align: center;
color: white;
}
div.sheet-stats label[data-i18n-title="bruised"] > span {
position:absolute;left:206px;top:438px;
}
div.sheet-stats label[data-i18n-title="bruised"] > input {
position:absolute;left:276px;top:438px;
width: 15px !important;
height: 15px !important;
}
div.sheet-stats label[data-i18n-title="sluggish"] {
border: none;
text-align: center;
color: white;
}
div.sheet-stats label[data-i18n-title="sluggish"] > span {
position:absolute;left:206px;top:453px;
}
div.sheet-stats label[data-i18n-title="sluggish"] > input {
position:absolute;left:276px;top:453px;
width: 15px !important;
height: 15px !important;
}
div.sheet-stats label[data-i18n-title="winded"] {
border: none;
text-align: center;
color: white;
}
div.sheet-stats label[data-i18n-title="winded"] > span {
position:absolute;left:206px;top:468px;
}
div.sheet-stats label[data-i18n-title="winded"] > input {
position:absolute;left:276px;top:468px;
width: 15px !important;
height: 15px !important;
}
div.sheet-stats label[data-i18n-title="agility"] {
border: none;
text-align: center;
color: white;
font-size: 1.2em;
}
div.sheet-stats label[data-i18n-title="agility"] > button {
position:absolute;left:301px;top:385px;
color: white;
}
div.sheet-stats label[data-i18n-title="agility"] > button[type=roll]:hover {
color:#222222;
}
div.sheet-stats label[data-i18n-title="agility"] > input {
position:absolute;left:356px;top:388px;
width: 40px !important;
height: 20px !important;
}
div.sheet-stats label[data-i18n-title="shaky hands"] {
border: none;
text-align: center;
color: white;
}
div.sheet-stats label[data-i18n-title="shaky hands"] > span {
position:absolute;left:326px;top:408px;
}
div.sheet-stats label[data-i18n-title="shaky hands"] > input {
position:absolute;left:396px;top:408px;
width: 15px !important;
height: 15px !important;
}
div.sheet-stats label[data-i18n-title="clumsy"] {
border: none;
text-align: center;
color: white;
}
div.sheet-stats label[data-i18n-title="clumsy"] > span {
position:absolute;left:326px;top:423px;
}
div.sheet-stats label[data-i18n-title="clumsy"] > input {
position:absolute;left:396px;top:423px;
width: 15px !important;
height: 15px !important;
}
div.sheet-stats label[data-i18n-title="distracted"] {
border: none;
text-align: center;
color: white;
}
div.sheet-stats label[data-i18n-title="distracted"] > span {
position:absolute;left:326px;top:438px;
}
div.sheet-stats label[data-i18n-title="distracted"] > input {
position:absolute;left:396px;top:438px;
width: 15px !important;
height: 15px !important;
}
div.sheet-stats label[data-i18n-title="nauseous"] {
border: none;
text-align: center;
color: white;
}
div.sheet-stats label[data-i18n-title="nauseous"] > span {
position:absolute;left:326px;top:453px;
}
div.sheet-stats label[data-i18n-title="nauseous"] > input {
position:absolute;left:396px;top:453px;
width: 15px !important;
height: 15px !important;
}
div.sheet-stats label[data-i18n-title="maniacal"] {
border: none;
text-align: center;
color: white;
}
div.sheet-stats label[data-i18n-title="maniacal"] > span {
position:absolute;left:326px;top:468px;
}
div.sheet-stats label[data-i18n-title="maniacal"] > input {
position:absolute;left:396px;top:468px;
width: 15px !important;
height: 15px !important;
}
div.sheet-stats label[data-i18n-title="wits"] {
border: none;
text-align: center;
color: white;
font-size: 1.2em;
}
div.sheet-stats label[data-i18n-title="wits"] > button {
position:absolute;left:441px;top:385px;
color: white;
}
div.sheet-stats label[data-i18n-title="wits"] > button[type=roll]:hover {
color:#222222;
}
div.sheet-stats label[data-i18n-title="wits"] > input {
position:absolute;left:486px;top:388px;
width: 40px !important;
height: 20px !important;
}
div.sheet-stats label[data-i18n-title="forgetful"] {
border: none;
text-align: center;
color: white;
}
div.sheet-stats label[data-i18n-title="forgetful"] > span {
position:absolute;left:456px;top:408px;
}
div.sheet-stats label[data-i18n-title="forgetful"] > input {
position:absolute;left:526px;top:408px;
width: 15px !important;
height: 15px !important;
}
div.sheet-stats label[data-i18n-title="unfocused"] {
border: none;
text-align: center;
color: white;
}
div.sheet-stats label[data-i18n-title="unfocused"] > span {
position:absolute;left:456px;top:423px;
}
div.sheet-stats label[data-i18n-title="unfocused"] > input {
position:absolute;left:526px;top:423px;
width: 15px !important;
height: 15px !important;
}
div.sheet-stats label[data-i18n-title="hazy"] {
border: none;
text-align: center;
color: white;
}
div.sheet-stats label[data-i18n-title="hazy"] > span {
position:absolute;left:456px;top:438px;
}
div.sheet-stats label[data-i18n-title="hazy"] > input {
position:absolute;left:526px;top:438px;
width: 15px !important;
height: 15px !important;
}
div.sheet-stats label[data-i18n-title="anxious"] {
border: none;
text-align: center;
color: white;
}
div.sheet-stats label[data-i18n-title="anxious"] > span {
position:absolute;left:456px;top:453px;
}
div.sheet-stats label[data-i18n-title="anxious"] > input {
position:absolute;left:526px;top:453px;
width: 15px !important;
height: 15px !important;
}
div.sheet-stats label[data-i18n-title="desperate"] {
border: none;
text-align: center;
color: white;
}
div.sheet-stats label[data-i18n-title="desperate"] > span {
position:absolute;left:456px;top:468px;
}
div.sheet-stats label[data-i18n-title="desperate"] > input {
position:absolute;left:526px;top:468px;
width: 15px !important;
height: 15px !important;
}
div.sheet-stats label[data-i18n-title="empathy"] {
border: none;
text-align: center;
color: white;
font-size: 1.2em;
}
div.sheet-stats label[data-i18n-title="empathy"] > button {
position:absolute;left:551px;top:385px;
color: white;
}
div.sheet-stats label[data-i18n-title="empathy"] > button[type=roll]:hover {
color:#222222;
}
div.sheet-stats label[data-i18n-title="empathy"] > input {
position:absolute;left:626px;top:388px;
width: 40px !important;
height: 20px !important;
}
div.sheet-stats label[data-i18n-title="distraught"] {
border: none;
text-align: center;
color: white;
}
div.sheet-stats label[data-i18n-title="distraught"] > span {
position:absolute;left:596px;top:408px;
}
div.sheet-stats label[data-i18n-title="distraught"] > input {
position:absolute;left:666px;top:408px;
width: 15px !important;
height: 15px !important;
}
div.sheet-stats label[data-i18n-title="enraged"] {
border: none;
text-align: center;
color: white;
}
div.sheet-stats label[data-i18n-title="enraged"] > span {
position:absolute;left:596px;top:423px;
}
div.sheet-stats label[data-i18n-title="enraged"] > input {
position:absolute;left:666px;top:423px;
width: 15px !important;
height: 15px !important;
}
div.sheet-stats label[data-i18n-title="sorrowful"] {
border: none;
text-align: center;
color: white;
}
div.sheet-stats label[data-i18n-title="sorrowful"] > span {
position:absolute;left:596px;top:438px;
}
div.sheet-stats label[data-i18n-title="sorrowful"] > input {
position:absolute;left:666px;top:438px;
width: 15px !important;
height: 15px !important;
}
div.sheet-stats label[data-i18n-title="provoked"] {
border: none;
text-align: center;
color: white;
}
div.sheet-stats label[data-i18n-title="provoked"] > span {
position:absolute;left:596px;top:453px;
}
div.sheet-stats label[data-i18n-title="provoked"] > input {
position:absolute;left:666px;top:453px;
width: 15px !important;
height: 15px !important;
}
div.sheet-stats label[data-i18n-title="bitter"] {
border: none;
text-align: center;
color: white;
}
div.sheet-stats label[data-i18n-title="bitter"] > span {
position:absolute;left:596px;top:468px;
}
div.sheet-stats label[data-i18n-title="bitter"] > input {
position:absolute;left:666px;top:468px;
width: 15px !important;
height: 15px !important;
}
div.sheet-skills {
}
div.sheet-skills > label {
margin: 0;
flex: 2;
font-size: 0.81em;
border: 0;
height: auto;
width: auto;
}
div.sheet-skills label[data-i18n-title="skills"] {
border: none;
text-align: center;
font-size: 1.1em;
}
div.sheet-skills label[data-i18n-title="skills"] > span {
position:absolute;left:144px;top:508px;
}
div.sheet-skills label[data-i18n-title="endure"] {
border: none;
text-align: center;
font-size: 1.1em;
}
div.sheet-skills label[data-i18n-title="endure"] > button {
position:absolute;left:58px;top:527px;
}
div.sheet-skills label[data-i18n-title="endure"] > input {
position:absolute;left:228px;top:528px;
width: 40px !important;
height: 20px !important;
}
div.sheet-skills label[data-i18n-title="fight"] {
border: none;
text-align: center;
font-size: 1.1em;
}
div.sheet-skills label[data-i18n-title="fight"] > button {
position:absolute;left:58px;top:548px;
}
div.sheet-skills label[data-i18n-title="fight"] > input {
position:absolute;left:228px;top:549px;
width: 40px !important;
height: 20px !important;
}
div.sheet-skills label[data-i18n-title="force"] {
border: none;
text-align: center;
font-size: 1.1em;
}
div.sheet-skills label[data-i18n-title="force"] > button {
position:absolute;left:58px;top:569px;
}
div.sheet-skills label[data-i18n-title="force"] > input {
position:absolute;left:228px;top:570px;
width: 40px !important;
height: 20px !important;
}
div.sheet-skills label[data-i18n-title="move"] {
border: none;
text-align: center;
font-size: 1.1em;
}
div.sheet-skills label[data-i18n-title="move"] > button {
position:absolute;left:58px;top:590px;
}
div.sheet-skills label[data-i18n-title="move"] > input {
position:absolute;left:228px;top:591px;
width: 40px !important;
height: 20px !important;
}
div.sheet-skills label[data-i18n-title="shoot"] {
border: none;
text-align: center;
font-size: 1.1em;
}
div.sheet-skills label[data-i18n-title="shoot"] > button {
position:absolute;left:58px;top:611px;
}
div.sheet-skills label[data-i18n-title="shoot"] > input {
position:absolute;left:228px;top:612px;
width: 40px !important;
height: 20px !important;
}
div.sheet-skills label[data-i18n-title="sneak"] {
border: none;
text-align: center;
font-size: 1.1em;
}
div.sheet-skills label[data-i18n-title="sneak"] > button {
position:absolute;left:58px;top:632px;
}
div.sheet-skills label[data-i18n-title="sneak"] > input {
position:absolute;left:228px;top:633px;
width: 40px !important;
height: 20px !important;
}
div.sheet-skills label[data-i18n-title="comprehend"] {
border: none;
text-align: center;
font-size: 1.1em;
}
div.sheet-skills label[data-i18n-title="comprehend"] > button {
position:absolute;left:58px;top:653px;
}
div.sheet-skills label[data-i18n-title="comprehend"] > input {
position:absolute;left:228px;top:654px;
width: 40px !important;
height: 20px !important;
}
div.sheet-skills label[data-i18n-title="scout"] {
border: none;
text-align: center;
font-size: 1.1em;
}
div.sheet-skills label[data-i18n-title="scout"] > button {
position:absolute;left:58px;top:674px;
}
div.sheet-skills label[data-i18n-title="scout"] > input {
position:absolute;left:228px;top:675px;
width: 40px !important;
height: 20px !important;
}
div.sheet-skills label[data-i18n-title="make"] {
border: none;
text-align: center;
font-size: 1.1em;
}
div.sheet-skills label[data-i18n-title="make"] > button {
position:absolute;left:58px;top:695px;
}
div.sheet-skills label[data-i18n-title="make"] > input {
position:absolute;left:228px;top:696px;
width: 40px !important;
height: 20px !important;
}
div.sheet-skills label[data-i18n-title="heal"] {
border: none;
text-align: center;
font-size: 1.1em;
}
div.sheet-skills label[data-i18n-title="heal"] > button {
position:absolute;left:58px;top:716px;
}
div.sheet-skills label[data-i18n-title="heal"] > input {
position:absolute;left:228px;top:717px;
width: 40px !important;
height: 20px !important;
}
div.sheet-skills label[data-i18n-title="manipulate"] {
border: none;
text-align: center;
font-size: 1.1em;
}
div.sheet-skills label[data-i18n-title="manipulate"] > button {
position:absolute;left:58px;top:737px;
}
div.sheet-skills label[data-i18n-title="manipulate"] > input {
position:absolute;left:228px;top:738px;
width: 40px !important;
height: 20px !important;
}
div.sheet-skills label[data-i18n-title="sense emotion"] {
border: none;
text-align: center;
font-size: 1.1em;
}
div.sheet-skills label[data-i18n-title="sense emotion"] > button {
position:absolute;left:58px;top:758px;
}
div.sheet-skills label[data-i18n-title="sense emotion"] > input {
position:absolute;left:228px;top:759px;
width: 40px !important;
height: 20px !important;
}
div.sheet-conditions {
}
div.sheet-conditions > label {
margin: 0;
flex: 2;
font-size: 0.9em;
border: 0;
height: auto;
width: auto;
}
div.sheet-conditions label[data-i18n-title="starving"] {
border: none;
text-align: center;
}
div.sheet-conditions label[data-i18n-title="starving"] > span {
position:absolute;left:64px;top:794px;
}
div.sheet-conditions label[data-i18n-title="starving_1"] > input {
position:absolute;left:128px;top:796px;
}
div.sheet-conditions label[data-i18n-title="starving_2"] > input {
position:absolute;left:143px;top:796px;
}
div.sheet-conditions label[data-i18n-title="starving_3"] > input {
position:absolute;left:158px;top:796px;
}
div.sheet-conditions label[data-i18n-title="starving_4"] > input {
position:absolute;left:173px;top:796px;
}
div.sheet-conditions label[data-i18n-title="starving_5"] > input {
position:absolute;left:188px;top:796px;
}
div.sheet-conditions label[data-i18n-title="starving_6"] > input {
position:absolute;left:203px;top:796px;
}
div.sheet-conditions label[data-i18n-title="starving_7"] > input {
position:absolute;left:218px;top:796px;
}
div.sheet-conditions label[data-i18n-title="dehydrated"] {
border: none;
text-align: center;
}
div.sheet-conditions label[data-i18n-title="dehydrated"] > span {
position:absolute;left:64px;top:809px;
}
div.sheet-conditions label[data-i18n-title="dehydrated_1"] > input {
position:absolute;left:128px;top:811px;
}
div.sheet-conditions label[data-i18n-title="dehydrated_2"] > input {
position:absolute;left:143px;top:811px;
}
div.sheet-conditions label[data-i18n-title="dehydrated_3"] > input {
position:absolute;left:158px;top:811px;
}
div.sheet-conditions label[data-i18n-title="exhausted"] {
border: none;
text-align: center;
}
div.sheet-conditions label[data-i18n-title="exhausted"] > span {
position:absolute;left:64px;top:824px;
}
div.sheet-conditions label[data-i18n-title="exhausted_1"] > input {
position:absolute;left:128px;top:826px;
}
div.sheet-conditions label[data-i18n-title="freezing"] {
border: none;
text-align: center;
}
div.sheet-conditions label[data-i18n-title="freezing"] > span {
position:absolute;left:64px;top:839px;
}
div.sheet-conditions label[data-i18n-title="freezing_1"] > input {
position:absolute;left:128px;top:841px;
}
div.sheet-conditions label[data-i18n-title="other_conditions"] {
border: none;
text-align: center;
}
div.sheet-conditions label[data-i18n-title="other_conditions"] > span {
position:absolute;left:173px;top:809px;
}
div.sheet-conditions label[data-i18n-title="other_conditions"] > textarea {
position:absolute;left:170px;top:824px;
width: 89px;
height: 22px;
}
div.sheet-pride {
}
div.sheet-pride > label {
margin: 0;
flex: 2;
font-size: 0.9em;
border: 0;
height: auto;
width: auto;
}
div.sheet-pride label[data-i18n-title="pride"] {
border: none;
text-align: center;
}
div.sheet-pride label[data-i18n-title="pride"] > span {
position:absolute;left:54px;top:864px;
}
div.sheet-pride label[data-i18n-title="pride"] > textarea {
position:absolute;left:88px;top:864px;
width: 140px;
height: 25px;
}
div.sheet-pride label[data-i18n-title="pridecheck"] {
border: none;
text-align: center;
}
div.sheet-pride label[data-i18n-title="pridecheck"] > input {
position:absolute;left:245px;top:870px;
height: 20px;
width: 20px;
}
div.sheet-dark_secret {
}
div.sheet-dark_secret > label {
margin: 0;
flex: 2;
font-size: 0.9em;
border: 0;
height: auto;
width: auto;
}
div.sheet-dark_secret label[data-i18n-title="dark_secret"] {
border: none;
text-align: center;
}
div.sheet-dark_secret label[data-i18n-title="dark_secret"] > span {
position:absolute;left:54px;top:909px;
}
div.sheet-dark_secret label[data-i18n-title="dark_secret"] > textarea {
position:absolute;left:115px;top:909px;
width: 140px !important;
height: 25px !important;
}
div.sheet-talents {
}
div.sheet-talents > label {
margin: 0;
flex: 2;
font-size: 0.9em;
border: 0;
height: auto;
width: auto;
}
div.sheet-talents label[data-i18n-title="talents"] {
border: none;
text-align: center;
}
div.sheet-talents label[data-i18n-title="talents"] > span {
position:absolute;left:54px;top:949px;
}
div.sheet-talents label[data-i18n-title="talent1"] > input {
position:absolute;left:54px;top:969px;
width: 215px;
height: 13px;
}
div.sheet-talents label[data-i18n-title="talent2"] > input {
position:absolute;left:54px;top:982px;
width: 215px;
height: 13px;
}
div.sheet-talents label[data-i18n-title="talent3"] > input {
position:absolute;left:54px;top:995px;
width: 215px;
height: 13px;
}
div.sheet-talents label[data-i18n-title="talent4"] > input {
position:absolute;left:54px;top:1008px;
width: 215px;
height: 13px;
}
div.sheet-talents label[data-i18n-title="talent5"] > input {
position:absolute;left:54px;top:1021px;
width: 215px;
height: 13px;
}
div.sheet-talents label[data-i18n-title="talent6"] > input {
position:absolute;left:54px;top:1034px;
width: 215px;
height: 13px;
}
div.sheet-talents label[data-i18n-title="talent7"] > input {
position:absolute;left:54px;top:1047px;
width: 215px;
height: 13px;
}
div.sheet-foods {
}
div.sheet-foods > label {
margin: 0;
flex: 2;
font-size: 0.9em;
border: 0;
height: auto;
width: auto;
}
div.sheet-foods label[data-i18n-title="food"] {
border: none;
text-align: center;
}
div.sheet-foods label[data-i18n-title="food"] > span {
position:absolute;left:286px;top:498px;
}
div.sheet-foods label[data-i18n-title="food1"] > input {
position:absolute;left:286px;top:517px;
width: 185px;
height: 13px;
}
div.sheet-foods label[data-i18n-title="food2"] > input {
position:absolute;left:286px;top:530px;
width: 185px;
height: 13px;
}
div.sheet-foods label[data-i18n-title="food3"] > input {
position:absolute;left:286px;top:543px;
width: 185px;
height: 13px;
}
div.sheet-foods label[data-i18n-title="food4"] > input {
position:absolute;left:286px;top:556px;
width: 185px;
height: 13px;
}
div.sheet-foods label[data-i18n-title="food5"] > input {
position:absolute;left:286px;top:569px;
width: 185px;
height: 13px;
}
div.sheet-foods label[data-i18n-title="food6"] > input {
position:absolute;left:286px;top:582px;
width: 185px;
height: 13px;
}
div.sheet-foods label[data-i18n-title="food7"] > input {
position:absolute;left:286px;top:595px;
width: 185px;
height: 13px;
}
div.sheet-foods label[data-i18n-title="food8"] > input {
position:absolute;left:286px;top:608px;
width: 185px;
height: 13px;
}
div.sheet-foods label[data-i18n-title="rations"] > span {
position:absolute;left:476px;top:498px;
}
div.sheet-foods label[data-i18n-title="rations1"] > input {
position:absolute;left:476px;top:517px;
width: 45px;
height: 13px;
}
div.sheet-foods label[data-i18n-title="rations2"] > input {
position:absolute;left:476px;top:530px;
width: 45px;
height: 13px;
}
div.sheet-foods label[data-i18n-title="rations3"] > input {
position:absolute;left:476px;top:543px;
width: 45px;
height: 13px;
}
div.sheet-foods label[data-i18n-title="rations4"] > input {
position:absolute;left:476px;top:556px;
width: 45px;
height: 13px;
}
div.sheet-foods label[data-i18n-title="rations5"] > input {
position:absolute;left:476px;top:569px;
width: 45px;
height: 13px;
}
div.sheet-foods label[data-i18n-title="rations6"] > input {
position:absolute;left:476px;top:582px;
width: 45px;
height: 13px;
}
div.sheet-foods label[data-i18n-title="rations7"] > input {
position:absolute;left:476px;top:595px;
width: 45px;
height: 13px;
}
div.sheet-foods label[data-i18n-title="rations8"] > input {
position:absolute;left:476px;top:608px;
width: 45px;
height: 13px;
}
div.sheet-foods label[data-i18n-title="foodnotes"] > span {
position:absolute;left:526px;top:498px;
}
div.sheet-foods label[data-i18n-title="foodnotes1"] > input {
position:absolute;left:526px;top:517px;
width: 95px;
height: 13px;
}
div.sheet-foods label[data-i18n-title="foodnotes2"] > input {
position:absolute;left:526px;top:530px;
width: 95px;
height: 13px;
}
div.sheet-foods label[data-i18n-title="foodnotes3"] > input {
position:absolute;left:526px;top:543px;
width: 95px;
height: 13px;
}
div.sheet-foods label[data-i18n-title="foodnotes4"] > input {
position:absolute;left:526px;top:556px;
width: 95px;
height: 13px;
}
div.sheet-foods label[data-i18n-title="foodnotes5"] > input {
position:absolute;left:526px;top:569px;
width: 95px;
height: 13px;
}
div.sheet-foods label[data-i18n-title="foodnotes6"] > input {
position:absolute;left:526px;top:582px;
width: 95px;
height: 13px;
}
div.sheet-foods label[data-i18n-title="foodnotes7"] > input {
position:absolute;left:526px;top:595px;
width: 95px;
height: 13px;
}
div.sheet-foods label[data-i18n-title="foodnotes8"] > input {
position:absolute;left:526px;top:608px;
width: 95px;
height: 13px;
}
div.sheet-foods label[data-i18n-title="foodunprepared"] > span {
position:absolute;left:616px;top:498px;
}
div.sheet-foods label[data-i18n-title="foodunprepared1"] > input {
position:absolute;left:650px;top:517px;
}
div.sheet-foods label[data-i18n-title="foodunprepared2"] > input {
position:absolute;left:650px;top:530px;
}
div.sheet-foods label[data-i18n-title="foodunprepared3"] > input {
position:absolute;left:650px;top:543px;
}
div.sheet-foods label[data-i18n-title="foodunprepared4"] > input {
position:absolute;left:650px;top:556px;
}
div.sheet-foods label[data-i18n-title="foodunprepared5"] > input {
position:absolute;left:650px;top:569px;
}
div.sheet-foods label[data-i18n-title="foodunprepared6"] > input {
position:absolute;left:650px;top:582px;
}
div.sheet-foods label[data-i18n-title="foodunprepared7"] > input {
position:absolute;left:650px;top:595px;
}
div.sheet-foods label[data-i18n-title="foodunprepared8"] > input {
position:absolute;left:650px;top:608px;
}
div.sheet-foods label[data-i18n-title="foodprepared"] > span {
position:absolute;left:680px;top:498px;
}
div.sheet-foods label[data-i18n-title="foodprepared1"] > input {
position:absolute;left:695px;top:517px;
}
div.sheet-foods label[data-i18n-title="foodprepared2"] > input {
position:absolute;left:695px;top:530px;
}
div.sheet-foods label[data-i18n-title="foodprepared3"] > input {
position:absolute;left:695px;top:543px;
}
div.sheet-foods label[data-i18n-title="foodprepared4"] > input {
position:absolute;left:695px;top:556px;
}
div.sheet-foods label[data-i18n-title="foodprepared5"] > input {
position:absolute;left:695px;top:569px;
}
div.sheet-foods label[data-i18n-title="foodprepared6"] > input {
position:absolute;left:695px;top:582px;
}
div.sheet-foods label[data-i18n-title="foodprepared7"] > input {
position:absolute;left:695px;top:595px;
}
div.sheet-foods label[data-i18n-title="foodprepared8"] > input {
position:absolute;left:695px;top:608px;
}
div.sheet-foods label[data-i18n-title="foodpreserved"] > span {
position:absolute;left:730px;top:498px;
}
div.sheet-foods label[data-i18n-title="foodpreserved1"] > input {
position:absolute;left:745px;top:517px;
}
div.sheet-foods label[data-i18n-title="foodpreserved2"] > input {
position:absolute;left:745px;top:530px;
}
div.sheet-foods label[data-i18n-title="foodpreserved3"] > input {
position:absolute;left:745px;top:543px;
}
div.sheet-foods label[data-i18n-title="foodpreserved4"] > input {
position:absolute;left:745px;top:556px;
}
div.sheet-foods label[data-i18n-title="foodpreserved5"] > input {
position:absolute;left:745px;top:569px;
}
div.sheet-foods label[data-i18n-title="foodpreserved6"] > input {
position:absolute;left:745px;top:582px;
}
div.sheet-foods label[data-i18n-title="foodpreserved7"] > input {
position:absolute;left:745px;top:595px;
}
div.sheet-foods label[data-i18n-title="foodpreserved8"] > input {
position:absolute;left:745px;top:608px;
}
div.sheet-injuries {
}
div.sheet-injuries > label {
margin: 0;
flex: 2;
font-size: 0.9em;
border: 0;
height: auto;
width: auto;
}
div.sheet-injuries label[data-i18n-title="injuries"] {
border: none;
text-align: center;
}
div.sheet-injuries label[data-i18n-title="injuries"] > span {
position:absolute;left:286px;top:628px;
}
div.sheet-injuries label[data-i18n-title="injuries"] > input {
position:absolute;left:330px;top:630px;
width: 215px;
height: 25px;
}
div.sheet-armors {
}
div.sheet-armors > label {
margin: 0;
flex: 2;
font-size: 0.9em;
border: 0;
height: auto;
width: auto;
}
div.sheet-armors label[data-i18n-title="armor"] {
border: none;
text-align: center;
}
div.sheet-armors label[data-i18n-title="armor"] > span {
position:absolute;left:286px;top:658px;
}
div.sheet-armors label[data-i18n-title="armor1"] > input {
position:absolute;left:286px;top:679px;
width: 215px;
height: 13px;
}
div.sheet-armors label[data-i18n-title="armor2"] > input {
position:absolute;left:286px;top:692px;
width: 215px;
height: 13px;
}
div.sheet-armors label[data-i18n-title="armor3"] > input {
position:absolute;left:286px;top:705px;
width: 215px;
height: 13px;
}
div.sheet-armors label[data-i18n-title="armor4"] > input {
position:absolute;left:286px;top:718px;
width: 215px;
height: 13px;
}
div.sheet-armors label[data-i18n-title="armor5"] > input {
position:absolute;left:286px;top:731px;
width: 215px;
height: 13px;
}
div.sheet-armors label[data-i18n-title="armorrating"] > span {
position:absolute;left:501px;top:658px;
}
div.sheet-armors label[data-i18n-title="armorrating1"] > input {
position:absolute;left:501px;top:679px;
width: 30px !important;
height: 13px;
}
div.sheet-armors label[data-i18n-title="armorrating2"] > input {
position:absolute;left:501px;top:692px;
width: 30px !important;
height: 13px;
}
div.sheet-armors label[data-i18n-title="armorrating3"] > input {
position:absolute;left:501px;top:705px;
width: 30px !important;
height: 13px;
}
div.sheet-armors label[data-i18n-title="armorrating4"] > input {
position:absolute;left:501px;top:718px;
width: 30px !important;
height: 13px;
}
div.sheet-armors label[data-i18n-title="armorrating5"] > input {
position:absolute;left:501px;top:731px;
width: 30px !important;
height: 13px;
}
div.sheet-armors label[data-i18n-title="armorrating1"] > button {
position:absolute;left:531px;top:673px;
width: 15px;
height: 13px;
}
div.sheet-armors label[data-i18n-title="armorrating2"] > button {
position:absolute;left:531px;top:686px;
width: 15px;
height: 13px;
}
div.sheet-armors label[data-i18n-title="armorrating3"] > button {
position:absolute;left:531px;top:699px;
width: 15px;
height: 13px;
}
div.sheet-armors label[data-i18n-title="armorrating4"] > button {
position:absolute;left:531px;top:713px;
width: 15px;
height: 13px;
}
div.sheet-armors label[data-i18n-title="armorrating5"] > button {
position:absolute;left:531px;top:725px;
width: 15px;
height: 13px;
}
div.sheet-weapons {
}
div.sheet-weapons > label {
margin: 0;
flex: 2;
font-size: 0.9em;
border: 0;
height: auto;
width: auto;
}
div.sheet-weapons label[data-i18n-title="weapon"] {
border: none;
text-align: center;
}
div.sheet-weapons label[data-i18n-title="weapon"] > span {
position:absolute;left:286px;top:754px;
}
div.sheet-weapons label[data-i18n-title="weapon1"] > input {
position:absolute;left:286px;top:775px;
width: 115px;
height: 13px;
}
div.sheet-weapons label[data-i18n-title="weapon2"] > input {
position:absolute;left:286px;top:788px;
width: 115px;
height: 13px;
}
div.sheet-weapons label[data-i18n-title="weapon3"] > input {
position:absolute;left:286px;top:801px;
width: 115px;
height: 13px;
}
div.sheet-weapons label[data-i18n-title="weapon4"] > input {
position:absolute;left:286px;top:814px;
width: 115px;
height: 13px;
}
div.sheet-weapons label[data-i18n-title="weapon5"] > input {
position:absolute;left:286px;top:827px;
width: 115px;
height: 13px;
}
div.sheet-weapons label[data-i18n-title="weaponbonus"] {
border: none;
text-align: center;
}
div.sheet-weapons label[data-i18n-title="weaponbonus"] > span {
position:absolute;left:406px;top:754px;
}
div.sheet-weapons label[data-i18n-title="weaponbonus1"] > input {
position:absolute;left:406px;top:775px;
height: 13px;
}
div.sheet-weapons label[data-i18n-title="weaponbonus2"] > input {
position:absolute;left:406px;top:788px;
height: 13px;
}
div.sheet-weapons label[data-i18n-title="weaponbonus3"] > input {
position:absolute;left:406px;top:801px;
height: 13px;
}
div.sheet-weapons label[data-i18n-title="weaponbonus4"] > input {
position:absolute;left:406px;top:814px;
height: 13px;
}
div.sheet-weapons label[data-i18n-title="weaponbonus5"] > input {
position:absolute;left:406px;top:827px;
height: 13px;
}
div.sheet-weapons label[data-i18n-title="weapondamage"] {
border: none;
text-align: center;
}
div.sheet-weapons label[data-i18n-title="weapondamage"] > span {
position:absolute;left:451px;top:754px;
}
div.sheet-weapons label[data-i18n-title="weapondamage1"] > input {
position:absolute;left:451px;top:775px;
width: 50px;
height: 13px;
}
div.sheet-weapons label[data-i18n-title="weapondamage2"] > input {
position:absolute;left:451px;top:788px;
width: 50px;
height: 13px;
}
div.sheet-weapons label[data-i18n-title="weapondamage3"] > input {
position:absolute;left:451px;top:801px;
width: 50px;
height: 13px;
}
div.sheet-weapons label[data-i18n-title="weapondamage4"] > input {
position:absolute;left:451px;top:814px;
width: 50px;
height: 13px;
}
div.sheet-weapons label[data-i18n-title="weapondamage5"] > input {
position:absolute;left:451px;top:827px;
width: 50px;
height: 13px;
}
div.sheet-weapons label[data-i18n-title="weaponrange"] {
border: none;
text-align: center;
}
div.sheet-weapons label[data-i18n-title="weaponrange"] > span {
position:absolute;left:501px;top:754px;
}
div.sheet-weapons label[data-i18n-title="weaponrange1"] > input {
position:absolute;left:501px;top:775px;
width: 45px;
height: 13px;
}
div.sheet-weapons label[data-i18n-title="weaponrange2"] > input {
position:absolute;left:501px;top:788px;
width: 45px;
height: 13px;
}
div.sheet-weapons label[data-i18n-title="weaponrange3"] > input {
position:absolute;left:501px;top:801px;
width: 45px;
height: 13px;
}
div.sheet-weapons label[data-i18n-title="weaponrange4"] > input {
position:absolute;left:501px;top:814px;
width: 45px;
height: 13px;
}
div.sheet-weapons label[data-i18n-title="weaponrange5"] > input {
position:absolute;left:501px;top:827px;
width: 45px;
height: 13px;
}
div.sheet-tinyitems {
}
div.sheet-tinyitems > label {
margin: 0;
flex: 2;
font-size: 0.9em;
border: 0;
height: auto;
width: auto;
}
div.sheet-tinyitems label[data-i18n-title="tinyitems"] {
border: none;
text-align: center;
}
div.sheet-tinyitems label[data-i18n-title="tinyitems"] > span {
position:absolute;left:586px;top:628px;
}
div.sheet-tinyitems label[data-i18n-title="tinyitems"] > textarea {
position:absolute;left:560px;top:643px;
width: 105px;
height: 35px;
}
div.sheet-waterrations {
}
div.sheet-waterrations > label {
margin: 0;
flex: 2;
font-size: 0.9em;
border: 0;
height: auto;
width: auto;
}
div.sheet-waterrations label[data-i18n-title="waterrations"] {
border: none;
text-align: center;
}
div.sheet-waterrations label[data-i18n-title="waterrations"] > span {
position:absolute;left:680px;top:628px;
}
div.sheet-waterrations label[data-i18n-title="waterrationsunprep"] {
border: none;
text-align: center;
}
div.sheet-waterrations label[data-i18n-title="waterrationsunprep"] > span {
position:absolute;left:680px;top:646px;
}
div.sheet-waterrations label[data-i18n-title="waterrationsunprep"] > input {
position:absolute;left:740px;top:646px;
width: 40px;
height: 13px;
}
div.sheet-waterrations label[data-i18n-title="waterrationsclean"] {
border: none;
text-align: center;
}
div.sheet-waterrations label[data-i18n-title="waterrationsclean"] > span {
position:absolute;left:680px;top:662px;
}
div.sheet-waterrations label[data-i18n-title="waterrationsclean"] > input {
position:absolute;left:740px;top:662px;
width: 40px;
height: 13px;
}
div.sheet-gears {
}
div.sheet-gears > label {
margin: 0;
flex: 2;
font-size: 0.9em;
border: 0;
height: auto;
width: auto;
}
div.sheet-gears label[data-i18n-title="gear"] {
border: none;
text-align: center;
}
div.sheet-gears label[data-i18n-title="gear"] > span {
position:absolute;left:564px;top:687px;
}
div.sheet-gears label[data-i18n-title="gear1"] > input {
position:absolute;left:564px;top:705px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gear2"] > input {
position:absolute;left:564px;top:718px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gear3"] > input {
position:absolute;left:564px;top:731px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gear4"] > input {
position:absolute;left:564px;top:744px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gear5"] > input {
position:absolute;left:564px;top:757px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gear6"] > input {
position:absolute;left:564px;top:770px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gear7"] > input {
position:absolute;left:564px;top:783px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gear8"] > input {
position:absolute;left:564px;top:796px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gear9"] > input {
position:absolute;left:564px;top:809px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gear10"] > input {
position:absolute;left:564px;top:822px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gear11"] > input {
position:absolute;left:564px;top:835px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gear12"] > input {
position:absolute;left:564px;top:848px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gear13"] > input {
position:absolute;left:564px;top:861px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gear14"] > input {
position:absolute;left:564px;top:874px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gear15"] > input {
position:absolute;left:564px;top:887px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gear16"] > input {
position:absolute;left:564px;top:900px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gear17"] > input {
position:absolute;left:564px;top:913px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gearbonus"] {
border: none;
text-align: center;
}
div.sheet-gears label[data-i18n-title="gearbonus"] > span {
position:absolute;left:736px;top:687px;
}
div.sheet-gears label[data-i18n-title="gearbonus1"] > input {
position:absolute;left:736px;top:705px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gearbonus2"] > input {
position:absolute;left:736px;top:718px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gearbonus3"] > input {
position:absolute;left:736px;top:731px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gearbonus4"] > input {
position:absolute;left:736px;top:744px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gearbonus5"] > input {
position:absolute;left:736px;top:757px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gearbonus6"] > input {
position:absolute;left:736px;top:770px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gearbonus7"] > input {
position:absolute;left:736px;top:783px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gearbonus8"] > input {
position:absolute;left:736px;top:796px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gearbonus9"] > input {
position:absolute;left:736px;top:809px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gearbonus10"] > input {
position:absolute;left:736px;top:822px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gearbonus11"] > input {
position:absolute;left:736px;top:835px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gearbonus12"] > input {
position:absolute;left:736px;top:848px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gearbonus13"] > input {
position:absolute;left:736px;top:861px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gearbonus14"] > input {
position:absolute;left:736px;top:874px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gearbonus15"] > input {
position:absolute;left:736px;top:887px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gearbonus16"] > input {
position:absolute;left:736px;top:900px;
width: 170px;
height: 13px;
}
div.sheet-gears label[data-i18n-title="gearbonus17"] > input {
position:absolute;left:736px;top:913px;
width: 170px;
height: 13px;
}
div.sheet-notes {
}
div.sheet-notes > label {
margin: 0;
flex: 2;
font-size: 0.9em;
border: 0;
height: auto;
width: auto;
}
div.sheet-notes label[data-i18n-title="notes"] {
border: none;
text-align: center;
}
div.sheet-notes label[data-i18n-title="notes"] > span {
position:absolute;left:520px;top:933px;
}
div.sheet-notes label[data-i18n-title="notes"] > textarea {
position:absolute;left:520px;top:953px;
width: 255px;
height: 90px;
}
div.sheet-experience {
}
div.sheet-experience > label {
margin: 0;
flex: 2;
font-size: 0.9em;
border: 0;
height: auto;
width: auto;
text-align: center;
}
div.sheet-experience label[data-i18n-title="experience"] > span {
position:absolute;left:385px;top:886px;
}
div.sheet-experience label[data-i18n-title="experience_1"] > input {
position:absolute;left:302px;top:896px;
border: none;
width: 17px !important;
height: 17px !important;
transform: rotate(-30deg);
}
div.sheet-experience label[data-i18n-title="experience_2"] > input {
position:absolute;left:318px;top:888px;
border: none;
width: 17px !important;
height: 17px !important;
transform: rotate(-25deg);
}
div.sheet-experience label[data-i18n-title="experience_3"] > input {
position:absolute;left:337px;top:880px;
border: none;
width: 17px !important;
height: 17px !important;
transform: rotate(-21deg);
}
div.sheet-experience label[data-i18n-title="experience_4"] > input {
position:absolute;left:355px;top:874px;
border: none;
width: 17px !important;
height: 17px !important;
transform: rotate(-15deg);
}
div.sheet-experience label[data-i18n-title="experience_5"] > input {
position:absolute;left:374px;top:870px;
border: none;
width: 17px !important;
height: 17px !important;
transform: rotate(-10deg);
}
div.sheet-experience label[data-i18n-title="experience_6"] > input {
position:absolute;left:395px;top:866px;
border: none;
width: 17px !important;
height: 17px !important;
transform: rotate(-5deg);
}
div.sheet-experience label[data-i18n-title="experience_7"] > input {
position:absolute;left:414px;top:866px;
border: none;
width: 17px !important;
height: 17px !important;
transform: rotate(2deg);
}
div.sheet-experience label[data-i18n-title="experience_8"] > input {
position:absolute;left:433px;top:868px;
border: none;
width: 17px !important;
height: 17px !important;
transform: rotate(10deg);
}
div.sheet-experience label[data-i18n-title="experience_9"] > input {
position:absolute;left:452px;top:871px;
border: none;
width: 17px !important;
height: 17px !important;
transform: rotate(15deg);
}
div.sheet-experience label[data-i18n-title="experience_10"] > input {
position:absolute;left:471px;top:877px;
border: none;
width: 17px !important;
height: 17px !important;
transform: rotate(21deg);
}
div.sheet-experience label[data-i18n-title="experience_11"] > input {
position:absolute;left:489px;top:884px;
border: none;
width: 17px !important;
height: 17px !important;
transform: rotate(26deg);
}
div.sheet-experience label[data-i18n-title="experience_12"] > input {
position:absolute;left:506px;top:892px;
border: none;
width: 17px !important;
height: 17px !important;
transform: rotate(28deg);
}
.sheet-rolltemplate-fw {
margin-left: -37px;
font-family:Times,serif;
font-size:1.5em;
}
.withoutavatars .sheet-rolltemplate-fw {
margin-left: -7px;
}
.sheet-rolltemplate-fw .sheet-template-container {
border: 3px solid #040404;
border-radius: 3px;
}
.sheet-rolltemplate-fw h1 {
background-color: #302C29;
color: #FFF;
text-align: center;
text-transform: capitalize;
padding: 5px;
font-family:Times,serif;
border-bottom: 2px solid #040404;
}
.sheet-rolltemplate-fw .sheet-results {
background: #5F6C60;
line-height: 1.4em;
}
.sheet-rolltemplate-fw .sheet-results > h2 {
padding: 5px;
font-weight: bold;
padding-right: 10px;
font-family:Times,serif;
font-size: 1.2em;
text-align: center;
grid-row: 1;
}
.sheet-rolltemplate-fw .sheet-results > h3 {
padding: 5px;
font-weight: bold;
padding-right: 10px;
font-family:Times,serif;
font-size: 1em;
text-align: center;
grid-row: 2;
}
.sheet-rolltemplate-fw .sheet-results > h4 {
padding: 5px;
font-weight: bold;
padding-right: 10px;
font-family:Times,serif;
font-size: 1.2em;
text-align: center;
grid-row: 3;
}
.sheet-rolltemplate-fw .inlinerollresult {
display: inline-block;
min-width: 1em;
text-align: center;
background: #5F6C60;
border: none;
}
.sheet-rolltemplate-fw .inlinerollresult.fullcrit {
border: none;
}
.sheet-rolltemplate-fw .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-fw .inlinerollresult.importantroll {
border: 2px solid #B31515;
}
.sheet-rolltemplate-fwreroll {
margin-left: -37px;
font-family:Times,serif;
font-size:1.5em;
}
.withoutavatars .sheet-rolltemplate-fwreroll {
margin-left: -7px;
}
.sheet-rolltemplate-fwreroll .sheet-template-container {
border: 3px solid #040404;
border-radius: 3px;
}
.sheet-rolltemplate-fwreroll h1 {
background-color: #302C29;
color: #FFF;
text-align: center;
text-transform: capitalize;
padding: 5px;
font-family:Times,serif;
border-bottom: 2px solid #040404;
}
.sheet-rolltemplate-fwreroll .sheet-results {
background: #5F6C60;
line-height: 1.4em;
}
.sheet-rolltemplate-fwreroll .sheet-results > h2 {
padding: 5px;
font-weight: bold;
padding-right: 10px;
font-family:Times,serif;
font-size: 1.2em;
text-align: center;
grid-row: 1;
}
.sheet-rolltemplate-fwreroll .sheet-results > h3 {
padding: 5px;
font-weight: bold;
padding-right: 10px;
font-family:Times,serif;
text-align: center;
grid-row: 2;
}
.sheet-rolltemplate-fwreroll .sheet-results > h4 {
padding: 5px;
font-weight: bold;
padding-right: 10px;
font-family:Times,serif;
text-align: center;
grid-row: 3;
}
.sheet-rolltemplate-fwreroll .inlinerollresult {
display: inline-block;
min-width: 1em;
text-align: center;
background: #5F6C60;
border: none;
}
.sheet-rolltemplate-fwreroll .inlinerollresult.fullcrit {
border: none;
}
.sheet-rolltemplate-fwreroll .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-fwreroll .inlinerollresult.importantroll {
border: 2px solid #B31515;
}
.sheet-rolltemplate-fwnightmare {
margin-left: -37px;
font-family:Times,serif;
font-size:1.5em;
}
.withoutavatars .sheet-rolltemplate-fwnightmare {
margin-left: -7px;
}
.sheet-rolltemplate-fwnightmare .sheet-template-container {
border: 3px solid #040404;
border-radius: 3px;
}
.sheet-rolltemplate-fwnightmare h1 {
background-color: #302C29;
color: #FFF;
text-align: center;
text-transform: capitalize;
padding: 5px;
font-family:Times,serif;
border-bottom: 2px solid #040404;
}
.sheet-rolltemplate-fwnightmare .sheet-results {
background: #5F6C60;
line-height: 1.4em;
}
.sheet-rolltemplate-fwnightmare .sheet-results > h2 {
padding: 5px;
font-weight: bold;
padding-right: 10px;
font-family:Times,serif;
font-size: 1.2em;
text-align: center;
grid-row: 1;
}
.sheet-rolltemplate-fwnightmare .sheet-results > h3 {
padding: 5px;
font-weight: bold;
padding-right: 10px;
font-family:Times,serif;
text-align: center;
grid-row: 2;
}
.sheet-rolltemplate-fwnightmare .inlinerollresult {
display: inline-block;
min-width: 1em;
text-align: center;
background: #5F6C60;
border: none;
}
.sheet-rolltemplate-fwnightmare .inlinerollresult.fullcrit {
border: none;
}
.sheet-rolltemplate-fwnightmare .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-fwnightmare .inlinerollresult.importantroll {
border: 2px solid #B31515;
}
.sheet-rolltemplate-fwarmor {
margin-left: -37px;
font-family:Times,serif;
font-size:1.5em;
}
.withoutavatars .sheet-rolltemplate-fwarmor {
margin-left: -7px;
}
.sheet-rolltemplate-fwarmor .sheet-template-container {
border: 3px solid #040404;
border-radius: 3px;
}
.sheet-rolltemplate-fwarmor h1 {
background-color: #302C29;
color: #FFF;
text-align: center;
text-transform: capitalize;
padding: 5px;
font-family:Times,serif;
border-bottom: 2px solid #040404;
}
.sheet-rolltemplate-fwarmor .sheet-results {
background: #5F6C60;
line-height: 1.4em;
}
.sheet-rolltemplate-fwarmor .sheet-results > h2 {
padding: 5px;
font-weight: bold;
padding-right: 10px;
font-family:Times,serif;
font-size: 1.2em;
text-align: center;
grid-row: 1;
}
.sheet-rolltemplate-fwarmor .sheet-results > h3 {
padding: 5px;
font-weight: bold;
padding-right: 10px;
font-family:Times,serif;
text-align: center;
grid-row: 2;
}
.sheet-rolltemplate-fwarmor .inlinerollresult {
display: inline-block;
min-width: 1em;
text-align: center;
background: #5F6C60;
border: none;
}
.sheet-rolltemplate-fwarmor .inlinerollresult.fullcrit {
border: none;
}
.sheet-rolltemplate-fwarmor .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-fwarmor .inlinerollresult.importantroll {
border: 2px solid #B31515;
}
.sheet-rolltemplate-fwstat {
margin-left: -37px;
font-family:Times,serif;
font-size:1.5em;
}
.withoutavatars .sheet-rolltemplate-fwstat {
margin-left: -7px;
}
.sheet-rolltemplate-fwstat .sheet-template-container {
border: 3px solid #040404;
border-radius: 3px;
}
.sheet-rolltemplate-fwstat h1 {
background-color: #302C29;
color: #FFF;
text-align: center;
text-transform: capitalize;
padding: 5px;
font-family:Times,serif;
border-bottom: 2px solid #040404;
}
.sheet-rolltemplate-fwstat .sheet-results {
background: #5F6C60;
line-height: 1.4em;
}
.sheet-rolltemplate-fwstat .sheet-results > h2 {
padding: 5px;
font-weight: bold;
padding-right: 10px;
font-family:Times,serif;
font-size: 1.2em;
text-align: center;
grid-row: 1;
}
.sheet-rolltemplate-fwstat .sheet-results > h4 {
padding: 5px;
font-weight: bold;
padding-right: 10px;
font-family:Times,serif;
font-size: 1.2em;
text-align: center;
grid-row: 2;
}
.sheet-rolltemplate-fwstat .inlinerollresult {
display: inline-block;
min-width: 1em;
text-align: center;
background: #5F6C60;
border: none;
}
.sheet-rolltemplate-fwstat .inlinerollresult.fullcrit {
border: none;
}
.sheet-rolltemplate-fwstat .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-fwstat .inlinerollresult.importantroll {
border: 2px solid #B31515;
}
.sheet-rolltemplate-fwstatreroll {
margin-left: -37px;
font-family:Times,serif;
font-size:1.5em;
}
.withoutavatars .sheet-rolltemplate-fwstatreroll {
margin-left: -7px;
}
.sheet-rolltemplate-fwstatreroll .sheet-template-container {
border: 3px solid #040404;
border-radius: 3px;
}
.sheet-rolltemplate-fwstatreroll h1 {
background-color: #302C29;
color: #FFF;
text-align: center;
text-transform: capitalize;
padding: 5px;
font-family:Times,serif;
border-bottom: 2px solid #040404;
}
.sheet-rolltemplate-fwstatreroll .sheet-results {
background: #5F6C60;
line-height: 1.4em;
}
.sheet-rolltemplate-fwstatreroll .sheet-results > h2 {
padding: 5px;
font-weight: bold;
padding-right: 10px;
font-family:Times,serif;
font-size: 1.2em;
text-align: center;
grid-row: 1;
}
.sheet-rolltemplate-fwstatreroll .sheet-results > h3 {
padding: 5px;
font-weight: bold;
padding-right: 10px;
font-family:Times,serif;
text-align: center;
grid-row: 2;
}
.sheet-rolltemplate-fwstatreroll .sheet-results > h4 {
padding: 5px;
font-weight: bold;
padding-right: 10px;
font-family:Times,serif;
text-align: center;
grid-row: 3;
}
.sheet-rolltemplate-fwstatreroll .inlinerollresult {
display: inline-block;
min-width: 1em;
text-align: center;
background: #5F6C60;
border: none;
}
.sheet-rolltemplate-fwstatreroll .inlinerollresult.fullcrit {
border: none;
}
.sheet-rolltemplate-fwstatreroll .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-fwstatreroll .inlinerollresult.importantroll {
border: 2px solid #B31515;
}