Skip to content

Commit

Permalink
Merge pull request #13170 from phaldenby72/demon-gate-skills
Browse files Browse the repository at this point in the history
[Demon Gate] Remove "Skills (old)" tab (removing deprecated feature)
  • Loading branch information
NBrooks-Roll20 authored Aug 6, 2024
2 parents 4a2fa76 + 765af5d commit 316bffd
Show file tree
Hide file tree
Showing 2 changed files with 1,788 additions and 6,411 deletions.
17 changes: 13 additions & 4 deletions Demon Gate/DemonGate.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ input.sheet-tab4:checked~div.sheet-section-gear,
input.sheet-tab5:checked~div.sheet-section-mystic,
input.sheet-tab6:checked~div.sheet-section-abilities,
input.sheet-tab7:checked~div.sheet-section-reputation,
input.sheet-tab8:checked~div.sheet-section-notes,
input.sheet-tab9:checked~div.sheet-section-old-skills {
input.sheet-tab8:checked~div.sheet-section-notes {
display: block;
}

Expand Down Expand Up @@ -966,10 +965,12 @@ tr.sheet-spell-spacer-row td {

.sheet-rolltemplate-percentile .sheet-template-success {
color: darkgreen;
font-size: 20px;
}

.sheet-rolltemplate-percentile .sheet-template-failure {
color: maroon;
font-size: 20px;
}

.sheet-rolltemplate-simple .sheet-template-text-prominent,
Expand Down Expand Up @@ -1022,7 +1023,7 @@ tr.sheet-spell-spacer-row td {
.sheet-rolltemplate-darkmode.sheet-rolltemplate-spell-effect .sheet-template-subtitle,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-simple .sheet-template-subtitle,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-two-part .sheet-template-subtitle {
color: #FF8888;
color: #ddd9c3;
background-color: #590902;
}

Expand Down Expand Up @@ -1067,7 +1068,7 @@ tr.sheet-spell-spacer-row td {
.sheet-rolltemplate-darkmode.sheet-rolltemplate-spell-effect .inlinerollresult.fullfail,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-simple .inlinerollresult.fullfail,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-two-part .inlinerollresult.fullfail {
border-color: #970303;
border-color: #b30000;
}

.sheet-rolltemplate-darkmode.sheet-rolltemplate-text .inlinerollresult.fullcrit,
Expand All @@ -1082,4 +1083,12 @@ tr.sheet-spell-spacer-row td {
.sheet-rolltemplate-darkmode.sheet-rolltemplate-simple .inlinerollresult.fullcrit,
.sheet-rolltemplate-darkmode.sheet-rolltemplate-two-part .inlinerollresult.fullcrit {
border-color: #028502;
}

.sheet-rolltemplate-darkmode.sheet-rolltemplate-percentile .sheet-template-success {
color: #05AD05;
}

.sheet-rolltemplate-darkmode.sheet-rolltemplate-percentile .sheet-template-failure {
color: #f80303;
}
Loading

0 comments on commit 316bffd

Please sign in to comment.