-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
120 lines (111 loc) · 1.87 KB
/
styles.css
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
text {
font-family: Verdana, Georgia, sans-serif;
font-size: 14px;
font-weight: normal;
}
.pinlabel__leader{
stroke-width: 2;
fill: none;
}
.pinlabel__text{
dominant-baseline: central;
fill: #fff;
font-weight: bold;
stroke-width: 0;
text-anchor: middle;
}
.gpsingle .pinlabel__body {
fill: rgb(34 173 0);
}
.gpsingle .pinlabel__leader {
stroke: rgb(34 173 0);
}
.gpsingle .swatch__body {
fill: rgb(34 173 0);
}
.pwr .pinlabel__body{
fill: rgb(173, 0, 0);
}
.pwr .pinlabel__leader{
stroke: rgb(173, 0, 0);
}
.pwr .swatch__body {
fill: rgb(173, 0, 0);
}
.comms .pinlabel__body{
fill: rgb(182, 69, 176);
}
.comms .pinlabel__leader{
stroke: rgb(182, 69, 176);
}
.comms .swatch__body {
fill: rgb(182, 69, 176);
}
.gpio .pinlabel__body{
fill: rgb(160, 133, 26);
}
.gpio .pinlabel__leader{
stroke: rgb(160, 133, 26);
}
.gpio .swatch__body {
fill: rgb(160, 133, 26);
}
.analog .pinlabel__body{
fill: rgb(32, 150, 165);
}
.analog .pinlabel__leader{
stroke: rgb(32, 150, 165);
}
.analog .swatch__body {
fill: rgb(32, 150, 165);
}
.gnd .pinlabel__body{
fill: rgb(0, 0, 0);
}
.gnd .pinlabel__leader{
stroke: rgb(0, 0, 0);
}
.gnd .swatch__body {
fill: rgb(0, 0, 0);
}
.pwm .pinlabel__body{
fill: rgb(151, 76, 23);
}
.pwm .pinlabel__leader{
stroke: rgb(151, 76, 23);
}
.pwm .swatch__body {
fill: rgb(151, 76, 23);
}
.touch .pinlabel__body{
fill: rgb(230, 87, 10);
}
.touch .pinlabel__leader{
stroke: rgb(230, 87, 10);
}
.touch .swatch__body {
fill: rgb(230, 87, 10);
}
.panel__inner {
fill: #fff;
}
.panel__outer {
fill: #333;
}
.legendentry text {
dominant-baseline: central;
}
.h1 {
font-size: 26px;
font-weight: bold;
font-style: italic;
}
.italic{
font-style: italic;
}
.strong{
font-weight: bold;
}
.panel--info .panel__inner{
fill: #f4f4f4;
}