Version - 1 - 1-38
This commit is contained in:
101
Version - 35(cz)/css/brb.css
Normal file
101
Version - 35(cz)/css/brb.css
Normal file
@@ -0,0 +1,101 @@
|
||||
body {
|
||||
font-size: 15pt;
|
||||
user-select: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
#tycoon{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
background: radial-gradient(125% 100% at 50% 0%,#9aff9a 20%,#ffffff 70%);
|
||||
}
|
||||
#shop{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
top: 20%;
|
||||
text-align: center;
|
||||
color: #000000;
|
||||
text-decoration: underline;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
#cool{
|
||||
position: absolute;
|
||||
top: 98px;
|
||||
left: 0%;
|
||||
width: 100%;
|
||||
height: 25%;
|
||||
/*background: radial-gradient(#9aff9a,#ffffff);*/
|
||||
}
|
||||
#logclick{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
top: 40px;
|
||||
left: 50%;
|
||||
text-align: center;
|
||||
transform: translate(-50%,0);
|
||||
}
|
||||
#disclick{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*BRB*/
|
||||
#unpressed{
|
||||
position: absolute;
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
border-radius: 150px;
|
||||
}
|
||||
#pressed{
|
||||
position: absolute;
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
visibility: hidden;
|
||||
border-radius: 150px;
|
||||
}
|
||||
#button{
|
||||
user-select: none;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin: -150px 0 0 -150px;
|
||||
border-radius: 150px;
|
||||
}
|
||||
|
||||
.reset{
|
||||
position: absolute;
|
||||
user-select: none;
|
||||
width: 69px;
|
||||
height: 50px;
|
||||
bottom: 0%;
|
||||
right: 0%;
|
||||
background-color: #ff0000;
|
||||
color: #ffffff;
|
||||
}
|
||||
.help{
|
||||
position: absolute;
|
||||
user-select: none;
|
||||
width: 69px;
|
||||
height: 50px;
|
||||
bottom: 50px;
|
||||
right: 0%;
|
||||
background-color: darkgoldenrod;
|
||||
color: #ffffff;
|
||||
}
|
||||
.Yt{
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
left: 0;
|
||||
}
|
||||
.uk{
|
||||
position: absolute;
|
||||
user-select: none;
|
||||
width: 69px;
|
||||
height: 50px;
|
||||
border:#000000 solid 1px;
|
||||
bottom: 45px;
|
||||
left: 0%;
|
||||
background-color: darkgoldenrod;
|
||||
color: #ffffff;
|
||||
}
|
||||
98
Version - 35(cz)/css/shop.css
Normal file
98
Version - 35(cz)/css/shop.css
Normal file
@@ -0,0 +1,98 @@
|
||||
*{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
user-select: none;
|
||||
box-sizing: border-box;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 15pt;
|
||||
/*background: linear-gradient(#009000, black);*/
|
||||
background-color: #ccc;
|
||||
}
|
||||
#links{
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin: 1rem auto;
|
||||
padding: 10px;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
}
|
||||
.link{
|
||||
position: relative;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: var(--color);
|
||||
width: 200px;
|
||||
height: 50px;
|
||||
margin: 1rem auto;
|
||||
border: 3.69px solid #333333;
|
||||
border-radius: 69px;
|
||||
}
|
||||
|
||||
/* By MrEidam */
|
||||
.item{
|
||||
background-color: papayawhip/*var(--color)*/;
|
||||
border: 2px solid #333;
|
||||
top: 5px;
|
||||
margin: 2rem 10vw 2rem 10vw;
|
||||
padding: 0.5rem;
|
||||
border-radius: 6.9px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.item img{
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
margin: 0.5rem;
|
||||
pointer-events: none
|
||||
}
|
||||
.buttons{
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
}
|
||||
/* By MrEidam */
|
||||
.buttons button{
|
||||
background-color: var(--Bcolor);
|
||||
border-radius: 8px;
|
||||
margin: 1rem;
|
||||
}
|
||||
|
||||
.buyone{
|
||||
width: 200px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.buymax{
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
main{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* Clisks */
|
||||
#logclick{
|
||||
background-color: papayawhip;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 5ch;
|
||||
margin: 0 5vw 0 5vw;
|
||||
padding: 1rem;
|
||||
border: 5px dashed blue;
|
||||
border-radius: 1rem;
|
||||
}
|
||||
|
||||
#imgcli{
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin: 0.1rem;
|
||||
}
|
||||
/* By MrEidam */
|
||||
53
Version - 35(cz)/css/upgr.css
Normal file
53
Version - 35(cz)/css/upgr.css
Normal file
@@ -0,0 +1,53 @@
|
||||
*{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
user-select: none;
|
||||
box-sizing: border-box;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 15pt;
|
||||
/*background: linear-gradient(#009000, black);*/
|
||||
background-color: #ccc;
|
||||
}
|
||||
#links{
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin: 1rem auto;
|
||||
padding: 10px;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
}
|
||||
.link {
|
||||
position: relative;
|
||||
text-align: center;
|
||||
background-color: var(--color);
|
||||
width: 200px;
|
||||
height: 50px;
|
||||
margin: 1rem auto;
|
||||
padding: 10px;
|
||||
border: 3.69px solid #333333;
|
||||
border-radius: 69px;
|
||||
}
|
||||
/* By MrEidam */
|
||||
|
||||
/* Clisks */
|
||||
#loglm{
|
||||
background-color: papayawhip;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 5ch;
|
||||
margin: 0 5vw 0 5vw;
|
||||
padding: 1rem;
|
||||
border: 5px dashed #effd5f66;
|
||||
border-radius: 1rem;
|
||||
}
|
||||
|
||||
#imglm{
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin: 0.1rem;
|
||||
}
|
||||
/* By MrEidam */
|
||||
Reference in New Issue
Block a user