mirror of
https://github.com/MrEidam/bigredbutton.git
synced 2026-04-17 15:43:31 +00:00
Version 40
This commit is contained in:
14
css/brb.css
14
css/brb.css
@@ -6,14 +6,6 @@ body {
|
||||
background-color: #fff;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
#LANGMISS{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
z-index: 20;
|
||||
visibility: hidden;
|
||||
}
|
||||
#tycoon{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
@@ -28,7 +20,10 @@ body {
|
||||
left: 50%;
|
||||
text-align: center;
|
||||
transform: translate(-50%,0);
|
||||
font-size: 15pt;
|
||||
font-size: 17.5pt;
|
||||
}
|
||||
@media only screen and (max-width: 700px){
|
||||
#logclick{font-size: 15pt;}
|
||||
}
|
||||
#disclick{
|
||||
position: absolute;
|
||||
@@ -56,6 +51,7 @@ body {
|
||||
left: 50%;
|
||||
margin: -150px 0 0 -150px;
|
||||
border-radius: 150px;
|
||||
cursor: pointer;
|
||||
}
|
||||
/* Other BTNS */
|
||||
.Yt{
|
||||
|
||||
15
css/shop.css
15
css/shop.css
@@ -14,7 +14,7 @@ body {
|
||||
}
|
||||
|
||||
/* Clisks */
|
||||
.joe{
|
||||
#jonathan{
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
display: flex;
|
||||
@@ -54,7 +54,7 @@ body {
|
||||
aspect-ratio: 1/1;
|
||||
margin: 0.5rem;
|
||||
object-fit: contain;
|
||||
pointer-events: none
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.backtop{
|
||||
@@ -114,18 +114,15 @@ body {
|
||||
.buyone{
|
||||
width: 200px;
|
||||
height: 50px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.buymax{
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
main{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
/* By MrEidam */
|
||||
|
||||
.clickbtn{
|
||||
@@ -151,7 +148,7 @@ button{
|
||||
|
||||
|
||||
|
||||
@media only screen and (max-width: 800px){
|
||||
@media only screen and (max-width: 555px){
|
||||
.row{
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
@@ -233,7 +230,7 @@ ul li:hover:last-child{
|
||||
border-radius: 0 0 5px 5px;
|
||||
}
|
||||
ul li:hover{
|
||||
box-shadow: inset 0 0 5px #33ff33,
|
||||
box-shadow: inset 0 0 5px #33ff33,
|
||||
inset 0 0 10px #66ff66;
|
||||
}
|
||||
ul li:last-child{
|
||||
|
||||
269
css/upgr.css
269
css/upgr.css
@@ -1,9 +1,9 @@
|
||||
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
|
||||
*{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
user-select: none;
|
||||
box-sizing: border-box;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -11,30 +11,26 @@ body {
|
||||
/*background: linear-gradient(#009000, black);*/
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
||||
#links{
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin: 1rem auto;
|
||||
padding: 10px;
|
||||
#jonathan{
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
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;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 200px;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
top: 0;
|
||||
border-radius: 0 0 90px 90px;
|
||||
background: linear-gradient(#11ABFF, #ccccccab);
|
||||
|
||||
}
|
||||
|
||||
/* By MrEidam */
|
||||
|
||||
/* Clisks */
|
||||
/* Lemons */
|
||||
#loglm{
|
||||
position: relative;
|
||||
background-color: papayawhip;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -42,13 +38,238 @@ body {
|
||||
gap: 5ch;
|
||||
margin: 0 5vw 0 5vw;
|
||||
padding: 1rem;
|
||||
border: 5px dashed #effd5f66;
|
||||
border: 5px dashed #d3e418e1;
|
||||
border-radius: 1rem;
|
||||
z-index: 69;
|
||||
width: auto;
|
||||
top: 30px;
|
||||
height: 85px;
|
||||
filter: drop-shadow(10px 8px 6px #333);
|
||||
}
|
||||
|
||||
#imglm{
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
margin: 0.1rem;
|
||||
width: 100px;
|
||||
aspect-ratio: 1/1;
|
||||
margin: 0.1rem;
|
||||
object-fit: contain;
|
||||
pointer-events: none;
|
||||
}
|
||||
/* By MrEidam */
|
||||
/* By MrEidam */
|
||||
|
||||
main{
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
|
||||
/* By MrEidam */
|
||||
.item{
|
||||
background-color: papayawhip/*var(--color)*/;
|
||||
/*border: 2px solid #333;*/
|
||||
border: none;
|
||||
top: 5px;
|
||||
margin: 2rem 3vw 2rem 3vw;
|
||||
padding: 1rem;
|
||||
border-radius: 6.9px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
align-items: center;
|
||||
width: 500px;
|
||||
height: 390px;
|
||||
filter: drop-shadow(0px 20px 14px #444);
|
||||
}
|
||||
|
||||
.item img{
|
||||
width: 100px;
|
||||
aspect-ratio: 1/1;
|
||||
margin: 0.5rem;
|
||||
object-fit: contain;
|
||||
|
||||
filter: drop-shadow(10px 8px 6px #333);
|
||||
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;
|
||||
}
|
||||
|
||||
.buyTone{
|
||||
width: 100px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.buymax{
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
/* By MrEidam */
|
||||
|
||||
.clickbtn{
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
}
|
||||
.clickbtn button{
|
||||
background-color: var(--Bcolor);
|
||||
border-radius: 8px;
|
||||
margin: 0 1rem 0.5rem 1rem;
|
||||
}
|
||||
|
||||
.row{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
}
|
||||
button{
|
||||
border: none;
|
||||
filter: drop-shadow(8px 6px 4px #555);
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 550px){
|
||||
.row{
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
.item{
|
||||
width: auto;
|
||||
margin: 2rem 10vw 2rem 10vw;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#prog{
|
||||
appearance: none;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
h2{
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 5px;
|
||||
font-weight: 900;
|
||||
word-spacing: 10px;
|
||||
}
|
||||
|
||||
#ItsTime{
|
||||
position: relative;
|
||||
margin: 1rem;
|
||||
width: 69%;
|
||||
height: 69px;
|
||||
display: none;
|
||||
border-radius: 6.9px;
|
||||
transition: 0.5s;
|
||||
animation: time 1s linear infinite;
|
||||
background-color: #3d3;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 5px;
|
||||
font-weight: 900;
|
||||
word-spacing: 10px;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
cursor: cell;
|
||||
}
|
||||
|
||||
@keyframes time{
|
||||
from{filter: hue-rotate(0deg);}
|
||||
to{filter: hue-rotate(360deg);}
|
||||
}
|
||||
|
||||
|
||||
.menu-container{
|
||||
position: fixed;
|
||||
top: 50px;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 300px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-family: 'Poppins';
|
||||
z-index: 500;
|
||||
}
|
||||
.button{
|
||||
position: relative;
|
||||
background: #1b1b1b;
|
||||
color: #fff;
|
||||
font-size: 20px;
|
||||
padding: 8px 20px;
|
||||
width: 150px;/* 100% */
|
||||
line-height: 30px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
border-radius: 25px;
|
||||
cursor: pointer;
|
||||
transition: width .4s;
|
||||
}
|
||||
.button.expand{
|
||||
width: 100%;
|
||||
}
|
||||
.fas.expand:before{
|
||||
content: '\f00d';
|
||||
}
|
||||
ul{
|
||||
list-style: none;
|
||||
position: absolute;
|
||||
top: 65px;
|
||||
display: block;
|
||||
background: #1b1b1b;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
border-radius: 5px;
|
||||
display: none;
|
||||
box-shadow: 0 3px 6px rgba(0,0,0,.3);
|
||||
padding-inline-start: 0px;
|
||||
}
|
||||
ul:before{
|
||||
position: absolute;
|
||||
content: '';
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: #1b1b1b;
|
||||
top: -10px;
|
||||
right: 15px;
|
||||
transform: rotate(45deg);
|
||||
z-index: -1;
|
||||
}
|
||||
ul li{
|
||||
line-height: 35px;
|
||||
padding: 8px 20px;
|
||||
cursor: pointer;
|
||||
border-bottom: 1px solid rgba(255,255,255,.1);
|
||||
}
|
||||
ul li:hover:first-child{
|
||||
border-radius: 5px 5px 0 0;
|
||||
}
|
||||
ul li:hover:last-child{
|
||||
border-radius: 0 0 5px 5px;
|
||||
}
|
||||
ul li:hover{
|
||||
box-shadow: inset 0 0 5px #33ff33,
|
||||
inset 0 0 10px #66ff66;
|
||||
}
|
||||
ul li:last-child{
|
||||
border-bottom: none;
|
||||
}
|
||||
ul li a{
|
||||
color: #fff;
|
||||
font-size: 18px;
|
||||
text-decoration: none;
|
||||
}
|
||||
ul li:hover a{
|
||||
color: #44dd44;
|
||||
}
|
||||
Reference in New Issue
Block a user