Files
roll20-character-sheets/Demon Gate/Demon Gate.css
T
mwenditz c994d3de2d Added Demon Gate
Added Demon Gate directory and files.
2018-03-03 15:35:36 -05:00

41 lines
690 B
CSS

.charsheet label {
display: inline-block;
width: 75px;
text-align: left;
font-size: 1.1em;
/* display: inline-block;
width: 75px;
text-align: right */
}
.charsheet input {
display: inline-block;
/* width: 165px; */
width: 110px;
}
.sheet-col strong.sheet-dee {
font-size: 1.4em;
font-weight: bold;
padding-right: 4px;
}
.charsheet input.sheet-short {
width: 3.5em;
}
.charsheet {
background-image: url("http://freeseamlesstextures.com/images/28-faded-parchment-background-sml.jpg");
}
.charsheet table td, .charsheet table th {
font-size: 1.1em;
font-weight: bold;
text-align: left;
}
select.sheet-dtype {
width: 60px;
vertical-align: top;
}