-
Notifications
You must be signed in to change notification settings - Fork 3
/
pinout.css
249 lines (248 loc) · 4.94 KB
/
pinout.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
* {margin:0;padding:0;text-decoration:none;}
body {font-family:'Sanchez', sans-serif;}
pre {font-family:'Ubuntu Mono', sans-serif;font-size:13px;}
ul.bottom a {color:#E9E5D2;}
ul.top a {color:#063541;}
table {margin:20px 0;border-collapse:collapse;}
table td, table th {border:1px solid #073642;padding:5px;}
table th {background:#073642;color:#EBE6D3;}
table * {text-align:left;font-size:13px;}
nav#gpio {
position:relative;
width:244px;
background:#5F8645;
height:680px;
float:left;
margin-right:136px;
}
.phys {font-size:90%;opacity:0.8;color:#D33682;}
.bottom .phys {color:#002B36;}
.bottom .active .phys, .bottom :hover .phys,
.bottom .legend .phys {color:#FFF;}
#content {
float:left;
background:#EBE6D3;
width:500px;
min-height:600px;
padding-bottom:60px;
}
#content article {
background:#EBE6D3;
padding:20px;
width:560px;
min-height:680px;
}
nav#gpio ul.top {
position:absolute;
left:200px;
top:17px;
list-style:none;
}
nav#gpio ul.bottom {
position:absolute;
left:16px;
top:17px;
list-style:none;
}
nav#gpio ul.top li {text-indent:52px;}
nav#gpio li a {
display:block;
width:180px;
position:relative;
font-size:12px;
line-height:29px;
height:27px;
margin-bottom:2px;
}
nav#gpio li a:hover,
nav#gpio li.active a {
background:#EBE6D3;
border-top-left-radius:13px;
border-bottom-left-radius:13px;
}
nav#gpio ul.bottom li a:hover,
nav#gpio ul.bottom li.active a {
background:#063541;
border-top-right-radius:13px;
border-bottom-right-radius:13px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
}
nav#gpio ul.bottom a {
text-indent:10px;
}
nav#gpio span.pin {
display:block;
border:1px solid #FFFFFF;
border-radius:50%;
width:19px;
height:19px;
background:#002B36;
position:absolute;
right:3px;
top:3px;
}
nav#gpio li.legend a {
background:#EBE6D3;
}
nav#gpio li.legend a {}
nav#gpio ul.bottom li.legend a {
background:#063541;
}
nav#gpio ul.top li.legend {
width:177px;
position:relative;
padding-left:5px;
left:-5px;
}
nav#gpio ul.top span.pin {
left:3px;
top:3px;
}
nav#gpio span.pin:after {
content:'';
display:block;
border-radius:100%;
background:#FDF6E3;
position:absolute;
left:6px;
top:6px;
width:7px;
height:7px;
font-size:7px;
box-shadow: 0 0 5px rgba(10,41,51,0.5);
}
nav#gpio li.pin2 span.pin,
nav#gpio li.pin4 span.pin {
background:#DC322F;
}
nav#gpio li.pin3 span.pin,
nav#gpio li.pin5 span.pin,
nav#gpio li.pin27 span.pin,
nav#gpio li.pin28 span.pin {
background:#268BD2;
}
nav#gpio li.pin8 span.pin,
nav#gpio li.pin10 span.pin,
nav#gpio li.pin17 span.pin {
background:#B58900;
}
nav#gpio li.pin7 span.pin,
nav#gpio li.pin11 span.pin,
nav#gpio li.pin13 span.pin,
nav#gpio li.pin15 span.pin,
nav#gpio li.pin12 span.pin,
nav#gpio li.pin16 span.pin,
nav#gpio li.pin18 span.pin,
nav#gpio li.pin22 span.pin,
nav#gpio li.pin29 span.pin,
nav#gpio li.pin31 span.pin,
nav#gpio li.pin33 span.pin,
nav#gpio li.pin32 span.pin,
nav#gpio li.pin35 span.pin,
nav#gpio li.pin36 span.pin,
nav#gpio li.pin37 span.pin,
nav#gpio li.pin38 span.pin,
nav#gpio li.pin40 span.pin {
background:#859900;
}
nav#gpio li.pin19 span.pin,
nav#gpio li.pin21 span.pin,
nav#gpio li.pin23 span.pin,
nav#gpio li.pin24 span.pin,
nav#gpio li.pin26 span.pin {
background:#D33682;
}
nav#gpio li.pin1 span.pin {
border-radius:0;
background:#B58900;
}
div#pinbase {
width:72px;
height:389px;
background:#073642;
position:absolute;
left:162px;
top:10px;
}
div#pinbasebplus {
width:72px;
height:215px;
background:#184753;
position:absolute;
left:162px;
top:401px;
}
h1 {
width:250px;
font-size:34px;
color:#888888;
margin-bottom:5px;
cursor:pointer;
}
h1 img {float:left;position:relative;top:0px;margin:0 13px;
-moz-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
width:30px;
}
h1 span {
color:#D6264E;
}
h1 span.out {
color:#5FB12D;
}
.pin27, .pin28 {margin-top:16px;}
p.intro {
color:#268BD2;
}
p,pre {
margin-top:10px;
font-size: 15px;
line-height: 150%;
}
h3 {
color:#D33682;
font-size:16px;
font-weight:bold;
}
#container {
width:980px;
margin:0 auto;
margin-top:10px;
}
article a {color:#859900;text-decoration:underline;}
article ul {margin-left:20px;margin-top:10px;}
ul.legend {
float:right;
list-style:none;
margin-top:-26px;
}
ul.legend.expansion {
margin-top:-52px;
}
ul.legend li {
float:left;
line-height:20px;
font-size:12px;
padding:3px 7px;
height:20px;
}
ul.legend li a {
color:#FDF6E3;
}
li.legend_5 {background:#DC322F;}
li.legend_3 {background:#B58900;}
li.legend_ground, li.legend_pwm {background:#002B36;}
li.legend_uart {background:#B58900;}
li.legend_gpio {background:#859900;}
li.legend_spi {background:#D33682;}
li.legend_i2c, li.legend_atmega {background:#268BD2;}
li.legend_ladder {background:#5F8645;}
li.legend_wiringpi {background:#EBE6D3;}
ul.legend li.legend_wiringpi a {color:#063541;}
li.legend_ledborg {background:#000000;}
ul.legend li.legend_ledborg a {color:#FFFFFF;}
li.legend_clockatoo {background:#D33682;}
span.alternate {display:none;}
ol.linenums {margin-left:30px;}