.blocklyTrash { display: none; } .blocklyZoom { display: none; } .blocklyText { fill: black !important; stroke-width: 0.10px !important; stroke: black !important; } .blocklyEditableText > rect { fill-opacity: 0; } .blocklyEditableText > text > tspan { fill: black !important; } .blocklyHighlightedConnectionPath, .blocklySelected > .blocklyPath { stroke: white; stroke-width: 3px; stroke-opacity: 0.5; } .gbs_blue { background-image: url(./blue.svg) !important; } .gbs_black { background-image: url(./black.svg) !important; } .gbs_red { background-image: url(./red.svg) !important; } .gbs_green { background-image: url(./green.svg) !important; } .gbs_stone { position: relative; } .gbs_board td { padding: 0 !important; } .gbs_stone_amount { font-family: "Nunito", sans-serif !important; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .gbs_gh { outline: 1px solid #cc0000 !important; } @-moz-document url-prefix() { .mu-kids-exercise gs-board table.gbs_board { position: absolute; } }