This commit is contained in:
2025-10-22 22:13:54 +02:00
parent 9e44354ef0
commit b63d46a78e
331 changed files with 352530 additions and 3 deletions

View File

@@ -0,0 +1,38 @@
div.palette, div.boardhandle {
position: absolute;
/*
height: 260px;
margin: -130px 0 0 0px;
*/
top: 50%;
transform: translateY(-50%);
font-size: 24px;
border-radius: 10px;
border-top: 4px solid #222;
border-right: 4px solid #222;
border-bottom: 4px solid #222;
background: black;
transition: transform 0.3s;
}
div.palette {
left: -10px;
padding-left:10px;
}
div.boardhandle {
right: -10px;
padding-right:10px;
}
div.palette > ul,
div.boardhandle > ul {
list-style-type: none;
margin: 0;
padding: 0;
}
div.palette > ul > li,
div.boardhandle > ul > li {
margin: 10px;
}