mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
110 lines
1.8 KiB
CSS
110 lines
1.8 KiB
CSS
input[type='number'] {
|
|
-moz-appearance:textfield;
|
|
}
|
|
|
|
/* Webkit browsers like Safari and Chrome */
|
|
input[type=number]::-webkit-inner-spin-button,
|
|
input[type=number]::-webkit-outer-spin-button {
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|
|
|
|
.charsheet {
|
|
|
|
|
|
|
|
}
|
|
.sheet-tuano {
|
|
font-size: 9px;
|
|
border: none;
|
|
border-bottom: 1px solid black;
|
|
width: 170px;
|
|
}
|
|
|
|
input.sheet-tuano {
|
|
width: 140px;
|
|
font: helvetica;
|
|
font-size: 11pt;
|
|
}
|
|
.sheet-basicinfor {
|
|
font: helvetica ;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.sheet-header { background-color: black; }
|
|
.sheet-header1 { color: white;
|
|
padding-top: 0px;
|
|
padding-right: 5px;
|
|
padding-bottom: 0px;
|
|
padding-left: 5px;
|
|
}
|
|
.sheet-formatt {width: 50px; text-align: center; }
|
|
.sheet-formattmod {width: 30px; text-align: center;}
|
|
.sheet-derived {background-color: black; color: white; text-align:center;}
|
|
.sheet-armortable {
|
|
|
|
width: 10px;
|
|
}
|
|
|
|
input.sheet-armortable {width:40px;}
|
|
.sheet-woundtable {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.sheet-woundtable {width:80px;}
|
|
input.sheet-skilltable {width:50px;}
|
|
|
|
.sheet-traits {width:380px;}
|
|
.sheet-skilltable {width:50px;}
|
|
.sheet-persona {width:500px;}
|
|
|
|
|
|
.sheet-gusilanime {
|
|
padding-top: 0px;
|
|
padding-right: 5px;
|
|
padding-bottom: 0px;
|
|
padding-left: 5px;
|
|
margin-left:8%;
|
|
margin-right:8%;
|
|
}
|
|
|
|
.sheet-wrapper {
|
|
display: grid;
|
|
grid-template-columns: 60px 60px 60px;
|
|
grid-gap: 20px;
|
|
padding-left:60px;
|
|
|
|
}
|
|
|
|
.sheet-box {
|
|
border-radius: 5px;
|
|
|
|
font-size: 100%;
|
|
text-align:center;
|
|
}
|
|
|
|
.sheet-blegh {padding-left:100px;}
|
|
|
|
.sheet-wrapper2 { text-align:left;
|
|
|
|
}
|
|
|
|
.sheet-boxy {
|
|
padding-right: 20px;
|
|
padding-left: 20px;
|
|
display: inline;
|
|
}
|
|
|
|
.sheet-boxya {
|
|
padding-left: 20px;
|
|
display: inline;
|
|
}
|
|
|
|
.sheet-wrapper3 { text-align:left;
|
|
padding-left:80px;
|
|
|
|
}
|
|
|
|
.sheet-powers {padding-left:80px; width:70%; height:110%;}
|