blob: fa897a73404abc5e2e859026e1caf3c7afcd05c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
/* Style for printing with outlines instead of solid color faces */
/* inkscape-compatibility, explicitly apply font settings to .label */
svg, .label {
font-family: "IBM Plex Sans Arabic";
font-size: 90px;
font-weight: 400;
}
.unused {
opacity: 0.6;
}
.label .layer-1 {
}
.modifier .label .layer-1 {
font-size: 80%;
}
.label .layer-2, .label .layer-3, .label .layer-4 {
font-size: 80%;
font-weight: 100;
}
.label .controlchar {
font-size: 40%;
font-family: sans-serif;
}
.cap rect {
fill: white;
stroke: gray;
stroke-width: 2;
}
.highlight circle {
}
.cap-shadow rect.finger-little,
.cap-shadow rect.finger-ring,
.cap-shadow rect.finger-middle,
.cap-shadow rect.finger-index,
.cap-shadow rect.finger-thumb {
fill: white;
}
.label {
fill: black;
}
.label.shadow {
fill: white;
}
.controllabel {
stroke: black;
fill: none;
}
.controllabel.shadow {
stroke: white;
fill: none;
}
.marker line {
stroke: gray;
}
.marker line.shadow {
stroke: white;
}
|