threed-garden
Version:
ThreeD Garden: WebGL 3D Environment Interface for Next.JS React TypeScript Three.JS React-Three Physics, 2D Paper.JS; APIs: Apollo GraphQL, WordPress; CSS: Tailwind, Radix-UI; Libraries: FarmBot 3D; AI: OpenAI, DeepSeek
48 lines (43 loc) • 884 B
CSS
#annotationsPanel {
position: absolute;
top: 60px;
left: 4px;
width: auto;
height: auto;
color: white;
font-family: monospace;
}
#annotationsPanel ul {
padding: 0;
list-style-type: none;
}
.annotationLabel {
color: #ffffff;
font-family: monospace;
pointer-events: none;
font-size: 17px;
}
.annotationDescription {
color: #ffffff;
font-family: monospace;
pointer-events: none;
font-size: 14px;
position: absolute;
left: 25px;
padding: 1em;
width: 200px;
background: rgba(0, 0, 0, 0.66);
border-radius: .5em;
transition: opacity .5s;
display: none;
}
.annotationButton {
width: 160px;
height: 70px;
font-family: monospace;
background-color: rgba(.25, .25, .25, .5);
color: white;
text-align: left;
padding-left: 20px;
cursor: pointer;
}