Skip to content

Commit

Permalink
Update Synergism
Browse files Browse the repository at this point in the history
  • Loading branch information
KhafraDev committed Jan 19, 2025
1 parent 0b638dc commit d6c9b66
Show file tree
Hide file tree
Showing 17 changed files with 187 additions and 85 deletions.
Binary file added src/Pictures/PseudoShop/ascended-monthly-sub.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 src/Pictures/PseudoShop/omega-monthly-sub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 src/Pictures/PseudoShop/transcended-monthly-sub.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 src/Pictures/ascended-monthly-sub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added src/Pictures/omega-monthly-sub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added src/Pictures/reincarnated-monthly-sub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added src/Pictures/transcended-monthly-sub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 47 additions & 1 deletion src/Synergism.css
Original file line number Diff line number Diff line change
Expand Up @@ -3995,17 +3995,53 @@ form input:hover {
margin: 0 auto;
}

.pseudoSubscriptionContainer {
display: flex;
flex-direction: column;
align-items: center;
}

.pseudoSubscriptionContainer > form {
display: flex;
flex-direction: column;
justify-content: center;
margin-top: 10px;
}

.pseudoSubscriptionContainer > form > input[type="submit"] {
border: 2px solid gold;
width: 200px;
height: 40px;
}

.pseudoSubscriptionContainer > #sub-section-holder {
display: grid;
grid-template-columns: repeat(4, 1fr);
}

.pseudoCoinContainer {
margin: 10px 10px 0 0;
border: 1px solid #ccc;
border: 2px solid orchid;
text-align: center;
}

.subscriptionContainer {
margin: 10px 10px 0 0;
border: 1px solid lightgoldenrodyellow;
border: 2px solid gold;
text-align: center;
}

#pseudoCoins > #productContainer > section > * > .pseudoCoinImage {
margin-top: 8px;
}

.pseudoCoinSubImage {
height: 48px;
width: 48px;
}

.pseudoCoinText {
width: 90%;
height: 80px;
Expand All @@ -4017,8 +4053,18 @@ form input:hover {
margin: 5px auto;
}

.pseudoSubscriptionText {
width: 100%;
height: 80px;
padding: 10px;
box-sizing: border-box;
text-align: center;
box-shadow: 0 0 10px rgb(0 0 0 / 10%);
margin: 5px auto;
}

.pseudoCoinButton {
width: 50%;
width: 75%;
padding: 10px;
background-color: black;
color: white;
Expand Down
211 changes: 129 additions & 82 deletions src/dist/out.js

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4696,12 +4696,17 @@ <h1>Artists</h1>
></button>
<button
id="cartSubTab2"
style="border: 2px solid gold"
i18n="tabs.pseudocoins.subscriptions"
></button>
<button
id="cartSubTab3"
style="border: 2px solid cyan"
i18n="tabs.pseudocoins.upgrades"
></button>
<span style="position:relative">
<button
id="cartSubTab3"
id="cartSubTab4"
style="display: flex; align-items: center; justify-content: center; border: 2px solid cornflowerblue; width: 100%"
>
<p style="margin: 0">Checkout</p>
Expand All @@ -4713,13 +4718,16 @@ <h1>Artists</h1>
></span>
</span>
<button
id="cartSubTab4"
id="cartSubTab5"
style="border: 2px solid white"
i18n="tabs.pseudocoins.merch"
></button>
</div>
<div id="productContainer" class="pseudoUpgradeContainer">
</div>
<div id="subscriptionsContainer" class="pseudoSubscriptionContainer">
<div id="sub-section-holder"></div>
</div>
<div id="upgradesContainer">
<div id="pseudoCoinAmounts">
<img src="Pictures/PseudoShop/PseudoCoins.png" alt="PseudoCoins">
Expand Down
1 change: 1 addition & 0 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2537,6 +2537,7 @@
},
"pseudocoins": {
"buy": "Purchase Coins",
"subscriptions": "Subscriptions",
"upgrades": "Buy Upgrades",
"merch": "Purchase Merch"
}
Expand Down

0 comments on commit d6c9b66

Please sign in to comment.