From 4b5da6b4bc6f66d339b80e7df91bca0622264aac Mon Sep 17 00:00:00 2001 From: Stexinator Date: Thu, 8 Apr 2021 19:55:04 +0200 Subject: [PATCH] [Shadowrun 5th Advanced] move to non-legacy --- Shadowrun5th/Shadowrun5th.css | 1529 ++++++++++++++++---------------- Shadowrun5th/Shadowrun5th.html | 6 +- Shadowrun5th/sheet.json | 3 +- 3 files changed, 766 insertions(+), 772 deletions(-) diff --git a/Shadowrun5th/Shadowrun5th.css b/Shadowrun5th/Shadowrun5th.css index 3ecc4e1c76..bff9ccb4d9 100644 --- a/Shadowrun5th/Shadowrun5th.css +++ b/Shadowrun5th/Shadowrun5th.css @@ -1,4 +1,4 @@ -.sheet-wrapper { +.wrapper { width:calc(100%-6em); background-color:#111111; min-height:500px; @@ -9,34 +9,34 @@ background-size: auto 8em; } -.sheet-wrapper select{ +.wrapper select{ -moz-appearance:none; } -.sheet-wrapper input[type=number]::-webkit-outer-spin-button, +.wrapper input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } -.sheet-wrapper input[type=number] { +.wrapper input[type=number] { -moz-appearance:textfield; } -.sheet-tabs{ +input[type=radio].tabs{ opacity:0; - width:11%; + width:11% ; height:2em!important; } -.sheet-wrapper h2{ +.wrapper h2{ margin-top:1em; color: #aaaaee; } -.sheet-tablabel{ +.tablabel{ margin-left:-11%; width:11%; text-align:center; @@ -49,91 +49,91 @@ input[type=number]::-webkit-inner-spin-button { } -.sheet-tabs:checked + div.sheet-tablabel { +.tabs:checked + div.tablabel { font-weight:700; } -.sheet-tab1:checked + div.sheet-tablabel, -.sheet-tab1:checked ~ div.sheet-gmroll, -.sheet-content1{ +.tab1:checked + div.tablabel, +.tab1:checked ~ div.gmroll, +.content1{ color:#aaaaee; } -.sheet-tab2:checked + div.sheet-tablabel, -.sheet-tab2:checked ~ div.sheet-gmroll, -.sheet-content2{ +.tab2:checked + div.tablabel, +.tab2:checked ~ div.gmroll, +.content2{ color:#aaaaee; } -.sheet-tab3:checked + div.sheet-tablabel, -.sheet-tab3:checked ~ div.sheet-gmroll, -.sheet-content3{ +.tab3:checked + div.tablabel, +.tab3:checked ~ div.gmroll, +.content3{ color:#aaaaee; } -.sheet-tab4:checked + div.sheet-tablabel, -.sheet-tab4:checked ~ div.sheet-gmroll, -.sheet-content4{ +.tab4:checked + div.tablabel, +.tab4:checked ~ div.gmroll, +.content4{ color:#aaaaee; } -.sheet-tab5:checked + div.sheet-tablabel, -.sheet-tab5:checked ~ div.sheet-gmroll, -.sheet-content5{ +.tab5:checked + div.tablabel, +.tab5:checked ~ div.gmroll, +.content5{ color:#aaaaee; } -.sheet-tab6:checked + div.sheet-tablabel, -.sheet-tab6:checked ~ div.sheet-gmroll, -.sheet-content6{ +.tab6:checked + div.tablabel, +.tab6:checked ~ div.gmroll, +.content6{ color:#aaaaee; } -.sheet-tab7:checked + div.sheet-tablabel, -.sheet-tab7:checked ~ div.sheet-gmroll, -.sheet-content7{ +.tab7:checked + div.tablabel, +.tab7:checked ~ div.gmroll, +.content7{ color:#aaaaee; } -.sheet-tab8:checked + div.sheet-tablabel, -.sheet-tab8:checked ~ div.sheet-gmroll, -.sheet-content8{ +.tab8:checked + div.tablabel, +.tab8:checked ~ div.gmroll, +.content8{ color:#aaaaee; } -.sheet-content1, -.sheet-content2, -.sheet-content3, -.sheet-content4, -.sheet-content5, -.sheet-content6, -.sheet-content7, -.sheet-content8{ +.content1, +.content2, +.content3, +.content4, +.content5, +.content6, +.content7, +.content8{ display:none; } -input[type=radio].sheet-tab1:checked ~ div.sheet-content1, -input[type=radio].sheet-tab2:checked ~ div.sheet-content2, -input[type=radio].sheet-tab3:checked ~ div.sheet-content3, -input[type=radio].sheet-tab4:checked ~ div.sheet-content4, -input[type=radio].sheet-tab5:checked ~ div.sheet-content5, -input[type=radio].sheet-tab6:checked ~ div.sheet-content6, -input[type=radio].sheet-tab7:checked ~ div.sheet-content7, -input[type=radio].sheet-tab8:checked ~ div.sheet-content8 +input[type=radio].tab1:checked ~ div.content1, +input[type=radio].tab2:checked ~ div.content2, +input[type=radio].tab3:checked ~ div.content3, +input[type=radio].tab4:checked ~ div.content4, +input[type=radio].tab5:checked ~ div.content5, +input[type=radio].tab6:checked ~ div.content6, +input[type=radio].tab7:checked ~ div.content7, +input[type=radio].tab8:checked ~ div.content8 { display:block; width:100%; } -.sheet-gmroll{ +.gmroll{ position:absolute; left: calc(100% - 12em); top:16em; width:9em; } -.sheet-edgerollcheckbox, -.sheet-gmrollcheckbox{ +.gmroll .edgerollcheckbox, +.gmroll .gmrollcheckbox{ opacity:0; width:45%; margin-left:-4.5%; @@ -142,8 +142,8 @@ input[type=radio].sheet-tab8:checked ~ div.sheet-content8 } -.sheet-gmrolllabel, -.sheet-topbuttonlabel{ +.gmroll .gmrolllabel, +.topbuttonwrapper .topbuttonlabel{ display:inline-block; color:black; background-color:#550000; @@ -153,26 +153,26 @@ input[type=radio].sheet-tab8:checked ~ div.sheet-content8 margin-left:-47%; } -.sheet-gmrollcheckbox:checked, -.sheet-edgerollcheckbox:checked{ +.gmrollcheckbox:checked, +.edgerollcheckbox:checked{ display:none; } -.sheet-gmrollcheckbox:checked +div, -.sheet-edgerollcheckbox:checked +div{ +.gmrollcheckbox:checked +div, +.edgerollcheckbox:checked +div{ color:inherit; } -.sheet-tooltip{ +.tooltip{ display:inline-block; font-size:0.65em; line-height:90%; margin-left:-13%; } -.sheet-reloadlabel label, -.sheet-chummerimport label{ +div .reloadlabel label, +div .chummerimport label{ display:inline-block; background-color:#550000; text-align:center; @@ -182,100 +182,100 @@ input[type=radio].sheet-tab8:checked ~ div.sheet-content8 margin-left:-100%; } -.sheet-chummertextfield textarea{ +.chummertextfield textarea{ min-height:10em; } -.sheet-importbuttons{ +.importbuttons{ margin-top:6em; } -.sheet-warningtext{ +.warningtext{ position:relative; top:-6em; } -.sheet-warningcheckbox:checked~.sheet-warningtext{ +.warningcheckbox:checked~.warningtext{ font-size:200%; top:-3em; } -.sheet-chummercheckbox:checked~.sheet-warningtext{ +.chummercheckbox:checked~.warningtext{ display:none; } -.sheet-chummercheckbox:checked~.sheet-waitingtext{ +.chummercheckbox:checked~.waitingtext{ position:relative; display:block; font-size:200%; top:-3em; } -.sheet-reloadlabel, -.sheet-reloadcheckbox, -.sheet-warningcheckbox, -.sheet-chummercheckbox, -.sheet-warninguncheckedwrapper, -.sheet-warningcheckedwrapper, -.sheet-chummercheckwrapper{ +div .reloadlabel, +div .reloadcheckbox, +div .warningcheckbox, +div .chummercheckbox, +div .warninguncheckedwrapper, +div .warningcheckedwrapper, +div .chummercheckwrapper{ width:15%; } -.sheet-reloadlabel, -.sheet-warninguncheckedwrapper, -.sheet-warningcheckbox:checked ~ .sheet-warningcheckedwrapper, -.sheet-warningcheckbox:checked ~ .sheet-chummercheckbox, -.sheet-warningcheckbox:checked ~ .sheet-chummercheckwrapper{ +.reloadlabel, +.warninguncheckedwrapper, +.warningcheckbox:checked ~ .warningcheckedwrapper, +.warningcheckbox:checked ~ .chummercheckbox, +.warningcheckbox:checked ~ .chummercheckwrapper{ display:inline-block; } -.sheet-waitingtext, -.sheet-warningcheckbox:checked ~ .sheet-warninguncheckedwrapper, -.sheet-warningcheckedwrapper, -.sheet-chummercheckbox, -.sheet-chummercheckwrapper{ +.waitingtext, +.warningcheckbox:checked ~ .warninguncheckedwrapper, +.warningcheckedwrapper, +.chummercheckbox, +.chummercheckwrapper{ display:none; } -.sheet-reloadcheckbox, -.sheet-warningcheckbox, -.sheet-chummercheckbox{ +.reloadcheckbox, +.warningcheckbox, +.chummercheckbox{ opacity:0; } -.sheet-topbuttonlabel{ +.topbuttonwrapper .topbuttonlabel{ color:inherit; } -.sheet-skillshowallcheckbox{ +.topbuttonwrapper .skillshowallcheckbox{ opacity:0; margin-left:-2%; width:45%; display:inline-block; } -.sheet-skillshowticker{ +.skillshowticker{ display:inline-block; } -.sheet-content2 h3{ +.content2 h3{ display:inline-block; width:35%; color:inherit; margin-top:0.5em; } -.sheet-topbuttonwrapper{ +.topbuttonwrapper{ display:inline-block; width:30%; position:relative; @@ -284,15 +284,15 @@ input[type=radio].sheet-tab8:checked ~ div.sheet-content8 } -.sheet-skillshowcheckbox:checked, -.sheet-skillshowcheckbox:checked + div, -.sheet-skillshowcheckbox:checked + div + div{ +.skillshowcheckbox:checked, +.skillshowcheckbox:checked + div, +.skillshowcheckbox:checked + div + div{ display:none; } -.sheet-skillhideheadercheckbox, -.sheet-skillhideheadercheckbox:checked + div, -.sheet-skillhideheadercheckbox:checked + div + div{ +.skillhideheadercheckbox, +.skillhideheadercheckbox:checked + div, +.skillhideheadercheckbox:checked + div + div{ display:none; } @@ -301,19 +301,19 @@ input[type=radio].sheet-tab8:checked ~ div.sheet-content8 .repcontrol_edit, .repcontrol_del, .repcontrol_move, -.sheet-standardroll, -.sheet-deckroll, -.sheet-mskillroll, -.sheet-rollbuttonspec, -.sheet-rollbuttonnospec, -.sheet-spellrollmage, -.sheet-spellrolltechno, -.sheet-vehicleroll, -.sheet-armorroll, -.sheet-defenseroll, -.sheet-weaponroll, -.sheet-ammoroll, -.sheet-initiativeroll{ +.standardroll, +.deckroll, +.mskillroll, +.rollbuttonspec, +.rollbuttonnospec, +button.spellrollmage, +.spellrolltechno, +.vehicleroll, +.armorroll, +.defenseroll, +.weaponroll, +.ammoroll, +.initiativeroll{ background-color:#550000 !important; color:inherit !important; background-image:none; @@ -342,7 +342,7 @@ select{ -.sheet-hiddencheckbox{ +.hiddencheckbox{ opacity:0; width:1.2em; height:1.5em; @@ -350,9 +350,9 @@ select{ } -.sheet-checkboxunticked, -.sheet-checkboxticked, -.sheet-checkboxticker{ +.checkboxunticked, +.checkboxticked, +.checkboxticker{ margin-left:-1.5em; width:1em; height:1em; @@ -368,185 +368,185 @@ select{ -.sheet-magicianinitiation, -input.sheet-technomancycheckbox:checked ~ div.sheet-technomancerinitiation, -input.sheet-technomancycheckbox:checked ~ div.sheet-labeltechnomancer, -input.sheet-technomancycheckbox:checked ~ label.sheet-labeltechnomancer{ +.magicianinitiation, +input.technomancycheckbox:checked ~ div.technomancerinitiation, +input.technomancycheckbox:checked ~ div.labeltechnomancer, +input.technomancycheckbox:checked ~ label.labeltechnomancer{ display:block; } -.sheet-weaponrangerollwrapper, -.sheet-weaponmodewrapper select, -.sheet-hiddenmelee:checked ~ div.sheet-weaponmodewrapper input, -.sheet-hiddenmelee:checked ~ div.sheet-weaponmeleerollwrapper, -.sheet-istechnounticked, -.sheet-istechnocheckbox:checked ~ div.sheet-istechnoticked, -.sheet-mskillsilentunticked, -.sheet-mskillsilentcheckbox:checked ~ div.sheet-mskillsilentticked, -.sheet-mskillhotsimunticked, -.sheet-mskillhotsimcheckbox:checked ~ div.sheet-mskillhotsimticked, -.sheet-programunticked, -.sheet-programcheckbox:checked ~ div.sheet-programticked, -.sheet-armornotesunticked, -.sheet-armornotescheckbox:checked ~ div.sheet-armornotesticked, -.sheet-armorwornunticked, -.sheet-armorworncheckbox:checked ~ div.sheet-armorwornticked, -.sheet-meleeunticked, -.sheet-meleecheckbox:checked ~ div.sheet-meleeticked, -.sheet-weaponunticked, -.sheet-weaponcheckbox:checked ~ div.sheet-weaponticked, -.sheet-contactsunticked, -.sheet-contactscheckbox:checked ~ div.sheet-contactsticked, -.sheet-qualityunticked, -.sheet-qualitycheckbox:checked ~ div.sheet-qualityticked, -.sheet-spiritenotesunticked, -.sheet-spiritenotescheckbox:checked ~ div.sheet-spiritenotesticked, -.sheet-wareunticked, -.sheet-warecheckbox:checked ~ div.sheet-wareticked, -.sheet-martialunticked, -.sheet-martialcheckbox:checked ~ div.sheet-martialticked, -.sheet-equipmentunticked, -.sheet-equipmentcheckbox:checked ~ div.sheet-equipmentticked, -.sheet-nuyenunticked, -.sheet-nuyencheckbox:checked ~ div.sheet-nuyenticked, -.sheet-vehicleskillsunticked, -.sheet-vehicleskillscheckbox:checked ~ div.sheet-vehicleskillsticked, -.sheet-vehiclenotesunticked, -.sheet-vehiclenotescheckbox:checked ~ div.sheet-vehiclenotesticked, -.sheet-vehicledmgunticked, -.sheet-vehicledmgcheckbox:checked ~ div.sheet-vehicledmgticked, -.sheet-vehicleshowweaponunticked, -.sheet-vehicleshowweaponcheckbox:checked ~ div.sheet-vehicleshowweaponticked, -.sheet-vehicleweaponunticked, -.sheet-vehicleweaponcheckbox:checked ~ div.sheet-vehicleweaponticked, -.sheet-spiriteboundunticked, -.sheet-spiriteboundcheckbox:checked ~ div.sheet-spiriteboundticked, -.sheet-spellspecializedunticked, -.sheet-spellspecialized:checked ~ div.sheet-spellspecializedticked, -.sheet-skillspecticker:checked ~ div.sheet-skillspecunticked, -.sheet-mskillspecticker:checked ~ div.sheet-mskillspecunticked, -.sheet-knowledgespecticker:checked ~ div.sheet-knowledgespecunticked, -.sheet-edgeunticked, -.sheet-edgecheckbox:checked ~ div.sheet-edgeticked, -.sheet-skillshowspec:checked ~ button.sheet-rollbuttonnospec, -.sheet-mskillshowspec:checked ~ button.sheet-rollbuttonnospec, -.sheet-knowledgeshowspec:checked ~ button.sheet-rollbuttonnospec, -.sheet-technomancycheckbox:checked ~ .repcontainer .repitem .sheet-spellrow .sheet-spellbuttonwrapper .sheet-spellrolltechno, -.sheet-technomancycheckbox:checked ~ .sheet-spelllabels .sheet-spelldrainwrapper .sheet-technolabel, -.sheet-spellrollmage, -.sheet-magebound, -.sheet-technomancycheckbox:checked ~ div.sheet-technobound, -.sheet-technomancycheckbox:checked ~ div div div div.sheet-technobound{ +.weaponrangerollwrapper, +.weaponmodewrapper select, +.hiddenmelee:checked ~ div.weaponmodewrapper input, +.hiddenmelee:checked ~ div.weaponmeleerollwrapper, +.istechnounticked, +.istechnocheckbox:checked ~ div.istechnoticked, +.mskillsilentunticked, +.mskillsilentcheckbox:checked ~ div.mskillsilentticked, +.mskillhotsimunticked, +.mskillhotsimcheckbox:checked ~ div.mskillhotsimticked, +.programunticked, +.programcheckbox:checked ~ div.programticked, +.armornotesunticked, +.armornotescheckbox:checked ~ div.armornotesticked, +.armorwornunticked, +.armorworncheckbox:checked ~ div.armorwornticked, +.meleeunticked, +.meleecheckbox:checked ~ div.meleeticked, +.weaponunticked, +.weaponcheckbox:checked ~ div.weaponticked, +.contactsunticked, +.contactscheckbox:checked ~ div.contactsticked, +.qualityunticked, +.qualitycheckbox:checked ~ div.qualityticked, +.spiritenotesunticked, +.spiritenotescheckbox:checked ~ div.spiritenotesticked, +.wareunticked, +.warecheckbox:checked ~ div.wareticked, +.martialunticked, +.martialcheckbox:checked ~ div.martialticked, +.equipmentunticked, +.equipmentcheckbox:checked ~ div.equipmentticked, +.nuyenunticked, +.nuyencheckbox:checked ~ div.nuyenticked, +.vehicleskillsunticked, +.vehicleskillscheckbox:checked ~ div.vehicleskillsticked, +.vehiclenotesunticked, +.vehiclenotescheckbox:checked ~ div.vehiclenotesticked, +.vehicledmgunticked, +.vehicledmgcheckbox:checked ~ div.vehicledmgticked, +.vehicleshowweaponunticked, +.vehicleshowweaponcheckbox:checked ~ div.vehicleshowweaponticked, +.vehicleweaponunticked, +.vehicleweaponcheckbox:checked ~ div.vehicleweaponticked, +.spiriteboundunticked, +.spiriteboundcheckbox:checked ~ div.spiriteboundticked, +.spellspecializedunticked, +.spellspecialized:checked ~ div.spellspecializedticked, +.skillspecticker:checked ~ div.skillspecunticked, +.mskillspecticker:checked ~ div.mskillspecunticked, +.knowledgespecticker:checked ~ div.knowledgespecunticked, +.edgeunticked, +.edgecheckbox:checked ~ div.edgeticked, +.skillshowspec:checked ~ button.rollbuttonnospec, +.mskillshowspec:checked ~ button.rollbuttonnospec, +.knowledgeshowspec:checked ~ button.rollbuttonnospec, +.technomancycheckbox:checked ~ .repcontainer .repitem .spellrow .spellbuttonwrapper .spellrolltechno, +.technomancycheckbox:checked ~ .spelllabels .spelldrainwrapper .technolabel, +.spellrollmage, +.magebound, +.technomancycheckbox:checked ~ div.technobound, +.technomancycheckbox:checked ~ div div div div.technobound{ display: inline-block; } -.sheet-edgehidebox, -.sheet-edgehidebox:checked ~ div.sheet-edgecheckboxwrapper, -.sheet-weaponmeleerollwrapper, -.sheet-hiddenmelee:checked ~ div.sheet-weaponrcwrapper input, -.sheet-hiddenmelee:checked ~ div.sheet-weaponmodewrapper select, -.sheet-weaponmodewrapper input, -.sheet-hiddenmelee:checked ~ div.sheet-weaponrangerollwrapper, -.sheet-hide1:checked ~ div.sheet-hide1, -.sheet-hide2:checked ~ div.sheet-hide2, -.sheet-hide3:checked ~ div.sheet-hide3, -.sheet-hide4:checked ~ div.sheet-hide4, -.sheet-hide5:checked ~ div.sheet-hide5, -.sheet-hide6:checked ~ div.sheet-hide6, -.sheet-hide7:checked ~ div.sheet-hide7, -.sheet-hide8:checked ~ div.sheet-hide8, -.sheet-istechnoticked, -.sheet-istechnocheckbox:checked ~ div.sheet-istechnounticked, -.sheet-mskillsilentticked, -.sheet-mskillsilentcheckbox:checked ~ div.sheet-mskillsilentunticked, -.sheet-mskillhotsimticked, -.sheet-mskillhotsimcheckbox:checked ~ div.sheet-mskillhotsimunticked, -.sheet-programticked, -.sheet-programcheckbox:checked ~ div.sheet-programunticked, -.sheet-vehicledmgticked, -.sheet-vehicledmgcheckbox:checked ~ div.sheet-vehicledmgunticked, -.sheet-vehiclenotesticked, -.sheet-vehiclenotescheckbox:checked ~ div.sheet-vehiclenotesunticked, -.sheet-vehicleskillsticked, -.sheet-vehicleskillscheckbox:checked ~ div.sheet-vehicleskillsunticked, -.sheet-vehicleshowweaponticked, -.sheet-vehicleshowweaponcheckbox:checked ~ div.sheet-vehicleshowweaponunticked, -.sheet-vehicleweaponticked, -.sheet-vehicleweaponcheckbox:checked ~ div.sheet-vehicleweaponunticked, -.sheet-meleeticked, -.sheet-meleecheckbox:checked ~ div.sheet-meleeunticked, -.sheet-weaponticked, -.sheet-weaponcheckbox:checked ~ div.sheet-weaponunticked, -.sheet-armornotesticked, -.sheet-armornotescheckbox:checked ~ div.sheet-armornotesunticked, -.sheet-armorwornticked, -.sheet-armorworncheckbox:checked ~ div.sheet-armorwornunticked, -.sheet-contactsticked, -.sheet-contactscheckbox:checked ~ div.sheet-contactsunticked, -.sheet-qualityticked, -.sheet-qualitycheckbox:checked ~ div.sheet-qualityunticked, -.sheet-spiritenotesticked, -.sheet-spiritenotescheckbox:checked ~ div.sheet-spiritenotesunticked, -.sheet-wareticked, -.sheet-warecheckbox:checked ~ div.sheet-wareunticked, -.sheet-martialticked, -.sheet-martialcheckbox:checked ~ div.sheet-martialunticked, -.sheet-equipmentticked, -.sheet-equipmentcheckbox:checked ~ div.sheet-equipmentunticked, -.sheet-nuyenticked, -.sheet-nuyencheckbox:checked ~ div.sheet-nuyenunticked, -.sheet-spiriteboundticked, -.sheet-spiriteboundcheckbox:checked ~ div.sheet-spiriteboundunticked, -.sheet-spellspecializedticked, -.sheet-spellspecialized:checked ~ div.sheet-spellspecializedunticked, -.sheet-knowledgespecunticked, -.sheet-skillspecunticked, -.sheet-mskillspecunticked, -.sheet-edgeticked, -.sheet-edgecheckbox:checked ~ div.sheet-edgeunticked, -.sheet-technomancycheckbox, -.sheet-labeltechnomancer, -.sheet-technomancer, -.sheet-technomancerinitiation, -.sheet-rollbuttonnospec, -.sheet-skillshowspec, -.sheet-skillshowspec:checked ~ button.sheet-rollbuttonspec, -.sheet-mskillshowspec, -.sheet-mskillshowspec:checked ~ button.sheet-rollbuttonspec, -.sheet-knowledgeshowspec, -.sheet-knowledgeshowspec:checked ~ button.sheet-rollbuttonspec, -.sheet-technomancycheckbox:checked ~ div.sheet-labelmage, -.sheet-technomancycheckbox:checked ~ label.sheet-labelmage, -.sheet-technomancycheckbox:checked ~ div.sheet-magician, -.sheet-technomancycheckbox:checked ~ div.sheet-magicianinitiation, -.sheet-hiddentextfield, -.sheet-hiddenmelee, -.sheet-technomancycheckbox:checked ~ .repcontainer .repitem .sheet-spellrow .sheet-spellbuttonwrapper .sheet-spellrollmage, -.sheet-technomancycheckbox:checked ~ .sheet-spelllabels .sheet-spelldrainwrapper .sheet-magelabel, -.sheet-technomancycheckbox:checked ~ .sheet-magiciandrainattribute, -.sheet-technolabel, -.sheet-spellrolltechno, -.sheet-technobound, -.sheet-technomancycheckbox:checked ~ div.sheet-magebound, -.sheet-technomancycheckbox:checked ~ div div div div.sheet-magebound{ +.edgehidebox, +.edgehidebox:checked ~ div.edgecheckboxwrapper, +.weaponmeleerollwrapper, +.hiddenmelee:checked ~ div.weaponrcwrapper input, +.hiddenmelee:checked ~ div.weaponmodewrapper select, +.weaponmodewrapper input, +.hiddenmelee:checked ~ div.weaponrangerollwrapper, +.hide1:checked ~ div.hide1, +.hide2:checked ~ div.hide2, +.hide3:checked ~ div.hide3, +.hide4:checked ~ div.hide4, +.hide5:checked ~ div.hide5, +.hide6:checked ~ div.hide6, +.hide7:checked ~ div.hide7, +.hide8:checked ~ div.hide8, +.istechnoticked, +.istechnocheckbox:checked ~ div.istechnounticked, +.mskillsilentticked, +.mskillsilentcheckbox:checked ~ div.mskillsilentunticked, +.mskillhotsimticked, +.mskillhotsimcheckbox:checked ~ div.mskillhotsimunticked, +.programticked, +.programcheckbox:checked ~ div.programunticked, +.vehicledmgticked, +.vehicledmgcheckbox:checked ~ div.vehicledmgunticked, +.vehiclenotesticked, +.vehiclenotescheckbox:checked ~ div.vehiclenotesunticked, +.vehicleskillsticked, +.vehicleskillscheckbox:checked ~ div.vehicleskillsunticked, +.vehicleshowweaponticked, +.vehicleshowweaponcheckbox:checked ~ div.vehicleshowweaponunticked, +.vehicleweaponticked, +.vehicleweaponcheckbox:checked ~ div.vehicleweaponunticked, +.meleeticked, +.meleecheckbox:checked ~ div.meleeunticked, +.weaponticked, +.weaponcheckbox:checked ~ div.weaponunticked, +.armornotesticked, +.armornotescheckbox:checked ~ div.armornotesunticked, +.armorwornticked, +.armorworncheckbox:checked ~ div.armorwornunticked, +.contactsticked, +.contactscheckbox:checked ~ div.contactsunticked, +.qualityticked, +.qualitycheckbox:checked ~ div.qualityunticked, +.spiritenotesticked, +.spiritenotescheckbox:checked ~ div.spiritenotesunticked, +.wareticked, +.warecheckbox:checked ~ div.wareunticked, +.martialticked, +.martialcheckbox:checked ~ div.martialunticked, +.equipmentticked, +.equipmentcheckbox:checked ~ div.equipmentunticked, +.nuyenticked, +.nuyencheckbox:checked ~ div.nuyenunticked, +.spiriteboundticked, +.spiriteboundcheckbox:checked ~ div.spiriteboundunticked, +.spellspecializedticked, +.spellspecialized:checked ~ div.spellspecializedunticked, +.knowledgespecunticked, +.skillspecunticked, +.mskillspecunticked, +.edgeticked, +.edgecheckbox:checked ~ div.edgeunticked, +.technomancycheckbox, +.labeltechnomancer, +.technomancer, +.technomancerinitiation, +.rollbuttonnospec, +.skillshowspec, +.skillshowspec:checked ~ button.rollbuttonspec, +.mskillshowspec, +.mskillshowspec:checked ~ button.rollbuttonspec, +.knowledgeshowspec, +.knowledgeshowspec:checked ~ button.rollbuttonspec, +.technomancycheckbox:checked ~ div.labelmage, +.technomancycheckbox:checked ~ label.labelmage, +.technomancycheckbox:checked ~ div.magician, +.technomancycheckbox:checked ~ div.magicianinitiation, +.hiddentextfield, +.hiddenmelee, +.technomancycheckbox:checked ~ .repcontainer .repitem .spellrow .spellbuttonwrapper .spellrollmage, +.technomancycheckbox:checked ~ .spelllabels .spelldrainwrapper .magelabel, +.technomancycheckbox:checked ~ .magiciandrainattribute, +div .technolabel, +.spellrolltechno, +.technobound, +.technomancycheckbox:checked ~ div.magebound, +.technomancycheckbox:checked ~ div div div div.magebound{ display:none; } -.sheet-woundsmod, -.sheet-contacts, -.sheet-ware, -.sheet-martial, -.sheet-qualities, -.sheet-statblock, -.sheet-infoblock, -.sheet-initiation, -.sheet-spirites, -.sheet-equipment, -.sheet-armor, -.sheet-cyberdeck, -.sheet-cyberprograms{ +.woundsmod, +.contacts, +.ware, +.martial, +.qualities, +.statblock, +.infoblock, +.initiation, +.spirites, +.equipment, +.armor, +.cyberdeck, +.cyberprograms{ width:calc(46% - 2px); display:inline-block; margin:5em 0% 0% 2%; @@ -554,26 +554,26 @@ input.sheet-technomancycheckbox:checked ~ label.sheet-labeltechnomancer{ } -.sheet-initiation{ +.initiation{ padding-bottom:2em; } -.sheet-spirites{ +.spirites{ vertical-align:bottom !important; } -.sheet-content7 .sheet-weapon{ +.content7 .weapon{ display:inline-block; margin:2em 0% 0% 2%; vertical-align:top; width:90%; } -.sheet-statheading{ +.statheading{ display:block; } -.sheet-statinput{ +.statinput{ width:2em; background-color:#444444; color:inherit; @@ -582,66 +582,66 @@ input.sheet-technomancycheckbox:checked ~ label.sheet-labeltechnomancer{ text-align:center; } -.sheet-statlabel{ +.statlabel{ text-align:center; display:block; } -.sheet-statlabel label{ +.statlabel label{ color:inherit; font-weight:normal; } -.sheet-statheading h4{ +.statheading h4{ color:inherit; } -.sheet-statsubcol{ +.statsubcol{ display:inline-block; vertical-align:top; width:35%; } -.sheet-statcol1{ +.statcol1{ display:inline-block; vertical-align:top; width:35%; } -.sheet-statcol2{ +.statcol2{ display:inline-block; vertical-align:top; width:15%; } -.sheet-statcol3{ +.statcol3{ display:inline-block; vertical-align:top; width:40%; margin-bottom:2em; } -.sheet-rollcol{ +.rollcol{ display:inline-block; vertical-align:top; width:20%; } -.sheet-statinputwrapper, -.sheet-statlabel, .sheet-statheading{ +.statinputwrapper, +.statlabel, .statheading{ height:3em; } -.sheet-statinputwrapper{ +.statinputwrapper{ display:block; } -.sheet-edgewrapper{ +.edgewrapper{ display:block; } -.sheet-edgecheckboxwrapper{ +.edgecheckboxwrapper{ display:inline-block; vertical-align:top; width:22%; @@ -650,112 +650,112 @@ input.sheet-technomancycheckbox:checked ~ label.sheet-labeltechnomancer{ } -.sheet-specrolls, -.sheet-standardrolls, -.sheet-initiative, -.sheet-defense, -.sheet-limits, -.sheet-wounds, -.sheet-infoblock .sheet-weapon{ +.specrolls, +.standardrolls, +.initiative, +.defense, +.limits, +.wounds, +.infoblock .weapon{ display:inline-block; width:100%; margin-bottom:2em; } -.sheet-initiativelabel{ +.initiativelabel{ display:inline-block; width:20%; } -.sheet-initiativeattribute, -.sheet-initiativebonus, -.sheet-initiativedice, -.sheet-initiativerollwrapper{ +.initiativeattribute, +.initiativebonus, +.initiativedice, +.initiativerollwrapper{ display:inline-block; width:10%; } -.sheet-initiativelabelwrapper{ +.initiativelabelwrapper{ display:inline-block; text-align:center; vertical-align:bottom; width:5%; } -.sheet-initiativelabelwrapper label{ +.initiativelabelwrapper label{ color:inherit; font-weight:normal; text-align:center; margin-bottom: 0.25em; } -.sheet-woundsrow div{ +.woundsrow div{ width:10%; display:inline-block; margin:0px 8% 0.5em 0%; } -.sheet-woundsmodrow div{ +.woundsmodrow div{ width:19%; display:inline-block; } -.sheet-limitwrapper, -.sheet-armortotal{ +.limitwrapper, +.armortotal{ display:inline-block; width:25%; } -.sheet-nuyentotallabel{ +.nuyentotallabel{ display:inline-block; width:15%; } -.sheet-nuyentotal, -.sheet-armortotallabel{ +.nuyentotal, +.armortotallabel{ display:inline-block; width:30%; } -.sheet-magiciandrainattribute label, -.sheet-movementrow label, -.sheet-magician label, -.sheet-technomancer label, -.sheet-specrolls label, -.sheet-charinforow label, -.sheet-defenselabel label, -.sheet-defensebonuslabel label, -.sheet-qualityrow label, -.sheet-initiationrow label, -.sheet-warerow label, -.sheet-martialrow label, -.sheet-contactsrow label, -.sheet-cyberprograms label, -.sheet-decklabelwrapper label, -.sheet-deckrowlabel label, -.sheet-skilllabel, -.sheet-equipmentlabel, -.sheet-vehiclelabel, -.sheet-vehicleskillmodlabel label, -.sheet-armorlabel, -.sheet-weaponlabel, -.sheet-ammolabel, -.sheet-initiativelabel label, -.sheet-standardrolls label, -.sheet-spelllabel, -.sheet-spirites label, -.sheet-spiritestable label, -.sheet-matrixactions label, -.sheet-wounds label, -.sheet-woundsmod label, -.sheet-limitlabels label{ +div .magiciandrainattribute label, +div .movementrow label, +div .magician label, +div .technomancer label, +div .specrolls label, +div .charinforow label, +div .defenselabel label, +div .defensebonuslabel label, +div .qualityrow label, +div .initiationrow label, +div .warerow label, +div .martialrow label, +div .contactsrow label, +div .cyberprograms label, +div .decklabelwrapper label, +div .deckrowlabel label, +div .skilllabel, +div .equipmentlabel, +div .vehiclelabel, +div .vehicleskillmodlabel label, +div .armorlabel, +div .weaponlabel, +div .ammolabel, +div .initiativelabel label, +div .standardrolls label, +div .spelllabel, +div .spirites label, +div .spiritestable label, +div .matrixactions label, +div .wounds label, +div .woundsmod label, +div .limitlabels label{ width:100%; font-size:80%; color:inherit; @@ -765,88 +765,88 @@ input.sheet-technomancycheckbox:checked ~ label.sheet-labeltechnomancer{ } -.sheet-rolllabel, -.sheet-spiritelabel, -.sheet-limitmodifier{ +.rolllabel, +.spiritelabel, +.limitmodifier{ display:inline-block; width:30%; } -.sheet-limitdisplay{ +.limitdisplay{ display:inline-block; width:60%; } -.sheet-limitdisplayastral{ +.limitdisplayastral{ display:inline-block; width:100%; } -.sheet-infoblock .sheet-weaponmeleewrapper, -.sheet-infoblock .sheet-weaponcategorywrapper, -.sheet-infoblock .sheet-weaponspecwrapper, -.sheet-infoblock .sheet-weaponaccuracywrapper, -.sheet-infoblock .sheet-weapondvwrapper, -.sheet-infoblock .sheet-weapondmgtypewrapper, -.sheet-infoblock .sheet-weaponapwrapper, -.sheet-infoblock .sheet-weaponrcwrapper, -.sheet-infoblock .sheet-weaponskillwrapper, -.sheet-infoblock .sheet-weaponbonuswrapper, -.sheet-infoblock .sheet-weaponnoteboxwrapper, -.sheet-infoblock .sheet-weaponunticked, -.sheet-infoblock .sheet-weaponticked, -.sheet-infoblock .sheet-weaponnoteswrapper, -.sheet-infoblock .sheet-weapon input[type="checkbox"], -.sheet-infoblock .sheet-ammomaxwrapper, -.sheet-infoblock .sheet-ammodvwrapper, -.sheet-infoblock .sheet-ammodmgtypewrapper, -.sheet-infoblock .sheet-ammoapwrapper, -.sheet-infoblock .sheet-ammoaccwrapper, -.sheet-infoblock .sheet-ammodescriptionwrapper, -.sheet-infoblock .sheet-ammolabels, -.sheet-infoblock .sheet-weapon .repcontrol_add, -.sheet-infoblock .sheet-weapon .repcontrol_edit{ +.infoblock .weaponmeleewrapper, +.infoblock .weaponcategorywrapper, +.infoblock .weaponspecwrapper, +.infoblock .weaponaccuracywrapper, +.infoblock .weapondvwrapper, +.infoblock .weapondmgtypewrapper, +.infoblock .weaponapwrapper, +.infoblock .weaponrcwrapper, +.infoblock .weaponskillwrapper, +.infoblock .weaponbonuswrapper, +.infoblock .weaponnoteboxwrapper, +.infoblock .weaponunticked, +.infoblock .weaponticked, +.infoblock .weaponnoteswrapper, +.infoblock .weapon input[type="checkbox"], +.infoblock .ammomaxwrapper, +.infoblock .ammodvwrapper, +.infoblock .ammodmgtypewrapper, +.infoblock .ammoapwrapper, +.infoblock .ammoaccwrapper, +.infoblock .ammodescriptionwrapper, +.infoblock .ammolabels, +.infoblock .weapon .repcontrol_add, +.infoblock .weapon .repcontrol_edit{ display:none !important; } -.sheet-infoblock .sheet-weaponnamewrapper{ +.infoblock .weaponnamewrapper{ width:50% !important; } -.sheet-infoblock .sheet-weapondicewrapper{ +.infoblock .weapondicewrapper{ width:10%; } -.sheet-infoblock .sheet-ammonamewrapper{ +.infoblock .ammonamewrapper{ width:calc(50% - 2em); } -.sheet-infoblock .sheet-weaponmodewrapper, -.sheet-infoblock .sheet-ammonumberwrapper{ +.infoblock .weaponmodewrapper, +.infoblock .ammonumberwrapper{ width:calc(40% - 5em); } -.sheet-infoblock .sheet-ammorollwrapper{ +.infoblock .ammorollwrapper{ width:3em; } -.sheet-spiritestable{ +.spiritestable{ width:90%; margin-left:2%; } -.sheet-charinfo, -.sheet-matrixactions, -.sheet-skills, -.sheet-knowledge, -.sheet-spells, -.sheet-vehicle, -.sheet-magician, -input.sheet-technomancycheckbox:checked ~ div.sheet-technomancer{ +.charinfo, +.matrixactions, +.skills, +.knowledge, +.spells, +.vehicle, +.magician, +input.technomancycheckbox:checked ~ div.technomancer{ display:block; width:90%; margin:5em 0% 0% 2%; @@ -854,71 +854,71 @@ input.sheet-technomancycheckbox:checked ~ div.sheet-technomancer{ } -.sheet-skilllabels, -.sheet-spelllabels, -.sheet-weaponlabels, -.sheet-ammolabels, -.sheet-vehiclelabels{ +.skilllabels, +.spelllabels, +.weaponlabels, +.ammolabels, +.vehiclelabels{ width:100%; } -.sheet-movementrow input, -.sheet-qualities input[type=text], -.sheet-qualities textarea, -.sheet-initiation input[type=text], -.sheet-ware input[type=text], -.sheet-ware textarea, -.sheet-martial input[type=text], -.sheet-martial textarea, -.sheet-contacts select, -.sheet-contacts input[type=text], -.sheet-contacts textarea, -.sheet-notesblock textarea, -.sheet-defense input, -.sheet-initiative input, -.sheet-limits input, -.sheet-limits select, -.sheet-woundsrow input, -.sheet-woundsmodrow input, -.sheet-skills input[type=text], -.sheet-skills input[type=number], -.sheet-skills select, -.sheet-matrixactions input[type=text], -.sheet-matrixactions input[type=number], -.sheet-matrixactions select, -.sheet-knowledge input[type=text], -.sheet-knowledge input[type=number], -.sheet-knowledge select, -.sheet-magician input[type=text], -.sheet-magician select, -.sheet-technomancer input[type=text], -.sheet-technomancer select, -.sheet-spells input[type=text], -.sheet-spells select, -.sheet-spiriterow input[type=text], -.sheet-spiriterow textarea, -.sheet-spiriterow select, -.sheet-cyberdeck input[type=text], -.sheet-cyberdeck input[type=number], -.sheet-cyberprograms input[type=text], -.sheet-vehicle input[type=text], -.sheet-vehicle input[type=number], -.sheet-vehicle textarea, -.sheet-vehicle select, -.sheet-equipment input[type=text], -.sheet-equipment input[type=number], -.sheet-equipment textarea, -.sheet-weapon input[type=text], -.sheet-weapon input[type=number], -.sheet-weapon select, -.sheet-weapon textarea, -.sheet-armor input[type=text], -.sheet-armor input[type=number], -.sheet-armor textarea, -.sheet-charinfo input[type=text], -.sheet-charinfo textarea, -.sheet-chummertextfield textarea{ +.movementrow input, +.qualities input[type=text], +.qualities textarea, +.initiation input[type=text], +.ware input[type=text], +.ware textarea, +.martial input[type=text], +.martial textarea, +.contacts select, +.contacts input[type=text], +.contacts textarea, +.notesblock textarea, +.defense input, +.initiative input, +.limits input, +.limits select, +.woundsrow input, +.woundsmodrow input, +.skills input[type=text], +.skills input[type=number], +.skills select, +.matrixactions input[type=text], +.matrixactions input[type=number], +.matrixactions select, +.knowledge input[type=text], +.knowledge input[type=number], +.knowledge select, +.magician input[type=text], +.magician select, +.technomancer input[type=text], +.technomancer select, +.spells input[type=text], +.spells select, +.spiriterow input[type=text], +.spiriterow textarea, +.spiriterow select, +.cyberdeck input[type=text], +.charsheet .cyberdeck input[type=number], +.cyberprograms input[type=text], +.vehicle input[type=text], +.vehicle input[type=number], +.vehicle textarea, +.vehicle select, +.equipment input[type=text], +.equipment input[type=number], +.equipment textarea, +.weapon input[type=text], +.weapon input[type=number], +.weapon select, +.weapon textarea, +.armor input[type=text], +.armor input[type=number], +.armor textarea, +.charinfo input[type=text], +.charinfo textarea, +.chummertextfield textarea{ width:100%; vertical-align:top; background-color:#444444; @@ -931,7 +931,7 @@ input.sheet-technomancycheckbox:checked ~ div.sheet-technomancer{ text-align:center; } -.sheet-wrapper textarea{ +.wrapper textarea{ text-align:left !important; } @@ -942,371 +942,371 @@ input[disabled="true"]{ padding:1px !important; } -.sheet-specroll{ +.specroll{ margin-top:0.3em; } -.sheet-armornamewrapper{ +.armornamewrapper{ margin-left:calc(10%-1.5em); } -.sheet-spiritetypewrapper{ +.spiritetypewrapper{ vertical-align:top; } -.sheet-movementrow div:not(.itemcontrol), -.sheet-specrolls div:not(.itemcontrol), -.sheet-standardroll div:not(.itemcontrol), -.sheet-skillrow div:not(.sheet-checkboxticker):not(.itemcontrol):not(.sheet-hiddentextfield), -.sheet-mskillrow div:not(.sheet-checkboxticker):not(.itemcontrol):not(.sheet-hiddentextfield), -.sheet-spells div:not(.sheet-checkboxticker):not(.itemcontrol):not(.sheet-magiciandrainattribute), -.sheet-qualityrow div:not(.itemcontrol):not(.sheet-checkboxticker):not(.sheet-qualitynoteswrapper), -.sheet-initiationrow div:not(.itemcontrol), -.sheet-spiriterow div:not(.itemcontrol):not(.sheet-spiritenoteswrapper):not(.sheet-technobound):not(.sheet-magebound):not(.sheet-checkboxticker), -.sheet-warerow div:not(.sheet-checkboxticker):not(.sheet-warenoteswrapper):not(.itemcontrol), -.sheet-martialrow div:not(.sheet-checkboxticker):not(.sheet-martialnoteswrapper):not(.itemcontrol), -.sheet-contactsrow div:not(.sheet-checkboxticker):not(.sheet-contactsnoteswrapper):not(.itemcontrol), -.sheet-programrow div:not(.sheet-checkboxticker):not(.itemcontrol), -.sheet-vehicle div:not(.sheet-checkboxticker):not(.sheet-vehicleskillmodelabel):not(.sheet-vehicleskillswrapper):not(.sheet-vehiclenoteswrapper):not(.sheet-vehicledmgwrapper):not(.sheet-vehicleweaponnoteswrapper):not(.sheet-vehicleweaponwrapper):not(.itemcontrol), -.sheet-equipmentrow div:not(.sheet-checkboxticker):not(.sheet-equipmentnoteswrapper):not(.itemcontrol), -.sheet-weaponrow div:not(.sheet-checkboxticker):not(.sheet-weaponnoteswrapper):not(.itemcontrol):not(.sheet-weaponrangerollwrapper):not(.sheet-weaponmeleerollwrapper), -.sheet-ammorow div:not(.sheet-checkboxticker):not(.itemcontrol):not(.sheet-ammofieldset):not(.sheet-ammolabels), -.sheet-ammolabels div:not(.sheet-checkboxticker):not(.itemcontrol):not(.sheet-ammofieldset):not(.sheet-ammolabels), -.sheet-armorrow div:not(.sheet-checkboxticker):not(.sheet-armornoteswrapper):not(.itemcontrol), -.sheet-armorlabels div:not(.itemcontrol), -.sheet-charinforow div:not(.itemcontrol):not(.sheet-checkboxticker){ +.movementrow div:not(.itemcontrol), +.specrolls div:not(.itemcontrol), +.standardroll div:not(.itemcontrol), +.skillrow div:not(.checkboxticker):not(.itemcontrol):not(.hiddentextfield), +.mskillrow div:not(.checkboxticker):not(.itemcontrol):not(.hiddentextfield), +.spells div:not(.checkboxticker):not(.itemcontrol):not(.magiciandrainattribute), +.qualityrow div:not(.itemcontrol):not(.checkboxticker):not(.qualitynoteswrapper), +.initiationrow div:not(.itemcontrol), +.spiriterow div:not(.itemcontrol):not(.spiritenoteswrapper):not(.technobound):not(.magebound):not(.checkboxticker), +.warerow div:not(.checkboxticker):not(.warenoteswrapper):not(.itemcontrol), +.martialrow div:not(.checkboxticker):not(.martialnoteswrapper):not(.itemcontrol), +.contactsrow div:not(.checkboxticker):not(.contactsnoteswrapper):not(.itemcontrol), +.programrow div:not(.checkboxticker):not(.itemcontrol), +.vehicle div:not(.checkboxticker):not(.vehicleskillmodelabel):not(.vehicleskillswrapper):not(.vehiclenoteswrapper):not(.vehicledmgwrapper):not(.vehicleweaponnoteswrapper):not(.vehicleweaponwrapper):not(.itemcontrol), +.equipmentrow div:not(.checkboxticker):not(.equipmentnoteswrapper):not(.itemcontrol), +.weaponrow div:not(.checkboxticker):not(.weaponnoteswrapper):not(.itemcontrol):not(.weaponrangerollwrapper):not(.weaponmeleerollwrapper), +.ammorow div:not(.checkboxticker):not(.itemcontrol):not(.ammofieldset):not(.ammolabels), +.ammolabels div:not(.checkboxticker):not(.itemcontrol):not(.ammofieldset):not(.ammolabels), +.armorrow div:not(.checkboxticker):not(.armornoteswrapper):not(.itemcontrol), +.armorlabels div:not(.itemcontrol), +.charinforow div:not(.itemcontrol):not(.checkboxticker){ display:inline-block; vertical-align:top; } -.sheet-armornamewrapper{ +.armornamewrapper{ width:40%; margin-left:calc(10% - 1.5em); } -.sheet-armortotallabel, -.sheet-essencelabelwrapper{ +.armortotallabel, +.essencelabelwrapper{ margin-right:5%; margin-left:5%; margin-bottom:1em; } -.sheet-vehicleskillmodboxwrapper{ +.vehicleskillmodboxwrapper{ min-width:2.1em; margin-left:1%; } -.sheet-mskillmodlabel{ +.mskillmodlabel{ width:20%; } -.sheet-vehicleskillmodlabel{ +.vehicleskillmodlabel{ margin-left:5%; } -.sheet-vehicleskillmodlabel label, -.sheet-armortotallabel label, -.sheet-essencelabelwrapper label, -.sheet-mskillmodlabel label{ +.vehicleskillmodlabel label, +.armortotallabel label, +.essencelabelwrapper label, +.mskillmodlabel label{ text-align:right; position:relative; bottom:0.25em; } -.sheet-mskillnoisewrapper{ +.mskillnoisewrapper{ width:7%; display:inline-block; } -.sheet-vehicleskillnoise, -.sheet-mskillnoise{ +.vehicleskillnoise, +.mskillnoise{ width:100%; } -.sheet-vehicleskillinputwrapper, -.sheet-metamagicdescriptionwrapper, -.sheet-programdescriptionwrapper{ +.vehicleskillinputwrapper, +.metamagicdescriptionwrapper, +.programdescriptionwrapper{ width:60%; } -.sheet-qualitynamewrapper{ +.qualitynamewrapper{ width:48%; } -.sheet-martialnamewrapper, -.sheet-equipmentnamewrapper, -.sheet-specroll{ +.martialnamewrapper, +.equipmentnamewrapper, +.specroll{ width:40%; } -.sheet-martialdescriptionwrapper{ +.martialdescriptionwrapper{ width:39%; } -.sheet-warenamewrapper, -.sheet-equipmentdescriptionwrapper, -.sheet-charbackgroundwrapper, -.sheet-chardescriptionwrapper, -.sheet-charnoteswrapper{ +.warenamewrapper, +.equipmentdescriptionwrapper, +.charbackgroundwrapper, +.chardescriptionwrapper, +.charnoteswrapper{ width:32%; } -.sheet-movementmethod, -.sheet-essencelabelwrapper, -.sheet-initiationlabelwrapper{ +.movementmethod, +.essencelabelwrapper, +.initiationlabelwrapper{ width:30%; } -.sheet-charnamewrapper, -.sheet-contactnamewrapper, -.sheet-contacttypewrapper, -.sheet-metamagicnamewrapper, -.sheet-programnamewrapper{ +.charnamewrapper, +.contactnamewrapper, +.contacttypewrapper, +.metamagicnamewrapper, +.programnamewrapper{ width:25%; } -.sheet-spiritenamewrapper, -.sheet-charmetawrapper, -.sheet-vehiclenamewrapper, -.sheet-knowledgeskillnamewrapper, -.sheet-ammodescriptionwrapper{ +.spiritenamewrapper, +.charmetawrapper, +.vehiclenamewrapper, +.knowledgeskillnamewrapper, +.ammodescriptionwrapper{ width:20%; } -.sheet-spelldescriptionwrapper, -.sheet-armorcapacitywrapper{ +.spelldescriptionwrapper, +.armorcapacitywrapper{ width:17%; } -.sheet-initiationspacer, -.sheet-charkarmawrapper, -.sheet-charkarmacareerwrapper, -.sheet-charnotorietywrapper, -.sheet-charpawarenesswrapper, -.sheet-charstreetcredwrapper, -.sheet-charistechnomancerwrapper{ +.initiationspacer, +.charkarmawrapper, +.charkarmacareerwrapper, +.charnotorietywrapper, +.charpawarenesswrapper, +.charstreetcredwrapper, +.charistechnomancerwrapper{ width:16%; } -.sheet-spellnamewrapper, -.sheet-spiritetypewrapper, -.sheet-vehicleskilldodge, -.sheet-vehicleskillmaneuver, -.sheet-vehicleskillperception, -.sheet-vehicleskillsneak, -.sheet-movementtotal, -.sheet-movementfactor, -.sheet-contactconnectionwrapper, -.sheet-contactloyaltywrapper, -.sheet-contactsnoteswrapper, -.sheet-essencewrapper, -.sheet-initiationwrapper, -.sheet-skillnamewrapper, -.sheet-skillspecwrapper, -.sheet-mskillnamewrapper, -.sheet-mskillnoteswrapper, -.sheet-weaponnamewrapper, -.sheet-qualitykarmawrapper, -.sheet-wareessencewrapper, -.sheet-qualitydescriptionwrapper, -.sheet-waredescriptionwrapper, -.sheet-waregradewrapper{ +.spellnamewrapper, +.spiritetypewrapper, +.vehicleskilldodge, +.vehicleskillmaneuver, +.vehicleskillperception, +.vehicleskillsneak, +.movementtotal, +.movementfactor, +.contactconnectionwrapper, +.contactloyaltywrapper, +.contactsnoteswrapper, +.essencewrapper, +.initiationwrapper, +.skillnamewrapper, +.skillspecwrapper, +.mskillnamewrapper, +.mskillnoteswrapper, +.weaponnamewrapper, +.qualitykarmawrapper, +.wareessencewrapper, +.qualitydescriptionwrapper, +.waredescriptionwrapper, +.waregradewrapper{ width:15%; } -.sheet-knowledgeskillattributewrapper, -.sheet-ammodmgtypewrapper, -.sheet-skillnoteswrapper, -.sheet-armorratingwrapper, -.sheet-mskillratingwrapper, -.sheet-ammonamewrapper{ +.knowledgeskillattributewrapper, +.ammodmgtypewrapper, +.skillnoteswrapper, +.armorratingwrapper, +.mskillratingwrapper, +.ammonamewrapper{ width:12%; } -.sheet-charplayerwrapper, -.sheet-equipmentnumberwrapper, -.sheet-weapondmgtypewrapper, -.sheet-equipmentnoteslabel, -.sheet-charsexwrapper, -.sheet-charagewrapper, -.sheet-charheightwrapper, -.sheet-charweightwrapper, -.sheet-skillattributewrapper, -.sheet-skilllimitwrapper, -.sheet-mskillattributewrapper, -.sheet-mskilllimitwrapper, -.sheet-spellcategorywrapper, -.sheet-spellschoolwrapper, -.sheet-equipmentnumberwrapper, -.sheet-vehicletestwrapper, -.sheet-weaponmodewrapper, -.sheet-weaponcategorywrapper{ +.charplayerwrapper, +.equipmentnumberwrapper, +.weapondmgtypewrapper, +.equipmentnoteslabel, +.charsexwrapper, +.charagewrapper, +.charheightwrapper, +.charweightwrapper, +.skillattributewrapper, +.skilllimitwrapper, +.mskillattributewrapper, +.mskilllimitwrapper, +.spellcategorywrapper, +.spellschoolwrapper, +.equipmentnumberwrapper, +.vehicletestwrapper, +.weaponmodewrapper, +.weaponcategorywrapper{ width:10%; } -.sheet-skilllimitbonuswrapper, -.sheet-spellsourcewrapper, -.sheet-spiriterollwrapper, -.sheet-ammoaccwrapper{ +.skilllimitbonuswrapper, +.spellsourcewrapper, +.spiriterollwrapper, +.ammoaccwrapper{ width:8%; } -.sheet-vehicleskillother, -.sheet-vehicleskillinitiative, -.sheet-vehicleskillsoak, -.sheet-vehiclecostwrapper{ +.vehicleskillother, +.vehicleskillinitiative, +.vehicleskillsoak, +.vehiclecostwrapper{ width:7%; } -.sheet-spiriteserviceswrapper, -.sheet-spiriteforcewrapper, -.sheet-spriterollwrapper, -.sheet-ammodvwrapper, -.sheet-ammoapwrapper, -.sheet-ammorollwrapper, -.sheet-ammonumberwrapper, -.sheet-ammomaxwrapper{ +.spiriteserviceswrapper, +.spiriteforcewrapper, +.spriterollwrapper, +.ammodvwrapper, +.ammoapwrapper, +.ammorollwrapper, +.ammonumberwrapper, +.ammomaxwrapper{ width:6.5%; } -.sheet-vehicleboxwrapper, -.sheet-vehicleskillmodinput, -.sheet-skillratingwrapper, -.sheet-skillbonuswrapper, -.sheet-skilldicepoolwrapper, -.sheet-mskillbonuswrapper, -.sheet-mskilllimitbonuswrapper, -.sheet-mskilldicepoolwrapper, -.sheet-spelltypewrapper, -.sheet-spellrangewrapper, -.sheet-spellrangewrapper, -.sheet-spelldurationwrapper, -.sheet-spellbonuswrapper, -.sheet-spelldrainwrapper, -.sheet-spellspecializedwrapper, -.sheet-vehiclehandwrapper, -.sheet-vehiclespeedwrapper, -.sheet-vehicleacclwrapper, -.sheet-vehiclepilotwrapper, -.sheet-vehiclesenswrapper, -.sheet-vehicleseatswrapper, -.sheet-vehiclebodywrapper, -.sheet-vehiclearmorwrapper, -.sheet-vehicledamagewrapper, -.sheet-vehicleskillwrapper, -.sheet-vehicletestwrapper, -.sheet-weaponaccuracywrapper, -.sheet-weapondvwrapper, -.sheet-weapondicewrapper, -.sheet-weaponapwrapper, -.sheet-weaponrcwrapper, -.sheet-weaponaccuracywrapper, -.sheet-weaponspecwrapper, -.sheet-weaponautosoftwrapper, -.sheet-weaponbonuswrapper, -.sheet-weaponrangerollwrapper, -.sheet-weaponmeleerollwrapper{ +.vehicleboxwrapper, +.vehicleskillmodinput, +.skillratingwrapper, +.skillbonuswrapper, +.skilldicepoolwrapper, +.mskillbonuswrapper, +.mskilllimitbonuswrapper, +.mskilldicepoolwrapper, +.spelltypewrapper, +.spellrangewrapper, +.spellrangewrapper, +.spelldurationwrapper, +.spellbonuswrapper, +.spelldrainwrapper, +.spellspecializedwrapper, +.vehiclehandwrapper, +.vehiclespeedwrapper, +.vehicleacclwrapper, +.vehiclepilotwrapper, +.vehiclesenswrapper, +.vehicleseatswrapper, +.vehiclebodywrapper, +.vehiclearmorwrapper, +.vehicledamagewrapper, +.vehicleskillwrapper, +.vehicletestwrapper, +.weaponaccuracywrapper, +.weapondvwrapper, +.weapondicewrapper, +.weaponapwrapper, +.weaponrcwrapper, +.weaponaccuracywrapper, +.weaponspecwrapper, +.weaponautosoftwrapper, +.weaponbonuswrapper, +.weaponrangerollwrapper, +.weaponmeleerollwrapper{ width:5%; } -.sheet-spellrollwrapper, -.sheet-weaponmeleewrapper, -.sheet-spellspecializationwrapper{ +.spellrollwrapper, +.weaponmeleewrapper, +.spellspecializationwrapper{ width:4%; } -.sheet-programloadedwrapper{ +.programloadedwrapper{ width:2.5em; } -.sheet-vehiclenoteboxwrapper{ +.vehiclenoteboxwrapper{ width:2em; } -.sheet-skillhidelabel{ +.skillhidelabel{ width:1.7em; } -.sheet-armorwornwrapper, -.sheet-armornoteboxwrapper, -.sheet-weaponnoteboxwrapper{ +.armorwornwrapper, +.armornoteboxwrapper, +.weaponnoteboxwrapper{ width:1.5em; } -.sheet-deckrowlabel{ +.deckrowlabel{ display:inline-block; width:10%; } -.sheet-deckinputwrapper{ +.deckinputwrapper{ display:inline-block; width:15%; } -.sheet-decklabelwrapper{ +.decklabelwrapper{ display:inline-block; width:15%; } -.sheet-skillspecwrapper input[type="checkbox"]:checked ~ input[type="text"], -.sheet-skillspecwrapper input[type="checkbox"]{ +.skillspecwrapper input[type="checkbox"]:checked ~ input[type="text"], +.skillspecwrapper input[type="checkbox"]{ display:none; } -.sheet-skillspecwrapper input[type="text"], -.sheet-skillspecwrapper input[type="checkbox"]:checked{ +.skillspecwrapper input[type="text"], +.skillspecwrapper input[type="checkbox"]:checked{ display:inline-block; } -.sheet-skillbuttonwrapper{ +.skillbuttonwrapper{ margin-left:-0.43%; } -.sheet-defenselabel{ +.defenselabel{ display:inline-block; width:16%; } -.sheet-defensebonuslabel{ +.defensebonuslabel{ display:inline-block; width:10%; } -.sheet-magiciandrainattribute{ +.magiciandrainattribute{ display:inline-block; width:30%; margin-bottom:0.3em; @@ -1317,35 +1317,35 @@ input[disabled="true"]{ margin-bottom:-2em; } -.sheet-magiciandrainattribute label, -.sheet-magiciandrainattribute div{ +.magiciandrainattribute label, +.magiciandrainattribute div{ display:inline-block; width:35%; } -.sheet-spellbuttonwrapper{ +.spellbuttonwrapper{ margin-left:-1.5%; width:5%; } -.sheet-vehicles{ +.vehicles{ width:100%; } -.sheet-spiritespacer, -.sheet-vehiclespacer{ +.spiritespacer, +.vehiclespacer{ margin-right:calc(5% - 2em); } -.sheet-vehicleskillmodelabel{ +.vehicleskillmodelabel{ width:8%; margin-left:-8%; } -.sheet-vehicleskillmodelabel label{ +.vehicleskillmodelabel label{ width:100%; display:inline-block; font-size:80%; @@ -1356,81 +1356,81 @@ input[disabled="true"]{ border-radius:5px; } -.sheet-vehiclemode{ +.vehiclemode{ opacity:0; width:8%; display:none; } -.sheet-vehicleskillmodelabel{ +.vehicleskillmodelabel{ display:none; } -.sheet-vehiclemode0:checked ~ .sheet-vehiclemode1, -.sheet-vehiclemode0:checked ~ .sheet-vehiclelabel0{ +.vehiclemode0:checked ~ .vehiclemode1, +.vehiclemode0:checked ~ .vehiclelabel0{ display:inline-block; } -.sheet-vehiclemode1:checked ~ .sheet-vehiclemode2, -.sheet-vehiclemode1:checked ~ .sheet-vehiclelabel1{ +.vehiclemode1:checked ~ .vehiclemode2, +.vehiclemode1:checked ~ .vehiclelabel1{ display:inline-block; } -.sheet-vehiclemode2:checked ~ .sheet-vehiclemode3, -.sheet-vehiclemode2:checked ~ .sheet-vehiclelabel2{ +.vehiclemode2:checked ~ .vehiclemode3, +.vehiclemode2:checked ~ .vehiclelabel2{ display:inline-block; } -.sheet-vehiclemode3:checked ~ .sheet-vehiclemode0, -.sheet-vehiclemode3:checked ~ .sheet-vehiclelabel3{ +.vehiclemode3:checked ~ .vehiclemode0, +.vehiclemode3:checked ~ .vehiclelabel3{ display:inline-block; } -.sheet-pilotroll, -.sheet-vehiclemode3:checked ~ div div div div div div button.sheet-autopilotroll{ +.pilotroll, +.vehiclemode3:checked ~ div div div div div div button.autopilotroll{ display:inline-block; } -.sheet-vehiclemode3:checked ~ div button.sheet-pilotroll, -.sheet-autopilotroll{ +.vehiclemode3:checked ~ div button.pilotroll, +.autopilotroll{ display:none; } -.sheet-initiationrow, -.sheet-movementrow, -.sheet-qualityrow, -.sheet-warerow, -.sheet-contactsrow, -.sheet-charinforow, -.sheet-spiriterow, -.sheet-rollrow, -.sheet-defenserow, -.sheet-spellrow, -.sheet-armorrow, -.sheet-limitfields, -.sheet-limitlabels, -.sheet-woundsrow, -.sheet-woundsmodrow, -.sheet-initiativerow, -.sheet-programrow, -.sheet-deckrow, -.sheet-mskillrow, -.sheet-vehiclerow, -.sheet-equipmentrow, -.sheet-weaponrow{ +.initiationrow, +.movementrow, +.qualityrow, +.warerow, +.contactsrow, +.charinforow, +.spiriterow, +.rollrow, +.defenserow, +.spellrow, +.armorrow, +.limitfields, +.limitlabels, +.woundsrow, +.woundsmodrow, +.initiativerow, +.programrow, +.deckrow, +.mskillrow, +.vehiclerow, +.equipmentrow, +.weaponrow{ width:100%; display:inline-block; margin-top:0.3em; } -.sheet-weaponrow{ +.weaponrow{ margin-top:0.5em; } -.sheet-vehicleskillrow, -.sheet-vehicleweaponrow, -.sheet-ammorow{ +.vehicleskillrow, +.vehicleweaponrow, +.ammorow{ width:90%; display:inline-block; margin-left:7%; @@ -1438,14 +1438,14 @@ input[disabled="true"]{ } -.sheet-ammolabels{ +.ammolabels{ width:90%; display:inline-block; margin-left:7%; } -.sheet-vehicleammorow, -.sheet-vehicleammolabels{ +.vehicleammorow, +.vehicleammolabels{ width:95%; display:inline-block; margin-left:3%; @@ -1453,119 +1453,122 @@ input[disabled="true"]{ } -.sheet-skillrow{ +.skillrow{ width: calc(100% - 2em); display:inline-block; margin-top:0.3em; } -.sheet-contactsnoteswrapper, -.sheet-vehiclenoteswrapper, -.sheet-vehicleweaponnoteswrapper{ +.contactsnoteswrapper, +.vehiclenoteswrapper, +.vehicleweaponnoteswrapper{ width:85%; padding-top:0.3em; } -.sheet-vehicledmginput{ +.vehicledmginput{ width:40%; margin-right:5%; display:inline-block; } -.sheet-vehicledmgphys, -.sheet-vehicledmgmatrix{ +.vehicledmgphys, +.vehicledmgmatrix{ width:15%; display:inline-block; } -.sheet-warenoteswrapper, -.sheet-martialnoteswrapper, -.sheet-nuyennoteswrapper, -.sheet-armornoteswrapper, -.sheet-qualitynoteswrapper, -.sheet-spiritenoteswrapper, -.sheet-equipmentnoteswrapper{ +.warenoteswrapper, +.martialnoteswrapper, +.nuyennoteswrapper, +.armornoteswrapper, +.qualitynoteswrapper, +.spiritenoteswrapper, +.equipmentnoteswrapper{ width:95%; padding-top:0.3em; } -.sheet-weaponnoteswrapper{ +.weaponnoteswrapper{ width:100%; padding-top:0.3em; } -.sheet-chartextsize textarea{ +.chartextsize textarea{ min-height:14em; } -.sheet-notesblock{ +.notesblock{ height:25em; } -.sheet-skillspacer{ +.skillspacer{ width:95%; height:1px; display:block; } -.sheet-charinfo textarea, -.sheet-notesblock textarea, -.sheet-vehiclenoteswrapper textarea, -.sheet-qualitynoteswrapper textarea, -.sheet-spiritenoteswrapper textarea, -.sheet-warenoteswrapper textarea, -.sheet-martialnoteswrapper textarea, -.sheet-contactsnoteswrapper textarea, -.sheet-equipmentnoteswrapper textarea, -.sheet-nuyennoteswrapper textarea, -.sheet-armornoteswrapper textarea, -.sheet-weaponnoteswrapper textarea{ +.charinfo textarea, +.notesblock textarea, +.vehiclenoteswrapper textarea, +.qualitynoteswrapper textarea, +.spiritenoteswrapper textarea, +.warenoteswrapper textarea, +.martialnoteswrapper textarea, +.contactsnoteswrapper textarea, +.equipmentnoteswrapper textarea, +.nuyennoteswrapper textarea, +.armornoteswrapper textarea, +.weaponnoteswrapper textarea{ resize:vertical; width:100%; height:100%; min-height:8em; } -.sheet-vehicledmgwrapper, -.sheet-vehiclenoteswrapper, -.sheet-vehicleskillswrapper, -.sheet-vehicleweaponwrapper, -.sheet-vehicleweaponnoteswrapper, -.sheet-equipmentnoteswrapper, -.sheet-nuyennoteswrapper, -.sheet-warenoteswrapper, -.sheet-martialnoteswrapper, -.sheet-qualitynoteswrapper, -.sheet-spiritenoteswrapper, -.sheet-contactsnoteswrapper, -.sheet-armornoteswrapper, -.sheet-weaponnoteswrapper{ +.vehicledmgwrapper, +.vehiclenoteswrapper, +.vehicleskillswrapper, +.vehicleweaponwrapper, +.vehicleweaponnoteswrapper, +.equipmentnoteswrapper, +.nuyennoteswrapper, +.warenoteswrapper, +.martialnoteswrapper, +.qualitynoteswrapper, +.spiritenoteswrapper, +.contactsnoteswrapper, +.armornoteswrapper, +.weaponnoteswrapper{ display:none; } -input.sheet-vehicleshowweaponcheckbox:checked ~ div.sheet-vehicleweaponwrapper, -input.sheet-vehicledmgcheckbox:checked ~ div.sheet-vehicledmgwrapper, -input.sheet-vehiclenotescheckbox:checked ~ div.sheet-vehiclenoteswrapper, -input.sheet-vehicleskillscheckbox:checked ~ div.sheet-vehicleskillswrapper, -input.sheet-vehicleweaponcheckbox:checked ~ div.sheet-vehicleweaponnoteswrapper, -input.sheet-armornotescheckbox:checked ~ div.sheet-armornoteswrapper, -input.sheet-warecheckbox:checked ~ div.sheet-warenoteswrapper, -input.sheet-martialcheckbox:checked ~ div.sheet-martialnoteswrapper, -input.sheet-qualitycheckbox:checked ~ div.sheet-qualitynoteswrapper, -input.sheet-spiritenotescheckbox:checked ~ div.sheet-spiritenoteswrapper, -input.sheet-contactscheckbox:checked ~ div.sheet-contactsnoteswrapper, -input.sheet-equipmentcheckbox:checked ~ div.sheet-equipmentnoteswrapper, -input.sheet-nuyencheckbox:checked ~ div.sheet-nuyennoteswrapper, -input.sheet-weaponcheckbox:checked ~ div.sheet-weaponnoteswrapper{ +input.vehicleshowweaponcheckbox:checked ~ div.vehicleweaponwrapper, +input.vehicledmgcheckbox:checked ~ div.vehicledmgwrapper, +input.vehiclenotescheckbox:checked ~ div.vehiclenoteswrapper, +input.vehicleskillscheckbox:checked ~ div.vehicleskillswrapper, +input.vehicleweaponcheckbox:checked ~ div.vehicleweaponnoteswrapper, +input.armornotescheckbox:checked ~ div.armornoteswrapper, +input.warecheckbox:checked ~ div.warenoteswrapper, +input.martialcheckbox:checked ~ div.martialnoteswrapper, +input.qualitycheckbox:checked ~ div.qualitynoteswrapper, +input.spiritenotescheckbox:checked ~ div.spiritenoteswrapper, +input.contactscheckbox:checked ~ div.contactsnoteswrapper, +input.equipmentcheckbox:checked ~ div.equipmentnoteswrapper, +input.nuyencheckbox:checked ~ div.nuyennoteswrapper, +input.weaponcheckbox:checked ~ div.weaponnoteswrapper{ display:block; } +.experimental checkbox { + margin-right: 10px; +} @@ -1656,7 +1659,3 @@ input.sheet-weaponcheckbox:checked ~ div.sheet-weaponnoteswrapper{ border:none !important; background-color:inherit; } - -.sheet-experimental checkbox { - margin-right: 10px; -} diff --git a/Shadowrun5th/Shadowrun5th.html b/Shadowrun5th/Shadowrun5th.html index 56cfd98d8b..f577c42de6 100644 --- a/Shadowrun5th/Shadowrun5th.html +++ b/Shadowrun5th/Shadowrun5th.html @@ -6614,7 +6614,7 @@ Can lift overhead (Strength + Nethits) x 5kg}}">

Spells

- +