Files
roll20-character-sheets/Shadowrun5e/Shadowrun5Style.css
T
JoeIngledew 33e0e8d45b Shadowrun 5th Sheet
Initial work on Shadowrun 5th edition character sheet - extremely ugly
and not entirely functional at the moment
2014-04-10 17:21:42 +01:00

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;
}