Initial commit

This commit is contained in:
Ronald Huynen
2026-03-23 21:37:59 +01:00
commit 2547717edb
2193 changed files with 972171 additions and 0 deletions

1
public/vendor/web-tinker/app.css vendored Normal file

File diff suppressed because one or more lines are too long

1
public/vendor/web-tinker/app.js vendored Normal file

File diff suppressed because one or more lines are too long

57
public/vendor/web-tinker/github.css vendored Normal file
View File

@@ -0,0 +1,57 @@
.CodeMirror-lines {
padding: 8px 0;
}
.CodeMirror-gutters {
box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .5);
-webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .5);
background-color: #f8f8ff;
padding-right: 10px;
z-index: 3;
border: none;
}
div.CodeMirror-cursor {
border-left: 3px solid #000;
}
.CodeMirror-activeline-background {
background: #00000012;
}
.CodeMirror-selected {
background: #bcd5fa;
}
.cm-comment {
font-style: italic;
color: #998;
}
.cm-number {
color: null;
}
.cm-atom {
color: null;
}
.cm-string {
color: #e020a3;
}
.cm-variable-2 {
color: #099;
}
.cm-property {
color: null;
}
.cm-keyword {
color: null;
}
.cm-operator {
color: null;
}