From f0b6e5520781f0f98c9b00c8dc136021a21d9757 Mon Sep 17 00:00:00 2001 From: kevin Date: Wed, 22 Jun 2016 17:12:07 -0400 Subject: [PATCH] cmScoreMatchGraphic.css : Initial commit --- app/cmScoreMatchGraphic.css | 58 +++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 app/cmScoreMatchGraphic.css diff --git a/app/cmScoreMatchGraphic.css b/app/cmScoreMatchGraphic.css new file mode 100644 index 0000000..06f5806 --- /dev/null +++ b/app/cmScoreMatchGraphic.css @@ -0,0 +1,58 @@ +rect.bar { + stroke-width: 1px; + stroke: #000000; + fill: #cfcfcf; +} + +rect.damper { + stroke-width: 1px; + stroke: #000000; + fill: #cffccf; +} + +rect.sost { + stroke-width: 1px; + stroke: #00ffff; + fill: #cffccf; +} + +rect.loc { + stroke-width: 1px; + stroke: #000000; + fill: #cfcfff; +} + +rect.score { + stroke-width: 0px; + stroke: #000000; + fill: #00cfff; +} + +rect.score_miss { + stroke-width: 1px; + stroke: #ff0000; + fill: #00cfff; +} + +rect.midi { + stroke-width: 0px; + stroke: #000000; + fill: #00ffcf; +} + +rect.midi_miss { + stroke-width: 1px; + stroke: #ff0000; + fill: #00ffcf; +} + + +line.sline { + stroke-width: 3px; + stroke: #000000; +} + +text.stext { + font-family:"Times New Roman",Times,serif; + font-size: 1em; +} \ No newline at end of file