mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
34 lines
706 B
CSS
34 lines
706 B
CSS
.charsheet label {
|
|
display: inline-block;
|
|
}
|
|
.charsheet input {
|
|
display: inline-block;
|
|
width: 165px;
|
|
}
|
|
.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://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Toon/Images/11-fiber-paper-background-sml.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;
|
|
}
|
|
input[type="number"] {
|
|
-moz-appearance: textfield;
|
|
}
|
|
input[type="number"]:hover,
|
|
input[type="number"]:focus {
|
|
-moz-appearance: number-input;
|
|
} |