mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
31 lines
846 B
CSS
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;} |