Files
roll20-character-sheets/13th_Age/13th_Age.css
T
Twibbit 2141077e6f Update 13th_Age.css
added sheet-hit css field
2014-04-10 09:20:48 -05:00

46 lines
626 B
CSS

Enter file contents here.charsheet label {
display: inline-block;
width: 75px;
text-align: right;
}
.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 input.sheet-hit {
width: 4em;
}
.charsheet {
}
.charsheet table td, .charsheet table th {
font-size: 1.2em;
font-weight: bold;
text-align: center;
}
select.sheet-dtype {
width: 60px;
vertical-align: top;
}
select.sheet-IconType{
width: 90px;
vertical-align: top
}