mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-05 14:42:31 +00:00
60 lines
888 B
CSS
60 lines
888 B
CSS
.charsheet label {
|
|
display: inline-block;
|
|
width: 75px;
|
|
text-align: right;
|
|
}
|
|
|
|
.charsheet label.sheet-long {
|
|
display: inline-block;
|
|
width: 120px;
|
|
text-align: right;
|
|
}
|
|
|
|
.charsheet input {
|
|
display: inline-block;
|
|
width: 165px;
|
|
}
|
|
|
|
.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-ability {
|
|
width: 2em;
|
|
text-align: center;
|
|
}
|
|
|
|
.charsheet input.sheet-mod {
|
|
width: 2em;
|
|
text-align: center;
|
|
}
|
|
|
|
.charsheet input.sheet-long {
|
|
width: 10em;
|
|
}
|
|
|
|
.charsheet input.sheet-hit {
|
|
width: 4em;
|
|
}
|
|
|
|
.charsheet table td, .charsheet table th {
|
|
font-size: 1.2em;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
select.sheet-dtype {
|
|
width: 60px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
select.sheet-IconType{
|
|
width: 90px;
|
|
vertical-align: top
|
|
} |