Files
roll20-character-sheets/Swords_&_Wizardry/SWSheet.css
T
Jacob fb5b9d7123 S&W Sheet
New Sheet for Swords & Wizardry (Myrthmere Games).  Based on Complete
Rulebook published by Frog God Games in 2012
2014-06-01 11:12:36 -05:00

31 lines
846 B
CSS

.sheet-tdlabel { text-align: right; font-size:14px; font-weight:bold; color:#333; }
.sheet-tdnote { text-align: center; font-size:12px; font-style:italic; color:#333; }
.sheet-tdwpnlabel { text-align: left; font-size:16px; font-weight:bold; font-style:italic; color:#333; background-color:#eee;}
.sheet-tdlabelsmall { text-align: right; font-size:10px; font-weight:normal; color:#333; }
.sheet-tdlabelbig { text-align: center; font-size:18px; font-weight:bold; color:#333; }
.sheet-tdattrlabel { text-align: center; font-size:18px; font-weight:bold; color:#333; }
input[type=number].sheet-tinyinput {
width:33px;
font-size:10px;
font-weight:bold;
}
input.sheet-shortinput {
width:60px;
}
input.sheet-medinput {
width:100px;
}
input.sheet-longinput {
width:160px;
}
h2 {color:#933; padding-top:20px;}