libcm is a C development framework with an emphasis on audio signal processing applications.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cmScoreMatchGraphic.css 778B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. rect.bar {
  2. stroke-width: 1px;
  3. stroke: #000000;
  4. fill: #cfcfcf;
  5. }
  6. rect.damper {
  7. stroke-width: 1px;
  8. stroke: #000000;
  9. fill: #cffccf;
  10. }
  11. rect.sost {
  12. stroke-width: 1px;
  13. stroke: #00ffff;
  14. fill: #cffccf;
  15. }
  16. rect.loc {
  17. stroke-width: 1px;
  18. stroke: #000000;
  19. fill: #cfcfff;
  20. }
  21. rect.score {
  22. stroke-width: 0px;
  23. stroke: #000000;
  24. fill: #00cfff;
  25. }
  26. rect.score_miss {
  27. stroke-width: 1px;
  28. stroke: #ff0000;
  29. fill: #00cfff;
  30. }
  31. rect.midi {
  32. stroke-width: 0px;
  33. stroke: #000000;
  34. fill: #00ffcf;
  35. }
  36. rect.midi_miss {
  37. stroke-width: 1px;
  38. stroke: #ff0000;
  39. fill: #00ffcf;
  40. }
  41. line.sline {
  42. stroke-width: 3px;
  43. stroke: #000000;
  44. }
  45. text.stext {
  46. font-family:"Times New Roman",Times,serif;
  47. font-size: 1em;
  48. }