Files
roll20-character-sheets/Multiverse/Multiverse Sheet.css
T
Jhar226 3aa2e8ab48 Multiverse Sheet.css
Fixed the picture in the background.
2018-03-14 02:21:40 -04:00

36 lines
595 B
CSS

.charsheet label {
display: inline-block;
width: 100px;
text-align: right;
}
.charsheet input {
display: inline-block;
width: 220px;
}
.sheet-col strong.sheet-dee {
font-size: 1.4em;
font-weight: bold;
padding-right: 4px;
}
.charsheet input.sheet-short {
width: 5em;
}
.charsheet {
background-image: url("https://boneyardsbloody.com/wp-content/uploads/2016/07/Paper-Grunge-Background-59.jpg");
}
.charsheet table td, .charsheet table th {
font-size: 1.2em;
font-weight: bold;
text-align: center;
}
select.sheet-dtype {
width: 100px;
vertical-align: top;
}