vextab
Version:
A VexTab Parser for VexFlow
29 lines (25 loc) • 531 B
CSS
div.vex-tabdiv {
font-family: Arial, sans-serif;
font-size: 18px;
color: #554;
white-space: pre;
}
div.vex-tabdiv .editor {
background: #dfd;
border: 0 solid 0;
border-left: 6px solid #afa;
font-family: "Lucida Console", Monaco, monospace;
font-size: 12px;
}
div.vex-tabdiv .editor-error .text {
font-family: "Lucida Console", Monaco, monospace;
font-size: 12px;
color: red;
padding: 3px;
}
div.vex-tabdiv .title {
font-family: Arial, sans-serif;
font-size: 18px;
padding: 10px;
color: #554;
}