Browse Source

cmScoreMatchGraphic.css : Initial commit

master
kevin 7 years ago
parent
commit
f0b6e55207
1 changed files with 58 additions and 0 deletions
  1. 58
    0
      app/cmScoreMatchGraphic.css

+ 58
- 0
app/cmScoreMatchGraphic.css View File

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

Loading…
Cancel
Save