mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 20:22:29 +00:00
41 lines
690 B
CSS
41 lines
690 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");
|
|
}
|
|
|
|
.charsheet table td, .charsheet table th {
|
|
font-size: 1.1em;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
}
|
|
|
|
select.sheet-dtype {
|
|
width: 60px;
|
|
vertical-align: top;
|
|
}
|