mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
178 lines
2.8 KiB
CSS
178 lines
2.8 KiB
CSS
|
|
.charsheet input.disabled {
|
|
background: #000000
|
|
}
|
|
|
|
.charsheet label {
|
|
display: inline-block;
|
|
width: 110px;
|
|
text-align: left;
|
|
}
|
|
|
|
.sheet-col strong.sheet-dee {
|
|
font-size: 1.4em;
|
|
font-weight: bold;
|
|
padding-right: 4px;
|
|
}
|
|
|
|
.charsheet input.sheet-short {
|
|
width: 3.5em;
|
|
}
|
|
|
|
.charsheet input.sheet-input-small {
|
|
width: 2.5em;
|
|
}
|
|
|
|
.charsheet input.sheet-input-five {
|
|
width: 5em;
|
|
}
|
|
|
|
.charsheet input.sheet-input-ten {
|
|
width: 10em;
|
|
}
|
|
|
|
.charsheet input.sheet-input-thirteen {
|
|
width: 13em;
|
|
}
|
|
|
|
|
|
.charsheet input.sheet-input-fifteen {
|
|
width: 15em;
|
|
}
|
|
|
|
.charsheet input.sheet-input-twenty {
|
|
width: 20em;
|
|
}
|
|
|
|
|
|
.charsheet input.sheet-input-long {
|
|
width: 30em;
|
|
}
|
|
|
|
|
|
.charsheet input.sheet-input-fourty {
|
|
width: 40em;
|
|
}
|
|
|
|
.charsheet input.sheet-input-maxWidth {
|
|
width: 100%;
|
|
}
|
|
|
|
.charsheet td.sheet-emptyColumn {
|
|
padding:5px;
|
|
}
|
|
|
|
.charsheet td.sheet-emptyColumnTen {
|
|
padding:10px;
|
|
}
|
|
|
|
|
|
.charsheet td.sheet-emptyRowTen {
|
|
padding:10px;
|
|
}
|
|
|
|
.charsheet td.sheet-emptyRowFive {
|
|
padding:5px;
|
|
}
|
|
|
|
.charsheet td.sheet-emptyRowFifteen {
|
|
padding:17px;
|
|
}
|
|
|
|
|
|
.charsheet td.sheet-tinyTextLeft {
|
|
font-size: 7pt;
|
|
text-align: left;
|
|
height: 20px;
|
|
}
|
|
|
|
.charsheet td.sheet-mediumTextLeft {
|
|
font-size: 9pt;
|
|
text-align: left;
|
|
height: 20px;
|
|
}
|
|
.charsheet td.sheet-tinyTextRight {
|
|
font-size: 7pt;
|
|
text-align: Right;
|
|
height: 20px;
|
|
}
|
|
|
|
.charsheet td.sheet-tinyTextCenter{
|
|
font-size: 7pt;
|
|
text-align: center;
|
|
height: 10px;
|
|
vertical-align:bottom;
|
|
}
|
|
|
|
.charsheet td.sheet-superTinyTextCenter{
|
|
font-size: 7pt;
|
|
text-align: center;
|
|
height: 10px;
|
|
vertical-align:bottom;
|
|
}
|
|
|
|
.charsheet td.sheet-smallBlackBox{
|
|
font-size: 8pt;
|
|
color:#FFFAF0;
|
|
background-color:#000000;
|
|
text-align: center;
|
|
padding-right:6px;
|
|
padding-left:6px;
|
|
}
|
|
|
|
.charsheet td.sheet-smallBlackBoxNoPad{
|
|
font-size: 8pt;
|
|
color:#FFFAF0;
|
|
background-color:#000000;
|
|
text-align: center;
|
|
}
|
|
|
|
.charsheet td.sheet-proficienciesTable {
|
|
font-size: 10pt;
|
|
}
|
|
|
|
.charsheet td.sheet-proficienciesTableHeader {
|
|
font-size: 7pt;
|
|
padding-right: 3px;
|
|
text-align: left;
|
|
}
|
|
|
|
.charsheet td.sheet-proficienciesTableMainHeader {
|
|
font-size: 10pt;
|
|
text-align: left;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.charsheet td.sheet-mediumBlackBox{
|
|
font-size: 10pt;
|
|
color:#FFFAF0;
|
|
background-color:#000000;
|
|
text-align: center;
|
|
padding-right:6px;
|
|
padding-left:6px;
|
|
}
|
|
|
|
.charsheet td.sheet-largeBlackBox{
|
|
font-size: 12pt;
|
|
color:#FFFAF0;
|
|
background-color:#000000;
|
|
text-align: center;
|
|
padding-right:6px;
|
|
padding-left:6px;
|
|
}
|
|
|
|
.charsheet table td, .charsheet table th {
|
|
font-size: 0.9em;
|
|
text-align: left;
|
|
padding: 0px;
|
|
}
|
|
|
|
.charsheet td.sheet-pageTwoTableTd{
|
|
vertical-align:top;
|
|
}
|
|
|
|
select.sheet-dtype {
|
|
width: 60px;
|
|
vertical-align: center;
|
|
}
|