mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-10 00:52:28 +00:00
1565 lines
68 KiB
CSS
1565 lines
68 KiB
CSS
/* ----------------------- classes for area display toggles -----------------------*/
|
|
.sheet-switch-pc-show:not(:checked)~.sheet-switch-pc {display:none;}
|
|
.sheet-switch-npc-show:not(:checked)~.sheet-switch-npc {display:none;}
|
|
|
|
/* ----------------------- weapons section -----------------------*/
|
|
.sheet-switch-attackSeparateModeSelection-show:checked ~ .sheet-table .sheet-switch-singleAttack-label {margin-left: 50px;}
|
|
/*.sheet-switch-attackSeparateModeSelection-show:checked ~ .sheet-table .sheet-switch-singleAttack-button {}*/
|
|
.sheet-switch-attackSeparateModeSelection-show:checked ~ .sheet-table .sheet-switch-singleAttack-rollTemplate {width: 240px; margin-left: 30px; margin-bottom: 0;}
|
|
.sheet-switch-attackSingleModeSelection-show:checked ~ .sheet-table .sheet-switch-singleAttack-label {margin-left: 10px;}
|
|
/*.sheet-switch-attackSingleModeSelection-show:checked ~ .sheet-table .sheet-switch-singleAttack-button {}*/
|
|
.sheet-switch-attackSingleModeSelection-show:checked ~ .sheet-table .sheet-switch-singleAttack-rollTemplate {width: 175px; margin-left: 30px; margin-bottom: 0;}
|
|
|
|
.sheet-switch-attackSeparateModeSelection-show:checked ~ .sheet-table .sheet-switch-attack-label {display:none;}
|
|
.sheet-switch-attackSeparateModeSelection-show:checked ~ .sheet-table .sheet-switch-attack-button {display:none;}
|
|
.sheet-switch-attackSeparateModeSelection-show:checked ~ .sheet-table .sheet-switch-attack-rollTemplate {display:none;}
|
|
.sheet-switch-attackSingleModeSelection-show:checked ~ .sheet-table .sheet-switch-attack-label {margin-left: 10px;}
|
|
/*.sheet-switch-attackSingleModeSelection-show:checked ~ .sheet-table .sheet-switch-attack-button {}*/
|
|
.sheet-switch-attackSingleModeSelection-show:checked ~ .sheet-table .sheet-switch-attack-rollTemplate {width: 175px; margin-bottom: 0;}
|
|
|
|
.sheet-switch-attackSeparateModeSelection-show:checked ~ .sheet-table .sheet-switch-fullAttack-label {margin-left: 120px;}
|
|
/*.sheet-switch-attackSeparateModeSelection-show:checked ~ .sheet-table .sheet-switch-attackSeparateMode-fullAttack-button {}*/
|
|
.sheet-switch-attackSeparateModeSelection-show:checked ~ .sheet-table .sheet-switch-attackSeparateMode-fullAttack-rollTemplate {width: 240px; margin-bottom: 0;}
|
|
.sheet-switch-attackSeparateModeSelection-show:not(:checked) ~ .sheet-table .sheet-switch-attackSeparateMode-fullAttack-button {display:none;}
|
|
.sheet-switch-attackSeparateModeSelection-show:not(:checked) ~ .sheet-table .sheet-switch-attackSeparateMode-fullAttack-rollTemplate {display:none;}
|
|
.sheet-switch-attackSingleModeSelection-show:checked ~ .sheet-table .sheet-switch-fullAttack-label {margin-left: 65px;}
|
|
/*.sheet-switch-attackSingleModeSelection-show:checked ~ .sheet-table .sheet-switch-attackSingleMode-fullAttack-button {}*/
|
|
.sheet-switch-attackSingleModeSelection-show:checked ~ .sheet-table .sheet-switch-attackSingleMode-fullAttack-rollTemplate {width: 175px; margin-left: 7px; margin-bottom: 0;}
|
|
.sheet-switch-attackSingleModeSelection-show:not(:checked) ~ .sheet-table .sheet-switch-attackSingleMode-fullAttack-button {display:none;}
|
|
.sheet-switch-attackSingleModeSelection-show:not(:checked) ~ .sheet-table .sheet-switch-attackSingleMode-fullAttack-rollTemplate {display:none;}
|
|
|
|
.sheet-switch-attackSeparateModeSelection-show:checked ~ .sheet-table .sheet-switch-damageRoll-label {margin-left: 120px;}
|
|
/*.sheet-switch-attackSeparateModeSelection-show:checked ~ .sheet-table .sheet-switch-damageRoll-button {}*/
|
|
.sheet-switch-attackSeparateModeSelection-show:checked ~ .sheet-table .sheet-switch-damageRoll-rollTemplate {width: 240px; margin-bottom: 0;}
|
|
.sheet-switch-attackSingleModeSelection-show:checked ~ .sheet-table .sheet-switch-damageRoll-label {margin-left: 60px;}
|
|
/*.sheet-switch-attackSingleModeSelection-show:checked ~ .sheet-table .sheet-switch-damageRoll-button {}*/
|
|
.sheet-switch-attackSingleModeSelection-show:checked ~ .sheet-table .sheet-switch-damageRoll-rollTemplate {width: 175px; margin-bottom: 0;}
|
|
|
|
.sheet-pc-weapon1-show:not(:checked)~.sheet-pc-weapon1 {display:none;}
|
|
.sheet-pc-weapon1Macro-show:not(:checked)~.sheet-pc-weapon1Macro {display:none;}
|
|
.sheet-pc-weapon2-show:not(:checked)~.sheet-pc-weapon2 {display:none;}
|
|
.sheet-pc-weapon2Macro-show:not(:checked)~.sheet-pc-weapon2Macro {display:none;}
|
|
.sheet-pc-weapon3-show:not(:checked)~.sheet-pc-weapon3 {display:none;}
|
|
.sheet-pc-weapon3Macro-show:not(:checked)~.sheet-pc-weapon3Macro {display:none;}
|
|
.sheet-pc-weapon4-show:not(:checked)~.sheet-pc-weapon4 {display:none;}
|
|
.sheet-pc-weapon4Macro-show:not(:checked)~.sheet-pc-weapon4Macro {display:none;}
|
|
.sheet-pc-weapon5-show:not(:checked)~.sheet-pc-weapon5 {display:none;}
|
|
.sheet-pc-weapon5Macro-show:not(:checked)~.sheet-pc-weapon5Macro {display:none;}
|
|
.sheet-pc-weapon6-show:not(:checked)~.sheet-pc-weapon6 {display:none;}
|
|
.sheet-pc-weapon6Macro-show:not(:checked)~.sheet-pc-weapon6Macro {display:none;}
|
|
.sheet-pc-weapon7-show:not(:checked)~.sheet-pc-weapon7 {display:none;}
|
|
.sheet-pc-weapon7Macro-show:not(:checked)~.sheet-pc-weapon7Macro {display:none;}
|
|
.sheet-pc-weapon8-show:not(:checked)~.sheet-pc-weapon8 {display:none;}
|
|
.sheet-pc-weapon8Macro-show:not(:checked)~.sheet-pc-weapon8Macro {display:none;}
|
|
.sheet-pc-weapon9-show:not(:checked)~.sheet-pc-weapon9 {display:none;}
|
|
.sheet-pc-weapon9Macro-show:not(:checked)~.sheet-pc-weapon9Macro {display:none;}
|
|
.sheet-pc-weapon10-show:not(:checked)~.sheet-pc-weapon10 {display:none;}
|
|
.sheet-pc-weapon10Macro-show:not(:checked)~.sheet-pc-weapon10Macro {display:none;}
|
|
.sheet-pc-weapon11-show:not(:checked)~.sheet-pc-weapon11 {display:none;}
|
|
.sheet-pc-weapon11Macro-show:not(:checked)~.sheet-pc-weapon11Macro {display:none;}
|
|
|
|
/* ----------------------- summons section -----------------------*/
|
|
.sheet-switch-summonsAttackSeparateModeSelection-show:checked ~ .sheet-summons-attacks .sheet-switch-singleAttack-label {margin-left: 50px;}
|
|
/*.sheet-switch-npcAttackSeparateModeSelection-showshow:checked ~ .sheet-summons-attacks .sheet-switch-singleAttack-button {}*/
|
|
.sheet-switch-summonsAttackSeparateModeSelection-show:checked ~ .sheet-summons-attacks .sheet-switch-singleAttack-rollTemplate {width: 240px; margin-left: 30px; margin-bottom: 0;}
|
|
.sheet-switch-summonsAttackSingleModeSelection-show:checked ~ .sheet-summons-attacks .sheet-switch-singleAttack-label {margin-left: 10px;}
|
|
/*.sheet-switch-summonsAttackSingleModeSelection-show:checked ~ .sheet-summons-attacks .sheet-switch-singleAttack-button {}*/
|
|
.sheet-switch-summonsAttackSingleModeSelection-show:checked ~ .sheet-summons-attacks .sheet-switch-singleAttack-rollTemplate {width: 175px; margin-left: 30px; margin-bottom: 0;}
|
|
|
|
.sheet-switch-summonsAttackSeparateModeSelection-show:checked ~ .sheet-summons-attacks .sheet-switch-attack-label {display:none;}
|
|
.sheet-switch-summonsAttackSeparateModeSelection-show:checked ~ .sheet-summons-attacks .sheet-switch-attack-button {display:none;}
|
|
.sheet-switch-summonsAttackSeparateModeSelection-show:checked ~ .sheet-summons-attacks .sheet-switch-attack-rollTemplate {display:none;}
|
|
.sheet-switch-summonsAttackSingleModeSelection-show:checked ~ .sheet-summons-attacks .sheet-switch-attack-label {margin-left: 10px;}
|
|
/*.sheet-switch-summonsAttackSingleModeSelection-show:checked ~ .sheet-summons-attacks .sheet-switch-attack-button {}*/
|
|
.sheet-switch-summonsAttackSingleModeSelection-show:checked ~ .sheet-summons-attacks .sheet-switch-attack-rollTemplate {width: 175px; margin-bottom: 0;}
|
|
|
|
.sheet-switch-summonsAttackSeparateModeSelection-show:checked ~ .sheet-summons-attacks .sheet-switch-fullAttack-label {margin-left: 120px;}
|
|
/*.sheet-switch-summonsAttackSeparateModeSelection-show:checked ~ .sheet-summons-attacks .sheet-switch-attackSeparateMode-fullAttack-button {}*/
|
|
.sheet-switch-summonsAttackSeparateModeSelection-show:checked ~ .sheet-summons-attacks .sheet-switch-attackSeparateMode-fullAttack-rollTemplate {width: 240px; margin-bottom: 0;}
|
|
.sheet-switch-summonsAttackSeparateModeSelection-show:not(:checked) ~ .sheet-summons-attacks .sheet-switch-attackSeparateMode-fullAttack-button {display:none;}
|
|
.sheet-switch-summonsAttackSeparateModeSelection-show:not(:checked) ~ .sheet-summons-attacks .sheet-switch-attackSeparateMode-fullAttack-rollTemplate {display:none;}
|
|
.sheet-switch-summonsAttackSingleModeSelection-show:checked ~ .sheet-summons-attacks .sheet-switch-fullAttack-label {margin-left: 65px;}
|
|
/*.sheet-switch-summonsAttackSingleModeSelection-show:checked ~ .sheet-summons-attacks .sheet-switch-attackSingleMode-fullAttack-button {}*/
|
|
.sheet-switch-summonsAttackSingleModeSelection-show:checked ~ .sheet-summons-attacks .sheet-switch-attackSingleMode-fullAttack-rollTemplate {width: 175px; margin-left: 7px; margin-bottom: 0;}
|
|
.sheet-switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .sheet-summons-attacks .sheet-switch-attackSingleMode-fullAttack-button {display:none;}
|
|
.sheet-switch-summonsAttackSingleModeSelection-show:not(:checked) ~ .sheet-summons-attacks .sheet-switch-attackSingleMode-fullAttack-rollTemplate {display:none;}
|
|
|
|
.sheet-switch-summonsAttackSeparateModeSelection-show:checked ~ .sheet-summons-attacks .sheet-switch-damageRoll-label {margin-left: 120px;}
|
|
/*.sheet-switch-summonsAttackSeparateModeSelection-show:checked ~ .sheet-summons-attacks .sheet-switch-damageRoll-button {}*/
|
|
.sheet-switch-summonsAttackSeparateModeSelection-show:checked ~ .sheet-summons-attacks .sheet-switch-damageRoll-rollTemplate {width: 240px; margin-bottom: 0;}
|
|
.sheet-switch-summonsAttackSingleModeSelection-show:checked ~ .sheet-summons-attacks .sheet-switch-damageRoll-label {margin-left: 60px;}
|
|
/*.sheet-switch-summonsAttackSingleModeSelection-show:checked ~ .sheet-summons-attacks .sheet-switch-damageRoll-button {}*/
|
|
.sheet-switch-summonsAttackSingleModeSelection-show:checked ~ .sheet-summons-attacks .sheet-switch-damageRoll-rollTemplate {width: 175px; margin-bottom: 0;}
|
|
|
|
.sheet-summons-attack1-show:not(:checked)~.sheet-summons-attack1 {display:none;}
|
|
.sheet-summons-attack1Macro-show:not(:checked)~.sheet-summons-attack1Macro {display:none;}
|
|
.sheet-summons-attack2-show:not(:checked)~.sheet-summons-attack2 {display:none;}
|
|
.sheet-summons-attack2Macro-show:not(:checked)~.sheet-summons-attack2Macro {display:none;}
|
|
.sheet-summons-attack3-show:not(:checked)~.sheet-summons-attack3 {display:none;}
|
|
.sheet-summons-attack3Macro-show:not(:checked)~.sheet-summons-attack3Macro {display:none;}
|
|
.sheet-summons-attack4-show:not(:checked)~.sheet-summons-attack4 {display:none;}
|
|
.sheet-summons-attack4Macro-show:not(:checked)~.sheet-summons-attack4Macro {display:none;}
|
|
.sheet-summons-attack5-show:not(:checked)~.sheet-summons-attack5 {display:none;}
|
|
.sheet-summons-attack5Macro-show:not(:checked)~.sheet-summons-attack5Macro {display:none;}
|
|
|
|
.sheet-summons-tab-content-show:not(:checked)~.sheet-summons-tab-content {display:none;}
|
|
.sheet-summons-charclasses-show:not(:checked)~.sheet-summons-charclasses {display:none;}
|
|
|
|
/* ----------------------- spells section -----------------------*/
|
|
.sheet-switch-baseModeSpellSection-show:not(:checked)~.sheet-switch-baseModeSpellSection {display:none;}
|
|
.sheet-switch-fullModeSpellSection-show:not(:checked)~.sheet-switch-fullModeSpellSection {display:none;}
|
|
|
|
.sheet-pc-spellAction-show:not(:checked)~.sheet-pc-spellAction {display:none;}
|
|
.sheet-pc-spellActionDescription-show:not(:checked)~.sheet-pc-spellActionDescription {display:none;}
|
|
|
|
.sheet-pc-divineSpells-show:not(:checked)~.sheet-pc-divineSpells {display:none;}
|
|
.sheet-pc-divineSpells0-show:not(:checked)~.sheet-pc-divineSpells0 {display:none;}
|
|
.sheet-pc-divineDetail0-show:not(:checked)~.sheet-pc-divineDetail0 {display:none;}
|
|
.sheet-pc-divineSpells1-show:not(:checked)~.sheet-pc-divineSpells1 {display:none;}
|
|
.sheet-pc-divineDetail1-show:not(:checked)~.sheet-pc-divineDetail1 {display:none;}
|
|
.sheet-pc-divineSpells2-show:not(:checked)~.sheet-pc-divineSpells2 {display:none;}
|
|
.sheet-pc-divineDetail2-show:not(:checked)~.sheet-pc-divineDetail2 {display:none;}
|
|
.sheet-pc-divineSpells3-show:not(:checked)~.sheet-pc-divineSpells3 {display:none;}
|
|
.sheet-pc-divineDetail3-show:not(:checked)~.sheet-pc-divineDetail3 {display:none;}
|
|
.sheet-pc-divineSpells4-show:not(:checked)~.sheet-pc-divineSpells4 {display:none;}
|
|
.sheet-pc-divineDetail4-show:not(:checked)~.sheet-pc-divineDetail4 {display:none;}
|
|
.sheet-pc-divineSpells5-show:not(:checked)~.sheet-pc-divineSpells5 {display:none;}
|
|
.sheet-pc-divineDetail5-show:not(:checked)~.sheet-pc-divineDetail5 {display:none;}
|
|
.sheet-pc-divineSpells6-show:not(:checked)~.sheet-pc-divineSpells6 {display:none;}
|
|
.sheet-pc-divineDetail6-show:not(:checked)~.sheet-pc-divineDetail6 {display:none;}
|
|
.sheet-pc-divineSpells7-show:not(:checked)~.sheet-pc-divineSpells7 {display:none;}
|
|
.sheet-pc-divineDetail7-show:not(:checked)~.sheet-pc-divineDetail7 {display:none;}
|
|
.sheet-pc-divineSpells8-show:not(:checked)~.sheet-pc-divineSpells8 {display:none;}
|
|
.sheet-pc-divineDetail8-show:not(:checked)~.sheet-pc-divineDetail8 {display:none;}
|
|
.sheet-pc-divineSpells9-show:not(:checked)~.sheet-pc-divineSpells9 {display:none;}
|
|
.sheet-pc-divineDetail9-show:not(:checked)~.sheet-pc-divineDetail9 {display:none;}
|
|
.sheet-pc-divineSpells10-show:not(:checked)~.sheet-pc-divineSpells10 {display:none;}
|
|
.sheet-pc-divineDetail10-show:not(:checked)~.sheet-pc-divineDetail10 {display:none;}
|
|
|
|
.sheet-pc-arcaneSpells-show:not(:checked)~.sheet-pc-arcaneSpells {display:none;}
|
|
.sheet-pc-arcaneSpells0-show:not(:checked)~.sheet-pc-arcaneSpells0 {display:none;}
|
|
.sheet-pc-arcaneDetail0-show:not(:checked)~.sheet-pc-arcaneDetail0 {display:none;}
|
|
.sheet-pc-arcaneSpells1-show:not(:checked)~.sheet-pc-arcaneSpells1 {display:none;}
|
|
.sheet-pc-arcaneDetail1-show:not(:checked)~.sheet-pc-arcaneDetail1 {display:none;}
|
|
.sheet-pc-arcaneSpells2-show:not(:checked)~.sheet-pc-arcaneSpells2 {display:none;}
|
|
.sheet-pc-arcaneDetail2-show:not(:checked)~.sheet-pc-arcaneDetail2 {display:none;}
|
|
.sheet-pc-arcaneSpells3-show:not(:checked)~.sheet-pc-arcaneSpells3 {display:none;}
|
|
.sheet-pc-arcaneDetail3-show:not(:checked)~.sheet-pc-arcaneDetail3 {display:none;}
|
|
.sheet-pc-arcaneSpells4-show:not(:checked)~.sheet-pc-arcaneSpells4 {display:none;}
|
|
.sheet-pc-arcaneDetail4-show:not(:checked)~.sheet-pc-arcaneDetail4 {display:none;}
|
|
.sheet-pc-arcaneSpells5-show:not(:checked)~.sheet-pc-arcaneSpells5 {display:none;}
|
|
.sheet-pc-arcaneDetail5-show:not(:checked)~.sheet-pc-arcaneDetail5 {display:none;}
|
|
.sheet-pc-arcaneSpells6-show:not(:checked)~.sheet-pc-arcaneSpells6 {display:none;}
|
|
.sheet-pc-arcaneDetail6-show:not(:checked)~.sheet-pc-arcaneDetail6 {display:none;}
|
|
.sheet-pc-arcaneSpells7-show:not(:checked)~.sheet-pc-arcaneSpells7 {display:none;}
|
|
.sheet-pc-arcaneDetail7-show:not(:checked)~.sheet-pc-arcaneDetail7 {display:none;}
|
|
.sheet-pc-arcaneSpells8-show:not(:checked)~.sheet-pc-arcaneSpells8 {display:none;}
|
|
.sheet-pc-arcaneDetail8-show:not(:checked)~.sheet-pc-arcaneDetail8 {display:none;}
|
|
.sheet-pc-arcaneSpells9-show:not(:checked)~.sheet-pc-arcaneSpells9 {display:none;}
|
|
.sheet-pc-arcaneDetail9-show:not(:checked)~.sheet-pc-arcaneDetail9 {display:none;}
|
|
.sheet-pc-arcaneSpells10-show:not(:checked)~.sheet-pc-arcaneSpells10 {display:none;}
|
|
.sheet-pc-arcaneDetail10-show:not(:checked)~.sheet-pc-arcaneDetail10 {display:none;}
|
|
|
|
.sheet-pc-psionicPowers-show:not(:checked)~.sheet-pc-psionicPowers {display:none;}
|
|
.sheet-pc-psionicPowers1-show:not(:checked)~.sheet-pc-psionicPowers1 {display:none;}
|
|
.sheet-pc-psionicDetail1-show:not(:checked)~.sheet-pc-psionicDetail1 {display:none;}
|
|
.sheet-pc-psionicPowers2-show:not(:checked)~.sheet-pc-psionicPowers2 {display:none;}
|
|
.sheet-pc-psionicDetail2-show:not(:checked)~.sheet-pc-psionicDetail2 {display:none;}
|
|
.sheet-pc-psionicPowers3-show:not(:checked)~.sheet-pc-psionicPowers3 {display:none;}
|
|
.sheet-pc-psionicDetail3-show:not(:checked)~.sheet-pc-psionicDetail3 {display:none;}
|
|
.sheet-pc-psionicPowers4-show:not(:checked)~.sheet-pc-psionicPowers4 {display:none;}
|
|
.sheet-pc-psionicDetail4-show:not(:checked)~.sheet-pc-psionicDetail4 {display:none;}
|
|
.sheet-pc-psionicPowers5-show:not(:checked)~.sheet-pc-psionicPowers5 {display:none;}
|
|
.sheet-pc-psionicDetail5-show:not(:checked)~.sheet-pc-psionicDetail5 {display:none;}
|
|
.sheet-pc-psionicPowers6-show:not(:checked)~.sheet-pc-psionicPowers6 {display:none;}
|
|
.sheet-pc-psionicDetail6-show:not(:checked)~.sheet-pc-psionicDetail6 {display:none;}
|
|
.sheet-pc-psionicPowers7-show:not(:checked)~.sheet-pc-psionicPowers7 {display:none;}
|
|
.sheet-pc-psionicDetail7-show:not(:checked)~.sheet-pc-psionicDetail7 {display:none;}
|
|
.sheet-pc-psionicPowers8-show:not(:checked)~.sheet-pc-psionicPowers8 {display:none;}
|
|
.sheet-pc-psionicDetail8-show:not(:checked)~.sheet-pc-psionicDetail8 {display:none;}
|
|
.sheet-pc-psionicPowers9-show:not(:checked)~.sheet-pc-psionicPowers9 {display:none;}
|
|
.sheet-pc-psionicDetail9-show:not(:checked)~.sheet-pc-psionicDetail9 {display:none;}
|
|
.sheet-pc-psionicPowers10-show:not(:checked)~.sheet-pc-psionicPowers10 {display:none;}
|
|
.sheet-pc-psionicDetail10-show:not(:checked)~.sheet-pc-psionicDetail10 {display:none;}
|
|
|
|
.sheet-pc-invocations-show:not(:checked)~.sheet-pc-invocations {display:none;}
|
|
.sheet-pc-invocations1-show:not(:checked)~.sheet-pc-invocations1 {display:none;}
|
|
.sheet-pc-invocationsDetail1-show:not(:checked)~.sheet-pc-invocationsDetail1 {display:none;}
|
|
.sheet-pc-invocations2-show:not(:checked)~.sheet-pc-invocations2 {display:none;}
|
|
.sheet-pc-invocationsDetail2-show:not(:checked)~.sheet-pc-invocationsDetail2 {display:none;}
|
|
.sheet-pc-invocations3-show:not(:checked)~.sheet-pc-invocations3 {display:none;}
|
|
.sheet-pc-invocationsDetail3-show:not(:checked)~.sheet-pc-invocationsDetail3 {display:none;}
|
|
.sheet-pc-invocations4-show:not(:checked)~.sheet-pc-invocations4 {display:none;}
|
|
.sheet-pc-invocationsDetail4-show:not(:checked)~.sheet-pc-invocationsDetail4 {display:none;}
|
|
|
|
.sheet-pc-maneuversStances-show:not(:checked)~.sheet-pc-maneuversStances {display:none;}
|
|
.sheet-pc-maneuversStances1-show:not(:checked)~.sheet-pc-maneuversStances1 {display:none;}
|
|
.sheet-pc-maneuversStancesDetail1-show:not(:checked)~.sheet-pc-maneuversStancesDetail1 {display:none;}
|
|
.sheet-pc-maneuversStances2-show:not(:checked)~.sheet-pc-maneuversStances2 {display:none;}
|
|
.sheet-pc-maneuversStancesDetail2-show:not(:checked)~.sheet-pc-maneuversStancesDetail2 {display:none;}
|
|
.sheet-pc-maneuversStances3-show:not(:checked)~.sheet-pc-maneuversStances3 {display:none;}
|
|
.sheet-pc-maneuversStancesDetail3-show:not(:checked)~.sheet-pc-maneuversStancesDetail3 {display:none;}
|
|
.sheet-pc-maneuversStances4-show:not(:checked)~.sheet-pc-maneuversStances4 {display:none;}
|
|
.sheet-pc-maneuversStancesDetail4-show:not(:checked)~.sheet-pc-maneuversStancesDetail4 {display:none;}
|
|
.sheet-pc-maneuversStances5-show:not(:checked)~.sheet-pc-maneuversStances5 {display:none;}
|
|
.sheet-pc-maneuversStancesDetail5-show:not(:checked)~.sheet-pc-maneuversStancesDetail5 {display:none;}
|
|
.sheet-pc-maneuversStances6-show:not(:checked)~.sheet-pc-maneuversStances6 {display:none;}
|
|
.sheet-pc-maneuversStancesDetail6-show:not(:checked)~.sheet-pc-maneuversStancesDetail6 {display:none;}
|
|
.sheet-pc-maneuversStances7-show:not(:checked)~.sheet-pc-maneuversStances7 {display:none;}
|
|
.sheet-pc-maneuversStancesDetail7-show:not(:checked)~.sheet-pc-maneuversStancesDetail7 {display:none;}
|
|
.sheet-pc-maneuversStances8-show:not(:checked)~.sheet-pc-maneuversStances8 {display:none;}
|
|
.sheet-pc-maneuversStancesDetail8-show:not(:checked)~.sheet-pc-maneuversStancesDetail8 {display:none;}
|
|
.sheet-pc-maneuversStances9-show:not(:checked)~.sheet-pc-maneuversStances9 {display:none;}
|
|
.sheet-pc-maneuversStancesDetail9-show:not(:checked)~.sheet-pc-maneuversStancesDetail9 {display:none;}
|
|
.sheet-pc-maneuversStances10-show:not(:checked)~.sheet-pc-maneuversStances10 {display:none;}
|
|
.sheet-pc-maneuversStancesDetail10-show:not(:checked)~.sheet-pc-maneuversStancesDetail10 {display:none;}
|
|
|
|
.sheet-pc-spellLikeAbilites-show:not(:checked)~.sheet-pc-spellLikeAbilites {display:none;}
|
|
.sheet-pc-spellLikeAbilites1-show:not(:checked)~.sheet-pc-spellLikeAbilites1 {display:none;}
|
|
.sheet-pc-spellLikeAbilitesDetail1-show:not(:checked)~.sheet-pc-spellLikeAbilitesDetail1 {display:none;}
|
|
|
|
.sheet-pc-spells0-show:not(:checked)~.sheet-pc-spells0 {display:none;}
|
|
.sheet-pc-spells1-show:not(:checked)~.sheet-pc-spells1 {display:none;}
|
|
.sheet-pc-spells2-show:not(:checked)~.sheet-pc-spells2 {display:none;}
|
|
.sheet-pc-spells3-show:not(:checked)~.sheet-pc-spells3 {display:none;}
|
|
.sheet-pc-spells4-show:not(:checked)~.sheet-pc-spells4 {display:none;}
|
|
.sheet-pc-spells5-show:not(:checked)~.sheet-pc-spells5 {display:none;}
|
|
.sheet-pc-spells6-show:not(:checked)~.sheet-pc-spells6 {display:none;}
|
|
.sheet-pc-spells7-show:not(:checked)~.sheet-pc-spells7 {display:none;}
|
|
.sheet-pc-spells8-show:not(:checked)~.sheet-pc-spells8 {display:none;}
|
|
.sheet-pc-spells9-show:not(:checked)~.sheet-pc-spells9 {display:none;}
|
|
.sheet-pc-spells10-show:not(:checked)~.sheet-pc-spells10 {display:none;}
|
|
|
|
/* ----------------------- general -----------------------*/
|
|
.sheet-pc-spells-show:not(:checked)~.sheet-pc-spells {display:none;}
|
|
.sheet-pc-charrpinfo-show:not(:checked)~.sheet-pc-charrpinfo {display:none;}
|
|
.sheet-pc-charclasses-show:not(:checked)~.sheet-pc-charclasses {display:none;}
|
|
.sheet-pc-combat-show:not(:checked)~.sheet-pc-combat {display:none;}
|
|
.sheet-pc-charnotes-show:not(:checked)~.sheet-pc-charnotes {display:none;}
|
|
.sheet-pc-saveblock-show:not(:checked)~.sheet-pc-saveblock {display:none;}
|
|
.sheet-pc-savemacros-show:not(:checked)~.sheet-pc-savemacros {display:none;}
|
|
.sheet-pc-baseattackmacros-show:not(:checked)~.sheet-pc-baseattackmacros {display:none;}
|
|
.sheet-pc-statblock-show:not(:checked)~.sheet-pc-statblock {display:none;}
|
|
.sheet-pc-abilitymacros-show:not(:checked)~.sheet-pc-abilitymacros {display:none;}
|
|
.sheet-pc-equipment-show:not(:checked)~.sheet-pc-equipment {display:none;}
|
|
.sheet-pc-acequipment-show:not(:checked)~.sheet-pc-acequipment {display:none;}
|
|
.sheet-pc-acother-show:not(:checked)~.sheet-pc-acother {display:none;}
|
|
.sheet-pc-singleuseequipment-show:not(:checked)~.sheet-pc-singleuseequipment {display:none;}
|
|
.sheet-pc-magicequipment-show:not(:checked)~.sheet-pc-magicequipment {display:none;}
|
|
.sheet-pc-stdequipment-show:not(:checked)~.sheet-pc-stdequipment {display:none;}
|
|
.sheet-pc-otherequipment-show:not(:checked)~.sheet-pc-otherequipment {display:none;}
|
|
.sheet-pc-encumbrance-show:not(:checked)~.sheet-pc-encumbrance {display:none;}
|
|
.sheet-pc-weapons-show:not(:checked)~.sheet-pc-weapons {display:none;}
|
|
.sheet-pc-turn-undead-show:not(:checked)~.sheet-pc-turn-undead {display:none;}
|
|
.sheet-pc-skills-show:not(:checked)~.sheet-pc-skills {display:none;}
|
|
.sheet-pc-pronouns-show:not(:checked)~.sheet-pc-pronouns {display:none;}
|
|
.sheet-pc-summons-show:not(:checked)~.sheet-pc-summons {display:none;}
|
|
.sheet-pc-notes-show:not(:checked)~.sheet-pc-notes {display:none;}
|
|
.sheet-pc-rolltemplates-show:not(:checked)~.sheet-pc-rolltemplates {display:none;}
|
|
.sheet-pc-deflectioncalc-show:not(:checked)~.sheet-pc-deflectioncalc {display:none;}
|
|
.sheet-pc-armorbonuscalc-show:not(:checked)~.sheet-pc-armorbonuscalc {display:none;}
|
|
.sheet-pc-dodgecalc-show:not(:checked)~.sheet-pc-dodgecalc {display:none;}
|
|
.sheet-pc-abilityaccalc-show:not(:checked)~.sheet-pc-abilityaccalc {display:none;}
|
|
.sheet-pc-naturalarmorcalc-show:not(:checked)~.sheet-pc-naturalarmorcalc {display:none;}
|
|
.sheet-pc-miscaccalc-show:not(:checked)~.sheet-pc-miscaccalc {display:none;}
|
|
|
|
.sheet-pc-other1-show:not(:checked)~.sheet-pc-other1 {display:none;}
|
|
.sheet-pc-other2-show:not(:checked)~.sheet-pc-other2 {display:none;}
|
|
.sheet-pc-other3-show:not(:checked)~.sheet-pc-other3 {display:none;}
|
|
.sheet-pc-other4-show:not(:checked)~.sheet-pc-other4 {display:none;}
|
|
|
|
.sheet-pc-notes1-show:not(:checked)~.sheet-pc-notes1 {display:none;}
|
|
.sheet-pc-notes2-show:not(:checked)~.sheet-pc-notes2 {display:none;}
|
|
.sheet-pc-notes3-show:not(:checked)~.sheet-pc-notes3 {display:none;}
|
|
.sheet-pc-notes4-show:not(:checked)~.sheet-pc-notes4 {display:none;}
|
|
|
|
.sheet-pc-rolltemplates-show:not(:checked)~.sheet-pc-rolltemplates {display:none;}
|
|
.sheet-pc-turnUndeadMarco-show:not(:checked)~.sheet-pc-turnUndeadMarco {display:none;}
|
|
|
|
/* ----------------------- NPC -----------------------*/
|
|
.sheet-switch-npcAttackSeparateModeSelection-show:checked ~ .sheet-npc-attacks .sheet-switch-singleAttack-label {margin-left: 50px;}
|
|
/*.sheet-switch-npcAttackSeparateModeSelection-show:checked ~ .sheet-npc-attacks .sheet-switch-singleAttack-button {}*/
|
|
.sheet-switch-npcAttackSeparateModeSelection-show:checked ~ .sheet-npc-attacks .sheet-switch-singleAttack-rollTemplate {width: 240px; margin-left: 30px; margin-bottom: 0;}
|
|
.sheet-switch-npcAttackSingleModeSelection-show:checked ~ .sheet-npc-attacks .sheet-switch-singleAttack-label {margin-left: 10px;}
|
|
/*.sheet-switch-npcAttackSingleModeSelection-show:checked ~ .sheet-npc-attacks .sheet-switch-singleAttack-button {}*/
|
|
.sheet-switch-npcAttackSingleModeSelection-show:checked ~ .sheet-npc-attacks .sheet-switch-singleAttack-rollTemplate {width: 175px; margin-left: 30px; margin-bottom: 0;}
|
|
|
|
.sheet-switch-npcAttackSeparateModeSelection-show:checked ~ .sheet-npc-attacks .sheet-switch-attack-label {display:none;}
|
|
.sheet-switch-npcAttackSeparateModeSelection-show:checked ~ .sheet-npc-attacks .sheet-switch-attack-button {display:none;}
|
|
.sheet-switch-npcAttackSeparateModeSelection-show:checked ~ .sheet-npc-attacks .sheet-switch-attack-rollTemplate {display:none;}
|
|
.sheet-switch-npcAttackSingleModeSelection-show:checked ~ .sheet-npc-attacks .sheet-switch-attack-label {margin-left: 10px;}
|
|
/*.sheet-switch-npcAttackSingleModeSelection-show:checked ~ .sheet-npc-attacks .sheet-switch-attack-button {}*/
|
|
.sheet-switch-npcAttackSingleModeSelection-show:checked ~ .sheet-npc-attacks .sheet-switch-attack-rollTemplate {width: 175px; margin-bottom: 0;}
|
|
|
|
.sheet-switch-npcAttackSeparateModeSelection-show:checked ~ .sheet-npc-attacks .sheet-switch-fullAttack-label {margin-left: 120px;}
|
|
/*.sheet-switch-npcAttackSeparateModeSelection-show:checked ~ .sheet-npc-attacks .sheet-switch-attackSeparateMode-fullAttack-button {}*/
|
|
.sheet-switch-npcAttackSeparateModeSelection-show:checked ~ .sheet-npc-attacks .sheet-switch-attackSeparateMode-fullAttack-rollTemplate {width: 240px; margin-bottom: 0;}
|
|
.sheet-switch-npcAttackSeparateModeSelection-show:not(:checked) ~ .sheet-npc-attacks .sheet-switch-attackSeparateMode-fullAttack-button {display:none;}
|
|
.sheet-switch-npcAttackSeparateModeSelection-show:not(:checked) ~ .sheet-npc-attacks .sheet-switch-attackSeparateMode-fullAttack-rollTemplate {display:none;}
|
|
.sheet-switch-npcAttackSingleModeSelection-show:checked ~ .sheet-npc-attacks .sheet-switch-fullAttack-label {margin-left: 65px;}
|
|
/*.sheet-switch-npcAttackSingleModeSelection-show:checked ~ .sheet-npc-attacks .sheet-switch-attackSingleMode-fullAttack-button {}*/
|
|
.sheet-switch-npcAttackSingleModeSelection-show:checked ~ .sheet-npc-attacks .sheet-switch-attackSingleMode-fullAttack-rollTemplate {width: 175px; margin-left: 7px; margin-bottom: 0;}
|
|
.sheet-switch-npcAttackSingleModeSelection-show:not(:checked) ~ .sheet-npc-attacks .sheet-switch-attackSingleMode-fullAttack-button {display:none;}
|
|
.sheet-switch-npcAttackSingleModeSelection-show:not(:checked) ~ .sheet-npc-attacks .sheet-switch-attackSingleMode-fullAttack-rollTemplate {display:none;}
|
|
|
|
.sheet-switch-npcAttackSeparateModeSelection-show:checked ~ .sheet-npc-attacks .sheet-switch-damageRoll-label {margin-left: 120px;}
|
|
/*.sheet-switch-npcAttackSeparateModeSelection-show:checked ~ .sheet-npc-attacks .sheet-switch-damageRoll-button {}*/
|
|
.sheet-switch-npcAttackSeparateModeSelection-show:checked ~ .sheet-npc-attacks .sheet-switch-damageRoll-rollTemplate {width: 240px; margin-bottom: 0;}
|
|
.sheet-switch-npcAttackSingleModeSelection-show:checked ~ .sheet-npc-attacks .sheet-switch-damageRoll-label {margin-left: 60px;}
|
|
/*.sheet-switch-npcAttackSingleModeSelection-show:checked ~ .sheet-npc-attacks .sheet-switch-damageRoll-button {}*/
|
|
.sheet-switch-npcAttackSingleModeSelection-show:checked ~ .sheet-npc-attacks .sheet-switch-damageRoll-rollTemplate {width: 175px; margin-bottom: 0;}
|
|
|
|
.sheet-npc-charrpinfo-show:not(:checked)~.sheet-npc-charrpinfo {display:none;}
|
|
.sheet-npc-charclasses-show:not(:checked)~.sheet-npc-charclasses {display:none;}
|
|
.sheet-npc-attack1-show:not(:checked)~.sheet-npc-attack1 {display:none;}
|
|
.sheet-npc-attack1Macro-show:not(:checked)~.sheet-npc-attack1Macro {display:none;}
|
|
.sheet-npc-attack2-show:not(:checked)~.sheet-npc-attack2 {display:none;}
|
|
.sheet-npc-attack2Macro-show:not(:checked)~.sheet-npc-attack2Macro {display:none;}
|
|
.sheet-npc-attack3-show:not(:checked)~.sheet-npc-attack3 {display:none;}
|
|
.sheet-npc-attack3Macro-show:not(:checked)~.sheet-npc-attack3Macro {display:none;}
|
|
.sheet-npc-attack11-show:not(:checked)~.sheet-npc-attack11 {display:none;}
|
|
.sheet-npc-attack11Macro-show:not(:checked)~.sheet-npc-attack11Macro {display:none;}
|
|
|
|
.charsheet input:disabled, .charsheet input:disabled.sheet-inputbox{
|
|
background: #F0F0F0;
|
|
}
|
|
|
|
.sheet-h4 {
|
|
font-size: 14px;
|
|
line-height: 18px;
|
|
font-weight: bold;
|
|
color: #333;
|
|
text-rendering: optimizelegibility;
|
|
}
|
|
|
|
.sheet-btn-roll {
|
|
padding: 2px 3px;
|
|
font-size: 1.3em;
|
|
margin: 0px 3px 0px 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;
|
|
}
|
|
|
|
.sheet-btn-roll:before {
|
|
font-family: "dicefontd20";
|
|
content: "t";
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.sheet-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;
|
|
}
|
|
|
|
.sheet-btn-action:hover,
|
|
.sheet-btn-roll:hover {
|
|
color: #333;
|
|
text-decoration: none;
|
|
background-color: #e6e6e6;
|
|
background-position: 0 -15px;
|
|
transition: background-position .1s linear;
|
|
}
|
|
|
|
div.sheet-switch-fullModeSpellSection div.repcontainer>div:nth-of-type(odd) {
|
|
background: #F0F0F0;
|
|
}
|
|
|
|
.sheet-spell-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
|
|
color: #C0C0C0;
|
|
opacity: 1; /* Firefox */
|
|
}
|
|
|
|
.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: 5;
|
|
}
|
|
|
|
.tableNoCellSpacingCellPadding10 {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
table.tableNoCellSpacingCellPadding10 th, table.tableNoCellSpacingCellPadding10 td{
|
|
padding: 10;
|
|
}
|
|
|
|
.charsheet label {
|
|
display: inline-block;
|
|
width: 75px;
|
|
text-align: left;
|
|
}
|
|
|
|
.charsheet input {
|
|
background-color: transparent;
|
|
border-style: solid;
|
|
border-color: black;
|
|
border-width: 0px 0px 2px 0px;
|
|
}
|
|
|
|
.charsheet input.sheet-inputbox {
|
|
background-color: transparent;
|
|
border-style: solid;
|
|
border-color: black;
|
|
border-width: 1px 1px 1px 1px;
|
|
}
|
|
|
|
.even {
|
|
border: 1px solid black;
|
|
background-color: #AAA;
|
|
}
|
|
|
|
.odd {
|
|
border: 1px solid black;
|
|
background-color: #DDD;
|
|
}
|
|
|
|
fieldset {
|
|
display: none;
|
|
}
|
|
|
|
.charsheet {
|
|
background-color: white;
|
|
background-image: none;
|
|
}
|
|
|
|
.charsheet table th {
|
|
font-size: 0.8em;
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-statlabel-big-gray{
|
|
background-color: gray;
|
|
color: white;
|
|
font-size: 0.9em;
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-statlabel {
|
|
border: 1px solid white;
|
|
background-color: black;
|
|
color: white;
|
|
font-size: 0.7em;
|
|
text-align: center;
|
|
}
|
|
|
|
.charsheet table td.sheet-statlabel-big {
|
|
border: 1px solid white;
|
|
background-color: black;
|
|
color: white;
|
|
font-size: 0.9em;
|
|
text-align: center;
|
|
}
|
|
.charsheet table td.sheet-statlabel {
|
|
border: 1px solid white;
|
|
background-color: black;
|
|
color: white;
|
|
font-size: 0.7em;
|
|
text-align: center;
|
|
}
|
|
.charsheet table td {
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
select.sheet-dtype {
|
|
width: 60px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.sheet-input-noborder {
|
|
background-color: transparent;
|
|
border-style: solid;
|
|
border-color: transparent;
|
|
border-width: 0px 0px 0px 0px;
|
|
}
|
|
|
|
.sheet-statlabel-encumbrance {
|
|
border: 1px solid white;
|
|
background-color: black;
|
|
color: white;
|
|
font-size: 0.65em;
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-statlabel-weapons {
|
|
display: table-cell;
|
|
border: 1px solid white;
|
|
background-color: black;
|
|
color: white;
|
|
font-size: 0.7em;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.sheet-table-name {
|
|
display: table-caption;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
color: white;
|
|
background-color: black;
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-table-header {
|
|
display: table-cell;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.sheet-table-header-spell {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.sheet-table-header-left,
|
|
table tr td .sheet-table-header-left {
|
|
display: table-cell;
|
|
text-align: left;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-table-header2-left {
|
|
display: table-cell;
|
|
text-align: left;
|
|
font-weight: bold;
|
|
font-size: 0.7em;
|
|
}
|
|
|
|
.sheet-table-header-right {
|
|
display: table-cell;
|
|
text-align: right;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-table-header2 {
|
|
display: table-cell;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-size: 0.7em;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.sheet-table-header3 {
|
|
display: table-cell;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-size: 0.7em;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.sheet-table-encumbrance {
|
|
display: table-cell;
|
|
font-size: 0.65em;
|
|
width: 133px;
|
|
}
|
|
|
|
.sheet-table-load {
|
|
display: table-cell;
|
|
font-size: 0.65em;
|
|
width: 95px;
|
|
}
|
|
|
|
.sheet-table-left {
|
|
display: table-cell;
|
|
text-align: left;
|
|
}
|
|
|
|
.sheet-table-right {
|
|
display: table-cell;
|
|
text-align: right;
|
|
}
|
|
|
|
.sheet-table-center {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.sheet-table-data-left {
|
|
display: table-cell;
|
|
text-align: left;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.sheet-table-data-right {
|
|
display: table-cell;
|
|
text-align: right;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.sheet-table-data-center {
|
|
display: table-cell;
|
|
text-align: center;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.sheet-table-data-center-sm {
|
|
display: table-cell;
|
|
text-align: center;
|
|
font-size: 0.7em;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.sheet-table-data-center-skills {
|
|
display: table-cell;
|
|
width: 28px;
|
|
}
|
|
|
|
.sheet-table-data-center-skills-rep {
|
|
display: table-cell;
|
|
width: 31px;
|
|
}
|
|
|
|
.sheet-table-col {
|
|
display: table-col;
|
|
vertical-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-table-row {
|
|
display: table-row;
|
|
vertical-align: top;
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-table-row-spell {
|
|
vertical-align: top;
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-table-row-name {
|
|
display: table-cell;
|
|
text-align: center;
|
|
color: white;
|
|
background-color: black;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-table-row-small {
|
|
display: table-cell;
|
|
width: 40px;
|
|
}
|
|
|
|
textarea { height: auto; }
|
|
|
|
input, select {
|
|
width:100%;
|
|
}
|
|
|
|
/* Take out the spinner arrows on number inputs. */
|
|
input[type=number] {
|
|
-moz-appearance: textfield;
|
|
}
|
|
input[type=number]::-webkit-outer-spin-button,
|
|
input[type=number]::-webkit-inner-spin-button {
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
/* -----------------------Skinned checkbox for Arrow toggles (►/▼)----------------------- */
|
|
/* Hide actual checkbox */
|
|
input.sheet-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.sheet-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.sheet-arrow[type="checkbox"]:checked + span::before { content: "▼"; }
|
|
|
|
/* -----------------------Skinned checkbox for Y/N toggles----------------------- */
|
|
/* Hide actual checkbox */
|
|
input.sheet-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.sheet-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.sheet-yesno[type="checkbox"]:checked + span::before { content: "Y"; }
|
|
|
|
/* -----------------------Skinned Radio button for PC/NPC button----------------------- */
|
|
/* Hide actual radio button */
|
|
input.sheet-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.sheet-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.sheet-switch[type="radio"]:checked + span::before { content: "◆"; }
|
|
|
|
/* -----------------------Fake tabs style1 (reskinned radio button; fixed to work properly in firefox----------------------- */
|
|
div.sheet-tab-content { display: none; }
|
|
|
|
input.sheet-tab1:checked ~ div.sheet-tab1,
|
|
input.sheet-tab2:checked ~ div.sheet-tab2,
|
|
input.sheet-tab3:checked ~ div.sheet-tab3,
|
|
input.sheet-tab4:checked ~ div.sheet-tab4,
|
|
input.sheet-tab5:checked ~ div.sheet-tab5,
|
|
input.sheet-tab6:checked ~ div.sheet-tab6,
|
|
input.sheet-tab7:checked ~ div.sheet-tab7,
|
|
input.sheet-tab8:checked ~ div.sheet-tab8,
|
|
input.sheet-tab9:checked ~ div.sheet-tab9,
|
|
input.sheet-tab10:checked ~ div.sheet-tab10,
|
|
input.sheet-tab99:checked ~ div.sheet-tab99
|
|
{
|
|
display: block;
|
|
}
|
|
|
|
input.sheet-tab1:checked + span.sheet-tab1,
|
|
input.sheet-tab2:checked + span.sheet-tab2,
|
|
input.sheet-tab3:checked + span.sheet-tab3,
|
|
input.sheet-tab4:checked + span.sheet-tab4,
|
|
input.sheet-tab5:checked + span.sheet-tab5,
|
|
input.sheet-tab6:checked + span.sheet-tab6,
|
|
input.sheet-tab7:checked + span.sheet-tab7,
|
|
input.sheet-tab8:checked + span.sheet-tab8,
|
|
input.sheet-tab9:checked + span.sheet-tab9,
|
|
input.sheet-tab10:checked + span.sheet-tab10,
|
|
input.sheet-tab99:checked + span.sheet-tab99
|
|
{
|
|
background: gray;
|
|
color: white;
|
|
}
|
|
|
|
input.sheet-tab
|
|
{
|
|
width: 70px;
|
|
height: 20px;
|
|
position: relative;
|
|
top: 5px;
|
|
left: 6px;
|
|
margin: -1.5px;
|
|
cursor: pointer;
|
|
opacity: 0;
|
|
z-index: 9999;
|
|
}
|
|
span.sheet-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;
|
|
}
|
|
input.sheet-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;
|
|
}
|
|
|
|
input.sheet-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;
|
|
}
|
|
|
|
input.sheet-tab:not(:first-child)::before
|
|
{
|
|
border-left: none;
|
|
}
|
|
|
|
|
|
div.sheet-tab-content, .sheet-npc-tab-content, .sheet-summons-tab-content
|
|
{
|
|
border: 1px solid #a8a8a8;
|
|
border-top-color: #000; /* black */
|
|
margin: 2px 0 0 5px;
|
|
padding: 5px;
|
|
}
|
|
|
|
/* -----------------------tabs style2 (with label) works even in firefox ----------------------- */
|
|
.sheet-character-sheet,
|
|
.sheet-expand
|
|
{
|
|
display: none;
|
|
padding: 3px;
|
|
}
|
|
|
|
.sheet-expand:checked ~ .sheet-show
|
|
{
|
|
display: block;
|
|
background-color: white;
|
|
margin: 1px 0px 0px -2px;
|
|
}
|
|
|
|
.sheet-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;
|
|
}
|
|
|
|
.sheet-expand:checked ~ .sheet-tab
|
|
{
|
|
background-color: white;
|
|
}
|
|
|
|
label
|
|
{
|
|
display: inline;
|
|
}
|
|
|
|
label,
|
|
label div
|
|
{
|
|
font-size: 12px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
textarea {
|
|
height: auto;
|
|
color: black;
|
|
}
|
|
|
|
input {
|
|
color: black;
|
|
}
|
|
|
|
input, select {
|
|
width:100%;
|
|
}
|
|
|
|
|
|
/* ----------------------- 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: 0px;
|
|
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); /* orangy 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;
|
|
/*color: rgba(112,32,130,1);*/
|
|
}
|
|
|
|
.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); /* orangy brown color */
|
|
border-left: 90px solid rgb(204, 115, 51); /* orangy brown color */
|
|
border-right: 90px solid rgb(204, 115, 51); /* orangy 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 .sheet-dcolor
|
|
.sheet-rolltemplate-DnD35Damage .sheet-dcolor { /* color for the damage/crit damage area; ie the wording/rolls in {{damage1= something}} or {{critdmg1=something}}. only found in the attack template */
|
|
color: rgb(193, 80, 107); /* paler reddish color*/
|
|
}
|
|
|
|
.sheet-rolltemplate-DnD35Attack td
|
|
.sheet-rolltemplate-DnD35Damage td {
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.sheet-rolltemplate-DnD35Attack .sheet-tr-repeating:nth-child(even),
|
|
.sheet-rolltemplate-DnD35Damage .sheet-tr-repeating:nth-child(even) {
|
|
background-color: #eee; /* pale grey color for background of alternating rows */
|
|
}
|
|
|
|
.sheet-rolltemplate-DnD35Attack .inlinerollresult,
|
|
.sheet-rolltemplate-DnD35Damage .inlinerollresult { /* inline roll background is transparent and it has no border */
|
|
background-color: transparent;
|
|
border: none;
|
|
}
|
|
|
|
.sheet-rolltemplate-DnD35Attack .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-DnD35Damage .inlinerollresult.fullcrit {
|
|
color: #3FB315; /* strong green for crit results for the inline roll */
|
|
border: none;
|
|
}
|
|
|
|
.sheet-rolltemplate-DnD35Attack .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-DnD35Damage .inlinerollresult.fullfail {
|
|
color: #B31515; /* strong red for fumble results for the inline roll */
|
|
border: none;
|
|
}
|
|
|
|
.sheet-rolltemplate-DnD35Attack .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-DnD35Damage .inlinerollresult.importantroll {
|
|
color: #4A57ED; /* blue for mixed fumble/crit results for the inline roll */
|
|
border: none;
|
|
}
|
|
|
|
/* -----------------------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: 0px;
|
|
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 {
|
|
/*color: rgb(45, 126, 107); */ /* teal 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;
|
|
/*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); /* orangy 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;
|
|
/*color: rgba(112,32,130,1);*/
|
|
}
|
|
.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); /* orangy brown color */
|
|
border-left: 90px solid rgb(204, 115, 51); /* orangy brown color */
|
|
border-right: 90px solid rgb(204, 115, 51); /* orangy 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-DnD35StdRoll .sheet-tr-repeating:nth-child(even),
|
|
.sheet-rolltemplate-DnD35TurnRoll .sheet-tr-repeating:nth-child(even) {
|
|
background-color:#eee; /* pale grey color for background of alternating rows */
|
|
}
|
|
.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-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-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-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: 0px;
|
|
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); /* orangy 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;
|
|
/*color: rgba(112,32,130,1);*/
|
|
}
|
|
.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); /* orangy brown color */
|
|
border-left: 90px solid rgb(204, 115, 51); /* orangy brown color */
|
|
border-right: 90px solid rgb(204, 115, 51); /* orangy 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;
|
|
}
|
|
.sheet-rolltemplate-DnD35Initiative .inlinerollresult { /* inline roll background is transparent and it has no border */
|
|
background-color: transparent;
|
|
border: none;
|
|
}
|
|
.sheet-rolltemplate-DnD35Initiative .inlinerollresult.fullcrit {
|
|
color: #3FB315; /* strong green for crit results for the inline roll */
|
|
border: none;
|
|
}
|
|
.sheet-rolltemplate-DnD35Initiative .inlinerollresult.fullfail {
|
|
color: #B31515; /* strong red for fumble results for the inline roll */
|
|
border: none;
|
|
}
|
|
.sheet-rolltemplate-DnD35Initiative .inlinerollresult.importantroll {
|
|
color: #4A57ED; /* blue for mixed fumble/crit results for the inline roll */
|
|
border: none;
|
|
}
|