mirror of
https://github.com/MrEidam/bigredbutton.git
synced 2026-04-17 15:43:31 +00:00
112 lines
1.8 KiB
CSS
112 lines
1.8 KiB
CSS
body {
|
|
font-size: 15pt;
|
|
user-select: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
background-color: #fff;
|
|
}
|
|
#LANGMISS{
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
text-align: center;
|
|
z-index: 20;
|
|
visibility: hidden;
|
|
}
|
|
#tycoon{
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 200px;
|
|
background: radial-gradient(125% 100% at 50% 0%,#9aff9a 20%,#fff 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,#fff);*/
|
|
}
|
|
#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;
|
|
}
|
|
/* Other BTNS */
|
|
.reset{
|
|
position: absolute;
|
|
user-select: none;
|
|
width: 69px;
|
|
height: 50px;
|
|
bottom: 5px;
|
|
right: 5px;
|
|
background-color: #f00;
|
|
color: #fff;
|
|
}
|
|
.help{
|
|
position: absolute;
|
|
user-select: none;
|
|
width: 69px;
|
|
height: 50px;
|
|
bottom: 60px;
|
|
right: 5px;
|
|
background-color: darkgoldenrod;
|
|
color: #fff;
|
|
}
|
|
.Yt{
|
|
position: absolute;
|
|
bottom: 0px;
|
|
margin: 0.5rem;
|
|
left: 0;
|
|
}
|
|
.flag{
|
|
position: absolute;
|
|
user-select: none;
|
|
width: 69px;
|
|
height: 50px;
|
|
border-radius: 1rem;
|
|
bottom: 50px;
|
|
left: 0%;
|
|
margin: 0.5rem;
|
|
color: #000;
|
|
filter: drop-shadow(10px 8px 6px #333);
|
|
} |