Files

4549 lines
144 KiB
CSS

/* ----------------------- classes for dark mode -----------------------*/
.sheet-darkmode .charactersheet,
.sheet-darkmode .content-sheet {
background-color: #1F1F1F;
color: #B3B3B3;
}
.sheet-darkmode .content-sheet span.tab {
background-color: #353535;
color: #B3B3B3;
}
.sheet-darkmode .content-sheet input.tab1:checked + span.tab1,
.sheet-darkmode .content-sheet input.tab2:checked + span.tab2,
.sheet-darkmode .content-sheet input.tab3:checked + span.tab3,
.sheet-darkmode .content-sheet input.tab4:checked + span.tab4,
.sheet-darkmode .content-sheet input.tab5:checked + span.tab5,
.sheet-darkmode .content-sheet input.tab6:checked + span.tab6,
.sheet-darkmode .content-sheet input.tab7:checked + span.tab7,
.sheet-darkmode .content-sheet input.tab8:checked + span.tab8,
.sheet-darkmode .content-sheet input.tab9:checked + span.tab9,
.sheet-darkmode .content-sheet input.tab10:checked + span.tab10,
.sheet-darkmode .content-sheet input.tab99:checked + span.tab99,
.sheet-darkmode .statlabel-big-gray,
.sheet-darkmode .statlabel-encumbrance,
.sheet-darkmode .table-sheet-row-name {
background: gray;
color: #1F1F1F;
}
.sheet-darkmode .content-sheet textarea,
.sheet-darkmode .content-sheet select {
background-color: #333333;
border-color: black;
color: #B3B3B3;
}
.sheet-darkmode .content-sheet div.tab-content,
.sheet-darkmode .content-sheet .npc-tab-content,
.sheet-darkmode .content-sheet .summons-tab-content {
border-top-color: #a8a8a8
}
.sheet-darkmode .content-sheet input,
.sheet-darkmode .content-sheet input.inputbox,
.sheet-darkmode .content-sheet textarea.inputbox,
.sheet-darkmode .content-sheet select.inputbox {
background-color: #333333;
border-color: #bfbfbf;
color: #B3B3B3;
}
.sheet-darkmode .content-sheet input:disabled,
.sheet-darkmode .content-sheet input:disabled.inputbox,
.sheet-darkmode .content-sheet input:read-only {
background-color: #595959;
color: #e6e6e6;
}
.sheet-darkmode .content-sheet input[type="checkbox"] {
accent-color: #c4ff4d;
}
.sheet-darkmode .content-sheet .table-sheet-name,
.sheet-darkmode .content-sheet table td.statlabel,
.sheet-darkmode .content-sheet table td.statlabel-big,
.sheet-darkmode .content-sheet .table-sheet-name,
.sheet-darkmode .content-sheet table td.statlabel,
.sheet-darkmode .content-sheet table td.statlabel-big,
.sheet-darkmode .content-sheet .statlabel-big-gray {
background-color: gray;
border-color: black;
color: #1F1F1F;
}
.sheet-darkmode .action-separator {
border-bottom: 1px solid #b3b3b3
}
.sheet-darkmode .content-sheet hr {
border-top: 1px solid #b3b3b3
}
.sheet-darkmode .content-sheet .btn,
.sheet-darkmode .btn-action {
background-color: #d9d9d9;
background-image: -webkit-linear-gradient(top, #d9d9d9, #bfbfbf);
}
.sheet-darkmode .h4-class,
.sheet-darkmode .content-sheet h5 {
color: #B3B3B3;
}
.sheet-darkmode .content-sheet input:disabled.inputAsLabel,
.sheet-darkmode .content-sheet input:read-only.inputAsLabel {
background: gray;
border-color: gray;
color: #1F1F1F;
}
.sheet-darkmode div.switch-fullModeSpellSection div.repcontainer > div:nth-of-type(odd) {
background: #333333;
}
/* ----------------------- classes for area display toggles -----------------------*/
.switch-pc-show:not(:checked) ~ .switch-pc {
display: none;
}
.switch-npc-show:not(:checked) ~ .switch-npc {
display: none;
}
/* ----------------------- weapons common -----------------------*/
.switch-singleAttack-label {
margin-left: 10px;
}
/*.switch-singleAttack-button {}*/
.switch-attack-macro {
margin-left: 30px;
}
.switch-singleAttack-rollTemplate {
margin-left: 30px;
}
/* ----------------------- action section -----------------------*/
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-action .switch-attack-singleReroll-label-attack-damage {
display: none;
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-action .switch-attack-singleReroll-button-attack-damage {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-action .switch-attack-singleReroll-input-name {
margin-left: 10px
}
.switch-attackSeparateModeSelection-show:checked ~ .table-action .switch-attack-singleReroll-select-type {
margin-left: 9px
}
.switch-attackSeparateModeSelection-show:checked ~ .table-action .switch-attack-singleReroll-button-single-attack {
margin-left: 6px;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-action .switch-attack-singleReroll-button-full-attack {
margin-left: 6px;
}
.switch-attackSingleModeSelection-show:checked ~ .table-action .switch-attack-singleReroll-button-full-attack {
margin-left: 4px;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-action .switch-attack-singleReroll-button-damage {
margin-left: 6px;
}
.switch-attackSingleModeSelection-show:checked ~ .table-action .switch-attack-singleReroll-button-damage {
margin-left: 5px;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-action .switch-attack-singleReroll-button-critic {
margin-left: 7px;
}
.switch-attackSingleModeSelection-show:checked ~ .table-action .switch-attack-singleReroll-button-critic {
margin-left: 5px;
}
/* ----------------------- weapons section -----------------------*/
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-splittedDamage-tableWeapon {
display: none;
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-unitedDamage-tableWeapon {
display: none;
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-single-label {
display: none;
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-attack-single-label {
margin-left: 10px;
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleRerollSplitted-button {
display: none;
}
.switch-rerollCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleRerollSplitted-button {
display: none;
}
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleRerollSplitted-button {
display: none;
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleMultiplySplitted-button {
display: none;
}
.switch-multiplyCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleMultiplySplitted-button {
display: none;
}
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleMultiplySplitted-button {
display: none;
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleCustomSplitted-button {
display: none;
}
.switch-customCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleCustomSplitted-button {
display: none;
}
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleCustomSplitted-button {
display: none;
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleRerollUnited-button {
display: none;
}
.switch-rerollCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleRerollUnited-button {
display: none;
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleRerollUnited-button {
display: none;
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleMultiplyUnited-button {
display: none;
}
.switch-multiplyCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleMultiplyUnited-button {
display: none;
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleMultiplyUnited-button {
display: none;
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleCustomUnited-button {
display: none;
}
.switch-customCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleCustomUnited-button {
display: none;
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleCustomUnited-button {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-fullAttack-label {
margin-left: 65px;
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-fullAttack-label {
margin-left: 10px;
}
.switch-attackSeparateModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-separate-button {
display: none;
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleRerollSplitted-button {
display: none;
}
.switch-rerollCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleRerollSplitted-button {
display: none;
}
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleRerollSplitted-button {
display: none;
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleMultiplySplitted-button {
display: none;
}
.switch-multiplyCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleMultiplySplitted-button {
display: none;
}
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleMultiplySplitted-button {
display: none;
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleCustomSplitted-button {
display: none;
}
.switch-customCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleCustomSplitted-button {
display: none;
}
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleCustomSplitted-button {
display: none;
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleRerollUnited-button {
display: none;
}
.switch-rerollCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleRerollUnited-button {
display: none;
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleRerollUnited-button {
display: none;
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleMultiplyUnited-button {
display: none;
}
.switch-multiplyCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleMultiplyUnited-button {
display: none;
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleMultiplyUnited-button {
display: none;
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleCustomUnited-button {
display: none;
}
.switch-customCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleCustomUnited-button {
display: none;
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleCustomUnited-button {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-damage-label {
margin-left: 60px;
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-damage-label {
margin-left: 15px;
}
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-damage-splitted-button {
display: none;
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-damage-united-button {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-critic-label {
margin-left: 60px;
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-critic-label {
margin-left: 30px;
}
.switch-rerollCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-rerollSplitted-button {
display: none;
}
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-rerollSplitted-button {
display: none;
}
.switch-multiplyCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-multiplySplitted-button {
display: none;
}
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-multiplySplitted-button {
display: none;
}
.switch-customCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-customSplitted-button {
display: none;
}
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-customSplitted-button {
display: none;
}
.switch-rerollCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-rerollUnited-button {
display: none;
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-rerollUnited-button {
display: none;
}
.switch-multiplyCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-multiplyUnited-button {
display: none;
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-multiplyUnited-button {
display: none;
}
.switch-customCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-customUnited-button {
display: none;
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-customUnited-button {
display: none;
}
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-damage-splitted-macro {
display: none;
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-damage-united-macro {
display: none;
}
.switch-rerollCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-rerollSplitted-macro {
display: none;
}
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-rerollSplitted-macro {
display: none;
}
.switch-multiplyCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-multiplySplitted-macro {
display: none;
}
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-multiplySplitted-macro {
display: none;
}
.switch-customCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-customSplitted-macro {
display: none;
}
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-customSplitted-macro {
display: none;
}
.switch-rerollCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-rerollUnited-macro {
display: none;
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-rerollUnited-macro {
display: none;
}
.switch-multiplyCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-multiplyUnited-macro {
display: none;
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-multiplyUnited-macro {
display: none;
}
.switch-customCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-customUnited-macro {
display: none;
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-customUnited-macro {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-singleAttack-rollTemplate {
width: 175px
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-singleAttack-rollTemplate {
width: 125px
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleRerollSplitted-rollTemplate {
display: none;
}
.switch-rerollCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleRerollSplitted-rollTemplate {
display: none;
}
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleRerollSplitted-rollTemplate {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-attack-singleRerollSplitted-rollTemplate {
width: 175px
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-attack-singleRerollSplitted-rollTemplate {
width: 175px
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleMultiplySplitted-rollTemplate {
display: none;
}
.switch-multiplyCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleMultiplySplitted-rollTemplate {
display: none;
}
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleMultiplySplitted-rollTemplate {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-attack-singleMultiplySplitted-rollTemplate {
width: 175px
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-attack-singleMultiplySplitted-rollTemplate {
width: 175px
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleCustomSplitted-rollTemplate {
display: none;
}
.switch-customCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleCustomSplitted-rollTemplate {
display: none;
}
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleCustomSplitted-rollTemplate {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-attack-singleCustomSplitted-rollTemplate {
width: 175px
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-attack-singleCustomSplitted-rollTemplate {
width: 175px
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleRerollUnited-rollTemplate {
display: none;
}
.switch-rerollCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleRerollUnited-rollTemplate {
display: none;
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleRerollUnited-rollTemplate {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-attack-singleRerollUnited-rollTemplate {
width: 175px
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-attack-singleRerollUnited-rollTemplate {
width: 175px
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleMultiplyUnited-rollTemplate {
display: none;
}
.switch-multiplyCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleMultiplyUnited-rollTemplate {
display: none;
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleMultiplyUnited-rollTemplate {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-attack-singleMultiplyUnited-rollTemplate {
width: 175px
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-attack-singleMultiplyUnited-rollTemplate {
width: 175px
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleCustomUnited-rollTemplate {
display: none;
}
.switch-customCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleCustomUnited-rollTemplate {
display: none;
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-attack-singleCustomUnited-rollTemplate {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-attack-singleCustomUnited-rollTemplate {
width: 175px
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-attack-singleCustomUnited-rollTemplate {
width: 175px
}
.switch-attackSeparateModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-separate-rollTemplate {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-fullAttack-separate-rollTemplate {
width: 182px
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-fullAttack-separate-rollTemplate {
width: 130px
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleRerollSplitted-rollTemplate {
display: none;
}
.switch-rerollCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleRerollSplitted-rollTemplate {
display: none;
}
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleRerollSplitted-rollTemplate {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-fullAttack-singleRerollSplitted-rollTemplate {
width: 182px
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-fullAttack-singleRerollSplitted-rollTemplate {
width: 130px
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleMultiplySplitted-rollTemplate {
display: none;
}
.switch-multiplyCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleMultiplySplitted-rollTemplate {
display: none;
}
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleMultiplySplitted-rollTemplate {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-fullAttack-singleMultiplySplitted-rollTemplate {
width: 182px
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-fullAttack-singleMultiplySplitted-rollTemplate {
width: 130px
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleCustomSplitted-rollTemplate {
display: none;
}
.switch-customCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleCustomSplitted-rollTemplate {
display: none;
}
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleCustomSplitted-rollTemplate {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-fullAttack-singleCustomSplitted-rollTemplate {
width: 182px
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-fullAttack-singleCustomSplitted-rollTemplate {
width: 130px
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleRerollUnited-rollTemplate {
display: none;
}
.switch-rerollCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleRerollUnited-rollTemplate {
display: none;
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleRerollUnited-rollTemplate {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-fullAttack-singleRerollUnited-rollTemplate {
width: 182px
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-fullAttack-singleRerollUnited-rollTemplate {
width: 130px
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleMultiplyUnited-rollTemplate {
display: none;
}
.switch-multiplyCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleMultiplyUnited-rollTemplate {
display: none;
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleMultiplyUnited-rollTemplate {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-fullAttack-singleMultiplyUnited-rollTemplate {
width: 182px
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-fullAttack-singleMultiplyUnited-rollTemplate {
width: 130px
}
.switch-attackSingleModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleCustomUnited-rollTemplate {
display: none;
}
.switch-customCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleCustomUnited-rollTemplate {
display: none;
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-fullAttack-singleCustomUnited-rollTemplate {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-fullAttack-singleCustomUnited-rollTemplate {
width: 182px
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-fullAttack-singleCustomUnited-rollTemplate {
width: 130px
}
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-damage-splitted-rollTemplate {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-damage-splitted-rollTemplate {
width: 175px
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-damage-splitted-rollTemplate {
width: 130px
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-damage-united-rollTemplate {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-damage-united-rollTemplate {
width: 175px
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-damage-united-rollTemplate {
width: 130px
}
.switch-rerollCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-rerollSplitted-rollTemplate {
display: none;
}
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-rerollSplitted-rollTemplate {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-critic-rerollSplitted-rollTemplate {
width: 175px
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-critic-rerollSplitted-rollTemplate {
width: 133px
}
.switch-multiplyCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-multiplySplitted-rollTemplate {
display: none;
}
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-multiplySplitted-rollTemplate {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-critic-multiplySplitted-rollTemplate {
width: 175px
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-critic-multiplySplitted-rollTemplate {
width: 133px
}
.switch-customCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-customSplitted-rollTemplate {
display: none;
}
.switch-splittedDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-customSplitted-rollTemplate {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-critic-customSplitted-rollTemplate {
width: 175px
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-critic-customSplitted-rollTemplate {
width: 133px
}
.switch-rerollCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-rerollUnited-rollTemplate {
display: none;
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-rerollUnited-rollTemplate {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-critic-rerollUnited-rollTemplate {
width: 175px
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-critic-rerollUnited-rollTemplate {
width: 133px
}
.switch-multiplyCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-multiplyUnited-rollTemplate {
display: none;
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-multiplyUnited-rollTemplate {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-critic-multiplyUnited-rollTemplate {
width: 175px
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-critic-multiplyUnited-rollTemplate {
width: 133px
}
.switch-customCriticModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-customUnited-rollTemplate {
display: none;
}
.switch-uniteDamageModeSelection-show:not(:checked) ~ .table-sheet .switch-critic-customUnited-rollTemplate {
display: none;
}
.switch-attackSeparateModeSelection-show:checked ~ .table-sheet .switch-critic-customUnited-rollTemplate {
width: 175px
}
.switch-attackSingleModeSelection-show:checked ~ .table-sheet .switch-critic-customUnited-rollTemplate {
width: 133px
}
.pc-weapon1-show:not(:checked) ~ .pc-weapon1 {
display: none;
}
.pc-weapon1Macro-show:not(:checked) ~ .pc-weapon1Macro {
display: none;
}
.pc-weapon2-show:not(:checked) ~ .pc-weapon2 {
display: none;
}
.pc-weapon2Macro-show:not(:checked) ~ .pc-weapon2Macro {
display: none;
}
.pc-weapon3-show:not(:checked) ~ .pc-weapon3 {
display: none;
}
.pc-weapon3Macro-show:not(:checked) ~ .pc-weapon3Macro {
display: none;
}
.pc-weapon4-show:not(:checked) ~ .pc-weapon4 {
display: none;
}
.pc-weapon4Macro-show:not(:checked) ~ .pc-weapon4Macro {
display: none;
}
.pc-weapon5-show:not(:checked) ~ .pc-weapon5 {
display: none;
}
.pc-weapon5Macro-show:not(:checked) ~ .pc-weapon5Macro {
display: none;
}
.pc-weapon6-show:not(:checked) ~ .pc-weapon6 {
display: none;
}
.pc-weapon6Macro-show:not(:checked) ~ .pc-weapon6Macro {
display: none;
}
.pc-weapon7-show:not(:checked) ~ .pc-weapon7 {
display: none;
}
.pc-weapon7Macro-show:not(:checked) ~ .pc-weapon7Macro {
display: none;
}
.pc-weapon8-show:not(:checked) ~ .pc-weapon8 {
display: none;
}
.pc-weapon8Macro-show:not(:checked) ~ .pc-weapon8Macro {
display: none;
}
.pc-weapon9-show:not(:checked) ~ .pc-weapon9 {
display: none;
}
.pc-weapon9Macro-show:not(:checked) ~ .pc-weapon9Macro {
display: none;
}
.pc-weapon10-show:not(:checked) ~ .pc-weapon10 {
display: none;
}
.pc-weapon10Macro-show:not(:checked) ~ .pc-weapon10Macro {
display: none;
}
.pc-weapon11-show:not(:checked) ~ .pc-weapon11 {
display: none;
}
.pc-weapon11Macro-show:not(:checked) ~ .pc-weapon11Macro {
display: none;
}
/* ----------------------- summons section -----------------------*/
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-splittedDamage-tableWeapon {
display: none;
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-unitedDamage-tableWeapon {
display: none;
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-single-label {
display: none;
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-attack-single-label {
margin-left: 10px;
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleRerollSplitted-button {
display: none;
}
.switch-summonsRerollCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleRerollSplitted-button {
display: none;
}
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleRerollSplitted-button {
display: none;
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleMultiplySplitted-button {
display: none;
}
.switch-summonsMultiplyCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleMultiplySplitted-button {
display: none;
}
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleMultiplySplitted-button {
display: none;
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleCustomSplitted-button {
display: none;
}
.switch-summonsCustomCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleCustomSplitted-button {
display: none;
}
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleCustomSplitted-button {
display: none;
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleRerollUnited-button {
display: none;
}
.switch-summonsRerollCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleRerollUnited-button {
display: none;
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleRerollUnited-button {
display: none;
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleMultiplyUnited-button {
display: none;
}
.switch-summonsMultiplyCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleMultiplyUnited-button {
display: none;
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleMultiplyUnited-button {
display: none;
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleCustomUnited-button {
display: none;
}
.switch-summonsCustomCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleCustomUnited-button {
display: none;
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleCustomUnited-button {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-fullAttack-label {
margin-left: 65px;
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-fullAttack-label {
margin-left: 10px;
}
.switch-summonsAttackSeparateModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-separate-button {
display: none;
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleRerollSplitted-button {
display: none;
}
.switch-summonsRerollCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleRerollSplitted-button {
display: none;
}
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleRerollSplitted-button {
display: none;
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleMultiplySplitted-button {
display: none;
}
.switch-summonsMultiplyCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleMultiplySplitted-button {
display: none;
}
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleMultiplySplitted-button {
display: none;
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleCustomSplitted-button {
display: none;
}
.switch-summonsCustomCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleCustomSplitted-button {
display: none;
}
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleCustomSplitted-button {
display: none;
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleRerollUnited-button {
display: none;
}
.switch-summonsRerollCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleRerollUnited-button {
display: none;
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleRerollUnited-button {
display: none;
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleMultiplyUnited-button {
display: none;
}
.switch-summonsMultiplyCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleMultiplyUnited-button {
display: none;
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleMultiplyUnited-button {
display: none;
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleCustomUnited-button {
display: none;
}
.switch-summonsCustomCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleCustomUnited-button {
display: none;
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleCustomUnited-button {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-damage-label {
margin-left: 60px;
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-damage-label {
margin-left: 15px;
}
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-damage-splitted-button {
display: none;
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-damage-united-button {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-critic-label {
margin-left: 60px;
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-critic-label {
margin-left: 30px;
}
.switch-summonsRerollCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-rerollSplitted-button {
display: none;
}
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-rerollSplitted-button {
display: none;
}
.switch-summonsMultiplyCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-multiplySplitted-button {
display: none;
}
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-multiplySplitted-button {
display: none;
}
.switch-summonsCustomCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-customSplitted-button {
display: none;
}
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-customSplitted-button {
display: none;
}
.switch-summonsRerollCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-rerollUnited-button {
display: none;
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-rerollUnited-button {
display: none;
}
.switch-summonsMultiplyCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-multiplyUnited-button {
display: none;
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-multiplyUnited-button {
display: none;
}
.switch-summonsCustomCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-customUnited-button {
display: none;
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-customUnited-button {
display: none;
}
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-damage-splitted-macro {
display: none;
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-damage-united-macro {
display: none;
}
.switch-summonsRerollCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-rerollSplitted-macro {
display: none;
}
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-rerollSplitted-macro {
display: none;
}
.switch-summonsMultiplyCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-multiplySplitted-macro {
display: none;
}
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-multiplySplitted-macro {
display: none;
}
.switch-summonsCustomCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-customSplitted-macro {
display: none;
}
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-customSplitted-macro {
display: none;
}
.switch-summonsRerollCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-rerollUnited-macro {
display: none;
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-rerollUnited-macro {
display: none;
}
.switch-summonsMultiplyCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-multiplyUnited-macro {
display: none;
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-multiplyUnited-macro {
display: none;
}
.switch-summonsCustomCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-customUnited-macro {
display: none;
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-customUnited-macro {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-singleAttack-rollTemplate {
width: 175px
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-singleAttack-rollTemplate {
width: 125px
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleRerollSplitted-rollTemplate {
display: none;
}
.switch-summonsRerollCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleRerollSplitted-rollTemplate {
display: none;
}
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleRerollSplitted-rollTemplate {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-attack-singleRerollSplitted-rollTemplate {
width: 175px
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-attack-singleRerollSplitted-rollTemplate {
width: 175px
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleMultiplySplitted-rollTemplate {
display: none;
}
.switch-summonsMultiplyCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleMultiplySplitted-rollTemplate {
display: none;
}
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleMultiplySplitted-rollTemplate {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-attack-singleMultiplySplitted-rollTemplate {
width: 175px
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-attack-singleMultiplySplitted-rollTemplate {
width: 175px
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleCustomSplitted-rollTemplate {
display: none;
}
.switch-summonsCustomCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleCustomSplitted-rollTemplate {
display: none;
}
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleCustomSplitted-rollTemplate {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-attack-singleCustomSplitted-rollTemplate {
width: 175px
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-attack-singleCustomSplitted-rollTemplate {
width: 175px
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleRerollUnited-rollTemplate {
display: none;
}
.switch-summonsRerollCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleRerollUnited-rollTemplate {
display: none;
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleRerollUnited-rollTemplate {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-attack-singleRerollUnited-rollTemplate {
width: 175px
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-attack-singleRerollUnited-rollTemplate {
width: 175px
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleMultiplyUnited-rollTemplate {
display: none;
}
.switch-summonsMultiplyCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleMultiplyUnited-rollTemplate {
display: none;
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleMultiplyUnited-rollTemplate {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-attack-singleMultiplyUnited-rollTemplate {
width: 175px
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-attack-singleMultiplyUnited-rollTemplate {
width: 175px
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleCustomUnited-rollTemplate {
display: none;
}
.switch-summonsCustomCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleCustomUnited-rollTemplate {
display: none;
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-attack-singleCustomUnited-rollTemplate {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-attack-singleCustomUnited-rollTemplate {
width: 175px
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-attack-singleCustomUnited-rollTemplate {
width: 175px
}
.switch-summonsAttackSeparateModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-separate-rollTemplate {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-fullAttack-separate-rollTemplate {
width: 182px
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-fullAttack-separate-rollTemplate {
width: 130px
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleRerollSplitted-rollTemplate {
display: none;
}
.switch-summonsRerollCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleRerollSplitted-rollTemplate {
display: none;
}
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleRerollSplitted-rollTemplate {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-fullAttack-singleRerollSplitted-rollTemplate {
width: 182px
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-fullAttack-singleRerollSplitted-rollTemplate {
width: 130px
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleMultiplySplitted-rollTemplate {
display: none;
}
.switch-summonsMultiplyCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleMultiplySplitted-rollTemplate {
display: none;
}
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleMultiplySplitted-rollTemplate {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-fullAttack-singleMultiplySplitted-rollTemplate {
width: 182px
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-fullAttack-singleMultiplySplitted-rollTemplate {
width: 130px
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleCustomSplitted-rollTemplate {
display: none;
}
.switch-summonsCustomCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleCustomSplitted-rollTemplate {
display: none;
}
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleCustomSplitted-rollTemplate {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-fullAttack-singleCustomSplitted-rollTemplate {
width: 182px
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-fullAttack-singleCustomSplitted-rollTemplate {
width: 130px
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleRerollUnited-rollTemplate {
display: none;
}
.switch-summonsRerollCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleRerollUnited-rollTemplate {
display: none;
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleRerollUnited-rollTemplate {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-fullAttack-singleRerollUnited-rollTemplate {
width: 182px
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-fullAttack-singleRerollUnited-rollTemplate {
width: 130px
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleMultiplyUnited-rollTemplate {
display: none;
}
.switch-summonsMultiplyCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleMultiplyUnited-rollTemplate {
display: none;
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleMultiplyUnited-rollTemplate {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-fullAttack-singleMultiplyUnited-rollTemplate {
width: 182px
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-fullAttack-singleMultiplyUnited-rollTemplate {
width: 130px
}
.switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleCustomUnited-rollTemplate {
display: none;
}
.switch-summonsCustomCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleCustomUnited-rollTemplate {
display: none;
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-fullAttack-singleCustomUnited-rollTemplate {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-fullAttack-singleCustomUnited-rollTemplate {
width: 182px
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-fullAttack-singleCustomUnited-rollTemplate {
width: 130px
}
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-damage-splitted-rollTemplate {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-damage-splitted-rollTemplate {
width: 175px
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-damage-splitted-rollTemplate {
width: 130px
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-damage-united-rollTemplate {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-damage-united-rollTemplate {
width: 175px
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-damage-united-rollTemplate {
width: 130px
}
.switch-summonsRerollCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-rerollSplitted-rollTemplate {
display: none;
}
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-rerollSplitted-rollTemplate {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-critic-rerollSplitted-rollTemplate {
width: 175px
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-critic-rerollSplitted-rollTemplate {
width: 133px
}
.switch-summonsMultiplyCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-multiplySplitted-rollTemplate {
display: none;
}
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-multiplySplitted-rollTemplate {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-critic-multiplySplitted-rollTemplate {
width: 175px
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-critic-multiplySplitted-rollTemplate {
width: 133px
}
.switch-summonsCustomCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-customSplitted-rollTemplate {
display: none;
}
.switch-summonsSplittedDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-customSplitted-rollTemplate {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-critic-customSplitted-rollTemplate {
width: 175px
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-critic-customSplitted-rollTemplate {
width: 133px
}
.switch-summonsRerollCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-rerollUnited-rollTemplate {
display: none;
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-rerollUnited-rollTemplate {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-critic-rerollUnited-rollTemplate {
width: 175px
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-critic-rerollUnited-rollTemplate {
width: 133px
}
.switch-summonsMultiplyCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-multiplyUnited-rollTemplate {
display: none;
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-multiplyUnited-rollTemplate {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-critic-multiplyUnited-rollTemplate {
width: 175px
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-critic-multiplyUnited-rollTemplate {
width: 133px
}
.switch-summonsCustomCriticModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-customUnited-rollTemplate {
display: none;
}
.switch-summonsUniteDamageModeSelection-show:not(:checked) ~ .summons-attacks .switch-critic-customUnited-rollTemplate {
display: none;
}
.switch-summonsAttackSeparateModeSelection-show:checked ~ .summons-attacks .switch-critic-customUnited-rollTemplate {
width: 175px
}
.switch-summonsAttackSingleModeSelection-show:checked ~ .summons-attacks .switch-critic-customUnited-rollTemplate {
width: 133px
}
.summons-attack1-show:not(:checked) ~ .summons-attack1 {
display: none;
}
.summons-attack1Macro-show:not(:checked) ~ .summons-attack1Macro {
display: none;
}
.summons-attack2-show:not(:checked) ~ .summons-attack2 {
display: none;
}
.summons-attack2Macro-show:not(:checked) ~ .summons-attack2Macro {
display: none;
}
.summons-attack3-show:not(:checked) ~ .summons-attack3 {
display: none;
}
.summons-attack3Macro-show:not(:checked) ~ .summons-attack3Macro {
display: none;
}
.summons-attack4-show:not(:checked) ~ .summons-attack4 {
display: none;
}
.summons-attack4Macro-show:not(:checked) ~ .summons-attack4Macro {
display: none;
}
.summons-attack5-show:not(:checked) ~ .summons-attack5 {
display: none;
}
.summons-attack5Macro-show:not(:checked) ~ .summons-attack5Macro {
display: none;
}
.summons-tab-content-show:not(:checked) ~ .summons-tab-content {
display: none;
}
.summons-charclasses-show:not(:checked) ~ .summons-charclasses {
display: none;
}
/* ----------------------- spells section -----------------------*/
.switch-baseModeSpellSection-show:not(:checked) ~ .switch-baseModeSpellSection {
display: none;
}
.switch-fullModeSpellSection-show:not(:checked) ~ .switch-fullModeSpellSection {
display: none;
}
.pc-spellAction-show:not(:checked) ~ .pc-spellAction {
display: none;
}
.pc-spellActionDescription-show:not(:checked) ~ .pc-spellActionDescription {
display: none;
}
.pc-divineSpells-show:not(:checked) ~ .pc-divineSpells {
display: none;
}
.pc-divineSpells0-show:not(:checked) ~ .pc-divineSpells0 {
display: none;
}
.pc-divineDetail0-show:not(:checked) ~ .pc-divineDetail0 {
display: none;
}
.pc-divineSpells1-show:not(:checked) ~ .pc-divineSpells1 {
display: none;
}
.pc-divineDetail1-show:not(:checked) ~ .pc-divineDetail1 {
display: none;
}
.pc-divineSpells2-show:not(:checked) ~ .pc-divineSpells2 {
display: none;
}
.pc-divineDetail2-show:not(:checked) ~ .pc-divineDetail2 {
display: none;
}
.pc-divineSpells3-show:not(:checked) ~ .pc-divineSpells3 {
display: none;
}
.pc-divineDetail3-show:not(:checked) ~ .pc-divineDetail3 {
display: none;
}
.pc-divineSpells4-show:not(:checked) ~ .pc-divineSpells4 {
display: none;
}
.pc-divineDetail4-show:not(:checked) ~ .pc-divineDetail4 {
display: none;
}
.pc-divineSpells5-show:not(:checked) ~ .pc-divineSpells5 {
display: none;
}
.pc-divineDetail5-show:not(:checked) ~ .pc-divineDetail5 {
display: none;
}
.pc-divineSpells6-show:not(:checked) ~ .pc-divineSpells6 {
display: none;
}
.pc-divineDetail6-show:not(:checked) ~ .pc-divineDetail6 {
display: none;
}
.pc-divineSpells7-show:not(:checked) ~ .pc-divineSpells7 {
display: none;
}
.pc-divineDetail7-show:not(:checked) ~ .pc-divineDetail7 {
display: none;
}
.pc-divineSpells8-show:not(:checked) ~ .pc-divineSpells8 {
display: none;
}
.pc-divineDetail8-show:not(:checked) ~ .pc-divineDetail8 {
display: none;
}
.pc-divineSpells9-show:not(:checked) ~ .pc-divineSpells9 {
display: none;
}
.pc-divineDetail9-show:not(:checked) ~ .pc-divineDetail9 {
display: none;
}
.pc-divineSpells10-show:not(:checked) ~ .pc-divineSpells10 {
display: none;
}
.pc-divineDetail10-show:not(:checked) ~ .pc-divineDetail10 {
display: none;
}
.pc-domain-show:not(:checked) ~ .pc-domain {
display: none;
}
.pc-domainDetail-show:not(:checked) ~ .pc-domainDetail {
display: none;
}
.pc-arcaneSpells-show:not(:checked) ~ .pc-arcaneSpells {
display: none;
}
.pc-arcaneSpells0-show:not(:checked) ~ .pc-arcaneSpells0 {
display: none;
}
.pc-arcaneDetail0-show:not(:checked) ~ .pc-arcaneDetail0 {
display: none;
}
.pc-arcaneSpells1-show:not(:checked) ~ .pc-arcaneSpells1 {
display: none;
}
.pc-arcaneDetail1-show:not(:checked) ~ .pc-arcaneDetail1 {
display: none;
}
.pc-arcaneSpells2-show:not(:checked) ~ .pc-arcaneSpells2 {
display: none;
}
.pc-arcaneDetail2-show:not(:checked) ~ .pc-arcaneDetail2 {
display: none;
}
.pc-arcaneSpells3-show:not(:checked) ~ .pc-arcaneSpells3 {
display: none;
}
.pc-arcaneDetail3-show:not(:checked) ~ .pc-arcaneDetail3 {
display: none;
}
.pc-arcaneSpells4-show:not(:checked) ~ .pc-arcaneSpells4 {
display: none;
}
.pc-arcaneDetail4-show:not(:checked) ~ .pc-arcaneDetail4 {
display: none;
}
.pc-arcaneSpells5-show:not(:checked) ~ .pc-arcaneSpells5 {
display: none;
}
.pc-arcaneDetail5-show:not(:checked) ~ .pc-arcaneDetail5 {
display: none;
}
.pc-arcaneSpells6-show:not(:checked) ~ .pc-arcaneSpells6 {
display: none;
}
.pc-arcaneDetail6-show:not(:checked) ~ .pc-arcaneDetail6 {
display: none;
}
.pc-arcaneSpells7-show:not(:checked) ~ .pc-arcaneSpells7 {
display: none;
}
.pc-arcaneDetail7-show:not(:checked) ~ .pc-arcaneDetail7 {
display: none;
}
.pc-arcaneSpells8-show:not(:checked) ~ .pc-arcaneSpells8 {
display: none;
}
.pc-arcaneDetail8-show:not(:checked) ~ .pc-arcaneDetail8 {
display: none;
}
.pc-arcaneSpells9-show:not(:checked) ~ .pc-arcaneSpells9 {
display: none;
}
.pc-arcaneDetail9-show:not(:checked) ~ .pc-arcaneDetail9 {
display: none;
}
.pc-arcaneSpells10-show:not(:checked) ~ .pc-arcaneSpells10 {
display: none;
}
.pc-arcaneDetail10-show:not(:checked) ~ .pc-arcaneDetail10 {
display: none;
}
.pc-psionicPowers-show:not(:checked) ~ .pc-psionicPowers {
display: none;
}
.pc-psionicPowers1-show:not(:checked) ~ .pc-psionicPowers1 {
display: none;
}
.pc-psionicDetail1-show:not(:checked) ~ .pc-psionicDetail1 {
display: none;
}
.pc-psionicPowers2-show:not(:checked) ~ .pc-psionicPowers2 {
display: none;
}
.pc-psionicDetail2-show:not(:checked) ~ .pc-psionicDetail2 {
display: none;
}
.pc-psionicPowers3-show:not(:checked) ~ .pc-psionicPowers3 {
display: none;
}
.pc-psionicDetail3-show:not(:checked) ~ .pc-psionicDetail3 {
display: none;
}
.pc-psionicPowers4-show:not(:checked) ~ .pc-psionicPowers4 {
display: none;
}
.pc-psionicDetail4-show:not(:checked) ~ .pc-psionicDetail4 {
display: none;
}
.pc-psionicPowers5-show:not(:checked) ~ .pc-psionicPowers5 {
display: none;
}
.pc-psionicDetail5-show:not(:checked) ~ .pc-psionicDetail5 {
display: none;
}
.pc-psionicPowers6-show:not(:checked) ~ .pc-psionicPowers6 {
display: none;
}
.pc-psionicDetail6-show:not(:checked) ~ .pc-psionicDetail6 {
display: none;
}
.pc-psionicPowers7-show:not(:checked) ~ .pc-psionicPowers7 {
display: none;
}
.pc-psionicDetail7-show:not(:checked) ~ .pc-psionicDetail7 {
display: none;
}
.pc-psionicPowers8-show:not(:checked) ~ .pc-psionicPowers8 {
display: none;
}
.pc-psionicDetail8-show:not(:checked) ~ .pc-psionicDetail8 {
display: none;
}
.pc-psionicPowers9-show:not(:checked) ~ .pc-psionicPowers9 {
display: none;
}
.pc-psionicDetail9-show:not(:checked) ~ .pc-psionicDetail9 {
display: none;
}
.pc-psionicPowers10-show:not(:checked) ~ .pc-psionicPowers10 {
display: none;
}
.pc-psionicDetail10-show:not(:checked) ~ .pc-psionicDetail10 {
display: none;
}
.pc-invocations-show:not(:checked) ~ .pc-invocations {
display: none;
}
.pc-invocations1-show:not(:checked) ~ .pc-invocations1 {
display: none;
}
.pc-invocationsDetail1-show:not(:checked) ~ .pc-invocationsDetail1 {
display: none;
}
.pc-invocations2-show:not(:checked) ~ .pc-invocations2 {
display: none;
}
.pc-invocationsDetail2-show:not(:checked) ~ .pc-invocationsDetail2 {
display: none;
}
.pc-invocations3-show:not(:checked) ~ .pc-invocations3 {
display: none;
}
.pc-invocationsDetail3-show:not(:checked) ~ .pc-invocationsDetail3 {
display: none;
}
.pc-invocations4-show:not(:checked) ~ .pc-invocations4 {
display: none;
}
.pc-invocationsDetail4-show:not(:checked) ~ .pc-invocationsDetail4 {
display: none;
}
.pc-maneuversStances-show:not(:checked) ~ .pc-maneuversStances {
display: none;
}
.pc-maneuversStances1-show:not(:checked) ~ .pc-maneuversStances1 {
display: none;
}
.pc-maneuversStancesDetail1-show:not(:checked) ~ .pc-maneuversStancesDetail1 {
display: none;
}
.pc-maneuversStances2-show:not(:checked) ~ .pc-maneuversStances2 {
display: none;
}
.pc-maneuversStancesDetail2-show:not(:checked) ~ .pc-maneuversStancesDetail2 {
display: none;
}
.pc-maneuversStances3-show:not(:checked) ~ .pc-maneuversStances3 {
display: none;
}
.pc-maneuversStancesDetail3-show:not(:checked) ~ .pc-maneuversStancesDetail3 {
display: none;
}
.pc-maneuversStances4-show:not(:checked) ~ .pc-maneuversStances4 {
display: none;
}
.pc-maneuversStancesDetail4-show:not(:checked) ~ .pc-maneuversStancesDetail4 {
display: none;
}
.pc-maneuversStances5-show:not(:checked) ~ .pc-maneuversStances5 {
display: none;
}
.pc-maneuversStancesDetail5-show:not(:checked) ~ .pc-maneuversStancesDetail5 {
display: none;
}
.pc-maneuversStances6-show:not(:checked) ~ .pc-maneuversStances6 {
display: none;
}
.pc-maneuversStancesDetail6-show:not(:checked) ~ .pc-maneuversStancesDetail6 {
display: none;
}
.pc-maneuversStances7-show:not(:checked) ~ .pc-maneuversStances7 {
display: none;
}
.pc-maneuversStancesDetail7-show:not(:checked) ~ .pc-maneuversStancesDetail7 {
display: none;
}
.pc-maneuversStances8-show:not(:checked) ~ .pc-maneuversStances8 {
display: none;
}
.pc-maneuversStancesDetail8-show:not(:checked) ~ .pc-maneuversStancesDetail8 {
display: none;
}
.pc-maneuversStances9-show:not(:checked) ~ .pc-maneuversStances9 {
display: none;
}
.pc-maneuversStancesDetail9-show:not(:checked) ~ .pc-maneuversStancesDetail9 {
display: none;
}
.pc-maneuversStances10-show:not(:checked) ~ .pc-maneuversStances10 {
display: none;
}
.pc-maneuversStancesDetail10-show:not(:checked) ~ .pc-maneuversStancesDetail10 {
display: none;
}
.pc-spellLikeAbilites-show:not(:checked) ~ .pc-spellLikeAbilites {
display: none;
}
.pc-spellLikeAbilites1-show:not(:checked) ~ .pc-spellLikeAbilites1 {
display: none;
}
.pc-spellLikeAbilitesDetail1-show:not(:checked) ~ .pc-spellLikeAbilitesDetail1 {
display: none;
}
.pc-spells0-show:not(:checked) ~ .pc-spells0 {
display: none;
}
.pc-spells1-show:not(:checked) ~ .pc-spells1 {
display: none;
}
.pc-spells2-show:not(:checked) ~ .pc-spells2 {
display: none;
}
.pc-spells3-show:not(:checked) ~ .pc-spells3 {
display: none;
}
.pc-spells4-show:not(:checked) ~ .pc-spells4 {
display: none;
}
.pc-spells5-show:not(:checked) ~ .pc-spells5 {
display: none;
}
.pc-spells6-show:not(:checked) ~ .pc-spells6 {
display: none;
}
.pc-spells7-show:not(:checked) ~ .pc-spells7 {
display: none;
}
.pc-spells8-show:not(:checked) ~ .pc-spells8 {
display: none;
}
.pc-spells9-show:not(:checked) ~ .pc-spells9 {
display: none;
}
.pc-spells10-show:not(:checked) ~ .pc-spells10 {
display: none;
}
/* ----------------------- general -----------------------*/
.pc-spells-show:not(:checked) ~ .pc-spells {
display: none;
}
.pc-charrpinfo-show:not(:checked) ~ .pc-charrpinfo {
display: none;
}
.pc-charclasses-show:not(:checked) ~ .pc-charclasses {
display: none;
}
.pc-combat-show:not(:checked) ~ .pc-combat {
display: none;
}
.pc-charnotes-show:not(:checked) ~ .pc-charnotes {
display: none;
}
.pc-saveblock-show:not(:checked) ~ .pc-saveblock {
display: none;
}
.pc-savemacros-show:not(:checked) ~ .pc-savemacros {
display: none;
}
.pc-baseattackmacros-show:not(:checked) ~ .pc-baseattackmacros {
display: none;
}
.pc-statblock-show:not(:checked) ~ .pc-statblock {
display: none;
}
.pc-abilitymacros-show:not(:checked) ~ .pc-abilitymacros {
display: none;
}
.pc-equipment-show:not(:checked) ~ .pc-equipment {
display: none;
}
.pc-acequipment-show:not(:checked) ~ .pc-acequipment {
display: none;
}
.pc-acother-show:not(:checked) ~ .pc-acother {
display: none;
}
.pc-singleuseequipment-show:not(:checked) ~ .pc-singleuseequipment {
display: none;
}
.pc-magicequipment-show:not(:checked) ~ .pc-magicequipment {
display: none;
}
.pc-stdequipment-show:not(:checked) ~ .pc-stdequipment {
display: none;
}
.pc-otherequipment-show:not(:checked) ~ .pc-otherequipment {
display: none;
}
.pc-encumbrance-show:not(:checked) ~ .pc-encumbrance {
display: none;
}
.pc-weapons-show:not(:checked) ~ .pc-weapons {
display: none;
}
.pc-turn-undead-show:not(:checked) ~ .pc-turn-undead {
display: none;
}
.pc-skills-show:not(:checked) ~ .pc-skills {
display: none;
}
.pc-pronouns-show:not(:checked) ~ .pc-pronouns {
display: none;
}
.pc-summons-show:not(:checked) ~ .pc-summons {
display: none;
}
.pc-notes-show:not(:checked) ~ .pc-notes {
display: none;
}
.pc-rolltemplates-show:not(:checked) ~ .pc-rolltemplates {
display: none;
}
.pc-deflectioncalc-show:not(:checked) ~ .pc-deflectioncalc {
display: none;
}
.pc-armorbonuscalc-show:not(:checked) ~ .pc-armorbonuscalc {
display: none;
}
.pc-dodgecalc-show:not(:checked) ~ .pc-dodgecalc {
display: none;
}
.pc-abilityaccalc-show:not(:checked) ~ .pc-abilityaccalc {
display: none;
}
.pc-naturalarmorcalc-show:not(:checked) ~ .pc-naturalarmorcalc {
display: none;
}
.pc-miscaccalc-show:not(:checked) ~ .pc-miscaccalc {
display: none;
}
.pc-other1-show:not(:checked) ~ .pc-other1 {
display: none;
}
.pc-other2-show:not(:checked) ~ .pc-other2 {
display: none;
}
.pc-other3-show:not(:checked) ~ .pc-other3 {
display: none;
}
.pc-other4-show:not(:checked) ~ .pc-other4 {
display: none;
}
.pc-notes1-show:not(:checked) ~ .pc-notes1 {
display: none;
}
.pc-notes2-show:not(:checked) ~ .pc-notes2 {
display: none;
}
.pc-notes3-show:not(:checked) ~ .pc-notes3 {
display: none;
}
.pc-notes4-show:not(:checked) ~ .pc-notes4 {
display: none;
}
.pc-rolltemplates-show:not(:checked) ~ .pc-rolltemplates {
display: none;
}
.pc-turnUndeadMarco-show:not(:checked) ~ .pc-turnUndeadMarco {
display: none;
}
.global-bonus-show:not(:checked) ~ .global-bonus {
display: none;
}
.general-bonus-show:not(:checked) ~ .general-bonus {
display: none;
}
.two-weapons-multiattack-show:not(:checked) ~ .two-weapons-multiattack {
display: none;
}
.power-attack-show:not(:checked) ~ .power-attack {
display: none;
}
.fighting-defensively-combat-expertise-show:not(:checked) ~ .fighting-defensively-combat-expertise {
display: none;
}
.bard-music-show:not(:checked) ~ .bard-music {
display: none;
}
.rage-show:not(:checked) ~ .rage {
display: none;
}
.sneak-sudden-skirmish-show:not(:checked) ~ .sneak-sudden-skirmish {
display: none;
}
.smite-evil-show:not(:checked) ~ .smite-evil {
display: none;
}
.spells-show:not(:checked) ~ .spells {
display: none;
}
.powers-show:not(:checked) ~ .powers {
display: none;
}
.maneuvers-stances-show:not(:checked) ~ .maneuvers-stances {
display: none;
}
.feats-show:not(:checked) ~ .feats {
display: none;
}
.conditions-show:not(:checked) ~ .conditions {
display: none;
}
/* ----------------------- NPC -----------------------*/
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-splittedDamage-tableWeapon {
display: none;
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-unitedDamage-tableWeapon {
display: none;
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-single-label {
display: none;
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-attack-single-label {
margin-left: 10px;
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleRerollSplitted-button {
display: none;
}
.switch-npcRerollCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleRerollSplitted-button {
display: none;
}
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleRerollSplitted-button {
display: none;
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleMultiplySplitted-button {
display: none;
}
.switch-npcMultiplyCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleMultiplySplitted-button {
display: none;
}
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleMultiplySplitted-button {
display: none;
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleCustomSplitted-button {
display: none;
}
.switch-npcCustomCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleCustomSplitted-button {
display: none;
}
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleCustomSplitted-button {
display: none;
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleRerollUnited-button {
display: none;
}
.switch-npcRerollCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleRerollUnited-button {
display: none;
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleRerollUnited-button {
display: none;
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleMultiplyUnited-button {
display: none;
}
.switch-npcMultiplyCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleMultiplyUnited-button {
display: none;
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleMultiplyUnited-button {
display: none;
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleCustomUnited-button {
display: none;
}
.switch-npcCustomCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleCustomUnited-button {
display: none;
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleCustomUnited-button {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-fullAttack-label {
margin-left: 65px;
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-fullAttack-label {
margin-left: 10px;
}
.switch-npcAttackSeparateModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-separate-button {
display: none;
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleRerollSplitted-button {
display: none;
}
.switch-npcRerollCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleRerollSplitted-button {
display: none;
}
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleRerollSplitted-button {
display: none;
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleMultiplySplitted-button {
display: none;
}
.switch-npcMultiplyCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleMultiplySplitted-button {
display: none;
}
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleMultiplySplitted-button {
display: none;
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleCustomSplitted-button {
display: none;
}
.switch-npcCustomCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleCustomSplitted-button {
display: none;
}
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleCustomSplitted-button {
display: none;
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleRerollUnited-button {
display: none;
}
.switch-npcRerollCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleRerollUnited-button {
display: none;
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleRerollUnited-button {
display: none;
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleMultiplyUnited-button {
display: none;
}
.switch-npcMultiplyCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleMultiplyUnited-button {
display: none;
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleMultiplyUnited-button {
display: none;
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleCustomUnited-button {
display: none;
}
.switch-npcCustomCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleCustomUnited-button {
display: none;
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleCustomUnited-button {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-damage-label {
margin-left: 60px;
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-damage-label {
margin-left: 15px;
}
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-damage-splitted-button {
display: none;
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-damage-united-button {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-critic-label {
margin-left: 60px;
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-critic-label {
margin-left: 30px;
}
.switch-npcRerollCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-rerollSplitted-button {
display: none;
}
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-rerollSplitted-button {
display: none;
}
.switch-npcMultiplyCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-multiplySplitted-button {
display: none;
}
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-multiplySplitted-button {
display: none;
}
.switch-npcCustomCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-customSplitted-button {
display: none;
}
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-customSplitted-button {
display: none;
}
.switch-npcRerollCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-rerollUnited-button {
display: none;
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-rerollUnited-button {
display: none;
}
.switch-npcMultiplyCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-multiplyUnited-button {
display: none;
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-multiplyUnited-button {
display: none;
}
.switch-npcCustomCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-customUnited-button {
display: none;
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-customUnited-button {
display: none;
}
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-damage-splitted-macro {
display: none;
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-damage-united-macro {
display: none;
}
.switch-npcRerollCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-rerollSplitted-macro {
display: none;
}
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-rerollSplitted-macro {
display: none;
}
.switch-npcMultiplyCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-multiplySplitted-macro {
display: none;
}
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-multiplySplitted-macro {
display: none;
}
.switch-npcCustomCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-customSplitted-macro {
display: none;
}
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-customSplitted-macro {
display: none;
}
.switch-npcRerollCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-rerollUnited-macro {
display: none;
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-rerollUnited-macro {
display: none;
}
.switch-npcMultiplyCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-multiplyUnited-macro {
display: none;
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-multiplyUnited-macro {
display: none;
}
.switch-npcCustomCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-customUnited-macro {
display: none;
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-customUnited-macro {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-singleAttack-rollTemplate {
width: 175px
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-singleAttack-rollTemplate {
width: 125px
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleRerollSplitted-rollTemplate {
display: none;
}
.switch-npcRerollCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleRerollSplitted-rollTemplate {
display: none;
}
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleRerollSplitted-rollTemplate {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-attack-singleRerollSplitted-rollTemplate {
width: 175px
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-attack-singleRerollSplitted-rollTemplate {
width: 175px
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleMultiplySplitted-rollTemplate {
display: none;
}
.switch-npcMultiplyCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleMultiplySplitted-rollTemplate {
display: none;
}
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleMultiplySplitted-rollTemplate {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-attack-singleMultiplySplitted-rollTemplate {
width: 175px
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-attack-singleMultiplySplitted-rollTemplate {
width: 175px
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleCustomSplitted-rollTemplate {
display: none;
}
.switch-npcCustomCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleCustomSplitted-rollTemplate {
display: none;
}
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleCustomSplitted-rollTemplate {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-attack-singleCustomSplitted-rollTemplate {
width: 175px
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-attack-singleCustomSplitted-rollTemplate {
width: 175px
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleRerollUnited-rollTemplate {
display: none;
}
.switch-npcRerollCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleRerollUnited-rollTemplate {
display: none;
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleRerollUnited-rollTemplate {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-attack-singleRerollUnited-rollTemplate {
width: 175px
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-attack-singleRerollUnited-rollTemplate {
width: 175px
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleMultiplyUnited-rollTemplate {
display: none;
}
.switch-npcMultiplyCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleMultiplyUnited-rollTemplate {
display: none;
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleMultiplyUnited-rollTemplate {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-attack-singleMultiplyUnited-rollTemplate {
width: 175px
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-attack-singleMultiplyUnited-rollTemplate {
width: 175px
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleCustomUnited-rollTemplate {
display: none;
}
.switch-npcCustomCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleCustomUnited-rollTemplate {
display: none;
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-attack-singleCustomUnited-rollTemplate {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-attack-singleCustomUnited-rollTemplate {
width: 175px
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-attack-singleCustomUnited-rollTemplate {
width: 175px
}
.switch-npcAttackSeparateModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-separate-rollTemplate {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-fullAttack-separate-rollTemplate {
width: 182px
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-fullAttack-separate-rollTemplate {
width: 130px
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleRerollSplitted-rollTemplate {
display: none;
}
.switch-npcRerollCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleRerollSplitted-rollTemplate {
display: none;
}
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleRerollSplitted-rollTemplate {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-fullAttack-singleRerollSplitted-rollTemplate {
width: 182px
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-fullAttack-singleRerollSplitted-rollTemplate {
width: 130px
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleMultiplySplitted-rollTemplate {
display: none;
}
.switch-npcMultiplyCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleMultiplySplitted-rollTemplate {
display: none;
}
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleMultiplySplitted-rollTemplate {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-fullAttack-singleMultiplySplitted-rollTemplate {
width: 182px
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-fullAttack-singleMultiplySplitted-rollTemplate {
width: 130px
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleCustomSplitted-rollTemplate {
display: none;
}
.switch-npcCustomCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleCustomSplitted-rollTemplate {
display: none;
}
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleCustomSplitted-rollTemplate {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-fullAttack-singleCustomSplitted-rollTemplate {
width: 182px
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-fullAttack-singleCustomSplitted-rollTemplate {
width: 130px
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleRerollUnited-rollTemplate {
display: none;
}
.switch-npcRerollCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleRerollUnited-rollTemplate {
display: none;
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleRerollUnited-rollTemplate {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-fullAttack-singleRerollUnited-rollTemplate {
width: 182px
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-fullAttack-singleRerollUnited-rollTemplate {
width: 130px
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleMultiplyUnited-rollTemplate {
display: none;
}
.switch-npcMultiplyCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleMultiplyUnited-rollTemplate {
display: none;
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleMultiplyUnited-rollTemplate {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-fullAttack-singleMultiplyUnited-rollTemplate {
width: 182px
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-fullAttack-singleMultiplyUnited-rollTemplate {
width: 130px
}
.switch-npcAttackSingleModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleCustomUnited-rollTemplate {
display: none;
}
.switch-npcCustomCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleCustomUnited-rollTemplate {
display: none;
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-fullAttack-singleCustomUnited-rollTemplate {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-fullAttack-singleCustomUnited-rollTemplate {
width: 182px
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-fullAttack-singleCustomUnited-rollTemplate {
width: 130px
}
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-damage-splitted-rollTemplate {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-damage-splitted-rollTemplate {
width: 175px
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-damage-splitted-rollTemplate {
width: 130px
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-damage-united-rollTemplate {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-damage-united-rollTemplate {
width: 175px
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-damage-united-rollTemplate {
width: 130px
}
.switch-npcRerollCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-rerollSplitted-rollTemplate {
display: none;
}
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-rerollSplitted-rollTemplate {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-critic-rerollSplitted-rollTemplate {
width: 175px
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-critic-rerollSplitted-rollTemplate {
width: 133px
}
.switch-npcMultiplyCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-multiplySplitted-rollTemplate {
display: none;
}
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-multiplySplitted-rollTemplate {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-critic-multiplySplitted-rollTemplate {
width: 175px
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-critic-multiplySplitted-rollTemplate {
width: 133px
}
.switch-npcCustomCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-customSplitted-rollTemplate {
display: none;
}
.switch-npcSplittedDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-customSplitted-rollTemplate {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-critic-customSplitted-rollTemplate {
width: 175px
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-critic-customSplitted-rollTemplate {
width: 133px
}
.switch-npcRerollCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-rerollUnited-rollTemplate {
display: none;
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-rerollUnited-rollTemplate {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-critic-rerollUnited-rollTemplate {
width: 175px
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-critic-rerollUnited-rollTemplate {
width: 133px
}
.switch-npcMultiplyCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-multiplyUnited-rollTemplate {
display: none;
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-multiplyUnited-rollTemplate {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-critic-multiplyUnited-rollTemplate {
width: 175px
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-critic-multiplyUnited-rollTemplate {
width: 133px
}
.switch-npcCustomCriticModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-customUnited-rollTemplate {
display: none;
}
.switch-npcUniteDamageModeSelection-show:not(:checked) ~ .npc-attacks .switch-critic-customUnited-rollTemplate {
display: none;
}
.switch-npcAttackSeparateModeSelection-show:checked ~ .npc-attacks .switch-critic-customUnited-rollTemplate {
width: 175px
}
.switch-npcAttackSingleModeSelection-show:checked ~ .npc-attacks .switch-critic-customUnited-rollTemplate {
width: 133px
}
.npc-charrpinfo-show:not(:checked) ~ .npc-charrpinfo {
display: none;
}
.npc-charclasses-show:not(:checked) ~ .npc-charclasses {
display: none;
}
.npc-attack1-show:not(:checked) ~ .npc-attack1 {
display: none;
}
.npc-attack1Macro-show:not(:checked) ~ .npc-attack1Macro {
display: none;
}
.npc-attack2-show:not(:checked) ~ .npc-attack2 {
display: none;
}
.npc-attack2Macro-show:not(:checked) ~ .npc-attack2Macro {
display: none;
}
.npc-attack3-show:not(:checked) ~ .npc-attack3 {
display: none;
}
.npc-attack3Macro-show:not(:checked) ~ .npc-attack3Macro {
display: none;
}
.npc-attack11-show:not(:checked) ~ .npc-attack11 {
display: none;
}
.npc-attack11Macro-show:not(:checked) ~ .npc-attack11Macro {
display: none;
}
.content-sheet input:disabled, .content-sheet input:disabled.inputbox, .content-sheet input:read-only {
background: #F0F0F0;
}
.content-sheet input:disabled.inputAsLabel,
.content-sheet input:read-only.inputAsLabel {
background-color: black;
color: white;
}
.h4-class {
font-size: 14px;
line-height: 18px;
font-weight: bold;
color: #333;
text-rendering: optimizelegibility;
}
.btn-roll {
padding: 2px 3px;
font-size: 1.3em;
margin: 0 3px 0 3px;
display: inline-block;
line-height: 18px;
color: #333;
text-align: center;
text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
vertical-align: middle;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
background-image: -o-linear-gradient(top, #fff, #e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
border: 1px solid #ccc;
border-bottom-color: #bbb;
-moz-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
cursor: pointer;
font-weight: normal;
white-space: nowrap;
touch-action: manipulation;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-appearance: button;
text-transform: none;
overflow: visible;
box-sizing: content-box;
}
.btn-roll:before {
font-family: "dicefontd20";
content: "t";
box-sizing: content-box;
}
.btn-action {
display: inline-block;
padding: 4px 10px 4px;
margin-bottom: 0;
font-size: 13px;
line-height: 10px;
color: #333;
text-align: center;
text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
vertical-align: middle;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
background-image: -o-linear-gradient(top, #fff, #e6e6e6);
background-image: linear-gradient(top, #fff, #e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
border: 1px solid #ccc;
border-bottom-color: #bbb;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
cursor: pointer;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
*margin-left: .3em;
}
.btn-action:hover,
.btn-roll:hover {
color: #333;
text-decoration: none;
background-color: #e6e6e6;
background-position: 0 -15px;
transition: background-position .1s linear;
}
div.switch-fullModeSpellSection div.repcontainer > div:nth-of-type(odd) {
background: #F0F0F0;
}
.spell-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #C0C0C0;
opacity: 1; /* Firefox */
}
input:disabled.spell-level-label {
width: 25px;
border: none;
background-color: white;
}
.tableNoCellSpacingNoCellPadding {
border-collapse: collapse;
border-spacing: 0;
}
table.tableNoCellSpacingNoCellPadding th, table.tableNoCellSpacingNoCellPadding td {
padding: 0;
}
.tableNoCellSpacingCellPadding5 {
border-collapse: collapse;
border-spacing: 0;
}
table.tableNoCellSpacingCellPadding5 th, table.tableNoCellSpacingCellPadding5 td {
padding: 5px;
}
.tableNoCellSpacingCellPadding10 {
border-collapse: collapse;
border-spacing: 0;
}
table.tableNoCellSpacingCellPadding10 th, table.tableNoCellSpacingCellPadding10 td {
padding: 10px;
}
.content-sheet label {
display: inline-block;
width: 75px;
text-align: left;
}
.content-sheet input {
background-color: transparent;
border-style: solid;
border-color: black;
border-width: 0 0 2px 0;
padding: 0 4px 0 4px;
width: 100%;
margin-left: 2px;
}
.content-sheet .pc-weapon input,
.content-sheet .pc-skills input,
.content-sheet .pc-spells input,
.content-sheet .summons-attacks input,
.content-sheet .pc-action input,
.content-sheet .npc-attacks input {
margin-left: 0;
}
.content-sheet input.inputbox,
.content-sheet textarea.inputbox,
.content-sheet select.inputbox {
background-color: transparent;
border-style: solid;
border-color: black;
border-width: 1px 1px 1px 1px;
color: black;
}
.content-sheet input.inputboxWhite {
background-color: white;
}
.even {
border: 1px solid black;
background-color: #AAA;
}
.odd {
border: 1px solid black;
background-color: #DDD;
}
.content-sheet fieldset {
display: none;
}
.content-sheet {
background-color: white;
background-image: none;
}
.content-sheet table th {
font-size: 0.8em;
text-align: center;
}
.statlabel-big-gray {
background-color: gray;
color: white;
font-size: 0.9em;
text-align: center;
}
.statlabel {
border: 1px solid white;
background-color: black;
color: white;
font-size: 0.7em;
text-align: center;
}
.content-sheet table td.statlabel-big {
border: 1px solid white;
background-color: black;
color: white;
font-size: 0.9em;
text-align: center;
}
.content-sheet table td.statlabel {
border: 1px solid white;
background-color: black;
color: white;
font-size: 0.7em;
text-align: center;
}
.content-sheet table td {
font-weight: bold;
text-align: center;
}
select.dtype {
width: 60px;
vertical-align: top;
}
.content-sheet .checkbox-enabled {
margin-right: 5px;
width: 10px;
display: table-row;
}
.input-noborder {
background-color: transparent;
border-style: solid;
border-color: transparent;
border-width: 0 0 0 0;
}
.statlabel-encumbrance {
border: 1px solid white;
background-color: black;
color: white;
font-size: 0.65em;
text-align: center;
}
.statlabel-weapons {
display: table-cell;
border: 1px solid white;
background-color: black;
color: white;
font-size: 0.7em;
vertical-align: bottom;
}
.table-sheet-name {
display: table-caption;
text-align: center;
font-weight: bold;
color: white;
background-color: black;
width: 100%;
}
.table-sheet-header {
display: table-cell;
text-align: center;
font-weight: bold;
vertical-align: bottom;
}
.table-sheet-label {
text-align: center;
font-weight: bold;
vertical-align: middle;
}
.table-sheet-label-base {
text-align: left;
vertical-align: middle;
display: table-cell;
font-weight: normal;
}
.table-sheet-header-left,
table tr td .table-sheet-header-left {
display: table-cell;
text-align: left;
font-weight: bold;
}
.content-sheet .table-sheet-header2-left {
display: table-cell;
text-align: left;
font-weight: bold;
font-size: 0.7em;
}
.content-sheet .table-sheet-header-right {
display: table-cell;
text-align: right;
font-weight: bold;
}
.content-sheet .table-sheet-header2 {
display: table-cell;
text-align: center;
font-weight: bold;
font-size: 0.7em;
vertical-align: bottom;
}
.content-sheet .table-sheet-header3 {
display: table-cell;
text-align: center;
font-weight: bold;
font-size: 0.7em;
vertical-align: top;
}
.content-sheet .table-sheet-encumbrance {
display: table-cell;
font-size: 0.65em;
width: 133px;
}
.content-sheet .table-sheet-load {
display: table-cell;
font-size: 0.65em;
width: 95px;
}
.content-sheet .table-sheet-left {
display: table-cell;
text-align: left;
}
.content-sheet .table-sheet-right {
display: table-cell;
text-align: right;
}
.content-sheet .table-sheet-center {
margin-left: auto;
margin-right: auto;
}
.content-sheet .table-sheet-data-left {
display: table-cell;
text-align: left;
vertical-align: top;
}
.content-sheet .table-sheet-data-right {
display: table-cell;
text-align: right;
vertical-align: top;
}
.content-sheet .table-sheet-data-center {
display: table-cell;
text-align: center;
vertical-align: top;
}
.content-sheet .table-sheet-data-center-sm {
display: table-cell;
text-align: center;
font-size: 0.7em;
vertical-align: top;
}
.content-sheet .table-sheet-data-center-skills {
display: table-cell;
width: 28px;
}
.content-sheet .table-sheet-data-center-skills-rep {
display: table-cell;
width: 31px;
}
.table-sheet-col {
display: table-col;
vertical-align: center;
width: 100%;
}
.table-sheet-row {
display: table-row;
vertical-align: top;
width: 100%;
}
.table-sheet-row-name {
display: table-cell;
text-align: center;
color: white;
background-color: black;
font-weight: bold;
}
.content-sheet .table-sheet-row-small {
display: table-cell;
width: 40px;
}
.action-separator {
border-bottom: 1px solid #eee;
}
/* Take out the spinner arrows on number inputs. */
.content-sheet input[type=number] {
-moz-appearance: textfield;
}
.content-sheet input[type=number]::-webkit-outer-spin-button,
.content-sheet input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
}
/* -----------------------Skinned checkbox for Arrow toggles (►/▼)----------------------- */
/* Hide actual checkbox */
input.arrow[type="checkbox"] {
opacity: 0;
width: 16px;
height: 16px;
position: relative;
top: 5px;
left: 6px;
margin: -10px;
cursor: pointer;
z-index: 1;
}
/* Fake checkbox */
input.arrow[type="checkbox"] + span::before {
margin-right: 4px;
line-height: 14px;
text-align: center;
display: inline-block;
vertical-align: middle;
content: "►";
width: 14px;
height: 14px;
font-size: 12px;
}
input.arrow[type="checkbox"]:checked + span::before {
content: "▼";
}
/* -----------------------Skinned checkbox for Y/N toggles----------------------- */
/* Hide actual checkbox */
input.yesno[type="checkbox"] {
opacity: 0;
width: 16px;
height: 16px;
position: relative;
top: 5px;
left: 6px;
margin: -10px;
cursor: pointer;
z-index: 1;
}
/* Fake checkbox */
input.yesno[type="checkbox"] + span::before {
margin-right: 4px;
line-height: 14px;
text-align: center;
display: inline-block;
vertical-align: middle;
content: "N";
width: 14px;
height: 14px;
font-size: 12px;
}
input.yesno[type="checkbox"]:checked + span::before {
content: "Y";
}
/* -----------------------Skinned Radio button for PC/NPC button----------------------- */
/* Hide actual radio button */
input.switch[type="radio"] {
opacity: 0;
width: 16px;
height: 16px;
position: relative;
top: 5px;
left: 6px;
margin: -10px;
cursor: pointer;
z-index: 1;
}
/* Fake radio button */
input.switch[type="radio"] + span::before {
margin-right: 4px;
line-height: 14px;
text-align: center;
display: inline-block;
vertical-align: middle;
content: "◇";
width: 14px;
height: 14px;
font-size: 12px;
}
input.switch[type="radio"]:checked + span::before {
content: "◆";
}
/* -----------------------Fake tabs style1 (reskinned radio button; fixed to work properly in firefox----------------------- */
.content-sheet div.tab-content {
display: none;
}
.content-sheet input.tab1:checked ~ div.tab1,
.content-sheet input.tab2:checked ~ div.tab2,
.content-sheet input.tab3:checked ~ div.tab3,
.content-sheet input.tab4:checked ~ div.tab4,
.content-sheet input.tab5:checked ~ div.tab5,
.content-sheet input.tab6:checked ~ div.tab6,
.content-sheet input.tab7:checked ~ div.tab7,
.content-sheet input.tab8:checked ~ div.tab8,
.content-sheet input.tab9:checked ~ div.tab9,
.content-sheet input.tab10:checked ~ div.tab10,
.content-sheet input.tab99:checked ~ div.tab99 {
display: block;
}
.content-sheet input.tab1:checked + span.tab1,
.content-sheet input.tab2:checked + span.tab2,
.content-sheet input.tab3:checked + span.tab3,
.content-sheet input.tab4:checked + span.tab4,
.content-sheet input.tab5:checked + span.tab5,
.content-sheet input.tab6:checked + span.tab6,
.content-sheet input.tab7:checked + span.tab7,
.content-sheet input.tab8:checked + span.tab8,
.content-sheet input.tab9:checked + span.tab9,
.content-sheet input.tab10:checked + span.tab10,
.content-sheet input.tab99:checked + span.tab99 {
background: gray;
color: white;
}
.content-sheet input.tab {
width: 70px;
height: 20px;
position: relative;
top: 5px;
left: 6px;
margin: -1.5px;
cursor: pointer;
opacity: 0;
z-index: 9999;
}
.content-sheet span.tab {
text-align: center;
display: inline-block;
font-size: 13px;
background: white;
color: gray;
font-weight: bold;
width: 70px;
height: 20px;
cursor: pointer;
position: relative;
margin-left: -75px;
}
.content-sheet input.tab::before {
content: attr(title);
border: solid 1px #a8a8a8;
border-bottom-color: black;
text-align: center;
display: inline-block;
background: #fff;
background: -moz-linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
background: -webkit-linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
background: -ms-linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
background: -o-linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
background: linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
width: 50px;
height: 20px;
font-size: 18px;
}
.content-sheet input.tab:checked::before {
background: #dcdcdc;
background: -moz-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
background: -webkit-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
background: -ms-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
background: -o-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
background: linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
border-bottom-color: #fff;
}
.content-sheet input.tab:not(:first-child)::before {
border-left: none;
}
.content-sheet div.tab-content, .npc-tab-content, .summons-tab-content {
border: 1px solid #a8a8a8;
border-top-color: #000;
margin: 2px 0 0 5px;
padding: 5px;
}
/* -----------------------tabs style2 (with label) works even in firefox ----------------------- */
.character-sheet,
.expand {
display: none;
padding: 3px;
}
.expand:checked ~ .show {
display: block;
background-color: white;
margin: 1px 0 0 -2px;
}
.tab {
display: inline-block;
text-align: center;
margin: -2px;
padding: 2px;
width: 124px;
height: 24px;
background-color: gray;
border-top-left-radius: 1em 3em;
border-top-right-radius: 1em 3em;
border: solid thin gray;
border-bottom: none;
}
.expand:checked ~ .tab {
background-color: white;
}
.content-sheet label {
display: inline;
}
.content-sheet label,
.content-sheet label div {
font-size: 12px;
font-weight: normal;
}
.content-sheet textarea {
height: auto;
color: black;
}
.content-sheet select {
width: 100%;
margin-bottom: 0;
}
/* ----------------------- Roll Templates ----------------------- */
/* Attacks */
.sheet-rolltemplate-DnD35Attack table > thead > tr > th,
.sheet-rolltemplate-DnD35Attack table > tbody > tr > th,
.sheet-rolltemplate-DnD35Attack table > tfoot > tr > th,
.sheet-rolltemplate-DnD35Attack table > thead > tr > td,
.sheet-rolltemplate-DnD35Attack table > tbody > tr > td,
.sheet-rolltemplate-DnD35Attack table > tfoot > tr > td,
.sheet-rolltemplate-DnD35Damage table > thead > tr > th,
.sheet-rolltemplate-DnD35Damage table > tbody > tr > th,
.sheet-rolltemplate-DnD35Damage table > tfoot > tr > th,
.sheet-rolltemplate-DnD35Damage table > thead > tr > td,
.sheet-rolltemplate-DnD35Damage table > tbody > tr > td,
.sheet-rolltemplate-DnD35Damage table > tfoot > tr > td {
padding: 0;
border: none;
}
/* -----------------------Attacks----------------------- */
.sheet-rolltemplate-DnD35Attack table,
.sheet-rolltemplate-DnD35Damage table {
width: 100%;
padding: 2px;
border: 1px solid;
margin: 0;
background-color: #ffffff; /* white background */
text-align: left;
}
.sheet-rolltemplate-DnD35Attack th,
.sheet-rolltemplate-DnD35Damage th { /* Header for the attack template */
color: rgb(126, 45, 64); /* reddish color */
padding-left: 5px;
line-height: 1.6em; /* a little extra vertical spacing of the lines in the header to help the name/title stand out. */
font-size: 1.2em; /* the name is slightly larger than the rest */
text-align: left;
font-family: "Arial", Helvetica, sans-serif;
font-variant: small-caps;
}
.sheet-rolltemplate-DnD35Attack .sheet-header-attack,
.sheet-rolltemplate-DnD35Damage .sheet-header-attack { /* Header for pcflag and npcflag */
color: rgb(126, 45, 64); /* reddish color */
font-family: "Arial", Helvetica, sans-serif;
font-variant: small-caps;
text-align: left;
}
.sheet-rolltemplate-DnD35Attack .sheet-header-initiative,
.sheet-rolltemplate-DnD35Damage .sheet-header-initiative { /* Header for initflag */
color: rgb(204, 153, 51); /* golden color */
font-family: "Arial", Helvetica, sans-serif;
font-variant: small-caps;
text-align: left;
}
.sheet-rolltemplate-DnD35Attack .sheet-header-spell,
.sheet-rolltemplate-DnD35Damage .sheet-header-spell { /* Header for spellflag */
color: rgb(45, 64, 126); /* blue */
font-family: "Arial", Helvetica, sans-serif;
font-variant: small-caps;
text-align: left;
}
.sheet-rolltemplate-DnD35Attack .sheet-header-ability,
.sheet-rolltemplate-DnD35Damage .sheet-header-ability { /* Header for abilityflag */
color: rgb(204, 115, 51); /* orange brown color */
font-family: "Arial", Helvetica, sans-serif;
font-variant: small-caps;
text-align: left;
}
.sheet-rolltemplate-DnD35Attack .sheet-header-save,
.sheet-rolltemplate-DnD35Damage .sheet-header-save { /* Header for saveflag */
color: rgb(153, 77, 153); /* purple */
font-family: "Arial", Helvetica, sans-serif;
font-variant: small-caps;
text-align: left;
}
.sheet-rolltemplate-DnD35Attack .sheet-header-skill,
.sheet-rolltemplate-DnD35Damage .sheet-header-skill { /* Header for skillflag */
color: rgb(64, 126, 45); /* green */
font-family: "Arial", Helvetica, sans-serif;
font-variant: small-caps;
text-align: left;
}
.sheet-rolltemplate-DnD35Attack .sheet-header-skillcat,
.sheet-rolltemplate-DnD35Damage .sheet-header-skillcat { /* Header for skillcatflag */
color: rgb(45, 126, 107); /* teal color */
font-family: "Arial", Helvetica, sans-serif;
font-variant: small-caps;
text-align: left;
}
.sheet-rolltemplate-DnD35Attack .sheet-header-basic,
.sheet-rolltemplate-DnD35Damage .sheet-header-basic { /* The header for basicflag */
background-color: gray;
color: white;
text-align: center;
}
.sheet-rolltemplate-DnD35Attack .sheet-subheader,
.sheet-rolltemplate-DnD35Damage .sheet-subheader { /* black text and italics for subtags and subtags2 */
color: #000; /* black */
font-size: 1em; /* Make sure the subtags are normal-sized instead of large. */
font-style: italic;
text-align: left;
}
.sheet-rolltemplate-DnD35Attack .sheet-arrow-right,
.sheet-rolltemplate-DnD35Damage .sheet-arrow-right { /* the divider for pcflag; a right pointing isoscelese triangle */
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
border-left: 180px solid rgb(126, 45, 64); /* reddish color */
}
.sheet-rolltemplate-DnD35Attack .sheet-arrow-left,
.sheet-rolltemplate-DnD35Damage .sheet-arrow-left { /* the divider for npcflag; a left pointing isoscelese triangle */
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
border-right: 180px solid rgb(126, 45, 64); /* reddish color */
}
.sheet-rolltemplate-DnD35Attack .sheet-arrow-spell,
.sheet-rolltemplate-DnD35Damage .sheet-arrow-spell { /* the divider for spellflag; basically two isoscelese triangles (one pointing up, the other down) joined at their points. */
border-top: 3px solid rgb(45, 64, 126); /* blue */
border-bottom: 3px solid rgb(45, 64, 126); /* blue */
border-left: 90px solid transparent;
border-right: 90px solid transparent;
}
.sheet-rolltemplate-DnD35Attack .sheet-arrow-ability,
.sheet-rolltemplate-DnD35Damage .sheet-arrow-ability { /* the divider for abilityflag; a rectangle missing a downward pointing isoscelese triangle */
border-top: 3px solid transparent;
border-bottom: 3px solid rgb(204, 115, 51); /* orange brown color */
border-left: 90px solid rgb(204, 115, 51); /* orange brown color */
border-right: 90px solid rgb(204, 115, 51); /* orange brown color */
}
.sheet-rolltemplate-DnD35Attack .sheet-arrow-save,
.sheet-rolltemplate-DnD35Damage .sheet-arrow-save { /* thick solid line, 3px thick */
border-top: 3px solid rgb(153, 77, 153); /* purple */
border-bottom: 3px solid rgb(153, 77, 153); /* purple */
border-left: 90px solid rgb(153, 77, 153); /* purple */
border-right: 90px solid rgb(153, 77, 153); /* purple */
}
.sheet-rolltemplate-DnD35Attack .sheet-arrow-skill,
.sheet-rolltemplate-DnD35Damage .sheet-arrow-skill { /* 2 short isoscelese triangles, one pointing right and the other left */
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
border-left: 90px solid rgb(64, 126, 45); /* green */
border-right: 90px solid rgb(64, 126, 45); /* green */
}
.sheet-rolltemplate-DnD35Attack .sheet-arrow-skillcat,
.sheet-rolltemplate-DnD35Damage .sheet-arrow-skillcat { /* upwards pointing isoscelese triangle */
border-top: 3px solid transparent;
border-bottom: 3px solid rgb(45, 126, 107); /* teal color */
border-left: 90px solid transparent;
border-right: 90px solid transparent;
}
.sheet-rolltemplate-DnD35Attack .sheet-arrow-initiative,
.sheet-rolltemplate-DnD35Damage .sheet-arrow-initiative { /* thin solid line, 1px thick */
border-top: 1px solid rgb(204, 153, 51); /* golden color */
border-bottom: 1px solid rgb(204, 153, 51); /* golden color */
border-left: 90px solid rgb(204, 153, 51); /* golden color */
border-right: 90px solid rgb(204, 153, 51); /* golden color */
}
.sheet-rolltemplate-DnD35Attack .sheet-solid-full,
.sheet-rolltemplate-DnD35Damage .sheet-solid-full { /* thick solid line (reddish), 3px thick---Not used in html coding */
border-top: 3px solid rgb(126, 45, 64); /* reddish color */
border-bottom: 3px solid rgb(126, 45, 64); /* reddish color */
border-left: 180px solid rgb(126, 45, 64); /* reddish color */
border-right: 0px solid rgb(126, 45, 64); /* reddish color */
}
.sheet-rolltemplate-DnD35Attack .sheet-tcat,
.sheet-rolltemplate-DnD35Damage .sheet-tcat { /* italics */
font-style: italic;
}
.sheet-rolltemplate-DnD35Attack td,
.sheet-rolltemplate-DnD35Damage td {
padding-left: 5px;
}
/* -----------------------std roll checks----------------------- */
.sheet-rolltemplate-DnD35StdRoll table > thead > tr > th,
.sheet-rolltemplate-DnD35StdRoll table > tbody > tr > th,
.sheet-rolltemplate-DnD35StdRoll table > tfoot > tr > th,
.sheet-rolltemplate-DnD35StdRoll table > thead > tr > td,
.sheet-rolltemplate-DnD35StdRoll table > tbody > tr > td,
.sheet-rolltemplate-DnD35StdRoll table > tfoot > tr > td,
.sheet-rolltemplate-DnD35TurnRoll table > thead > tr > th,
.sheet-rolltemplate-DnD35TurnRoll table > tbody > tr > th,
.sheet-rolltemplate-DnD35TurnRoll table > tfoot > tr > th,
.sheet-rolltemplate-DnD35TurnRoll table > thead > tr > td,
.sheet-rolltemplate-DnD35TurnRoll table > tbody > tr > td,
.sheet-rolltemplate-DnD35TurnRoll table > tfoot > tr > td,
.sheet-rolltemplate-DnD35ManeuverRoll table > thead > tr > th,
.sheet-rolltemplate-DnD35ManeuverRoll table > tbody > tr > th,
.sheet-rolltemplate-DnD35ManeuverRoll table > tfoot > tr > th,
.sheet-rolltemplate-DnD35ManeuverRoll table > thead > tr > td,
.sheet-rolltemplate-DnD35ManeuverRoll table > tbody > tr > td,
.sheet-rolltemplate-DnD35ManeuverRoll table > tfoot > tr > td,
.sheet-rolltemplate-DnD35PrintSpell table > thead > tr > th,
.sheet-rolltemplate-DnD35PrintSpell table > tbody > tr > th,
.sheet-rolltemplate-DnD35PrintSpell table > tfoot > tr > th,
.sheet-rolltemplate-DnD35PrintSpell table > thead > tr > td,
.sheet-rolltemplate-DnD35PrintSpell table > tbody > tr > td,
.sheet-rolltemplate-DnD35PrintSpell table > tfoot > tr > td {
padding: 0;
border: none;
}
.sheet-rolltemplate-DnD35StdRoll table,
.sheet-rolltemplate-DnD35TurnRoll table,
.sheet-rolltemplate-DnD35ManeuverRoll table,
.sheet-rolltemplate-DnD35PrintSpell table {
width: 100%;
padding: 2px;
border: 1px solid;
margin: 0;
background-color: #ffffff; /* white background */
text-align: left;
}
.sheet-rolltemplate-DnD35StdRoll th,
.sheet-rolltemplate-DnD35TurnRoll th,
.sheet-rolltemplate-DnD35ManeuverRoll th,
.sheet-rolltemplate-DnD35PrintSpell th {
padding-left: 5px;
line-height: 1.6em; /* a little extra vertical spacing of the lines in the header to help the name/title stand out. */
font-size: 1.2em; /* the name is slightly larger than the rest */
text-align: left;
/*text-align: center;*/
}
.sheet-rolltemplate-DnD35StdRoll .sheet-header-attack { /* Header for pcflag and npcflag */
color: rgb(126, 45, 64); /* reddish color */
font-family: "Arial", Helvetica, sans-serif;
font-variant: small-caps;
text-align: left;
}
.sheet-rolltemplate-DnD35StdRoll .sheet-header-initiative { /* Header for initflag */
color: rgb(204, 153, 51); /* golden color */
font-family: "Arial", Helvetica, sans-serif;
font-variant: small-caps;
text-align: left;
}
.sheet-rolltemplate-DnD35StdRoll .sheet-header-spell,
.sheet-rolltemplate-DnD35ManeuverRoll .sheet-header-spell,
.sheet-rolltemplate-DnD35PrintSpell .sheet-header-spell { /* Header for spellflag */
color: rgb(45, 64, 126); /* blue */
font-family: "Arial", Helvetica, sans-serif;
font-variant: small-caps;
text-align: left;
}
.sheet-rolltemplate-DnD35StdRoll .sheet-header-ability { /* Header for abilityflag */
color: rgb(204, 115, 51); /* orange brown color */
font-family: "Arial", Helvetica, sans-serif;
font-variant: small-caps;
text-align: left;
}
.sheet-rolltemplate-DnD35StdRoll .sheet-header-save { /* Header for saveflag */
color: rgb(153, 77, 153); /* purple */
font-family: "Arial", Helvetica, sans-serif;
font-variant: small-caps;
text-align: left;
}
.sheet-rolltemplate-DnD35StdRoll .sheet-header-skill,
.sheet-rolltemplate-DnD35TurnRoll .sheet-header-skill,
.sheet-rolltemplate-DnD35ManeuverRoll .sheet-header-skill,
.sheet-rolltemplate-DnD35PrintSpell .sheet-header-skill { /* Header for skillflag */
color: rgb(64, 126, 45); /* green */
font-family: "Arial", Helvetica, sans-serif;
font-variant: small-caps;
text-align: left;
}
.sheet-rolltemplate-DnD35StdRoll .sheet-header-skillcat { /* Header for skillcatflag */
color: rgb(45, 126, 107); /* teal color */
font-family: "Arial", Helvetica, sans-serif;
font-variant: small-caps;
text-align: left;
}
.sheet-rolltemplate-DnD35StdRoll .sheet-header-basic { /* The header for basicflag */
background-color: gray;
color: white;
text-align: center;
}
.sheet-rolltemplate-DnD35StdRoll .sheet-subheader,
.sheet-rolltemplate-DnD35ManeuverRoll .sheet-subheader,
.sheet-rolltemplate-DnD35PrintSpell .sheet-subheader { /* black text and italics for subtags and subtags2 */
color: #000; /* black */
font-size: 1em; /* Make sure the subtags are normal-sized instead of large. */
font-style: italic;
text-align: left;
}
.sheet-rolltemplate-DnD35StdRoll .sheet-arrow-right { /* the divider for pcflag; a right pointing isoscelese triangle */
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
border-left: 180px solid rgb(126, 45, 64); /* reddish color */
}
.sheet-rolltemplate-DnD35StdRoll .sheet-arrow-left { /* the divider for npcflag; a left pointing isoscelese triangle */
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
border-right: 180px solid rgb(126, 45, 64); /* reddish color */
}
.sheet-rolltemplate-DnD35StdRoll .sheet-arrow-spell,
.sheet-rolltemplate-DnD35ManeuverRoll .sheet-arrow-spell,
.sheet-rolltemplate-DnD35PrintSpell .sheet-arrow-spell { /* the divider for spellflag; basically two isoscelese triangles (one pointing up, the other down) joined at their points. */
border-top: 3px solid rgb(45, 64, 126); /* blue */
border-bottom: 3px solid rgb(45, 64, 126); /* blue */
border-left: 90px solid transparent;
border-right: 90px solid transparent;
}
.sheet-rolltemplate-DnD35StdRoll .sheet-arrow-ability { /* the divider for abilityflag; a rectangle missing a downward pointing isoscelese triangle */
border-top: 3px solid transparent;
border-bottom: 3px solid rgb(204, 115, 51); /* orange brown color */
border-left: 90px solid rgb(204, 115, 51); /* orange brown color */
border-right: 90px solid rgb(204, 115, 51); /* orange brown color */
}
.sheet-rolltemplate-DnD35StdRoll .sheet-arrow-save { /* thick solid line, 3px thick */
border-top: 3px solid rgb(153, 77, 153); /* purple */
border-bottom: 3px solid rgb(153, 77, 153); /* purple */
border-left: 90px solid rgb(153, 77, 153); /* purple */
border-right: 90px solid rgb(153, 77, 153); /* purple */
}
.sheet-rolltemplate-DnD35StdRoll .sheet-arrow-skill,
.sheet-rolltemplate-DnD35TurnRoll .sheet-arrow-skill,
.sheet-rolltemplate-DnD35ManeuverRoll .sheet-arrow-skill.sheet-rolltemplate-DnD35PrintSpell,
.sheet-rolltemplate-DnD35PrintSpell .sheet-arrow-skill { /* 2 short isoscelese triangles, one pointing right and the other left */
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
border-left: 90px solid rgb(64, 126, 45); /* green */
border-right: 90px solid rgb(64, 126, 45); /* green */
}
.sheet-rolltemplate-DnD35StdRoll .sheet-arrow-skillcat { /* upwards pointing isoscelese triangle */
border-top: 3px solid transparent;
border-bottom: 3px solid rgb(45, 126, 107); /* teal color */
border-left: 90px solid transparent;
border-right: 90px solid transparent;
}
.sheet-rolltemplate-DnD35StdRoll .sheet-arrow-initiative { /* thin solid line, 1px thick */
border-top: 1px solid rgb(204, 153, 51); /* golden color */
border-bottom: 1px solid rgb(204, 153, 51); /* golden color */
border-left: 90px solid rgb(204, 153, 51); /* golden color */
border-right: 90px solid rgb(204, 153, 51); /* golden color */
}
.sheet-rolltemplate-DnD35StdRoll .sheet-tcat { /* italics */
font-style: italic;
}
.sheet-rolltemplate-DnD35StdRoll td,
.sheet-rolltemplate-DnD35TurnRoll td,
.sheet-rolltemplate-DnD35ManeuverRoll td,
.sheet-rolltemplate-DnD35PrintSpell td {
padding-left: 5px;
text-align: left;
}
.sheet-rolltemplate-DnD35Attack .sheet-tr-repeating:nth-child(even),
.sheet-rolltemplate-DnD35Initiative .sheet-tr-repeating:nth-child(even),
.sheet-rolltemplate-DnD35Damage .sheet-tr-repeating:nth-child(even),
.sheet-rolltemplate-DnD35StdRoll .sheet-tr-repeating:nth-child(even),
.sheet-rolltemplate-DnD35TurnRoll .sheet-tr-repeating:nth-child(even),
.sheet-rolltemplate-DnD35ManeuverRoll .sheet-tr-repeating:nth-child(even),
.sheet-rolltemplate-DnD35PrintSpell .sheet-tr-repeating:nth-child(even) {
background-color: #eee; /* pale grey color for background of alternating rows */
}
.sheet-rolltemplate-DnD35Initiative .inlinerollresult,
.sheet-rolltemplate-DnD35Attack .inlinerollresult,
.sheet-rolltemplate-DnD35Damage .inlinerollresult,
.sheet-rolltemplate-DnD35StdRoll .inlinerollresult,
.sheet-rolltemplate-DnD35TurnRoll .inlinerollresult,
.sheet-rolltemplate-DnD35ManeuverRoll .inlinerollresult,
.sheet-rolltemplate-DnD35PrintSpell .inlinerollresult { /* inline roll background is transparent and it has no border */
background-color: transparent;
border: none;
}
.sheet-rolltemplate-DnD35Initiative .inlinerollresult.fullcrit,
.sheet-rolltemplate-DnD35Attack .inlinerollresult.fullcrit,
.sheet-rolltemplate-DnD35Damage .inlinerollresult.fullcrit,
.sheet-rolltemplate-DnD35StdRoll .inlinerollresult.fullcrit,
.sheet-rolltemplate-DnD35TurnRoll .inlinerollresult.fullcrit,
.sheet-rolltemplate-DnD35ManeuverRoll .inlinerollresult.fullcrit,
.sheet-rolltemplate-DnD35PrintSpell .inlinerollresult.fullcrit {
color: #3FB315; /* strong green for crit results for the inline roll */
border: none;
}
.sheet-rolltemplate-DnD35Initiative .inlinerollresult.fullfail,
.sheet-rolltemplate-DnD35Attack .inlinerollresult.fullfail,
.sheet-rolltemplate-DnD35Damage .inlinerollresult.fullfail,
.sheet-rolltemplate-DnD35StdRoll .inlinerollresult.fullfail,
.sheet-rolltemplate-DnD35TurnRoll .inlinerollresult.fullfail,
.sheet-rolltemplate-DnD35ManeuverRoll .inlinerollresult.fullfail,
.sheet-rolltemplate-DnD35PrintSpell .inlinerollresult.fullfail {
color: #B31515; /* strong red for fumble results for the inline roll */
border: none;
}
.sheet-rolltemplate-DnD35Initiative .inlinerollresult.importantroll,
.sheet-rolltemplate-DnD35Attack .inlinerollresult.importantroll,
.sheet-rolltemplate-DnD35Damage .inlinerollresult.importantroll,
.sheet-rolltemplate-DnD35StdRoll .inlinerollresult.importantroll,
.sheet-rolltemplate-DnD35TurnRoll .inlinerollresult.importantroll,
.sheet-rolltemplate-DnD35ManeuverRoll .inlinerollresult.importantroll,
.sheet-rolltemplate-DnD35PrintSpell .inlinerollresult.importantroll {
color: #4A57ED; /* blue for mixed fumble/crit results for the inline roll */
border: none;
}
/* -----------------------initiative checks----------------------- */
.sheet-rolltemplate-DnD35Initiative table > thead > tr > th,
.sheet-rolltemplate-DnD35Initiative table > tbody > tr > th,
.sheet-rolltemplate-DnD35Initiative table > tfoot > tr > th,
.sheet-rolltemplate-DnD35Initiative table > thead > tr > td,
.sheet-rolltemplate-DnD35Initiative table > tbody > tr > td,
.sheet-rolltemplate-DnD35Initiative table > tfoot > tr > td {
padding: 0;
border: none;
}
.sheet-rolltemplate-DnD35Initiative table {
width: 100%;
padding: 2px;
border: 1px solid;
margin: 0;
background-color: #ffffff; /* white background */
}
.sheet-rolltemplate-DnD35Initiative th {
color: rgb(204, 153, 51); /* golden color */
padding-left: 5px;
/*line-height: 1.6em; */ /* a little extra vertical spacing of the lines in the header to help the name/title stand out. */
font-size: 1.2em; /* the name is slightly larger than the rest */
text-align: left;
font-family: "Arial", Helvetica, sans-serif;
font-variant: small-caps;
}
.sheet-rolltemplate-DnD35Initiative .sheet-header-attack { /* Header for pcflag and npcflag */
color: rgb(126, 45, 64); /* reddish color */
font-family: "Arial", Helvetica, sans-serif;
font-variant: small-caps;
text-align: left;
}
.sheet-rolltemplate-DnD35Initiative .sheet-header-initiative { /* Header for initflag */
color: rgb(204, 153, 51); /* golden color */
font-family: "Arial", Helvetica, sans-serif;
font-variant: small-caps;
text-align: left;
}
.sheet-rolltemplate-DnD35Initiative .sheet-header-spell { /* Header for spellflag */
color: rgb(45, 64, 126); /* blue */
font-family: "Arial", Helvetica, sans-serif;
font-variant: small-caps;
text-align: left;
}
.sheet-rolltemplate-DnD35Initiative .sheet-header-ability { /* Header for abilityflag */
color: rgb(204, 115, 51); /* orange brown color */
font-family: "Arial", Helvetica, sans-serif;
font-variant: small-caps;
text-align: left;
}
.sheet-rolltemplate-DnD35Initiative .sheet-header-save { /* Header for saveflag */
color: rgb(153, 77, 153); /* purple */
font-family: "Arial", Helvetica, sans-serif;
font-variant: small-caps;
text-align: left;
}
.sheet-rolltemplate-DnD35Initiative .sheet-header-skill { /* Header for skillflag */
color: rgb(64, 126, 45); /* green */
font-family: "Arial", Helvetica, sans-serif;
font-variant: small-caps;
text-align: left;
}
.sheet-rolltemplate-DnD35Initiative .sheet-header-skillcat { /* Header for skillcatflag */
color: rgb(45, 126, 107); /* teal color */
font-family: "Arial", Helvetica, sans-serif;
font-variant: small-caps;
text-align: left;
}
.sheet-rolltemplate-DnD35Initiative .sheet-header-basic { /* The header for basicflag */
background-color: gray;
color: white;
text-align: center;
}
.sheet-rolltemplate-DnD35Initiative .sheet-subheader { /* black text and italics for subtags and subtags2 */
color: #000; /* black */
font-size: 1em; /* Make sure the subtags are normal-sized instead of large. */
font-style: italic;
text-align: left;
}
.sheet-rolltemplate-DnD35Initiative .sheet-arrow-right { /* the divider for pcflag; a right pointing isoscelese triangle */
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
border-left: 180px solid rgb(126, 45, 64); /* reddish color */
}
.sheet-rolltemplate-DnD35Initiative .sheet-arrow-left { /* the divider for npcflag; a left pointing isoscelese triangle */
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
border-right: 180px solid rgb(126, 45, 64); /* reddish color */
}
.sheet-rolltemplate-DnD35Initiative .sheet-arrow-spell { /* the divider for spellflag; basically two isoscelese triangles (one pointing up, the other down) joined at their points. */
border-top: 3px solid rgb(45, 64, 126); /* blue */
border-bottom: 3px solid rgb(45, 64, 126); /* blue */
border-left: 90px solid transparent;
border-right: 90px solid transparent;
}
.sheet-rolltemplate-DnD35Initiative .sheet-arrow-ability { /* the divider for abilityflag; a rectangle missing a downward pointing isoscelese triangle */
border-top: 3px solid transparent;
border-bottom: 3px solid rgb(204, 115, 51); /* orange brown color */
border-left: 90px solid rgb(204, 115, 51); /* orange brown color */
border-right: 90px solid rgb(204, 115, 51); /* orange brown color */
}
.sheet-rolltemplate-DnD35Initiative .sheet-arrow-save { /* thick solid line, 3px thick */
border-top: 3px solid rgb(153, 77, 153); /* purple */
border-bottom: 3px solid rgb(153, 77, 153); /* purple */
border-left: 90px solid rgb(153, 77, 153); /* purple */
border-right: 90px solid rgb(153, 77, 153); /* purple */
}
.sheet-rolltemplate-DnD35Initiative .sheet-arrow-skill { /* 2 short isoscelese triangles, one pointing right and the other left */
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
border-left: 90px solid rgb(64, 126, 45); /* green */
border-right: 90px solid rgb(64, 126, 45); /* green */
}
.sheet-rolltemplate-DnD35Initiative .sheet-arrow-skillcat { /* upwards pointing isoscelese triangle */
border-top: 3px solid transparent;
border-bottom: 3px solid rgb(45, 126, 107); /* teal color */
border-left: 90px solid transparent;
border-right: 90px solid transparent;
}
.sheet-rolltemplate-DnD35Initiative .sheet-arrow-initiative { /* thin solid line, 1px thick */
border-top: 1px solid rgb(204, 153, 51); /* golden color */
border-bottom: 1px solid rgb(204, 153, 51); /* golden color */
border-left: 90px solid rgb(204, 153, 51); /* golden color */
border-right: 90px solid rgb(204, 153, 51); /* golden color */
}
.sheet-rolltemplate-DnD35Initiative .sheet-tcat { /* italics */
font-style: italic;
text-align: left;
}
.sheet-rolltemplate-DnD35Initiative td {
padding-left: 5px;
}
/* ----------------------- Roll Templates DARK MODE ----------------------- */
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Attack table,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Initiative table,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Damage table,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35StdRoll table,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35TurnRoll table,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35ManeuverRoll table,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35PrintSpell table {
background-color: #333333; /* white background */
border-color: #bfbfbf;
color: #B3B3B3;
}
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Attack .sheet-subheader,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Initiative .sheet-subheader,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Damage .sheet-subheader,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35StdRoll .sheet-subheader,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35TurnRoll .sheet-subheader,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35ManeuverRoll .sheet-subheader,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35PrintSpell .sheet-subheader {
color: #B3B3B3;
}
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Attack .inlinerollresult,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Initiative .inlinerollresult,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Damage .inlinerollresult,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35StdRoll .inlinerollresult,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35TurnRoll .inlinerollresult,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35ManeuverRoll .inlinerollresult,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35PrintSpell .inlinerollresult {
background-color: transparent;
border: none;
}
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Attack .sheet-tr-repeating:nth-child(even),
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Initiative .sheet-tr-repeating:nth-child(even),
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Damage .sheet-tr-repeating:nth-child(even),
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35StdRoll .sheet-tr-repeating:nth-child(even),
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35TurnRoll .sheet-tr-repeating:nth-child(even),
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35ManeuverRoll .sheet-tr-repeating:nth-child(even),
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35PrintSpell .sheet-tr-repeating:nth-child(even) {
background: gray; /* color for background of alternating rows */
color: #1F1F1F;
}
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Initiative .sheet-tr-repeating:nth-child(even) .inlinerollresult.fullcrit,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Attack .sheet-tr-repeating:nth-child(even) .inlinerollresult.fullcrit,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Damage .sheet-tr-repeating:nth-child(even) .inlinerollresult.fullcrit,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35StdRoll .sheet-tr-repeating:nth-child(even) .inlinerollresult.fullcrit,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35TurnRoll .sheet-tr-repeating:nth-child(even) .inlinerollresult.fullcrit,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35ManeuverRoll .sheet-tr-repeating:nth-child(even) .inlinerollresult.fullcrit,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35PrintSpell .sheet-tr-repeating:nth-child(even) .inlinerollresult.fullcrit {
color: #48cf17; /* strong green for crit results for the inline roll */
border: none;
}
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Initiative .sheet-tr-repeating:nth-child(even) .inlinerollresult.fullfail,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Attack .sheet-tr-repeating:nth-child(even) .inlinerollresult.fullfail,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Damage .sheet-tr-repeating:nth-child(even) .inlinerollresult.fullfail,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35StdRoll .sheet-tr-repeating:nth-child(even) .inlinerollresult.fullfail,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35TurnRoll .sheet-tr-repeating:nth-child(even) .inlinerollresult.fullfail,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35ManeuverRoll .sheet-tr-repeating:nth-child(even) .inlinerollresult.fullfail,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35PrintSpell .sheet-tr-repeating:nth-child(even) .inlinerollresult.fullfail {
color: #891010; /* strong red for fumble results for the inline roll */
border: none;
}
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Initiative .sheet-tr-repeating:nth-child(even) .inlinerollresult.importantroll,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Attack .sheet-tr-repeating:nth-child(even) .inlinerollresult.importantroll,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Damage .sheet-tr-repeating:nth-child(even) .inlinerollresult.importantroll,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35StdRoll .sheet-tr-repeating:nth-child(even) .inlinerollresult.importantroll,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35TurnRoll .sheet-tr-repeating:nth-child(even) .inlinerollresult.importantroll,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35ManeuverRoll .sheet-tr-repeating:nth-child(even) .inlinerollresult.importantroll,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35PrintSpell .sheet-tr-repeating:nth-child(even) .inlinerollresult.importantroll {
color: #0f1ca3; /* blue for mixed fumble/crit results for the inline roll */
border: none;
}
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Initiative .inlinerollresult.fullcrit,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Attack .inlinerollresult.fullcrit,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Damage .inlinerollresult.fullcrit,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35StdRoll .inlinerollresult.fullcrit,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35TurnRoll .inlinerollresult.fullcrit,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35ManeuverRoll .inlinerollresult.fullcrit,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35PrintSpell .inlinerollresult.fullcrit {
color: #48cf17; /* strong green for crit results for the inline roll */
border: none;
}
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Initiative .inlinerollresult.fullfail,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Attack .inlinerollresult.fullfail,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Damage .inlinerollresult.fullfail,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35StdRoll .inlinerollresult.fullfail,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35TurnRoll .inlinerollresult.fullfail,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35ManeuverRoll .inlinerollresult.fullfail,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35PrintSpell .inlinerollresult.fullfail {
color: #ff6600; /* strong red for fumble results for the inline roll */
border: none;
}
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Initiative .inlinerollresult.importantroll,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Attack .inlinerollresult.importantroll,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Damage .inlinerollresult.importantroll,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35StdRoll .inlinerollresult.importantroll,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35TurnRoll .inlinerollresult.importantroll,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35ManeuverRoll .inlinerollresult.importantroll,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35PrintSpell .inlinerollresult.importantroll {
color: #8b94f4; /* blue for mixed fumble/crit results for the inline roll */
border: none;
}
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Attack .sheet-header-attack,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Damage .sheet-header-attack, /* Header for pcflag and npcflag */
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Attack th,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Damage th, /* Header for the attack template */
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Attack .sheet-header-attack,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Damage .sheet-header-attack, /* Header for pcflag and npcflag */
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Initiative .sheet-header-attack { /* Header for pcflag and npcflag */
color: rgb(214, 143, 159); /* darkmode reddish color */
}
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Attack .sheet-arrow-right,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Damage .sheet-arrow-right, /* the divider for pcflag; a right pointing isoscelese triangle */
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35StdRoll .sheet-arrow-right,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Initiative .sheet-arrow-right { /* the divider for pcflag; a right pointing isoscelese triangle */
border-left: 180px solid rgb(214, 143, 159); /* darkmode reddish color */
}
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Attack .sheet-arrow-left,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Damage .sheet-arrow-left, /* the divider for npcflag; a left pointing isoscelese triangle */
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35StdRoll .sheet-arrow-left,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Initiative .sheet-arrow-left {
border-right: 180px rgb(214, 143, 159); /* darkmode reddish color */
}
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Attack .sheet-solid-full,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Damage .sheet-solid-full { /* thick solid line (reddish), 3px thick---Not used in html coding */
border-top: 3px solid rgb(214, 143, 159); /* darkmode reddish color */
border-bottom: 3px solid rgb(214, 143, 159); /* darkmode reddish color */
border-left: 180px solid rgb(214, 143, 159); /* darkmode reddish color */
border-right: 0 solid rgb(214, 143, 159); /* darkmode reddish color */
}
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Attack .sheet-header-save,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Damage .sheet-header-save, /* Header for saveflag */
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35StdRoll .sheet-header-save, /* Header for saveflag */
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Initiative .sheet-header-save { /* Header for saveflag */
color: rgb(204, 153, 204); /* darkmode purple */
}
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Attack .sheet-arrow-save,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Damage .sheet-arrow-save, /* thick solid line, 3px thick */
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35StdRoll .sheet-arrow-save, /* thick solid line, 3px thick */
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Initiative .sheet-arrow-save { /* thick solid line, 3px thick */
border-top: 3px solid rgb(204, 153, 204); /* darkmode purple */
border-bottom: 3px solid rgb(204, 153, 204); /* darkmode purple */
border-left: 90px solid rgb(204, 153, 204); /* darkmode purple */
border-right: 90px solid rgb(204, 153, 204); /* darkmode purple */
}
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Attack .sheet-header-spell,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Damage .sheet-header-spell, /* Header for spellflag */
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35StdRoll .sheet-header-spell,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35ManeuverRoll .sheet-header-spell,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35PrintSpell .sheet-header-spell, /* Header for spellflag */
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Initiative .sheet-header-spell { /* Header for spellflag */
color: rgb(143, 159, 214); /* darkmode blue */
}
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Attack .sheet-arrow-spell,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Damage .sheet-arrow-spell, /* the divider for spellflag; basically two isoscelese triangles (one pointing up, the other down) joined at their points. */
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35StdRoll .sheet-arrow-spell,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35ManeuverRoll .sheet-arrow-spell,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35PrintSpell .sheet-arrow-spell, /* the divider for spellflag; basically two isoscelese triangles (one pointing up, the other down) joined at their points. */
.sheet-rolltemplate-darkmode.sheet-rolltemplate-DnD35Initiative .sheet-arrow-spell { /* the divider for spellflag; basically two isoscelese triangles (one pointing up, the other down) joined at their points. */
border-top: 3px solid rgb(143, 159, 214); /* darkmode blue */
border-bottom: 3px solid rgb(143, 159, 214); /* darkmode blue */
}