wip bulb list

This commit is contained in:
2023-11-06 22:28:56 +01:00
parent 924a14cdcb
commit 940fb5ceda
2 changed files with 141 additions and 50 deletions

View File

@ -102,6 +102,32 @@ body {
margin-bottom: 1.5rem;
}
/* lol i'm so funny */
.selector_selector {
margin-bottom: 0;
display: flex;
border: solid 0.1rem wheat;
justify-content: center;
background: #534f44;
}
.selector_selector > button {
width: 10rem;
border: unset;
background: unset;
color: white;
font-size: 1.5rem;
border-left: solid white 0.1rem;
border-right: solid white 0.1rem;
}
.selector_selector_highlight {
position: absolute;
width: 10rem;
height: 2rem;
background: #ffd70069;
margin-left: -10rem;
transition: margin-left 0.3s ease-out;
}
.bulb_controls {
display: flex;
flex-direction: row;
@ -150,6 +176,17 @@ body {
}
@keyframes to_width_90 { to { width: 90%; } }
.bulb_list {
color: green;
}
.bulb_list_checked {
color: green;
}
.bulb_list_unchecked {
color: green;
}
.bulb_map {
background: url(images/blueprint_bg.png);
background-size: auto;