Skip to content

Commit

Permalink
Merge pull request #13144 from Wagii/master
Browse files Browse the repository at this point in the history
[CLOUDBREAKER ALLIANCE] New Feature sheet translation
  • Loading branch information
NBrooks-Roll20 authored Aug 1, 2024
2 parents 7d14090 + 2da7a75 commit 7c1d7bd
Show file tree
Hide file tree
Showing 5 changed files with 10,933 additions and 4,590 deletions.
23 changes: 10 additions & 13 deletions Cloudbreaker_Alliance/cloudbreaker_alliance.css
Original file line number Diff line number Diff line change
Expand Up @@ -262,22 +262,19 @@ span.sheet-sectionTitle {
text-align: center;
font-weight: bold;
flex: 1 1 auto;
display: none;
}

input.sheet-adventuringRank[value="copper"] ~ .sheet-adventuringRank {
color: #b87333;
}

input.sheet-adventuringRank[value="silver"] ~ .sheet-adventuringRank {
color: #c0c0c0;
}

input.sheet-adventuringRank[value="gold"] ~ .sheet-adventuringRank {
color: #ffd700;
}
.sheet-copperRank {color: #b87333;}
.sheet-silverRank {color: #c0c0c0;}
.sheet-goldRank {color: #ffd700;}
.sheet-platinumRank {color: #e5e4e2;}

input.sheet-adventuringRank[value="platinum"] ~ .sheet-adventuringRank {
color: #e5e4e2;
input.sheet-adventuringRank[value="copper"] ~ .sheet-adventuringRank.sheet-copperRank,
input.sheet-adventuringRank[value="silver"] ~ .sheet-adventuringRank.sheet-silverRank,
input.sheet-adventuringRank[value="gold"] ~ .sheet-adventuringRank.sheet-goldRank,
input.sheet-adventuringRank[value="platinum"] ~ .sheet-adventuringRank.sheet-platinumRank {
display: block;
}

.repcontainer[data-groupname="repeating_quirks"] {
Expand Down
Loading

0 comments on commit 7c1d7bd

Please sign in to comment.