mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-22 12:11:58 +00:00
update themes
This commit is contained in:
parent
5767410916
commit
459ee655c8
@ -4078,7 +4078,7 @@ function buyDilationUpgrade(id, costInc) {
|
||||
function updateDilationUpgradeButtons() {
|
||||
for (var i = 1; i <= 9; i++) {
|
||||
if (i <= 3) {
|
||||
document.getElementById("dil"+i).className = ( new Decimal(DIL_UPG_COSTS[i][0]).times(Decimal.pow(DIL_UPG_COSTS[i][1],(player.dilation.rebuyables[i]))).gt(player.dilation.dilatedTime) ) ? "timestudylocked" : "dilationupgrebuyable";
|
||||
document.getElementById("dil"+i).className = ( new Decimal(DIL_UPG_COSTS[i][0]).times(Decimal.pow(DIL_UPG_COSTS[i][1],(player.dilation.rebuyables[i]))).gt(player.dilation.dilatedTime) ) ? "dilationupgrebuyablelocked" : "dilationupgrebuyable";
|
||||
} else if (player.dilation.upgrades.includes(i)) {
|
||||
document.getElementById("dil"+i).className = "dilationupgbought"
|
||||
} else {
|
||||
|
@ -1173,7 +1173,7 @@ button {
|
||||
}
|
||||
|
||||
.dilationupgbought {
|
||||
color: #1e0830;
|
||||
color: black;
|
||||
background: #64DD17;
|
||||
font-weight: bold;
|
||||
font-family: Typewriter;
|
||||
@ -1187,6 +1187,21 @@ button {
|
||||
margin:7px;
|
||||
}
|
||||
|
||||
.dilationupgrebuyablelocked {
|
||||
color: #181818;
|
||||
background: #5F5F5F;
|
||||
font-weight: bold;
|
||||
font-family: Typewriter;
|
||||
border: 1px solid #64ddad;
|
||||
width: 170px;
|
||||
height: 80px;
|
||||
transition-duration: 0.2s;
|
||||
border-radius: 4px;
|
||||
font-size: 0.65rem;
|
||||
vertical-align: top;
|
||||
margin:7px;
|
||||
}
|
||||
|
||||
.dilationupglocked {
|
||||
color: #181818;
|
||||
background: #5F5F5F;
|
||||
|
@ -510,6 +510,25 @@ input {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.dilationupglocked, .dilationupgrebuyablelocked {
|
||||
color: black !important;
|
||||
background: #9E9E9E !important;
|
||||
box-shadow: 1px 1px 1px 0px #000;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.dilationupglocked:hover, .dilationupgrebuyablelocked:hover {
|
||||
background: #EF5350 !important;
|
||||
}
|
||||
|
||||
#tachyonParticleAmount {
|
||||
color: #64ddad !important;
|
||||
}
|
||||
|
||||
#dilatedTimeAmount, #dilatedTimePerSecond, #galaxyThreshold, #dilatedGalaxies {
|
||||
color: #64DD17 !important;
|
||||
}
|
||||
|
||||
@keyframes metroStudyGlowIn {
|
||||
0% {box-shadow: inset 0px 0px 3px 0px #673AB7;}
|
||||
50% {box-shadow: inset 0px 0px 20px 0px #673AB7;}
|
||||
|
@ -507,6 +507,58 @@ input {
|
||||
background-color: #9E913A !important;
|
||||
}
|
||||
|
||||
.dilationbtn {
|
||||
color: #64DD17 !important;
|
||||
background: black !important;
|
||||
}
|
||||
|
||||
.dilationbtn:hover {
|
||||
color: #64DD17 !important;
|
||||
background: white !important;
|
||||
}
|
||||
|
||||
.dilationupg {
|
||||
background: black !important;
|
||||
}
|
||||
|
||||
.dilationupgrebuyable {
|
||||
background: black !important;
|
||||
}
|
||||
|
||||
.dilationupg:hover {
|
||||
color: #64DD17 !important;
|
||||
background: white !important;
|
||||
}
|
||||
|
||||
.dilationupgrebuyable:hover {
|
||||
color: #64ddad !important;
|
||||
background: white !important;
|
||||
}
|
||||
|
||||
.dilationupgbought {
|
||||
background: #64DD17 !important;
|
||||
}
|
||||
|
||||
.dilationupgrebuyablelocked, .dilationupglocked {
|
||||
color: black !important;
|
||||
background: #23292a !important;
|
||||
}
|
||||
|
||||
.dilationupgrebuyablelocked:hover, .dilationupglocked:hover {
|
||||
background: #B84B5F !important;
|
||||
border: 1px solid #B84B5F !important;
|
||||
}
|
||||
|
||||
#tachyonParticleAmount {
|
||||
color: #64ddad !important;
|
||||
text-shadow: 0px 0px 7px #64ddad;
|
||||
}
|
||||
|
||||
#dilatedTimeAmount, #dilatedTimePerSecond, #galaxyThreshold, #dilatedGalaxies {
|
||||
color: #64DD17 !important;
|
||||
text-shadow: 0px 0px 7px #64DD17;
|
||||
}
|
||||
|
||||
@keyframes antimatterGlow {
|
||||
0% {color: #2196F3;}
|
||||
33% {color: #673AB7;}
|
||||
|
@ -473,6 +473,21 @@ input, select {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.dilationbtn {
|
||||
border-width: 1px !important;
|
||||
}
|
||||
|
||||
.dilationupglocked, .dilationupgrebuyablelocked {
|
||||
color: black !important;
|
||||
background: #9E9E9E !important;
|
||||
box-shadow: 1px 1px 1px 0px #000;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.dilationupglocked:hover, .dilationupgrebuyablelocked:hover {
|
||||
background: #EF5350 !important;
|
||||
}
|
||||
|
||||
@keyframes metroStudyGlowIn {
|
||||
0% {box-shadow: inset 0px 0px 3px 0px #673AB7;}
|
||||
50% {box-shadow: inset 0px 0px 20px 0px #673AB7;}
|
||||
|
@ -459,6 +459,21 @@ input, select {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.dilationbtn {
|
||||
border-width: 1px !important;
|
||||
}
|
||||
|
||||
.dilationupglocked, .dilationupgrebuyablelocked {
|
||||
color: black !important;
|
||||
background: #9E9E9E !important;
|
||||
box-shadow: 1px 1px 1px 0px #000;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.dilationupglocked:hover, .dilationupgrebuyablelocked:hover {
|
||||
background: #EF5350 !important;
|
||||
}
|
||||
|
||||
@keyframes metroStudyGlowIn {
|
||||
0% {box-shadow: inset 0px 0px 3px 0px #673AB7;}
|
||||
50% {box-shadow: inset 0px 0px 20px 0px #673AB7;}
|
||||
|
@ -474,6 +474,21 @@ input {
|
||||
background: black !important;
|
||||
}
|
||||
|
||||
.dilationbtn {
|
||||
border-width: 1px !important;
|
||||
}
|
||||
|
||||
.dilationupglocked, .dilationupgrebuyablelocked {
|
||||
color: black !important;
|
||||
background: #9E9E9E !important;
|
||||
box-shadow: 1px 1px 1px 0px #000;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.dilationupglocked:hover, .dilationupgrebuyablelocked:hover {
|
||||
background: #d72621 !important;
|
||||
}
|
||||
|
||||
#snow {
|
||||
display: block !important;
|
||||
background-image: url('../images/snow1.png'), url('../images/snow2.png'), url('../images/snow3.png');
|
||||
|
Loading…
Reference in New Issue
Block a user