221221
222222.nwoc-timeline-end ::before {
223223 border : 5px solid # 2196F3 ;
224- content : "See you next year! " ;
224+ content : "NWoC 2019 ends " ;
225225 width : 113px ;
226226 height : 22px ;
227227 border-radius : 10px ;
@@ -711,4 +711,94 @@ footer p strong {
711711 }
712712}
713713
714-
714+
715+ .snowflakes {
716+ width : 95% ; height : 100% ;
717+ position : absolute; top : -90px ; left : 0 ;
718+ }
719+
720+ .snowflakes i , .snowflakes i : after , .snowflakes i : before { background : white; }
721+ .snowflakes i {
722+ display : inline-block;
723+ -webkit-animation : snowflakes 3s linear 2s 20 ;
724+ -moz-animation : snowflakes 3s linear 2s 20 ;
725+ position : relative;
726+ z-index : 100 ;
727+ }
728+ .snowflakes i : after , .snowflakes i : before {
729+ height : 100% ;
730+ width : 100% ;
731+ content : "." ;
732+ position : absolute;
733+ top : 0px ;
734+ left : 0px ;
735+ -webkit-transform : rotate (120deg );
736+ }
737+ .snowflakes i : before { -webkit-transform : rotate (240deg ); }
738+
739+ @-webkit-keyframes snowflakes {
740+ 0% {
741+ -webkit-transform : translate3d (0 , 0 , 0 ) rotate (0deg ) scale (0.6 );
742+ }
743+ 100% {
744+ -webkit-transform : translate3d (0 , calc (100vh + 400px ), 0px ) rotate (360deg ) scale (0.6 );
745+ };
746+ }
747+
748+ .snowflakes i : nth-child (3n) {
749+ width : 16px ; height : 4px ;
750+ -webkit-animation-duration : 6s ;
751+ -webkit-animation-iteration-count : 30 ;
752+ /* -webkit-transform-origin: right -45px; */
753+ }
754+
755+ .snowflakes i : nth-child (3n+1) {
756+ width : 24px ; height : 6px ;
757+ -webkit-animation-duration : 8s ;
758+ -webkit-animation-iteration-count : 45 ;
759+ /* -webkit-transform-origin: right -30px; */
760+ }
761+
762+ .snowflakes i : nth-child (3n+2) {
763+ width : 32px ; height : 8px ;
764+ -webkit-animation-duration : 10s ;
765+ -webkit-animation-iteration-count : 60 ;
766+ /* -webkit-transform-origin: right -15px; */
767+ }
768+
769+ /* different delays so they don't all start at the same time */
770+ .snowflakes i : nth-child (7n) {
771+ opacity : .3 ;
772+ -webkit-animation-delay : 0s ;
773+ -webkit-animation-timing-function : ease-in;
774+ }
775+ .snowflakes i : nth-child (7n+1) {
776+ opacity : .4 ;
777+ -webkit-animation-delay : 1s ;
778+ -webkit-animation-timing-function : ease-out;
779+ }
780+ .snowflakes i : nth-child (7n+2) {
781+ opacity : .5 ;
782+ -webkit-animation-delay : 1.5s ;
783+ -webkit-animation-timing-function : linear;
784+ }
785+ .snowflakes i : nth-child (7n+3) {
786+ opacity : .6 ;
787+ -webkit-animation-delay : 2s ;
788+ -webkit-animation-timing-function : ease-in;
789+ }
790+ .snowflakes i : nth-child (7n+4) {
791+ opacity : .7 ;
792+ -webkit-animation-delay : 2.5s ;
793+ -webkit-animation-timing-function : linear;
794+ }
795+ .snowflakes i : nth-child (7n+5) {
796+ opacity : .8 ;
797+ -webkit-animation-delay : 3s ;
798+ -webkit-animation-timing-function : ease-out;
799+ }
800+ .snowflakes i : nth-child (7n+6) {
801+ opacity : .9 ;
802+ -webkit-animation-delay : 3.5s ;
803+ -webkit-animation-timing-function : ease-in;
804+ }
0 commit comments