@@ -93,26 +93,6 @@ header {
93
93
animation-delay : 0s , .5s ;
94
94
}
95
95
96
- /*
97
- .logo plate {
98
- z-index: 500;
99
- position: absolute;
100
- top: 0;
101
- left: 0;
102
- margin: 0;
103
- opacity: .5;
104
- transition: all opacity .1s ease-out;
105
- }
106
-
107
- .logo:hover plate {
108
- opacity: .75;
109
- transform-origin: bottom;
110
- animation: strobeStart .5s ease-out, strobe 1s infinite;
111
- animation-delay: 0s, .5s;
112
-
113
- }
114
- */
115
-
116
96
.table-wrapper {
117
97
margin-top : 10px ;
118
98
transform : rotateX (20deg );
@@ -236,8 +216,6 @@ tray {
236
216
border-width : 15px 3px ;
237
217
}
238
218
239
-
240
-
241
219
plate tray {
242
220
height : 74px ;
243
221
width : 74px ;
@@ -359,11 +337,16 @@ tray:before {
359
337
360
338
.editor input .input-strobe {
361
339
background : rgba (62 , 203 , 255 , .3 );
340
+ animation : input .5s infinite;
362
341
-webkit-animation : input .5s infinite;
363
342
-moz-animation : input .5s infinite;
364
343
365
344
}
366
345
346
+ @keyframes input {
347
+ 50% { background : none ; }
348
+ }
349
+
367
350
@-webkit-keyframes input {
368
351
50% { background : none ; }
369
352
}
@@ -571,7 +554,6 @@ tray > pickle.small:only-child {
571
554
100% {transform : skew (4deg , 0deg ) scaleX (1 ); }
572
555
}
573
556
574
-
575
557
.enter-button {
576
558
background : # ddd ;
577
559
display : block;
@@ -624,12 +606,6 @@ plate [data-hovered] {
624
606
box-shadow : 0 0 0 6px rgba (0 , 0 , 0 , .3 );
625
607
}
626
608
627
- /*
628
- apple[data-hovered="true"] {
629
- box-shadow: 0 0 0 6px rgba(228,25,25,.3);
630
- }
631
- */
632
-
633
609
.helper {
634
610
position : absolute;
635
611
background : white;
@@ -899,6 +875,7 @@ plate orange:nth-last-child(4)
899
875
width : 4px ;
900
876
border : solid 2px # 2a231d ;
901
877
background : rgba (255 , 255 , 255 , .5 );
878
+ border-radius : 5px ;
902
879
-webkit-border-radius : 5px ;
903
880
}
904
881
@@ -1165,6 +1142,7 @@ plate orange:nth-last-child(4)
1165
1142
background : rgba (0 , 0 , 0 , .2 );
1166
1143
color : rgba (255 , 255 , 255 , .3 );
1167
1144
padding : 8px 15px 10px 15px ;
1145
+ border-radius : 20px ;
1168
1146
-webkit-border-radius : 20px ;
1169
1147
text-decoration : none;
1170
1148
display : inline-block;
@@ -1221,7 +1199,7 @@ plate orange:nth-last-child(4)
1221
1199
width : 30px ;
1222
1200
display : inline-block;
1223
1201
opacity : .25 ;
1224
- transition : opacity .2s . ease-out ;
1202
+ transition : opacity .2s ease-out;
1225
1203
}
1226
1204
1227
1205
.level-nav a : hover {
0 commit comments