Files
roll20-character-sheets/Folknuckle/folknuckle.css
T
2022-11-20 18:53:12 -05:00

97 lines
1.5 KiB
CSS

.charsheet {
background-image: url("https://raw.githubusercontent.com/jaybgager/folknuckle_assets/main/background.png");
background-color: #ffffff;
background-repeat: no-repeat;
width: 745px;
height: 1264px;
}
.column {
float: left;
width: 50%;
}
.row:after {
content: "";
display: table;
clear: both;
}
input {
width: 20px;
line-height: 20px;
text-align: center;
}
button[type=roll] {
height: 34px;
width: 34px;
content: "" !important;
font-size: 0px;
border: none;
box-shadow: none;
background-repeat: no-repeat;
outline: none
}
button[type=roll]::before {
content: "" !important;
font-size: 0px;
height: 34px;
width: 34px;
border: none;
box-shadow: none;
background-repeat: no-repeat;
outline: none
}
button[type=roll]:hover {
-webkit-filter: invert(1);
filter: invert(1);
content: "" !important;
font-size: 0px;
height: 34px;
width: 34px;
border: none;
box-shadow: none;
outline: none
}
.stat-container {
margin-top: 75px;
margin-left: 135px
}
.ability-container {
margin-top: 100px;
margin-left: 15px;
}
.condition-container {
margin-left: 15px;
}
.skill-container {
margin-top: 63px;
margin-left: 50px
}
.top-left-container {
margin-top: 25px;
margin-left: 110px
}
.top-right-container {
margin-top: 25px;
margin-left: 33px
}
.skill-indiv {
padding-bottom: 3px;
padding-left: 170px
}
.skill-custom {
padding-bottom: 2px;
padding-left: 26px
}