-
Notifications
You must be signed in to change notification settings - Fork 162
Expand file tree
/
Copy pathfront.css
More file actions
378 lines (357 loc) · 6.2 KB
/
front.css
File metadata and controls
378 lines (357 loc) · 6.2 KB
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
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
.title {
background: url(../images/title-wave.png) no-repeat 0% 100% #8f0000 ;
border-top: 10px solid #a22222;
}
.intro, .nodes {
background: #eee;
}
.intro {
border-bottom: 2px solid #a22222;
}
.features {
background: #fff;
}
.links {
background: #444;
}
/*.community {
background: #eee;
}
.community .grid div {
border: 1px solid red;
}*/
.platforms {
background: #fff;
border-top: 2px solid #a22222;
border-bottom: 2px solid #a22222;
}
.platforms img {
width: 100%;
max-width: 300px;
}
.platforms h4 {
text-align: center;
margin: 5px 0;
}
a {
color: #aa6767;
}
a:hover {
color:#B77777;
}
.openjs-logo {
max-width: 200px;
}
.links .grid {
font-size: 16px;
color: #aaa;
padding-top: 20px;
padding-bottom: 20px;
font-family: Arial;
}
.links .openjs {
font-size: 13px;
line-height: 1.4em;
}
.links p {
margin: 0 0 10px 0;
}
.links a {
color: #eee;
}
.links ul {
margin:0;
padding:0;
padding-left: 15px;
}
.links .content {
height: auto;
min-height: 0;
margin: 10px auto;
}
.content {
min-height: 250px;
padding: 60px 0;
margin: 0;
}
.blurb p {
margin-top: 0;
}
.blurb h3, .nodes h3, .features h3, .community h3, .platforms h3 {
margin-top: 0;
margin-bottom: 0.5em;
}
.feature {
max-width: 485px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.feature img {
max-width: 445px;
width: 100%;
}
.title h1 {
margin-top: 20px;
margin-bottom: 20px;
color: #fff;
font-size: 44px;
line-height: 60px;
font-weight: normal;
margin-left: 0px;
}
.title h2 {
margin-top: 35px;
margin-left: 0px;
font-size: 20px;
line-height: 28px;
font-family: "Open Sans", sans-serif;
font-weight: normal;
color: #e0e0e0;
}
.title p {
color: #e0e0e0;
}
.title p a {
color: #e0e0e0;
}
.title img {
margin: auto;
max-width: 769px;
width: 100%;
}
.title .box-link {
margin: 20px 0;
padding: 6px 24px;
font-size: 18px;
border-radius: 5px;
color: #fff;
background: #aa6767;
}
.title-hero {
text-align: center;
}
.nodes .content {
height: auto;
min-height: 0;
margin: 40px auto;
}
.nodes .col-1-2 .content {
width: 290px;
}
.nodes .grid {
padding-top: 40px;
padding-bottom: 40px;
}
.node-image {
width: 100px;
vertical-align: top;
display: inline-block;
}
.node-block {
vertical-align: top;
display: inline-block;
margin-left: 10px;
}
.headline h3 {
text-align: center;
}
.nodes h4 {
font-family: "Arial";
font-weight: normal;
margin-top: 3px;
height: 50px;
font-size: 16px;
}
.helplink {
text-align: center;
font-size: 14px;
}
.helplink a {
color: #aa6767;
}
.community {
background: #fff;
}
.community ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.community h4 {
text-align: center;
}
.community .blog ul li a {
display: inline-block;
padding: 10px 5px;
width: 100%;
height: 100%;
}
.community .blog ul li {
padding: 0;
}
.community .blog ul li:not(:last-child) {
border-bottom: 1px dashed #999;
}
.community .blog ul li span.date {
float: right;
font-size: 0.8em;
}
.community .blog ul li .box-link {
border: none;
}
.community .social ul li {
display: inline-block;
box-sizing: border-box;
width: calc( 50% - 25px );
height: 120px;
margin: 10px;
text-align: center;
}
.community .social ul li a {
display: block;
width: 100%;
height: 100%;
padding-top: 25px;
}
.community .social ul li a:hover {
text-decoration: none;
background: #aa6767;
color: #eee;
}
.community .conference-banner {
background: linear-gradient(135deg, #8B0000 0%, #aa6767 100%);
color: white;
text-align: center;
padding: 20px;
margin: 0 10px 20px 10px;
box-sizing: border-box;
}
.community .conference-banner a {
display: block;
color: white;
text-decoration: none;
padding-top: 10px;
padding-bottom: 10px;
}
.community .conference-banner a:hover {
opacity: 0.9;
}
.community .conference-banner h4 {
margin: 10px 0 5px 0;
font-size: 1.3em;
}
.community .conference-banner p {
margin: 5px 0 0 0;
font-size: 0.95em;
}
.users {
background: #fff;
border-bottom: 2px solid #a22222;
}
.users h3 {
margin-top:0;
text-align: center;
}
.users ul {
text-align: center;
list-style-type: none;
padding: 0;
margin: 0 auto;
}
.users ul li {
margin: 10px;
padding: 10px;
display: inline-block;
width: 100px;
vertical-align: middle;
background: white;
}
.users ul li a {
vertical-align: middle;
filter: grayscale(1) opacity(0.6);
}
.users ul li a:hover {
filter: none;
}
.users ul li img {
width: 100%;
}
h3 a.box-link {
margin-left: 30px;
}
a.box-link {
font-size: 14px;
display: inline-block;
padding: 3px 12px;
border: 1px solid #aa6767;
border-radius: 1px;
}
a.box-link:hover {
text-decoration: none;
background: #aa5555;
color: #eee;
}
a.box-link:not(:first-child) {
margin-left: 20px;
}
a.box-link img {
width: 150px;
}
.node-red-latest-version {
color: #e0e0e0;
}
#contributors-list {
background: #fff;
border-bottom: 2px solid #a22222;
}
#contributors-list h3 {
margin-top: 60px;
margin-bottom: 5px;
}
.contributor-group-description {
font-size: 0.9em;
}
ul.contributors {
margin-top: 30px;
display: grid;
gap: 30px 20px;
grid-template-columns: repeat(3, 1fr);
}
@media handheld, only screen and (max-width: 900px) {
ul.contributors {
grid-template-columns: 1fr;
}
}
.contributor-card {
font-size: 0.9em;
max-width: 300px;
width: 100%;
display: flex;
flex-direction: row;
align-items: start;
}
.contributor-name {
font-size: 1.25em;
}
.contributor-info {
display:inline-flex;
flex-direction: column;
gap: 5px;
}
.contributor-info > span {
display: flex;
flex-direction: row;
gap: 5px;
}
.contributor-info i {
font-size: 1.2em;
}
.contributor-icon {
border: 2px solid #a44;
border-radius: 20px;
width: 80px;
flex-shrink: 0;
flex-grow: 0;
margin-right: 10px;
}