Files
roll20-character-sheets/Demon Gate/Demon Gate.css
T
mwenditz 13fddeac2c Updated Demongate Sheets
Updated Demongate Sheets
2018-03-21 23:21:56 -04:00

47 lines
792 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");*/
background-image: url("https://i.imgur.com/VuZht2r.gif");
background-size: 100% 100%;
}
.charsheet table td, .charsheet table th {
font-size: 1.1em;
font-weight: bold;
text-align: left;
}
select.sheet-dtype {
width: 60px;
vertical-align: top;
}