Files
roll20-character-sheets/AD&D_1E/1ESheet.css
T
vince-roll20 8001da2bf4 added roll helpers & hide/show for Thief skills
- added roll helpers cs and cf to the Save sheet rolls and made them
inline.
- added hide/show toggle got Thief Skills
2015-03-17 22:49:59 -07:00

24 lines
1.3 KiB
CSS

.sheet-col label {font-size:14px; display:block;width:100%;position:relative;height:1.8em;}
.sheet-col label input {display:inline-block;top:0px;right:3px;position:absolute;height:100%;margin:auto 0;}
.sheet-col label span.sheet-small {font-size:10px;}
.sheet-text-med {font-size:13px; }
.sheet-col input {width:60%;}
.sheet-thief .sheet-col input {width:20%;}
.sheet-header {font-size:16px; font-weight: bold; margin-top:12px; margin-bottom:5px;}
.sheet-col.sheet-header{margin-top:0;}
.sheet-6colrow {display:block;}
.sheet-6colrow .sheet-col {vertical-align:top;display:inline-block;width:calc(16.67% - 30px);margin-right:30px;}
.sheet-6colrow .sheet-col.sheet-span2 {width:calc(33.33% - 60px);float:none;}
.sheet-6colrow .sheet-col.sheet-span3 {width:calc(50% - 90px);float:none;}
.sheet-6colrow .sheet-col.sheet-span4 {width:calc(66.67% - 120px);float:none;}
.sheet-6colrow .sheet-col.sheet-span5 {width:calc(83.33% - 180px);float:none;}
.sheet-6colrow :last-child {margin-right: 0;}
.sheet-7colrow {display:block; text-align:left;}
.sheet-7colrow .sheet-col {vertical-align:top; display:inline-block; width:13.8%;}
.sheet-7colrow :last-child {margin-right: 0;}
table {width:100%; font-size:13px; text-align: center;}
.sheet-thief-skills-show:not(:checked)~.sheet-thief-skills {display:none;}
.sheet-hide-show {margin-left:2px; margin-bottom::2px; font-size:10px;}