Initial commit

This commit is contained in:
pasketti
2026-04-05 16:14:49 -04:00
commit ebee3a5534
14059 changed files with 2588797 additions and 0 deletions

View File

@@ -0,0 +1,80 @@
.blocklyWorkspaceColumn {
float: left;
margin-right: 20px;
width: 800px;
}
.blocklySidebarColumn {
border-left: 1px solid #888;
float: left;
padding-left: 20px;
margin-top: 20px;
min-height: 700px;
width: 200px;
}
.blocklySidebarButton {
background-color: #fff;
border: 1px solid #333;
border-radius: 4px;
color: #000;
font-size: 1em;
margin: 10px 0 10px 30px;
padding: 10px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
.blocklySidebarButton[disabled] {
border: 1px solid #ccc;
opacity: 0.5;
}
.blocklyAriaLiveStatus {
background: #c8f7be;
border-radius: 10px;
bottom: 80px;
left: 20px;
max-width: 275px;
padding: 10px;
position: fixed;
}
.blocklyTree .blocklyActiveDescendant > label,
.blocklyTree .blocklyActiveDescendant > div > label,
.blocklyActiveDescendant > button,
.blocklyActiveDescendant > input,
.blocklyActiveDescendant > select,
.blocklyActiveDescendant > blockly-field-segment > label,
.blocklyActiveDescendant > blockly-field-segment > input,
.blocklyActiveDescendant > blockly-field-segment > select {
outline: 2px dotted #00f;
}
.blocklyDropdownListItem[aria-selected="true"] button {
font-weight: bold;
}
.blocklyModalCurtain {
background-color: rgba(0,0,0,0.4);
height: 100%;
left: 0;
overflow: auto;
position: fixed;
top: 0;
width: 100%;
z-index: 1;
}
.blocklyModal {
background-color: #fefefe;
border: 1px solid #888;
margin: 10% auto;
max-width: 600px;
padding: 20px;
width: 60%;
}
.blocklyModalButtonContainer {
margin: 10px 0;
}
.blocklyModal .activeButton {
border: 1px solid blue;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.