Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mobile css #581

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Pictures/Legacy/Accelerator.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 modified Pictures/Legacy/DiamondTier1.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 modified Pictures/Legacy/DiamondTier2.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 modified Pictures/Legacy/DiamondTier3.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 modified Pictures/Legacy/DiamondTier4.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 modified Pictures/Legacy/DiamondTier5.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 modified Pictures/Legacy/Multiplier.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 modified Pictures/Legacy/MythosTier1.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 modified Pictures/Legacy/MythosTier2.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 modified Pictures/Legacy/MythosTier3.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 modified Pictures/Legacy/MythosTier4.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 modified Pictures/Legacy/MythosTier5.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 modified Pictures/Legacy/ParticlesTier1.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 modified Pictures/Legacy/ParticlesTier2.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 modified Pictures/Legacy/ParticlesTier3.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 modified Pictures/Legacy/ParticlesTier4.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 modified Pictures/Legacy/ParticlesTier5.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 modified Pictures/Legacy/TesseractTier1.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 modified Pictures/Legacy/TesseractTier2.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 modified Pictures/Legacy/TesseractTier3.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 modified Pictures/Legacy/TesseractTier4.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 modified Pictures/Legacy/TesseractTier5.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 modified Pictures/Legacy/Tier1.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 modified Pictures/Legacy/Tier2.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 modified Pictures/Legacy/Tier3.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 modified Pictures/Legacy/Tier4.png
Binary file modified Pictures/Legacy/Tier5.png
105 changes: 52 additions & 53 deletions Synergism.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
body *,
body {
transition: background-color var(--transition), border-color var(--transition);
transition-property: background-color, border-color;
transition-duration: var(--transition);
}

html {
Expand Down Expand Up @@ -195,10 +196,10 @@ input[type="checkbox"] {
button {
min-height: 30px;
color: white;
transition: background-color var(--transition-extra), border-color var(--transition-extra);
cursor: pointer;
background-color: var(--button-color);
outline: none;
transition-duration: var(--transition-extra);
}

body button:hover,
Expand Down Expand Up @@ -312,9 +313,9 @@ body button:active {
font-size: 0;
z-index: 1;
color: white;
transition: background-color var(--transition-extra), border-color var(--transition-extra);
cursor: pointer;
background-color: var(--button-color);
transition-duration: var(--transition-extra);
}

#notifx:hover {
Expand Down Expand Up @@ -579,20 +580,11 @@ body button:active {
#tabrow {
text-align: center;
width: 100%;
list-style: none;
margin: 0;
margin-inline: unset;
margin-block: unset;
padding-inline: unset;
display: flex;
justify-content: center;
gap: 0 5px;
}

.navbar {
display: flex;
justify-content: center;
width: 100%;
overflow-x: visible;
}

nav button {
Expand Down Expand Up @@ -679,10 +671,10 @@ button.isEvent:hover {
}

.subTabWrapper {
display: grid;
grid-template-columns: repeat(auto-fit, 145px);
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px 15px;
gap: 15px 10px;
width: 90%;
margin: 15px auto 0;
}
Expand All @@ -702,19 +694,11 @@ button.isEvent:hover {
margin: 0 auto;
}

#coinBuildings p {
margin: 0;
}

p#buildinghotkeys,
p#buildinghotkeys2 {
margin-top: 15px;
color: lightgray;
text-align: center;
}

p#buildinghotkeys2 {
margin-top: 0;
margin: 0;
}

#buildingtext {
Expand Down Expand Up @@ -754,6 +738,7 @@ p#buildinghotkeys2 {
font-size: 0;
min-height: 182px;
text-align: center;
display: block;
}

#upgradesFlex > div > table img {
Expand Down Expand Up @@ -864,7 +849,7 @@ p#themesTitle {
min-height: 20px;
margin: 2px auto;
box-sizing: border-box;
transition: background-color var(--transition-extra), border-color var(--transition-extra);
transition-duration: var(--transition-extra);
}

#importFileButton:hover {
Expand Down Expand Up @@ -1006,15 +991,28 @@ p#promocodeinfo {
margin-top: 0.25em;
}

.buttonRow > div > .image {
.buttonRow > div > img {
height: 32px;
width: 32px;
}

body.legacyIcons .buttonRow > div > img { background-color: black; }

.buttonRow > div > .desc {
width: 22em;
}

.goldBuild { color: gold; }
.yellowBuild { color: yellow; }
.pinkBuild { color: pink; }
.cyanBuild { color: cyan; }
.plumBuild { color: plum; }
.limegreenBuild { color: limegreen; }
.orangeBuild { color: orange; }

#multiplier > .desc { color: yellow; }
#accelerator > .stats { color: cyan; }

.buildingPurchaseBtn {
width: 15em;
border-radius: 8px;
Expand All @@ -1027,20 +1025,25 @@ p#promocodeinfo {
background-color: var(--buttonbuy-color);
}

.buildingPurchaseBtn.buildingPurchaseBtnAvailable {
.buildingPurchaseAvailable > .buildingPurchaseBtn {
cursor: pointer;
background-color: var(--buildings-canbuy-color);
}

.buildingPurchaseBtn.buildingPurchaseBtnAvailable:hover {
.buildingPurchaseAvailable > .buildingPurchaseBtn:hover {
background-color: var(--buildings-hover-color);
}

.buttonRow > div > .auto {
width: 6em;
min-width: 80px;
border: 2px solid;
background-color: var(--button-color);
}

.buttonRow .auto[data-status="on"] { border-color: green; }
.buttonRow .auto[data-status="off"] { border-color: red; }

.autobuyerToggleButton {
background-color: var(--button-color);
}
Expand All @@ -1050,16 +1053,16 @@ p#promocodeinfo {
line-height: 1em;
}

#buildtext12,
#buildtext14,
#buildtext16 {
#accelerator > .stats,
#multiplier > .stats,
#acceleratorboost > .stats {
min-height: 2em;
}

#taxinfo {
text-align: center;
font-size: 1em;
margin-top: 30px;
margin: 30px 0 15px;
}

