mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-02 21:22:34 +00:00
Initial work on Shadowrun 5th edition character sheet - extremely ugly and not entirely functional at the moment
31 lines
394 B
CSS
31 lines
394 B
CSS
.charsheet label {
|
|
display: inline-block;
|
|
width: 75px;
|
|
text-align: right;
|
|
}
|
|
|
|
.charsheet input {
|
|
display: inline-block;
|
|
width: 165px;
|
|
}
|
|
|
|
.charsheet input.sheet-short {
|
|
width: 3.5em;
|
|
}
|
|
|
|
.charsheet table td, .charsheet table th {
|
|
font-size: 1.2em;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
.charsheet select {
|
|
width: 160px;
|
|
}
|
|
|
|
.charsheet input.checkboxes {
|
|
width: 50px;
|
|
}
|
|
|
|
|