Files
BRB-History/Version - 35/css/brb.css
2023-11-29 22:29:18 +01:00

101 lines
1.6 KiB
CSS

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;
}
.cz{
position: absolute;
user-select: none;
width: 69px;
height: 50px;
border:#000000 solid 1px;
bottom: 45px;
left: 0%;
background-color: darkgoldenrod;
color: #ffffff;
}