mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
36 lines
671 B
CSS
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;
|
|
}
|