Files
roll20-character-sheets/Multiverse/Multiverse Sheet.css
T
Jhar226 d7112ab6aa Update Multiverse Sheet.css
Fixed the background to be less painful on the eyes.
2018-05-12 04:15:33 -04:00

36 lines
671 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://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/hMH8tD4/empty-aged-paper-background-with-space-for-your-text-or-design-seamless-looping_41s9m6yr__F0000.png");
}
.charsheet table td, .charsheet table th {
font-size: 1.2em;
font-weight: bold;
text-align: center;
}
select.sheet-dtype {
width: 100px;
vertical-align: top;
}