Files
Jhar226 f090d2c7c1 QUARTSSHEET.css
Changed background image.
2018-03-14 02:23:26 -04:00

36 lines
595 B
CSS

.charsheet label {
display: inline-block;
width: 55px;
text-align: right;
}
.charsheet input {
display: inline-block;
width: 130px;
}
.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("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: 60px;
vertical-align: top;
}