mirror of
https://github.com/MrEidam/bigredbutton.git
synced 2026-04-17 15:43:31 +00:00
It's broken, will fix
This commit is contained in:
34
css/shop.css
34
css/shop.css
@@ -89,39 +89,55 @@ body {
|
|||||||
|
|
||||||
.item .title{
|
.item .title{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row-reverse;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: space-evenly;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
.item .title h3{
|
||||||
|
margin-right: .5rem;
|
||||||
|
}
|
||||||
.item .title img{
|
.item .title img{
|
||||||
width: 50px;
|
width: 45px;
|
||||||
aspect-ratio: 1/1;
|
aspect-ratio: 1/1;
|
||||||
margin-right: 1.25rem;
|
margin-right: 1rem;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
filter: drop-shadow(10px 8px 6px #333);
|
filter: drop-shadow(10px 8px 6px #333);
|
||||||
pointer-events: none
|
pointer-events: none
|
||||||
}
|
}
|
||||||
|
.item .title span{
|
||||||
|
color: #00ec00;
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
.buttons{
|
.buttons{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
.buttons .column{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
/* By MrEidam */
|
/* By MrEidam */
|
||||||
.buttons button{
|
.buttons button{
|
||||||
background-color: var(--Bcolor);
|
background-color: var(--Bcolor);
|
||||||
}
|
}
|
||||||
|
|
||||||
.buyone{
|
.buyone, .buyone0, .buyone1{
|
||||||
width: 190px;
|
width: 190px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
border-radius: 8px 0 0 8px;
|
|
||||||
}
|
}
|
||||||
|
.buyone{border-radius: 8px 0 0 8px;}
|
||||||
|
.buyone0{border-radius: 8px 0 0 0;border-bottom: #00000022 solid;}
|
||||||
|
.buyone1{border-radius: 0 0 0 8px;}
|
||||||
|
|
||||||
.buymax{
|
.buymax, .buymax0, .buymax1{
|
||||||
width: 45px;
|
width: 45px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
border-radius: 0 8px 8px 0;
|
|
||||||
border-left: #00000033 solid;
|
border-left: #00000033 solid;
|
||||||
}
|
}
|
||||||
|
.buymax{border-radius: 0 8px 8px 0;}
|
||||||
|
.buymax0{border-radius: 0 8px 0 0;border-bottom: #00000022 solid;}
|
||||||
|
.buymax1{border-radius: 0 0 8px 0;}
|
||||||
|
|
||||||
/* By MrEidam */
|
/* By MrEidam */
|
||||||
|
|
||||||
|
|||||||
675
js/htmls.js
675
js/htmls.js
File diff suppressed because it is too large
Load Diff
@@ -13,7 +13,7 @@ addEventListener('scroll', () => {
|
|||||||
|
|
||||||
function loadShop(){
|
function loadShop(){
|
||||||
if(navigator.language == 'cs' || navigator.language == 'cs-CZ'){
|
if(navigator.language == 'cs' || navigator.language == 'cs-CZ'){
|
||||||
document.getElementById('disclick').innerHTML=`Máš ${fornum(items.clicks)} kliků a děláš ${fornum(cs*items.pres)} za sekundu!`
|
/* document.getElementById('disclick').innerHTML=`Máš ${fornum(items.clicks)} kliků a děláš ${fornum(cs*items.pres)} za sekundu!`
|
||||||
|
|
||||||
|
|
||||||
disdog.innerHTML=
|
disdog.innerHTML=
|
||||||
@@ -400,7 +400,7 @@ function loadShop(){
|
|||||||
Cfro1.innerHTML = 'Buy for 99 mil clicks'
|
Cfro1.innerHTML = 'Buy for 99 mil clicks'
|
||||||
Cbea1.innerHTML = 'Buy for 104.5 mil clicks'
|
Cbea1.innerHTML = 'Buy for 104.5 mil clicks'
|
||||||
Cpig1.innerHTML = 'Buy for 126.5 mil clicks'
|
Cpig1.innerHTML = 'Buy for 126.5 mil clicks'
|
||||||
Csea1.innerHTML = 'Buy for 143 mil clicks'
|
Csea1.innerHTML = 'Buy for 143 mil clicks'*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -67,6 +67,7 @@ window.onload = function(){
|
|||||||
toggle.onclick = () => {
|
toggle.onclick = () => {
|
||||||
socmenu.classList.toggle('active');
|
socmenu.classList.toggle('active');
|
||||||
};
|
};
|
||||||
|
toShop()
|
||||||
}
|
}
|
||||||
|
|
||||||
function click(){
|
function click(){
|
||||||
|
|||||||
Reference in New Issue
Block a user