Skip to content

Commit 43a084f

Browse files
committed
Clean up the styles.css
Fixing known compatibility issues by also adding standard properties.
1 parent d1c4f1d commit 43a084f

File tree

1 file changed

+8
-30
lines changed

1 file changed

+8
-30
lines changed

css/style.css

Lines changed: 8 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -93,26 +93,6 @@ header {
9393
animation-delay: 0s, .5s;
9494
}
9595

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-
11696
.table-wrapper {
11797
margin-top: 10px;
11898
transform: rotateX(20deg);
@@ -236,8 +216,6 @@ tray {
236216
border-width: 15px 3px;
237217
}
238218

239-
240-
241219
plate tray {
242220
height: 74px;
243221
width: 74px;
@@ -359,11 +337,16 @@ tray:before {
359337

360338
.editor input.input-strobe {
361339
background: rgba(62,203,255,.3);
340+
animation: input .5s infinite;
362341
-webkit-animation: input .5s infinite;
363342
-moz-animation: input .5s infinite;
364343

365344
}
366345

346+
@keyframes input {
347+
50% { background:none ; }
348+
}
349+
367350
@-webkit-keyframes input {
368351
50% { background:none ; }
369352
}
@@ -571,7 +554,6 @@ tray > pickle.small:only-child {
571554
100% {transform: skew(4deg,0deg) scaleX(1); }
572555
}
573556

574-
575557
.enter-button {
576558
background: #ddd;
577559
display: block;
@@ -624,12 +606,6 @@ plate [data-hovered] {
624606
box-shadow: 0 0 0 6px rgba(0,0,0,.3);
625607
}
626608

627-
/*
628-
apple[data-hovered="true"] {
629-
box-shadow: 0 0 0 6px rgba(228,25,25,.3);
630-
}
631-
*/
632-
633609
.helper {
634610
position: absolute;
635611
background: white;
@@ -899,6 +875,7 @@ plate orange:nth-last-child(4)
899875
width: 4px;
900876
border: solid 2px #2a231d;
901877
background: rgba(255,255,255,.5);
878+
border-radius: 5px;
902879
-webkit-border-radius: 5px;
903880
}
904881

@@ -1165,6 +1142,7 @@ plate orange:nth-last-child(4)
11651142
background: rgba(0,0,0,.2);
11661143
color: rgba(255,255,255,.3);
11671144
padding: 8px 15px 10px 15px;
1145+
border-radius: 20px;
11681146
-webkit-border-radius: 20px;
11691147
text-decoration: none;
11701148
display: inline-block;
@@ -1221,7 +1199,7 @@ plate orange:nth-last-child(4)
12211199
width: 30px;
12221200
display: inline-block;
12231201
opacity: .25;
1224-
transition: opacity .2s .ease-out;
1202+
transition: opacity .2s ease-out;
12251203
}
12261204

12271205
.level-nav a:hover {

0 commit comments

Comments
 (0)