emcellent-toolkit
Version:
A toolkit for performing neat functions with M/MUMPS data.
56 lines (43 loc) • 595 B
CSS
.mLabel {
color: blue;
cursor: pointer;
}
.mComment {
color: grey;
cursor: pointer;
}
.mRoutine {
color: red;
cursor: pointer;
}
.mIndentation {
color: black;
cursor: pointer;
}
.mArguments {
color: orange;
cursor: pointer;
}
.mPostConditional {
color: purple;
cursor: pointer;
}
.container {
background: #202020;
min-height: 100%;
height: 100%;
overflow: auto;
}
.submit-row {
margin-top: 20px;
}
textarea {
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
html, body {
background: #686868;
height: 100%;
}
h1, p, label {
color: white;
}