Files
roll20-character-sheets/Ablaneda/AblanedaSheet.css
T

78 lines
1.1 KiB
CSS

.sheet-character-sheet {
background: url("https://i.imgur.com/cuJ6Nni.png") top left no-repeat;
padding-top: 173px;
min-height: 800px;
}
.sheet-line {
border: 1px solid transparent;
background-color: transparent;
}
input:nth-child(1) {
margin-left: 385px;
width: 222px;
}
.sheet-row:nth-child(2) {
margin-top: 88px;
}
.sheet-row:nth-child(2) input {
margin-left: 355px;
width: 263px;
}
.sheet-row:nth-child(3) {
margin-top: -3px;
}
.sheet-row:nth-child(n + 3) input {
margin-left: 95px;
width: 523px;
}
.sheet-row:nth-child(n + 4) {
margin-top: -5px;
}
.sheet-row:nth-child(7) {
margin-top: 42px;
}
.sheet-row:nth-child(7) input {
margin-left: 373px;
width: 246px;
}
.sheet-row:nth-child(n + 8) {
margin-top: -4px;
}
.sheet-row:nth-child(10) {
margin-top: 40px;
}
.sheet-row:nth-child(10) input {
margin-left: 122px;
width: 496px;
}
.sheet-row:nth-child(12) {
margin-top: 42px;
}
.sheet-row:nth-child(12) input {
margin-left: 203px;
width: 415px;
}
.sheet-row:nth-child(13) {
margin-top: 18px;
}
.sheet-row:nth-child(13) input {
margin-left: 426px;
width: 74px;
}