|
178 | 178 | <div id="ascensionStats"> |
179 | 179 | <span id="ascCubeStats"> |
180 | 180 | <img src="Pictures/Default/TinyWow3.png" class="corruptionImg" alt="3D Cube" title="Cube Information" loading="lazy"> |
181 | | - <span id="ascCubes">x</span> C<span id="unit1">/s</span> |
| 181 | + <span id="ascCubes" class="wowcubeText">x</span> C<span id="unit1">/s</span> |
182 | 182 | </span> |
183 | 183 | <span id="ascTessStats"> |
184 | 184 | <img src="Pictures/Default/TinyWow4.png" class="corruptionImg" alt="4D Cube" title="Tesseract Information" loading="lazy"> |
185 | | - <span id="ascTess">x</span> T<span id="unit2">/s</span> |
| 185 | + <span id="ascTess" class="wowtesseractText">x</span> T<span id="unit2">/s</span> |
186 | 186 | </span> |
187 | 187 | <span id="ascHyperStats"> |
188 | 188 | <img src="Pictures/Default/TinyWow5.png" class="corruptionImg" title="Hypercube Information" loading="lazy"> |
189 | | - <span id="ascHyper">x</span> Hy<span id="unit3">/s</span> |
| 189 | + <span id="ascHyper" class="wowhypercubeText">x</span> Hy<span id="unit3">/s</span> |
190 | 190 | </span> |
191 | 191 | <span id="ascPlatonicStats"> |
192 | 192 | <img src="Pictures/Default/TinyWow6.png" class="corruptionImg" title="Platonic Information" loading="lazy"> |
193 | | - <span id="ascPlatonic">x</span> P<span id="unit4">/s</span> |
| 193 | + <span id="ascPlatonic" class="wowplatonicText">x</span> P<span id="unit4">/s</span> |
194 | 194 | </span> |
195 | 195 | <span id="ascHepteractStats"> |
196 | 196 | <img src="Pictures/Default/TinyWow7.png" class="corruptionImg" title="Hepteract Information" loading="lazy"> |
197 | | - <span id="ascHepteract">x</span> He<span id="unit5">/s</span> |
| 197 | + <span id="ascHepteract" class="wowhepteractText">x</span> He<span id="unit5">/s</span> |
198 | 198 | </span> |
199 | 199 | <span id="ascTimeTakenStats"> |
200 | 200 | <img src="Pictures/Default/TinyA.png" class="corruptionImg" title="Ascension Timer" loading="lazy"> |
@@ -1786,13 +1786,13 @@ <h3 class="reincarnationunlock" id="reincarnationtext" style="color: limegreen" |
1786 | 1786 | <div id="cubesWrapper"> |
1787 | 1787 | <div id="wowCubeSidebar"> |
1788 | 1788 | <div id="wowCubeSidebarButtons"> |
1789 | | - <button id="switchCubeSubTab1" class="cubeSwitchTabBtn active-subtab" style="border: 2px solid gold;" i18n="tabs.cubes.cubeTributes"></button> |
1790 | | - <button id="switchCubeSubTab2" class="cubeSwitchTabBtn chal11" style="border: 2px solid orange;" i18n="tabs.cubes.tesseract"></button> |
1791 | | - <button id="switchCubeSubTab3" class="cubeSwitchTabBtn chal13" style="border: 2px solid red;" i18n="tabs.cubes.hypercube"></button> |
1792 | | - <button id="switchCubeSubTab4" class="cubeSwitchTabBtn chal14" style="border: 2px solid orchid;" i18n="tabs.cubes.platonic"></button> |
| 1789 | + <button id="switchCubeSubTab1" class="cubeSwitchTabBtn active-subtab" style="border: 2px solid var(--wowcube-color);" i18n="tabs.cubes.cubeTributes"></button> |
| 1790 | + <button id="switchCubeSubTab2" class="cubeSwitchTabBtn chal11" style="border: 2px solid var(--tesseract-color);" i18n="tabs.cubes.tesseract"></button> |
| 1791 | + <button id="switchCubeSubTab3" class="cubeSwitchTabBtn chal13" style="border: 2px solid var(--hypercube-color);" i18n="tabs.cubes.hypercube"></button> |
| 1792 | + <button id="switchCubeSubTab4" class="cubeSwitchTabBtn chal14" style="border: 2px solid var(--platonic-color);" i18n="tabs.cubes.platonic"></button> |
1793 | 1793 | <button id="switchCubeSubTab5" class="cubeSwitchTabBtn" style="border: 2px solid white;" i18n="tabs.cubes.cubeUpgrades"></button> |
1794 | 1794 | <button id="switchCubeSubTab6" class="cubeSwitchTabBtn chal14" style="border: 2px solid orchid;" i18n="tabs.cubes.challenge15"></button> |
1795 | | - <button id="switchCubeSubTab7" class="cubeSwitchTabBtn hepteracts" style="border: 2px solid mediumpurple" i18n="tabs.cubes.hepteract"></button> |
| 1795 | + <button id="switchCubeSubTab7" class="cubeSwitchTabBtn hepteracts" style="border: 2px solid var(--hepteract-color)" i18n="tabs.cubes.hepteract"></button> |
1796 | 1796 | </div> |
1797 | 1797 | <div class="cubesToQuark"> |
1798 | 1798 | <div class="cubeToQuark"> |
@@ -1822,14 +1822,14 @@ <h3 class="reincarnationunlock" id="reincarnationtext" style="color: limegreen" |
1822 | 1822 | </div> |
1823 | 1823 | </div> |
1824 | 1824 | <div id="cubeTab1" class="cubeTab" style="display: flex"> |
1825 | | - <span id="cubeWelcome" class="cubePlacement1" style="color: orange" i18n="wowCubes.cubes.intro"></span> |
| 1825 | + <span id="cubeWelcome" class="cubePlacement1 wowcubeText" i18n="wowCubes.cubes.intro"></span> |
1826 | 1826 | <span id="cubeExpository1" class="cubePlacement2" style="color: white" i18n="wowCubes.cubes.instructions"></span> |
1827 | 1827 | <span id="cubeExpository2" class="cubePlacement3" style="color: limegreen" i18n="wowCubes.greenText"></span> |
1828 | 1828 |
|
1829 | 1829 | <div class="openGrid"> |
1830 | 1830 | <img class="openImage" src="Pictures/Default/WowCube.png" loading="lazy"> |
1831 | 1831 | <div class="openButtons"> |
1832 | | - <span class="inventory" style="color: white" id="cubeQuantity"></span> |
| 1832 | + <span class="inventory wowcubeText" id="cubeQuantity"></span> |
1833 | 1833 | <div class="openBtn"> |
1834 | 1834 | <button class="cubeBtn" id="open1Cube" i18n="wowCubes.open1"></button> |
1835 | 1835 | <button class="cubeBtn" id="open20Cube" i18n="wowCubes.open10%"></button> |
@@ -1909,19 +1909,19 @@ <h3 class="reincarnationunlock" id="reincarnationtext" style="color: limegreen" |
1909 | 1909 | </table> |
1910 | 1910 | </div> |
1911 | 1911 | <div id="cubeFooter"> |
1912 | | - <p id="cubeBlessingsTotal"></p> |
| 1912 | + <p id="cubeBlessingsTotal" class="wowcubeText"></p> |
1913 | 1913 | <p id="cubeFull"></p> |
1914 | 1914 | </div> |
1915 | 1915 | </div> |
1916 | 1916 | <div id="cubeTab2" class="cubeTab" style="display: none"> |
1917 | | - <span id="tesseractWelcome" class="cubePlacement1 orchidText" i18n="wowCubes.tesseracts.intro"></span> |
| 1917 | + <span id="tesseractWelcome" class="cubePlacement1 wowtesseractText" i18n="wowCubes.tesseracts.intro"></span> |
1918 | 1918 | <span id="tesseractExpository1" class="cubePlacement2" style="color: white" i18n="wowCubes.tesseracts.instructions"></span> |
1919 | 1919 | <span id="tesseractExpository2" class="cubePlacement3" style="color: limegreen" i18n="wowCubes.greenText"></span> |
1920 | 1920 |
|
1921 | 1921 | <div class="openGrid"> |
1922 | 1922 | <img class="openImage" src="Pictures/Default/WowTessaract.png" loading="lazy"> |
1923 | 1923 | <div class="openButtons"> |
1924 | | - <span id="tesseractQuantity" class="inventory orangeText"></span> |
| 1924 | + <span id="tesseractQuantity" class="inventory wowtesseractText"></span> |
1925 | 1925 | <div class="openBtn"> |
1926 | 1926 | <button id="open1Tesseract" class="cubeBtn" i18n="wowCubes.open1"></button> |
1927 | 1927 | <button id="open20Tesseract" class="cubeBtn" i18n="wowCubes.open10%"></button> |
@@ -2000,17 +2000,17 @@ <h3 class="reincarnationunlock" id="reincarnationtext" style="color: limegreen" |
2000 | 2000 | </tr> |
2001 | 2001 | </table> |
2002 | 2002 | </div> |
2003 | | - <p id="tesseractBlessingsTotal"></p> |
| 2003 | + <p id="tesseractBlessingsTotal" class="wowtesseractText"></p> |
2004 | 2004 | </div> |
2005 | 2005 | <div id="cubeTab3" class="cubeTab" style="display: none"> |
2006 | | - <span id="hypercubeWelcome" class="cubePlacement1" style="color: rgb(255, 0, 76)" i18n="wowCubes.hypercubes.intro"></span> |
| 2006 | + <span id="hypercubeWelcome" class="cubePlacement1 wowhypercubeText" i18n="wowCubes.hypercubes.intro"></span> |
2007 | 2007 | <span id="hypercubeExpository1" class="cubePlacement2" style="color: white" i18n="wowCubes.hypercubes.instructions"></span> |
2008 | 2008 | <span id="hypercubeExpository2" class="cubePlacement3" style="color: limegreen" i18n="wowCubes.greenText"></span> |
2009 | 2009 |
|
2010 | 2010 | <div class="openGrid"> |
2011 | 2011 | <img class="openImage" src="Pictures/Default/WowHypercube.png" loading="lazy"> |
2012 | 2012 | <div class="openButtons"> |
2013 | | - <span id="hypercubeQuantity" class="inventory" style="color: rgb(255, 0, 76)"></span> |
| 2013 | + <span id="hypercubeQuantity" class="inventory wowhypercubeText"></span> |
2014 | 2014 | <div class="openBtn"> |
2015 | 2015 | <button id="open1Hypercube" class="cubeBtn" i18n="wowCubes.open1"></button> |
2016 | 2016 | <button id="open20Hypercube" class="cubeBtn" i18n="wowCubes.open10%"></button> |
@@ -2089,17 +2089,17 @@ <h3 class="reincarnationunlock" id="reincarnationtext" style="color: limegreen" |
2089 | 2089 | </tr> |
2090 | 2090 | </table> |
2091 | 2091 | </div> |
2092 | | - <p id="hypercubeBlessingsTotal"></p> |
| 2092 | + <p id="hypercubeBlessingsTotal" class="wowhypercubeText"></p> |
2093 | 2093 | </div> |
2094 | 2094 | <div id="cubeTab4" class="cubeTab" style="display: none"> |
2095 | | - <span id="platonicCubeWelcome" class="cubePlacement1 orangeredText" i18n="wowCubes.platonics.intro"></span> |
| 2095 | + <span id="platonicCubeWelcome" class="cubePlacement1 wowplatonicText" i18n="wowCubes.platonics.intro"></span> |
2096 | 2096 | <span id="platonicCubeExpository1" class="cubePlacement2" style="color: white" i18n="wowCubes.platonics.instructions"></span> |
2097 | 2097 | <span id="platonicCubeExpository2" class="cubePlacement3" style="color: limegreen" i18n="wowCubes.greenText"></span> |
2098 | 2098 |
|
2099 | 2099 | <div class="openGrid"> |
2100 | 2100 | <img class="openImage" src="Pictures/Default/PlatonicCube.png" loading="lazy"> |
2101 | 2101 | <div class="openButtons"> |
2102 | | - <span id="platonicQuantity" class="inventory" style="color:orchid"></span> |
| 2102 | + <span id="platonicQuantity" class="inventory wowplatonicText"></span> |
2103 | 2103 | <div class="openBtn"> |
2104 | 2104 | <button id="open1PlatonicCube" class="cubeBtn" i18n="wowCubes.open1"></button> |
2105 | 2105 | <button id="open40kPlatonicCube" class="cubeBtn" i18n="wowCubes.open10%"></button> |
@@ -2167,7 +2167,7 @@ <h3 class="reincarnationunlock" id="reincarnationtext" style="color: limegreen" |
2167 | 2167 | </table> |
2168 | 2168 | </div> |
2169 | 2169 | <div id="platonicFooter"> |
2170 | | - <p id="platonicBlessingsTotal"></p> |
| 2170 | + <p id="platonicBlessingsTotal" class="wowplatonicText"></p> |
2171 | 2171 | <p id="platonicAsterisk" i18n="wowCubes.platonics.asterisk"></p> |
2172 | 2172 | </div> |
2173 | 2173 | </div> |
@@ -2346,13 +2346,13 @@ <h3 class="reincarnationunlock" id="reincarnationtext" style="color: limegreen" |
2346 | 2346 | </div> |
2347 | 2347 | </div> |
2348 | 2348 | <div id="cubeTab7" class="cubeTab" style="display: none"> |
2349 | | - <span id="hepteractWelcome" class="cubePlacement1" style="color: pink" i18n="wowCubes.hepteractForge.howDidIGetHere"></span> |
| 2349 | + <span id="hepteractWelcome" class="cubePlacement1 wowhepteractText" i18n="wowCubes.hepteractForge.howDidIGetHere"></span> |
2350 | 2350 | <span id="hepteractExpository1" class="cubePlacement2" style="color: white" i18n="wowCubes.hepteractForge.noTimeToWaste"></span> |
2351 | 2351 | <span id="hepteractExpository2" class="cubePlacement3 redText" i18n="wowCubes.hepteractForge.noPassiveBonus"></span> |
2352 | 2352 | <div class="openGrid"> |
2353 | 2353 | <img class="openImage" src="Pictures/Default/Hepteract.png" loading="lazy"> |
2354 | 2354 | <div class="NotificationToggle"> |
2355 | | - <span id="hepteractQuantity" style="color: mediumpurple"></span> |
| 2355 | + <span id="hepteractQuantity wowhepteractText"></span> |
2356 | 2356 | <img class="heptNotification" id="heptnotificationpic" alt="Notification" src="Pictures/Default/Notifications.png" title="Notifications" loading="lazy"> |
2357 | 2357 | <button class="auto nonSquare" id="toggle35" toggleid="35" format="[$]" style="border: 2px solid green">[ON]</button> |
2358 | 2358 | </div> |
|
0 commit comments