mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
COF2E Version 1.14.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* COF2e v1.13.0 */
|
||||
/* COF2e v1.14.0 */
|
||||
|
||||
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans&display=swap');
|
||||
|
||||
@@ -195,6 +195,10 @@ select {
|
||||
max-height: 20px;
|
||||
}
|
||||
|
||||
select.select-xl {
|
||||
width: 20rem;
|
||||
}
|
||||
|
||||
select.select-lg {
|
||||
width: 16rem;
|
||||
}
|
||||
@@ -397,6 +401,12 @@ div.path div.block-title {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.ellipsis {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.cofmain input[value="0"].has-script textarea.has-script,
|
||||
.cofmain input[value="0"].has-script .weapon span.has-script,
|
||||
.cofmain input[value="0"].has-script + div.ammos {
|
||||
@@ -504,7 +514,8 @@ input[value="npc"] ~ button[name="roll_checkup"] {
|
||||
}
|
||||
|
||||
input[value="0"].pc-skills-btn ~ button.pc-skills-btn,
|
||||
input[value=""].custom-skill + div.custom-skill {
|
||||
input[value=""].custom-skill + div.custom-skill,
|
||||
input[value="0"].npc-reminder + input[type="checkbox"].npc-reminder {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -535,7 +546,8 @@ input:not([value=""]).custom-skill + div.custom-skill.custom-skill-top {
|
||||
.npc-notes-subtab,
|
||||
.npc-gears-tab,
|
||||
.npc-config-tab,
|
||||
.npc-script-tab {
|
||||
.npc-script-tab,
|
||||
.npc-version-tab {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -562,7 +574,8 @@ input:not([value=""]).custom-skill + div.custom-skill.custom-skill-top {
|
||||
.tabs-toggle[value="notes"] ~ div .npc-notes-btn,
|
||||
.tabs-toggle[value="gears"] ~ div .npc-gears-btn,
|
||||
.tabs-toggle[value="config"] ~ div .npc-config-btn,
|
||||
.tabs-toggle[value="script"] ~ div .npc-script-btn {
|
||||
.tabs-toggle[value="script"] ~ div .npc-script-btn,
|
||||
.tabs-toggle[value="version"] ~ div .npc-version-btn {
|
||||
color: white;
|
||||
background-color: var(--cof-hilite);
|
||||
}
|
||||
@@ -597,7 +610,8 @@ input:not([value=""]).custom-skill + div.custom-skill.custom-skill-top {
|
||||
.tabs-toggle[value="notes"] ~ div.npc-notes-subtab,
|
||||
.tabs-toggle[value="gears"] ~ div.npc-gears-tab,
|
||||
.tabs-toggle[value="config"] ~ div.npc-config-tab,
|
||||
.tabs-toggle[value="script"] ~ div.npc-script-tab {
|
||||
.tabs-toggle[value="script"] ~ div.npc-script-tab,
|
||||
.tabs-toggle[value="version"] ~ div.npc-version-tab {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -869,7 +883,7 @@ input[type="hidden"][value="1"].has-buff + .has-buff {
|
||||
grid-template-columns: 60% calc(40% - 5px);
|
||||
}
|
||||
|
||||
.pc-attacks .weapon-special-ongoing input[value=""].ongoing + button.ongoing {
|
||||
.pc-attacks input[value=""].ongoing + button.ongoing {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -1111,6 +1125,7 @@ input[value="0"].ability-uses + div.ability-uses {
|
||||
.pc-gears .gears,
|
||||
.npc-gears .gears,
|
||||
.pc-gears .resources,
|
||||
.npc-gears .resources,
|
||||
.pc-gears .ammos,
|
||||
.npc-gears .ammos,
|
||||
.pc-gears .misc-gears,
|
||||
@@ -1164,20 +1179,23 @@ input[value="0"].ability-uses + div.ability-uses {
|
||||
gap: 2px;
|
||||
}
|
||||
|
||||
.pc-version-tab details ul {
|
||||
.pc-version-tab details ul,
|
||||
.npc-version-tab details ul {
|
||||
padding-left: 0;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.pc-version-tab details li,
|
||||
.pc-version-tab details li em {
|
||||
.npc-version-tab details li em,
|
||||
.pc-version-tab details li,
|
||||
.npc-version-tab details li em {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.npc-config-tab .npc-configs,
|
||||
.npc-script-tab .npc-configs {
|
||||
display: grid;
|
||||
grid-template-columns: 25% 75%;
|
||||
grid-template-columns: 35% 65%;
|
||||
gap: 2px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user