Files
McnabbGames 115a68900b Update 4D6FantasySheet.html (#12832)
* Update 4D6FantasySheet.html

Line added to force update.

* Update sheet.json

line added to force refresh

* Update 4D6FantasySheet.css

line added to force refresh

* Create translation.json

* Update translation.json
2024-04-25 14:23:16 -04:00

97 lines
1.4 KiB
CSS

.charsheet {
position: absolute;
background-color: #fffcf0;
z-index: 0;
}
.charsheet table{
border-collapse:separate;
border-spacing:10px;
}
.charsheet textarea{
resize:vertical;
width:40px;
height:50px;
}
.charsheet .sheet-section{
padding-top:5px;
padding-bottom:5px;
z-index: 5;
}
.charsheet input[type=number].sheet-smallnumber{
width:40px;
}
.charsheet input[type=text].sheet-smalltext{
width:120px;
height: 18px;
margin:0px;
}
.charsheet input[type=text].sheet-shorttext{
padding-top:2px;
padding-bottom:2px;
}
.charsheet input[type=text].sheet-skilltext{
width:100px;
padding:2px;
margin-left:3px;
}
.charsheet .sheet-right{
float:right;
}
.charsheet .sheet-bold{
position:absolute;
z-index: 5;
font-size: 12pt;
margin-bottom: 10px;
}
.charsheet .sheet-border{
border: 0px solid white;
vertical-align:top;
width:45%;
padding: 5px;
margin: 2px;
}
.charsheet input[type=number].sheet-smallshortnumber{
width:40px;
padding-top:2px;
padding-bottom:2px;
display: inline-block;
float:right;
}
.charsheet input[type=number].sheet-shortnumber{
padding-top:2px;
padding-bottom:2px;
}
.charsheet label.sheet-areaLabel{
margin:5px;
}
.img{
position:absolute;
z-index: -1;
}
.button{
position:absolute;
z-index: 5;
}
.charsheet .button[type=roll].sheet-d6-dice::before {
font-family: 'dicefontd6';
content: 'F ';
}