Files
roll20-character-sheets/ACKS/ACKS.css
DimensionalCode 619f53d0dc ACKS Character Sheet
Functionally Usable. Plan to update in the future but I’d like to get
this version accessible to my non-pro, non-technical friends.
2017-06-14 11:54:21 -04:00

17 lines
242 B
CSS

.character {
font-size: 12px;
font-weight: bolder;
font-family: "Times New Roman";
}
textarea {
display:block;
resize:vertical;
min-height: 2em;
max-height: 2.5em;
height: 2em;
}
html,body{
height:100%;
}