Files
roll20-character-sheets/DCC/DCC.css
T
sturtus 8555a24db6 Initial DCC commit
base character sheet, css, read me, sheet.json. Roadmap included.
2014-04-23 14:10:14 -04:00

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
}