Skip to content

Commit

Permalink
Weapon atk update
Browse files Browse the repository at this point in the history
completed the atk for weapons.
  • Loading branch information
Lumenita committed Dec 16, 2024
1 parent 56da573 commit 1b2db55
Show file tree
Hide file tree
Showing 37 changed files with 2,456 additions and 2,262 deletions.
30 changes: 26 additions & 4 deletions css/abfalter.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ button {
--equipped: #1bb936;
--kiBought: #4b47b7;
--kiFree: #106810;
--colot-border-dark: #8aa9cb;
--color-border-dark: #8aa9cb;
--color-border-dark-5: #12172ee8;
--color-text-dark-secondary: #979797;
--color-border-light-tertiary: #618e9f;
Expand Down Expand Up @@ -91,6 +91,12 @@ button {
--effect-border: #10141c;
--effect-bg: rgb(81 121 163 / 29%);
}
.standard-form .form-group > label {
color: var(--textColor);
}
.standard-form .form-group > label:hover {
color: var(--textColor);
}
.window-app .window-content {
overflow-x: auto;
background: var(--backgroundColor);
Expand Down Expand Up @@ -3742,7 +3748,6 @@ h6 {
.weapons > div:last-of-type {
display: flex;
place-content: space-between;
border-top: 1px solid var(--boxColor);
border-bottom: 3px solid var(--boxColor);
}
.weapon-item:nth-child(2n) {
Expand Down Expand Up @@ -5804,7 +5809,8 @@ h6 {
border-radius: 0px;
border: none;
}
.weaponContent2 {
.weaponContent2,
.weaponContent6 > label {
display: flex;
}
.weaponContent2 > div,
Expand Down Expand Up @@ -5865,6 +5871,19 @@ h6 {
.weaponContent5 > label > select {
width: 35%;
}
.weaponContent6 > label > span {
display: grid;
width: 65%
}
.weaponContent6 > label > div {
width: 17%
}
.weaponContent6 > label > div > select {
width: 100%
}
.weaponContent6 > label > span:nth-of-type(2) {
width: 1%
}
.weapon-item .editor {
height: auto;
}
Expand Down Expand Up @@ -6027,7 +6046,10 @@ h6 {
margin-top: 3px;
margin-bottom: 3px;
}

.weaponChatRollMsg > div:last-of-type > div {
display: flex;
justify-content: space-between;
}


.atkCustomTitleContainer {
Expand Down
Binary file added img/tutorials/General Page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/tutorials/Tips.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/tutorials/Weapons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1b2db55

Please sign in to comment.