Files
roll20-character-sheets/Magical_Fury/magicalfury.css
T

36 lines
467 B
CSS

.sheet-2col {
float: left;
width: 50%;
}
.sheet-2colright {
float: left;
width: 50%;
text-align: right;
}
.sheet-fieldtitle {
display: block;
}
.sheet-largetextarea {
width: 90%;
height: 10em;
}
.sheet-mediumtextarea {
width: 90%;
height: 4em;
}
.sheet-box {
margin: .5em;
padding: .5em;
border-style: solid;
border-width: thin;
border-radius: .5em;
}
.sheet-box input[type="text"] {
width: 90%;
}