|
@@ -131,9 +131,9 @@ h1 {
|
|
-moz-transform-style: preserve-3d;
|
|
-moz-transform-style: preserve-3d;
|
|
transform-style: preserve-3d;
|
|
transform-style: preserve-3d;
|
|
|
|
|
|
- -webkit-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
|
|
+ -webkit-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
|
|
- -moz-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
|
|
+ -moz-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
|
|
- -o-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
|
|
+ -o-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
|
|
transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
|
|
transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
|
|
}
|
|
}
|
|
|
|
|
|
@@ -447,32 +447,28 @@ section img {
|
|
* PROGRESS BAR
|
|
* PROGRESS BAR
|
|
*********************************************/
|
|
*********************************************/
|
|
|
|
|
|
-progress::-webkit-progress-bar {
|
|
+.progress {
|
|
- background: rgba(0,0,0,0.2);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-progress::-moz-progress-bar {
|
|
|
|
- background: hsl(185, 85%, 50%);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-progress::-webkit-progress-value {
|
|
|
|
- background: hsl(185, 85%, 50%);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-progress {
|
|
|
|
position: absolute;
|
|
position: absolute;
|
|
display: none;
|
|
display: none;
|
|
height: 4px;
|
|
height: 4px;
|
|
width: 100%;
|
|
width: 100%;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
left: 0;
|
|
- padding: 0;
|
|
|
|
- margin: 0;
|
|
|
|
|
|
|
|
- border: 0;
|
|
+ background: rgba(0,0,0,0.2);
|
|
- outline: 0;
|
|
|
|
- background: none;
|
|
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ .progress span {
|
|
|
|
+ display: block;
|
|
|
|
+ background: hsl(185, 85%, 50%);
|
|
|
|
+ height: 100%;
|
|
|
|
+ width: 0px;
|
|
|
|
+
|
|
|
|
+ -webkit-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
|
|
|
|
+ -moz-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
|
|
|
|
+ -o-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
|
|
|
|
+ transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
|
|
|
|
+ }
|
|
|
|
|
|
|
|
|
|
* ROLLING LINKS
|
|
* ROLLING LINKS
|