.tightText {
Expand Down Expand Up @@ -1171,19 +1174,18 @@ p#promocodeinfo {
gap: 5px;
}

#buyamountcoin,
#buyamountcrystal,
#buyamountmythos,
#buyamountparticle,
#buyAmountTesseract {
.buyAmount {
display: flex;
margin: 4px 0;
column-gap: 4px;
position: absolute;
left: 80%;
}

.buyAmountBtn {
background-color: var(--button-color);
cursor: pointer;
transition: background-color var(--transition-extra), border-color var(--transition-extra);
transition-duration: var(--transition-extra);
}

.buyAmountBtn:hover {
Expand All @@ -1193,7 +1195,6 @@ p#promocodeinfo {
#prestige {
position: relative;
padding: 0;
color: cyan;
flex-direction: column;
align-items: center;
max-width: 1600px;
Expand Down Expand Up @@ -1329,7 +1330,7 @@ p#prestigehotkeys {
.runeTypeElement {
margin: 0;
text-align: center;
transition: background-color var(--transition-extra), border-color var(--transition-extra);
transition-duration: var(--transition-extra);
}

img.runeTypeElement {
Expand Down Expand Up @@ -1519,10 +1520,6 @@ img.runeTypeElement:hover {
text-align: center;
}

#transcension > .buttonRow {
color: plum;
}

#transcendshardbonus {
margin-top: 2px;
}
Expand Down Expand Up @@ -1700,7 +1697,7 @@ p#transcendhotkeys {

.challenge {
background-color: var(--button-color);
transition: background-color var(--transition-extra), border-color var(--transition-extra);
transition-duration: var(--transition-extra);
}

.challenge:hover {
Expand All @@ -1718,7 +1715,6 @@ p#transcendhotkeys {
#reincarnation {
position: relative;
padding: 0;
color: limegreen;
flex-direction: column;
align-items: center;
max-width: 1600px;
Expand Down Expand Up @@ -1823,7 +1819,7 @@ p#reincarnatehotkeys {

#researchtable .researchAvailable {
cursor: pointer;
transition: background-color var(--transition-extra), border-color var(--transition-extra);
transition-duration: var(--transition-extra);
}

#researchtable .researchAvailable:hover {
Expand All @@ -1836,7 +1832,7 @@ p#reincarnatehotkeys {

#researchtable .researchPurchasedAvailable {
cursor: pointer;
transition: background-color var(--transition-extra), border-color var(--transition-extra);
transition-duration: var(--transition-extra);
}

#researchtable .researchPurchasedAvailable:hover {
Expand Down Expand Up @@ -2445,7 +2441,6 @@ button.language-select span.lang-name {
#ascension {
position: relative;
padding: 0;
color: orange;
flex-direction: column;
align-items: center;
max-width: 1600px;
Expand Down Expand Up @@ -2604,7 +2599,7 @@ p#ascendHotKeys {

.constUpgrade {
background-color: var(--button-color);
transition: background-color var(--transition-extra), border-color var(--transition-extra);
transition-duration: var(--transition-extra);
}

.constUpgradeAvailable {
Expand Down Expand Up @@ -2764,6 +2759,8 @@ p#ascendHotKeys {
overflow-y: auto;
}

body.legacyIcons .historyTableWrap img { background-color: black; }

#historyAscend .historyTableWrap,
#historySingularity .historyTableWrap {
min-width: 1212px;
Expand Down Expand Up @@ -3688,7 +3685,7 @@ img#singularityPerksIcon {
border: 2px ridge gold;
font-weight: bold;
background-color: var(--button-color);
transition: background-color var(--transition-extra), border-color var(--transition-extra);
transition-duration: var(--transition-extra);
}

.oldPerk {
Expand All @@ -3701,7 +3698,7 @@ img#singularityPerksIcon {
cursor: pointer;
border: 2px solid gold;
background-color: var(--button-color);
transition: background-color var(--transition-extra), border-color var(--transition-extra);
transition-duration: var(--transition-extra);
}

.newPerk:hover {
Expand Down Expand Up @@ -3812,3 +3809,5 @@ form input:hover {
background-color: var(--hover-color);
cursor: pointer;
}

.mobileShow { display: none; }
Loading