rebuild css
This commit is contained in:
		| @@ -59,8 +59,8 @@ html:-moz-full-screen-ancestor { | ||||
| .reveal .slides section .fragment { | ||||
|   opacity: 0; | ||||
|   visibility: hidden; | ||||
|   -webkit-transition: all 0.2s ease; | ||||
|           transition: all 0.2s ease; } | ||||
|   -webkit-transition: all .2s ease; | ||||
|           transition: all .2s ease; } | ||||
|   .reveal .slides section .fragment.visible { | ||||
|     opacity: 1; | ||||
|     visibility: visible; } | ||||
| @@ -70,7 +70,6 @@ html:-moz-full-screen-ancestor { | ||||
|   visibility: visible; } | ||||
|   .reveal .slides section .fragment.grow.visible { | ||||
|     -webkit-transform: scale(1.3); | ||||
|         -ms-transform: scale(1.3); | ||||
|             transform: scale(1.3); } | ||||
|  | ||||
| .reveal .slides section .fragment.shrink { | ||||
| @@ -78,16 +77,13 @@ html:-moz-full-screen-ancestor { | ||||
|   visibility: visible; } | ||||
|   .reveal .slides section .fragment.shrink.visible { | ||||
|     -webkit-transform: scale(0.7); | ||||
|         -ms-transform: scale(0.7); | ||||
|             transform: scale(0.7); } | ||||
|  | ||||
| .reveal .slides section .fragment.zoom-in { | ||||
|   -webkit-transform: scale(0.1); | ||||
|       -ms-transform: scale(0.1); | ||||
|           transform: scale(0.1); } | ||||
|   .reveal .slides section .fragment.zoom-in.visible { | ||||
|     -webkit-transform: none; | ||||
|         -ms-transform: none; | ||||
|             transform: none; } | ||||
|  | ||||
| .reveal .slides section .fragment.fade-out { | ||||
| @@ -112,38 +108,30 @@ html:-moz-full-screen-ancestor { | ||||
|  | ||||
| .reveal .slides section .fragment.fade-up { | ||||
|   -webkit-transform: translate(0, 20%); | ||||
|       -ms-transform: translate(0, 20%); | ||||
|           transform: translate(0, 20%); } | ||||
|   .reveal .slides section .fragment.fade-up.visible { | ||||
|     -webkit-transform: translate(0, 0); | ||||
|         -ms-transform: translate(0, 0); | ||||
|             transform: translate(0, 0); } | ||||
|  | ||||
| .reveal .slides section .fragment.fade-down { | ||||
|   -webkit-transform: translate(0, -20%); | ||||
|       -ms-transform: translate(0, -20%); | ||||
|           transform: translate(0, -20%); } | ||||
|   .reveal .slides section .fragment.fade-down.visible { | ||||
|     -webkit-transform: translate(0, 0); | ||||
|         -ms-transform: translate(0, 0); | ||||
|             transform: translate(0, 0); } | ||||
|  | ||||
| .reveal .slides section .fragment.fade-right { | ||||
|   -webkit-transform: translate(-20%, 0); | ||||
|       -ms-transform: translate(-20%, 0); | ||||
|           transform: translate(-20%, 0); } | ||||
|   .reveal .slides section .fragment.fade-right.visible { | ||||
|     -webkit-transform: translate(0, 0); | ||||
|         -ms-transform: translate(0, 0); | ||||
|             transform: translate(0, 0); } | ||||
|  | ||||
| .reveal .slides section .fragment.fade-left { | ||||
|   -webkit-transform: translate(20%, 0); | ||||
|       -ms-transform: translate(20%, 0); | ||||
|           transform: translate(20%, 0); } | ||||
|   .reveal .slides section .fragment.fade-left.visible { | ||||
|     -webkit-transform: translate(0, 0); | ||||
|         -ms-transform: translate(0, 0); | ||||
|             transform: translate(0, 0); } | ||||
|  | ||||
| .reveal .slides section .fragment.current-visible { | ||||
| @@ -226,7 +214,6 @@ html:-moz-full-screen-ancestor { | ||||
|   background-color: transparent; | ||||
|   border: 12px solid transparent; | ||||
|   -webkit-transform: scale(0.9999); | ||||
|       -ms-transform: scale(0.9999); | ||||
|           transform: scale(0.9999); | ||||
|   -webkit-transition: all 0.2s ease; | ||||
|           transition: all 0.2s ease; | ||||
| @@ -363,7 +350,6 @@ html:-moz-full-screen-ancestor { | ||||
|   -webkit-transform-style: preserve-3d; | ||||
|           transform-style: preserve-3d; | ||||
|   -webkit-transition: -webkit-transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), -webkit-transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); | ||||
|           transition: -ms-transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); | ||||
|           transition: transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } | ||||
|  | ||||
| /* Global transition speed settings */ | ||||
| @@ -431,28 +417,24 @@ html:-moz-full-screen-ancestor { | ||||
| .reveal .slides > section[data-transition~=slide-out].past, | ||||
| .reveal.slide .slides > section:not([data-transition]).past { | ||||
|   -webkit-transform: translate(-150%, 0); | ||||
|       -ms-transform: translate(-150%, 0); | ||||
|           transform: translate(-150%, 0); } | ||||
|  | ||||
| .reveal .slides > section[data-transition=slide].future, | ||||
| .reveal .slides > section[data-transition~=slide-in].future, | ||||
| .reveal.slide .slides > section:not([data-transition]).future { | ||||
|   -webkit-transform: translate(150%, 0); | ||||
|       -ms-transform: translate(150%, 0); | ||||
|           transform: translate(150%, 0); } | ||||
|  | ||||
| .reveal .slides > section > section[data-transition=slide].past, | ||||
| .reveal .slides > section > section[data-transition~=slide-out].past, | ||||
| .reveal.slide .slides > section > section:not([data-transition]).past { | ||||
|   -webkit-transform: translate(0, -150%); | ||||
|       -ms-transform: translate(0, -150%); | ||||
|           transform: translate(0, -150%); } | ||||
|  | ||||
| .reveal .slides > section > section[data-transition=slide].future, | ||||
| .reveal .slides > section > section[data-transition~=slide-in].future, | ||||
| .reveal.slide .slides > section > section:not([data-transition]).future { | ||||
|   -webkit-transform: translate(0, 150%); | ||||
|       -ms-transform: translate(0, 150%); | ||||
|           transform: translate(0, 150%); } | ||||
|  | ||||
| .reveal.linear section { | ||||
| @@ -463,28 +445,24 @@ html:-moz-full-screen-ancestor { | ||||
| .reveal .slides > section[data-transition~=linear-out].past, | ||||
| .reveal.linear .slides > section:not([data-transition]).past { | ||||
|   -webkit-transform: translate(-150%, 0); | ||||
|       -ms-transform: translate(-150%, 0); | ||||
|           transform: translate(-150%, 0); } | ||||
|  | ||||
| .reveal .slides > section[data-transition=linear].future, | ||||
| .reveal .slides > section[data-transition~=linear-in].future, | ||||
| .reveal.linear .slides > section:not([data-transition]).future { | ||||
|   -webkit-transform: translate(150%, 0); | ||||
|       -ms-transform: translate(150%, 0); | ||||
|           transform: translate(150%, 0); } | ||||
|  | ||||
| .reveal .slides > section > section[data-transition=linear].past, | ||||
| .reveal .slides > section > section[data-transition~=linear-out].past, | ||||
| .reveal.linear .slides > section > section:not([data-transition]).past { | ||||
|   -webkit-transform: translate(0, -150%); | ||||
|       -ms-transform: translate(0, -150%); | ||||
|           transform: translate(0, -150%); } | ||||
|  | ||||
| .reveal .slides > section > section[data-transition=linear].future, | ||||
| .reveal .slides > section > section[data-transition~=linear-in].future, | ||||
| .reveal.linear .slides > section > section:not([data-transition]).future { | ||||
|   -webkit-transform: translate(0, 150%); | ||||
|       -ms-transform: translate(0, 150%); | ||||
|           transform: translate(0, 150%); } | ||||
|  | ||||
| /********************************************* | ||||
| @@ -579,7 +557,6 @@ html:-moz-full-screen-ancestor { | ||||
| .reveal.zoom .slides > section:not([data-transition]).past { | ||||
|   visibility: hidden; | ||||
|   -webkit-transform: scale(16); | ||||
|       -ms-transform: scale(16); | ||||
|           transform: scale(16); } | ||||
|  | ||||
| .reveal .slides > section[data-transition=zoom].future, | ||||
| @@ -587,21 +564,18 @@ html:-moz-full-screen-ancestor { | ||||
| .reveal.zoom .slides > section:not([data-transition]).future { | ||||
|   visibility: hidden; | ||||
|   -webkit-transform: scale(0.2); | ||||
|       -ms-transform: scale(0.2); | ||||
|           transform: scale(0.2); } | ||||
|  | ||||
| .reveal .slides > section > section[data-transition=zoom].past, | ||||
| .reveal .slides > section > section[data-transition~=zoom-out].past, | ||||
| .reveal.zoom .slides > section > section:not([data-transition]).past { | ||||
|   -webkit-transform: translate(0, -150%); | ||||
|       -ms-transform: translate(0, -150%); | ||||
|           transform: translate(0, -150%); } | ||||
|  | ||||
| .reveal .slides > section > section[data-transition=zoom].future, | ||||
| .reveal .slides > section > section[data-transition~=zoom-in].future, | ||||
| .reveal.zoom .slides > section > section:not([data-transition]).future { | ||||
|   -webkit-transform: translate(0, 150%); | ||||
|       -ms-transform: translate(0, 150%); | ||||
|           transform: translate(0, 150%); } | ||||
|  | ||||
| /********************************************* | ||||
| @@ -655,28 +629,24 @@ html:-moz-full-screen-ancestor { | ||||
|  | ||||
| .reveal.cube .slides > section.past { | ||||
|   -webkit-transform-origin: 100% 0%; | ||||
|       -ms-transform-origin: 100% 0%; | ||||
|           transform-origin: 100% 0%; | ||||
|   -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg); | ||||
|           transform: translate3d(-100%, 0, 0) rotateY(-90deg); } | ||||
|  | ||||
| .reveal.cube .slides > section.future { | ||||
|   -webkit-transform-origin: 0% 0%; | ||||
|       -ms-transform-origin: 0% 0%; | ||||
|           transform-origin: 0% 0%; | ||||
|   -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg); | ||||
|           transform: translate3d(100%, 0, 0) rotateY(90deg); } | ||||
|  | ||||
| .reveal.cube .slides > section > section.past { | ||||
|   -webkit-transform-origin: 0% 100%; | ||||
|       -ms-transform-origin: 0% 100%; | ||||
|           transform-origin: 0% 100%; | ||||
|   -webkit-transform: translate3d(0, -100%, 0) rotateX(90deg); | ||||
|           transform: translate3d(0, -100%, 0) rotateX(90deg); } | ||||
|  | ||||
| .reveal.cube .slides > section > section.future { | ||||
|   -webkit-transform-origin: 0% 0%; | ||||
|       -ms-transform-origin: 0% 0%; | ||||
|           transform-origin: 0% 0%; | ||||
|   -webkit-transform: translate3d(0, 100%, 0) rotateX(-90deg); | ||||
|           transform: translate3d(0, 100%, 0) rotateX(-90deg); } | ||||
| @@ -730,28 +700,24 @@ html:-moz-full-screen-ancestor { | ||||
|  | ||||
| .reveal.page .slides > section.past { | ||||
|   -webkit-transform-origin: 0% 0%; | ||||
|       -ms-transform-origin: 0% 0%; | ||||
|           transform-origin: 0% 0%; | ||||
|   -webkit-transform: translate3d(-40%, 0, 0) rotateY(-80deg); | ||||
|           transform: translate3d(-40%, 0, 0) rotateY(-80deg); } | ||||
|  | ||||
| .reveal.page .slides > section.future { | ||||
|   -webkit-transform-origin: 100% 0%; | ||||
|       -ms-transform-origin: 100% 0%; | ||||
|           transform-origin: 100% 0%; | ||||
|   -webkit-transform: translate3d(0, 0, 0); | ||||
|           transform: translate3d(0, 0, 0); } | ||||
|  | ||||
| .reveal.page .slides > section > section.past { | ||||
|   -webkit-transform-origin: 0% 0%; | ||||
|       -ms-transform-origin: 0% 0%; | ||||
|           transform-origin: 0% 0%; | ||||
|   -webkit-transform: translate3d(0, -40%, 0) rotateX(80deg); | ||||
|           transform: translate3d(0, -40%, 0) rotateX(80deg); } | ||||
|  | ||||
| .reveal.page .slides > section > section.future { | ||||
|   -webkit-transform-origin: 0% 100%; | ||||
|       -ms-transform-origin: 0% 100%; | ||||
|           transform-origin: 0% 100%; | ||||
|   -webkit-transform: translate3d(0, 0, 0); | ||||
|           transform: translate3d(0, 0, 0); } | ||||
| @@ -763,7 +729,6 @@ html:-moz-full-screen-ancestor { | ||||
| .reveal.fade .slides section:not([data-transition]), | ||||
| .reveal.fade .slides > section > section:not([data-transition]) { | ||||
|   -webkit-transform: none; | ||||
|       -ms-transform: none; | ||||
|           transform: none; | ||||
|   -webkit-transition: opacity 0.5s; | ||||
|           transition: opacity 0.5s; } | ||||
| @@ -779,7 +744,6 @@ html:-moz-full-screen-ancestor { | ||||
| .reveal .slides section[data-transition=none], | ||||
| .reveal.none .slides section:not([data-transition]) { | ||||
|   -webkit-transform: none; | ||||
|       -ms-transform: none; | ||||
|           transform: none; | ||||
|   -webkit-transition: none; | ||||
|           transition: none; } | ||||
| @@ -833,7 +797,6 @@ html:-moz-full-screen-ancestor { | ||||
|   left: -50%; | ||||
|   margin: 70px 0; | ||||
|   -webkit-transform: none; | ||||
|       -ms-transform: none; | ||||
|           transform: none; } | ||||
|  | ||||
| .no-transforms .reveal .slides section section { | ||||
| @@ -907,25 +870,21 @@ html:-moz-full-screen-ancestor { | ||||
| .reveal[data-background-transition=slide] > .backgrounds .slide-background.past, | ||||
| .reveal > .backgrounds .slide-background.past[data-background-transition=slide] { | ||||
|   -webkit-transform: translate(-100%, 0); | ||||
|       -ms-transform: translate(-100%, 0); | ||||
|           transform: translate(-100%, 0); } | ||||
|  | ||||
| .reveal[data-background-transition=slide] > .backgrounds .slide-background.future, | ||||
| .reveal > .backgrounds .slide-background.future[data-background-transition=slide] { | ||||
|   -webkit-transform: translate(100%, 0); | ||||
|       -ms-transform: translate(100%, 0); | ||||
|           transform: translate(100%, 0); } | ||||
|  | ||||
| .reveal[data-background-transition=slide] > .backgrounds .slide-background > .slide-background.past, | ||||
| .reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=slide] { | ||||
|   -webkit-transform: translate(0, -100%); | ||||
|       -ms-transform: translate(0, -100%); | ||||
|           transform: translate(0, -100%); } | ||||
|  | ||||
| .reveal[data-background-transition=slide] > .backgrounds .slide-background > .slide-background.future, | ||||
| .reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=slide] { | ||||
|   -webkit-transform: translate(0, 100%); | ||||
|       -ms-transform: translate(0, 100%); | ||||
|           transform: translate(0, 100%); } | ||||
|  | ||||
| /* Convex */ | ||||
| @@ -989,7 +948,6 @@ html:-moz-full-screen-ancestor { | ||||
|   opacity: 0; | ||||
|   visibility: hidden; | ||||
|   -webkit-transform: scale(16); | ||||
|       -ms-transform: scale(16); | ||||
|           transform: scale(16); } | ||||
|  | ||||
| .reveal[data-background-transition=zoom] > .backgrounds .slide-background.future, | ||||
| @@ -997,7 +955,6 @@ html:-moz-full-screen-ancestor { | ||||
|   opacity: 0; | ||||
|   visibility: hidden; | ||||
|   -webkit-transform: scale(0.2); | ||||
|       -ms-transform: scale(0.2); | ||||
|           transform: scale(0.2); } | ||||
|  | ||||
| .reveal[data-background-transition=zoom] > .backgrounds .slide-background > .slide-background.past, | ||||
| @@ -1005,7 +962,6 @@ html:-moz-full-screen-ancestor { | ||||
|   opacity: 0; | ||||
|   visibility: hidden; | ||||
|   -webkit-transform: scale(16); | ||||
|       -ms-transform: scale(16); | ||||
|           transform: scale(16); } | ||||
|  | ||||
| .reveal[data-background-transition=zoom] > .backgrounds .slide-background > .slide-background.future, | ||||
| @@ -1013,7 +969,6 @@ html:-moz-full-screen-ancestor { | ||||
|   opacity: 0; | ||||
|   visibility: hidden; | ||||
|   -webkit-transform: scale(0.2); | ||||
|       -ms-transform: scale(0.2); | ||||
|           transform: scale(0.2); } | ||||
|  | ||||
| /* Global transition speed settings */ | ||||
| @@ -1220,7 +1175,6 @@ html:-moz-full-screen-ancestor { | ||||
|   opacity: 0; | ||||
|   visibility: hidden; | ||||
|   -webkit-transform: scale(0.2); | ||||
|       -ms-transform: scale(0.2); | ||||
|           transform: scale(0.2); } | ||||
|  | ||||
| .reveal .overlay.overlay-help .viewport { | ||||
| @@ -1294,7 +1248,6 @@ html:-moz-full-screen-ancestor { | ||||
|   -webkit-transition: all 400ms ease; | ||||
|           transition: all 400ms ease; | ||||
|   -webkit-transform-origin: 50% 0%; | ||||
|       -ms-transform-origin: 50% 0%; | ||||
|           transform-origin: 50% 0%; | ||||
|   -webkit-transform-style: preserve-3d; | ||||
|           transform-style: preserve-3d; | ||||
| @@ -1316,7 +1269,6 @@ html:-moz-full-screen-ancestor { | ||||
|   -webkit-backface-visibility: hidden; | ||||
|           backface-visibility: hidden; | ||||
|   -webkit-transform-origin: 50% 0%; | ||||
|       -ms-transform-origin: 50% 0%; | ||||
|           transform-origin: 50% 0%; | ||||
|   -webkit-transform: translate3d(0px, 110%, 0px) rotateX(-90deg); | ||||
|           transform: translate3d(0px, 110%, 0px) rotateX(-90deg); } | ||||
|   | ||||
| @@ -210,9 +210,9 @@ body { | ||||
| .reveal a { | ||||
|   color: #8b743d; | ||||
|   text-decoration: none; | ||||
|   -webkit-transition: color 0.15s ease; | ||||
|   -moz-transition: color 0.15s ease; | ||||
|   transition: color 0.15s ease; } | ||||
|   -webkit-transition: color .15s ease; | ||||
|   -moz-transition: color .15s ease; | ||||
|   transition: color .15s ease; } | ||||
|  | ||||
| .reveal a:hover { | ||||
|   color: #c0a86e; | ||||
| @@ -237,9 +237,9 @@ body { | ||||
|   box-shadow: none; } | ||||
|  | ||||
| .reveal a img { | ||||
|   -webkit-transition: all 0.15s linear; | ||||
|   -moz-transition: all 0.15s linear; | ||||
|   transition: all 0.15s linear; } | ||||
|   -webkit-transition: all .15s linear; | ||||
|   -moz-transition: all .15s linear; | ||||
|   transition: all .15s linear; } | ||||
|  | ||||
| .reveal a:hover img { | ||||
|   background: rgba(255, 255, 255, 0.2); | ||||
|   | ||||
| @@ -206,9 +206,9 @@ body { | ||||
| .reveal a { | ||||
|   color: #42affa; | ||||
|   text-decoration: none; | ||||
|   -webkit-transition: color 0.15s ease; | ||||
|   -moz-transition: color 0.15s ease; | ||||
|   transition: color 0.15s ease; } | ||||
|   -webkit-transition: color .15s ease; | ||||
|   -moz-transition: color .15s ease; | ||||
|   transition: color .15s ease; } | ||||
|  | ||||
| .reveal a:hover { | ||||
|   color: #8dcffc; | ||||
| @@ -233,9 +233,9 @@ body { | ||||
|   box-shadow: none; } | ||||
|  | ||||
| .reveal a img { | ||||
|   -webkit-transition: all 0.15s linear; | ||||
|   -moz-transition: all 0.15s linear; | ||||
|   transition: all 0.15s linear; } | ||||
|   -webkit-transition: all .15s linear; | ||||
|   -moz-transition: all .15s linear; | ||||
|   transition: all .15s linear; } | ||||
|  | ||||
| .reveal a:hover img { | ||||
|   background: rgba(255, 255, 255, 0.2); | ||||
|   | ||||
| @@ -209,9 +209,9 @@ body { | ||||
| .reveal a { | ||||
|   color: #a23; | ||||
|   text-decoration: none; | ||||
|   -webkit-transition: color 0.15s ease; | ||||
|   -moz-transition: color 0.15s ease; | ||||
|   transition: color 0.15s ease; } | ||||
|   -webkit-transition: color .15s ease; | ||||
|   -moz-transition: color .15s ease; | ||||
|   transition: color .15s ease; } | ||||
|  | ||||
| .reveal a:hover { | ||||
|   color: #dd5566; | ||||
| @@ -236,9 +236,9 @@ body { | ||||
|   box-shadow: none; } | ||||
|  | ||||
| .reveal a img { | ||||
|   -webkit-transition: all 0.15s linear; | ||||
|   -moz-transition: all 0.15s linear; | ||||
|   transition: all 0.15s linear; } | ||||
|   -webkit-transition: all .15s linear; | ||||
|   -moz-transition: all .15s linear; | ||||
|   transition: all .15s linear; } | ||||
|  | ||||
| .reveal a:hover img { | ||||
|   background: rgba(255, 255, 255, 0.2); | ||||
|   | ||||
| @@ -212,9 +212,9 @@ body { | ||||
| .reveal a { | ||||
|   color: #13DAEC; | ||||
|   text-decoration: none; | ||||
|   -webkit-transition: color 0.15s ease; | ||||
|   -moz-transition: color 0.15s ease; | ||||
|   transition: color 0.15s ease; } | ||||
|   -webkit-transition: color .15s ease; | ||||
|   -moz-transition: color .15s ease; | ||||
|   transition: color .15s ease; } | ||||
|  | ||||
| .reveal a:hover { | ||||
|   color: #71e9f4; | ||||
| @@ -239,9 +239,9 @@ body { | ||||
|   box-shadow: none; } | ||||
|  | ||||
| .reveal a img { | ||||
|   -webkit-transition: all 0.15s linear; | ||||
|   -moz-transition: all 0.15s linear; | ||||
|   transition: all 0.15s linear; } | ||||
|   -webkit-transition: all .15s linear; | ||||
|   -moz-transition: all .15s linear; | ||||
|   transition: all .15s linear; } | ||||
|  | ||||
| .reveal a:hover img { | ||||
|   background: rgba(255, 255, 255, 0.2); | ||||
|   | ||||
| @@ -210,9 +210,9 @@ body { | ||||
| .reveal a { | ||||
|   color: #268bd2; | ||||
|   text-decoration: none; | ||||
|   -webkit-transition: color 0.15s ease; | ||||
|   -moz-transition: color 0.15s ease; | ||||
|   transition: color 0.15s ease; } | ||||
|   -webkit-transition: color .15s ease; | ||||
|   -moz-transition: color .15s ease; | ||||
|   transition: color .15s ease; } | ||||
|  | ||||
| .reveal a:hover { | ||||
|   color: #78b9e6; | ||||
| @@ -237,9 +237,9 @@ body { | ||||
|   box-shadow: none; } | ||||
|  | ||||
| .reveal a img { | ||||
|   -webkit-transition: all 0.15s linear; | ||||
|   -moz-transition: all 0.15s linear; | ||||
|   transition: all 0.15s linear; } | ||||
|   -webkit-transition: all .15s linear; | ||||
|   -moz-transition: all .15s linear; | ||||
|   transition: all .15s linear; } | ||||
|  | ||||
| .reveal a:hover img { | ||||
|   background: rgba(255, 255, 255, 0.2); | ||||
|   | ||||
| @@ -204,9 +204,9 @@ body { | ||||
| .reveal a { | ||||
|   color: #e7ad52; | ||||
|   text-decoration: none; | ||||
|   -webkit-transition: color 0.15s ease; | ||||
|   -moz-transition: color 0.15s ease; | ||||
|   transition: color 0.15s ease; } | ||||
|   -webkit-transition: color .15s ease; | ||||
|   -moz-transition: color .15s ease; | ||||
|   transition: color .15s ease; } | ||||
|  | ||||
| .reveal a:hover { | ||||
|   color: #f3d7ac; | ||||
| @@ -231,9 +231,9 @@ body { | ||||
|   box-shadow: none; } | ||||
|  | ||||
| .reveal a img { | ||||
|   -webkit-transition: all 0.15s linear; | ||||
|   -moz-transition: all 0.15s linear; | ||||
|   transition: all 0.15s linear; } | ||||
|   -webkit-transition: all .15s linear; | ||||
|   -moz-transition: all .15s linear; | ||||
|   transition: all .15s linear; } | ||||
|  | ||||
| .reveal a:hover img { | ||||
|   background: rgba(255, 255, 255, 0.2); | ||||
|   | ||||
| @@ -206,9 +206,9 @@ body { | ||||
| .reveal a { | ||||
|   color: #51483D; | ||||
|   text-decoration: none; | ||||
|   -webkit-transition: color 0.15s ease; | ||||
|   -moz-transition: color 0.15s ease; | ||||
|   transition: color 0.15s ease; } | ||||
|   -webkit-transition: color .15s ease; | ||||
|   -moz-transition: color .15s ease; | ||||
|   transition: color .15s ease; } | ||||
|  | ||||
| .reveal a:hover { | ||||
|   color: #8b7c69; | ||||
| @@ -233,9 +233,9 @@ body { | ||||
|   box-shadow: none; } | ||||
|  | ||||
| .reveal a img { | ||||
|   -webkit-transition: all 0.15s linear; | ||||
|   -moz-transition: all 0.15s linear; | ||||
|   transition: all 0.15s linear; } | ||||
|   -webkit-transition: all .15s linear; | ||||
|   -moz-transition: all .15s linear; | ||||
|   transition: all .15s linear; } | ||||
|  | ||||
| .reveal a:hover img { | ||||
|   background: rgba(255, 255, 255, 0.2); | ||||
|   | ||||
| @@ -206,9 +206,9 @@ body { | ||||
| .reveal a { | ||||
|   color: #00008B; | ||||
|   text-decoration: none; | ||||
|   -webkit-transition: color 0.15s ease; | ||||
|   -moz-transition: color 0.15s ease; | ||||
|   transition: color 0.15s ease; } | ||||
|   -webkit-transition: color .15s ease; | ||||
|   -moz-transition: color .15s ease; | ||||
|   transition: color .15s ease; } | ||||
|  | ||||
| .reveal a:hover { | ||||
|   color: #0000f1; | ||||
| @@ -233,9 +233,9 @@ body { | ||||
|   box-shadow: none; } | ||||
|  | ||||
| .reveal a img { | ||||
|   -webkit-transition: all 0.15s linear; | ||||
|   -moz-transition: all 0.15s linear; | ||||
|   transition: all 0.15s linear; } | ||||
|   -webkit-transition: all .15s linear; | ||||
|   -moz-transition: all .15s linear; | ||||
|   transition: all .15s linear; } | ||||
|  | ||||
| .reveal a:hover img { | ||||
|   background: rgba(255, 255, 255, 0.2); | ||||
|   | ||||
| @@ -213,9 +213,9 @@ body { | ||||
| .reveal a { | ||||
|   color: #3b759e; | ||||
|   text-decoration: none; | ||||
|   -webkit-transition: color 0.15s ease; | ||||
|   -moz-transition: color 0.15s ease; | ||||
|   transition: color 0.15s ease; } | ||||
|   -webkit-transition: color .15s ease; | ||||
|   -moz-transition: color .15s ease; | ||||
|   transition: color .15s ease; } | ||||
|  | ||||
| .reveal a:hover { | ||||
|   color: #74a7cb; | ||||
| @@ -240,9 +240,9 @@ body { | ||||
|   box-shadow: none; } | ||||
|  | ||||
| .reveal a img { | ||||
|   -webkit-transition: all 0.15s linear; | ||||
|   -moz-transition: all 0.15s linear; | ||||
|   transition: all 0.15s linear; } | ||||
|   -webkit-transition: all .15s linear; | ||||
|   -moz-transition: all .15s linear; | ||||
|   transition: all .15s linear; } | ||||
|  | ||||
| .reveal a:hover img { | ||||
|   background: rgba(255, 255, 255, 0.2); | ||||
|   | ||||
| @@ -210,9 +210,9 @@ body { | ||||
| .reveal a { | ||||
|   color: #268bd2; | ||||
|   text-decoration: none; | ||||
|   -webkit-transition: color 0.15s ease; | ||||
|   -moz-transition: color 0.15s ease; | ||||
|   transition: color 0.15s ease; } | ||||
|   -webkit-transition: color .15s ease; | ||||
|   -moz-transition: color .15s ease; | ||||
|   transition: color .15s ease; } | ||||
|  | ||||
| .reveal a:hover { | ||||
|   color: #78b9e6; | ||||
| @@ -237,9 +237,9 @@ body { | ||||
|   box-shadow: none; } | ||||
|  | ||||
| .reveal a img { | ||||
|   -webkit-transition: all 0.15s linear; | ||||
|   -moz-transition: all 0.15s linear; | ||||
|   transition: all 0.15s linear; } | ||||
|   -webkit-transition: all .15s linear; | ||||
|   -moz-transition: all .15s linear; | ||||
|   transition: all .15s linear; } | ||||
|  | ||||
| .reveal a:hover img { | ||||
|   background: rgba(255, 255, 255, 0.2); | ||||
|   | ||||
| @@ -206,9 +206,9 @@ body { | ||||
| .reveal a { | ||||
|   color: #2a76dd; | ||||
|   text-decoration: none; | ||||
|   -webkit-transition: color 0.15s ease; | ||||
|   -moz-transition: color 0.15s ease; | ||||
|   transition: color 0.15s ease; } | ||||
|   -webkit-transition: color .15s ease; | ||||
|   -moz-transition: color .15s ease; | ||||
|   transition: color .15s ease; } | ||||
|  | ||||
| .reveal a:hover { | ||||
|   color: #6ca0e8; | ||||
| @@ -233,9 +233,9 @@ body { | ||||
|   box-shadow: none; } | ||||
|  | ||||
| .reveal a img { | ||||
|   -webkit-transition: all 0.15s linear; | ||||
|   -moz-transition: all 0.15s linear; | ||||
|   transition: all 0.15s linear; } | ||||
|   -webkit-transition: all .15s linear; | ||||
|   -moz-transition: all .15s linear; | ||||
|   transition: all .15s linear; } | ||||
|  | ||||
| .reveal a:hover img { | ||||
|   background: rgba(255, 255, 255, 0.2); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user