mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-12 01:52:32 +00:00
[Call of Cthulhu 7th Ed.] Adding Invictus and Icarus Era Selections (#5035)
* Update coc_7th_ed.html * Update coc_7th_ed.css * Update translation.json
This commit is contained in:
@@ -166,6 +166,13 @@ div[class="repcontainer editmode"] ~ div[class^="repcontrol"] button[class="btn
|
||||
display: none;
|
||||
}
|
||||
|
||||
.charsheet div.sheet-skills6 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.charsheet div.sheet-skills7 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sheet-showskills[value="1"]:checked ~ div.sheet-skills1 {
|
||||
display: block;
|
||||
@@ -187,6 +194,13 @@ div[class="repcontainer editmode"] ~ div[class^="repcontrol"] button[class="btn
|
||||
display: block;
|
||||
}
|
||||
|
||||
.sheet-showskills[value="6"]:checked ~ div.sheet-skills6 {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.sheet-showskills[value="7"]:checked ~ div.sheet-skills7 {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.sheet-HideConfig:checked ~ *.sheet-config {
|
||||
display:none;
|
||||
@@ -261,8 +275,8 @@ input[type=checkbox].sheet-arrow {
|
||||
/* -------------------------------Headers Coloring------------------------------------------- */
|
||||
|
||||
.sheet-showskills[value="1"]:checked ~ h4.sheet-section-head {
|
||||
background-image: linear-gradient(black, #563b00);
|
||||
background-color: #563b00;
|
||||
background-image: linear-gradient(black, #840032);
|
||||
background-color: #840032;
|
||||
color: white;
|
||||
text-align: center;
|
||||
font-weight: normal;
|
||||
@@ -310,6 +324,26 @@ input[type=checkbox].sheet-arrow {
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.sheet-showskills[value="6"]:checked ~ h4.sheet-section-head {
|
||||
background-image: linear-gradient(black, #31657b);
|
||||
background-color: #31657b;
|
||||
color: white;
|
||||
text-align: center;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.sheet-showskills[value="7"]:checked ~ h4.sheet-section-head {
|
||||
background-image: linear-gradient(black, #65356f);
|
||||
background-color: #65356f;
|
||||
color: white;
|
||||
text-align: center;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.sheet-showpulp[value="1"]:checked ~ h4.sheet-section-head,
|
||||
.sheet-showpulp[value="1"]:checked ~ div.sheet-pulphpsection h4.sheet-section-head,
|
||||
.sheet-showpulp[value="1"]:checked ~ div.sheet-heroinfo h4.sheet-section-head {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -66,10 +66,12 @@
|
||||
"appraise-u": "Appraise(05%)",
|
||||
"appraise-r-txt": "Appraise Roll",
|
||||
"appraise_et-u": "Appraise(10%)",
|
||||
"appraise_ic-u": "Appraise(15%)",
|
||||
"archaeology-u": "Archaeology(01%)",
|
||||
"archaeology-r-txt": "Archaeology Roll",
|
||||
"charm-u": "Charm(15%)",
|
||||
"charm-r-txt": "Charm Roll",
|
||||
"civics-u": "Civics(10%)",
|
||||
"climb-u": "Climb(20%)",
|
||||
"climb-r-txt": "Climb Roll",
|
||||
"status-u": "Status",
|
||||
@@ -88,6 +90,7 @@
|
||||
"elecrepair-u": "Elec Repair(10%)",
|
||||
"elecrepair-r-txt": "Elec Repair Roll",
|
||||
"elecrepair_ow-u": "Elec. Repair(00%)",
|
||||
"empire-u": "Empire(25%)",
|
||||
"fasttalk-u": "Fast Talk(05%)",
|
||||
"fasttalk-r-txt": "Fast Talk Roll",
|
||||
"fighting(brawl)-u": "Fighting(Brawl)(25%)",
|
||||
@@ -103,6 +106,7 @@
|
||||
"firearms_rs-r-txt": "Firearms(R/S) Roll",
|
||||
"firearms_s_m_g-u": "Firearms(SMG)(15%)",
|
||||
"firearms_other-u": "Firearms(Other)",
|
||||
"firearms_electr-u": "Firearms(Electr.)(25%)",
|
||||
"firstaid-u": "First Aid(30%)",
|
||||
"firstaid-r-txt": "First Aid Roll",
|
||||
"gambling-u": "Gambling(10%)",
|
||||
@@ -176,9 +180,9 @@
|
||||
"throw-u": "Throw(20%)",
|
||||
"throw-r-txt": "Throw Roll",
|
||||
"throw_da-u": "Throw(25%)",
|
||||
"track-u": "Track (10%)",
|
||||
"track-u": "Track(10%)",
|
||||
"track-r-txt": "Track Roll",
|
||||
"trap-u": "Trap (10%)",
|
||||
"trap-u": "Trap(10%)",
|
||||
"otherskills-u": "Other Skills:",
|
||||
"animalhandling-u": "Animal Handling(05%)",
|
||||
"firearms(varies)-u": "Firearms(Varies)",
|
||||
@@ -187,13 +191,17 @@
|
||||
"artillery-u": "Artillery(01%)",
|
||||
"language(other)-u": "Language(Other)(01%)",
|
||||
"computeruse-u": "Computer Use(05%)",
|
||||
"computermaint_ic-u": "Computer Maint.(05%)",
|
||||
"pilot-u": "Pilot(01%)",
|
||||
"demolitions-u": "Demolitions(01%)",
|
||||
"demolitions-txt": "Demolitions Roll",
|
||||
"readlips-u": "Read Lips(01%)",
|
||||
"electronics-u": "Electronics(01%)",
|
||||
"science-u": "Science(01%)",
|
||||
"fighting(varies)-u": "Fighting(Varies)",
|
||||
"survival-u": "Survival(10%)",
|
||||
"sysops-u": "SysOps(10%)",
|
||||
"zerog_ic-u": "Zero-G(05%)",
|
||||
"talents-u": "Talents",
|
||||
"shield-z": "Shield",
|
||||
"head-u": "Head",
|
||||
@@ -219,6 +227,7 @@
|
||||
"Firarms(SMG)": "Firearms(SMG)",
|
||||
"Firarms(R/S)": "Firearms(R/S)",
|
||||
"Fighting(Other)": "Fighting(Other)",
|
||||
"Firarms(Electr.)": "Firarms(Electr.)",
|
||||
"Throw": "Throw",
|
||||
"Other Skill #1": "Other Skill #1",
|
||||
"Other Skill #2": "Other Skill #2",
|
||||
|
||||
Reference in New Issue
Block a user