spacetaxi/spacetaxi.css
2025-11-25 22:19:21 +01:00

201 lines
2.7 KiB
CSS

body,
form {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background-color: black;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: white;
overflow: hidden;
}
.zelle,
.doppelzelle {
margin-top: 2vw;
border: 3px solid white;
width: 50vw;
height: 5vw;
border-radius: 15px;
}
.doppelzelle {
border: 0;
display: flex;
justify-content: space-between;
height: 10vw;
}
#option,
#select {
height: 10vw;
width: 20vw;
margin: 0;
display: flex;
flex-direction: column;
align-items: flex-start;
}
#logo {
display: flex;
margin-left: 2vw;
}
#login {
display: flex;
gap: 1vw;
margin-right: 2vw;
align-items: center;
}
#account {
display: flex;
justify-content: space-between;
align-items: center;
}
#username,
#password {
border: 0;
border-bottom: 0.1vw solid white;
background-color: rgba(255, 255, 255, 0);
width: 6vw;
}
input,
select,
textarea {
color: white;
height: 1vw;
;
}
#unternehmen {
color: white;
text-align: center;
justify-content: center;
font-size: 2vw;
}
#planeten {
height: 15vw;
display: flex;
}
#planet1 {
margin-left: 3vw;
margin-right: 3vw;
}
#planet2 {
margin-top: 6vw;
}
#planet3 {
margin-top: 1vw;
margin-right: 3vw;
}
#planet4 {
margin-top: 4vw;
}
#planet5 {
margin-left: 6vw;
margin-top: 2vw;
}
#planet1,
#planet2,
#planet3,
#planet4,
#planet5 {
cursor: grabbing;
}
#score {
width: 41vw;
}
.subtitle {
align-self: center;
}
.check,
.radio {
margin-left: 1vw;
margin-top: 0.5vw;
}
#check-grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr;
}
#score {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
align-items: center;
justify-content: space-evenly;
padding-left: 2vw;
}
.scorefield {
display: flex;
width: 8vw;
align-items: center;
gap: 1vw;
}
#planetensum,
#dauersum,
#kostensum {
display: flex;
align-items: center;
justify-content: center;
border: 1px solid white;
height: 3vw;
width: 3vw;
box-sizing: border-box;
}
#launch {
font-size: 3vh;
text-shadow: -1px 1px 0 #000000;
cursor: grabbing;
margin-left: 2vw;
background-color: rgb(143, 6, 6);
color: rgb(255, 255, 255);
width: 6vw;
height: 6vh;
border: 0;
border-radius: 15px;
}
#launch:hover {
background-color: rgb(196, 50, 6);
}
particle {
border-radius: 50%;
left: 0;
pointer-events: none;
position: fixed;
top: 0;
opacity: 0;
}