mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 12:12:30 +00:00
47 lines
792 B
CSS
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;
|
|
}
|