Files
roll20-character-sheets/3D&T_ALPHA/3D&T_ALPHA.css
T
Julio Cesar Eiras 6712536211 Creates a better 3D&T ALPHA Character Sheet
It creates a new 3D&T ALPHA character sheet based on my tormenta alpha
custom character sheet
2016-09-25 23:15:04 -03:00

31 lines
435 B
CSS

.charsheet label {
display: inline-block;
width: 75px;
text-align: right;
}
.charsheet input {
display: inline-block;
width: 165px;
}
.charsheet input.sheet-short {
width: 3.5em;
}
.charsheet table td, .charsheet table th {
font-size: 1.2em;
font-weight: bold;
text-align: center;
}
select.sheet-dtype {
width: 60px;
vertical-align: top;
}
textarea {
resize: vertical;
overflow: auto;
}