mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
71 lines
1.4 KiB
CSS
71 lines
1.4 KiB
CSS
.charsheet {
|
|
position: relative;
|
|
padding-top: 1px !important;
|
|
}
|
|
|
|
.sheet-thews {
|
|
position: relative;
|
|
|
|
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/on-mighty-thews/thews.png);
|
|
background-color: white;
|
|
background-repeat: no-repeat;
|
|
background-size: 100%;
|
|
height: 630px;
|
|
width: 840px;
|
|
}
|
|
|
|
.sheet-thews input, .sheet-thews select, .sheet-thews textarea, .sheet-thews button {
|
|
position: absolute;
|
|
}
|
|
|
|
.sheet-text {
|
|
width: 160px;
|
|
height: 236px;
|
|
resize: none;
|
|
}
|
|
.sheet-bonus { height: 236px; }
|
|
.sheet-injury { height: 65px; width: 180px; }
|
|
textarea.sheet-injury-1 { top: 82px; }
|
|
textarea.sheet-injury-2 { top: 168px; }
|
|
textarea.sheet-injury-3 { top: 252px; }
|
|
|
|
|
|
.sheet-die {
|
|
width: 115px;
|
|
text-align: center;
|
|
padding-left: 0;
|
|
}
|
|
|
|
.sheet-row1 {
|
|
padding-left: 23px;
|
|
}
|
|
|
|
.sheet-roller {
|
|
width: 50px;
|
|
height: 50px;
|
|
opacity: 0;
|
|
}
|
|
|
|
.sheet-header { top: 1px; }
|
|
.sheet-text { top: 82px; }
|
|
|
|
.sheet-row1 { top: 150px; }
|
|
.sheet-row2 { top: 306px; }
|
|
|
|
.sheet-row1-roll { top: 85px; }
|
|
.sheet-row2-roll { top: 238px; }
|
|
|
|
.sheet-name { left: 87px; }
|
|
.sheet-reroll { left: 572px; }
|
|
|
|
.sheet-bonus { left: 454px; }
|
|
.sheet-injury { left: 640px; }
|
|
|
|
.sheet-col1 { left: 33px; }
|
|
.sheet-col2 { left: 170px; }
|
|
.sheet-col3 { left: 307px; }
|
|
|
|
.sheet-col1-roll { left: 55px; }
|
|
.sheet-col2-roll { left: 193px; }
|
|
.sheet-col3-roll { left: 330px; }
|