File tree Expand file tree Collapse file tree 3 files changed +705
-558
lines changed Expand file tree Collapse file tree 3 files changed +705
-558
lines changed Original file line number Diff line number Diff line change 268
268
height : 70px ;
269
269
cursor : pointer;
270
270
margin : 0 auto;
271
- filter : grayscale (100% );
271
+ /* filter: grayscale(100%);*/
272
272
}
273
273
# tedx : hover {
274
- filter : grayscale (0% );
274
+ /* filter: grayscale(0%);*/
275
275
}
276
276
277
277
@media all and (-webkit-min-device-pixel-ratio : 1.5 ) {
278
278
# tedx {
279
279
background-image : url (
"../img/[email protected] " );
280
280
background-size : 213px 70px ;
281
281
margin : 0 auto;
282
- filter : grayscale (100% );
282
+ /* filter: grayscale(100%);*/
283
283
}
284
284
# tedx : hover {
285
- filter : grayscale (0% );
285
+ /* filter: grayscale(0%);*/
286
286
}
287
287
}
288
288
316
316
float : left;
317
317
}
318
318
319
- @media all and (-webkit-min-device-pixel-ratio : 1.5 ) {
320
- # atlantic {
321
- background-image : url ("../img/theatlantic2x.png" );
322
- background-size : 236px 163px ;
323
- margin : 0 auto;
324
- cursor : pointer;
325
- float : left;
326
- }
327
- }
319
+
328
320
329
321
# nbc {
330
322
background-image : url ("../img/nbc.png" );
335
327
float : left;
336
328
}
337
329
330
+ # tedxb {
331
+ background-image : url ("../img/tedxb.png" );
332
+ width : 170px ;
333
+ height : 163px ;
334
+ margin : 0 auto;
335
+ cursor : pointer;
336
+ float : left;
337
+ }
338
+
339
+ # tedxv {
340
+ background-image : url ("../img/tedxv.png" );
341
+ width : 170px ;
342
+ height : 163px ;
343
+ margin : 0 auto;
344
+ cursor : pointer;
345
+ float : left;
346
+ }
347
+
338
348
@media all and (-webkit-min-device-pixel-ratio : 1.5 ) {
339
349
# nbc {
340
350
background-image : url ("../img/nbc2x.png" );
621
631
color : # 5a5a5a ;
622
632
}
623
633
624
- .hero {style= "margin-left: 10px;"
634
+ .hero {
635
+ margin-left : 10px ;
625
636
}
626
637
627
638
.authors {
@@ -768,3 +779,11 @@ dd {
768
779
.clearer {
769
780
clear : both;
770
781
}
782
+
783
+ .ted {
784
+ font-family : Helvetica, Arial, sans-serif;
785
+ color : rgb (230 , 43 , 30 );
786
+ letter-spacing : 0 ;
787
+ /*font-kerning: auto;*/
788
+ font-weight : 800 ;
789
+ }
You can’t perform that action at this time.
0 commit comments