1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 21:16:51 +00:00

first crack at BASIC

This commit is contained in:
Steven Hugg
2020-08-04 23:48:29 -05:00
parent 9ab7801fa8
commit 3a4b39b01c
16 changed files with 2182 additions and 17 deletions
+1 -1
View File
@@ -371,7 +371,7 @@ span.CodeMirror-selectedtext { background: none; }
.cm-s-mbo span.cm-property, .cm-s-mbo span.cm-attribute { color: #9ddfe9; }
.cm-s-mbo span.cm-keyword { color: #ffb928; }
.cm-s-mbo span.cm-string { color: #ffcf6c; }
.cm-s-mbo span.cm-string { color: #b4fdb7; }
.cm-s-mbo span.cm-string.cm-property { color: #ffffec; }
.cm-s-mbo span.cm-variable { color: #ffffec; }
+10 -1
View File
@@ -353,7 +353,7 @@ div.replaydiv {
background-repeat: no-repeat;
background-position: 50%;
pointer-events:auto;
z-index:1;
z-index:2;
}
.gutter.gutter-horizontal {
background-image: url('grips/vertical.png');
@@ -631,6 +631,15 @@ div.asset_toolbar {
.transcript-input-char {
max-width:5em;
}
.transcript-print-head {
background: url('../images/print-head.png') no-repeat scroll 0 0 transparent;
position: absolute;
bottom: 0;
height: 3em;
width: 100%;
z-index: 1;
pointer-events: none;
}
.tree-header {
border: 2px solid #555;
border-radius:8px;