.bg { /* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */ /* IE10 Consumer Preview */ background-image: -ms-linear-gradient(top left, #FFFFFF 0%, #00A3EF 100%); /* Mozilla Firefox */ background-image: -moz-linear-gradient(top left, #FFFFFF 0%, #00A3EF 100%); /* Opera */ background-image: -o-linear-gradient(top left, #FFFFFF 0%, #00A3EF 100%); /* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #00A3EF)); /* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #00A3EF 100%); /* W3C Markup, IE10 Release Preview */ background-image: linear-gradient(to bottom right, #FFFFFF 0%, #00A3EF 100%); font-size: 1em; } .face { -webkit-animation: shrinkGrow 5s; /* Chrome, Safari, Opera */ animation: shrinkGrow 5s; } @-webkit-keyframes shrinkGrow { from { width: 1000px; height: 1000px; } to { width: 1px; height: 1px;} } @keyframes shrinkGrow { from { width: 200px; height: 200px; } to { width: 100px; height: 100px; } } @keyframes rumbler {; } 15% { -webkit-transform: translateZ(-50px) } 100% { -webkit-transform: rotate(50px) } } @-webkit-keyframes rumbler {; } 15% { -webkit-transform: translateZ(-50px) } 100% { -webkit-transform: rotate(50px) } } .rumble{ -webkit-animation: rumbler 1s linear infinite; animation: rumbler 1s linear infinite; -webkit-animation-direction:alternate; animation-direction:alternate; } .effect{ color: #fff; text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95; letter-spacing: 5px ;} .layer1{ top: 0; ;} .effect2{ color: rgba(0, 168, 255, 0.5); text-shadow: 3px 3px 0 rgba(255, 0, 180, 0.5); letter-spacing: 0 } .effect3{ color: #00A0D9; cursor: pointer; text-shadow: 1px 1px 3px #00A0D9, -1px -1px 3px #00A0D9; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out } @-webkit-keyframes bounce { 0% { top: 30px; } 0% {transform: scale(1)} 100% { top: 0; } 0% { bottom: 30px; } 100% { bottom: 0; } } @keyframes bounce { 0% { top: 30px; } 100% { top: 0; } 0% { bottom: 30px; } 100% { bottom: 0; } } @-webkit-keyframes slider { 0%{-webkit-transform: rotateY(0deg); /* Chrome, Safari, Opera */ transform: rotateY(0deg); -webkit-transform: rotateX(360deg);} 50%{-webkit-transform: rotateY(130deg); /* Chrome, Safari, Opera */ transform: rotateY(130deg); -webkit-transform: rotateX(180deg);} } @keyframes slider { 0%{-webkit-transform: rotateY(0deg); /* Chrome, Safari, Opera */ transform: rotateY(0deg); -webkit-transform: rotateX(360deg);} 50%{-webkit-transform: rotateY(130deg); /* Chrome, Safari, Opera */ transform: rotateY(130deg); -webkit-transform: rotateX(180deg);} } .bounce{ -webkit-animation: bounce 5s linear infinite; animation: bounce 5s linear infinite; -webkit-animation-direction:alternate; animation-direction:alternate; } .slide{ -webkit-animation: slider 120s linear infinite; animation: slider 120s linear infinite; -webkit-animation-direction:alternate; animation-direction:alternate; } .facemove{ position: absolute; left: 350px; top: 300px; -webkit-animation: slider 10s linear infinite; animation: slider 10s linear infinite; -webkit-animation-direction:alternate; animation-direction:alternate; } .slide3{ position: absolute; left: 400px; top: 150px; -webkit-animation: slider 10s linear infinite; animation: slider 10s linear infinite; -webkit-animation-direction:alternate; animation-direction:alternate; } .slide2{ -webkit-animation: slider 4s linear infinite; animation: slider 4s linear infinite; -webkit-animation-direction:alternate; animation-direction:alternate; } .slide4{ position: absolute; left: 150px; top: 300px; -webkit-animation: slider 3s linear infinite; animation: slider 3s linear infinite; -webkit-animation-direction:alternate; animation-direction:alternate; } .timeline-centered .timeline-entry { position: relative; /*width: 50%; float: right;*/ margin-top: 5px; margin-left: 30px; margin-bottom: 10px; clear: both; } .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after { content: " "; display: table; } .timeline-centered .timeline-entry:after { clear: both; } .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after { content: " "; display: table; } .timeline-centered .timeline-entry:after { clear: both; } .timeline-centered .timeline-entry.begin { margin-bottom: 0; } .timeline-centered .timeline-entry.left-aligned { float: left; } .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner { margin-left: 0; margin-right: -18px; } .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time { left: auto; right: -100px; text-align: left; } .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon { float: right; } .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label { margin-left: 0; margin-right: 70px; } .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after { left: auto; right: 0; margin-left: 0; margin-right: -9px; -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .timeline-centered .timeline-entry .timeline-entry-inner { position: relative; margin-left: -20px; } .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after { content: " "; display: table; } .timeline-centered .timeline-entry .timeline-entry-inner:after { clear: both; } .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after { content: " "; display: table; } .timeline-centered .timeline-entry .timeline-entry-inner:after { clear: both; } .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time { position: absolute; left: -100px; text-align: right; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span { display: block; } .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child { font-size: 15px; font-weight: bold; } .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child { font-size: 12px; } .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon { background: #fff; color: #737881; display: block; width: 40px; height: 40px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; text-align: center; -moz-box-shadow: 0 0 0 5px #f5f5f6; -webkit-box-shadow: 0 0 0 5px #f5f5f6; box-shadow: 0 0 0 5px #f5f5f6; line-height: 40px; font-size: 15px; float: left; } .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary { background-color: #303641; color: #fff; } .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary { background-color: #ee4749; color: #fff; } .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success { background-color: #00a651; color: #fff; } .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info { background-color: #21a9e1; color: #fff; } .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning { background-color: #fad839; color: #fff; } .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger { background-color: #cc2424; color: #fff; } .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label { position: relative; background: #f5f5f6; padding: 1em; margin-left: 60px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after { content: ''; display: block; position: absolute; width: 0; height: 0; border-style: solid; border-width: 9px 9px 9px 0; border-color: transparent #f5f5f6 transparent transparent; left: 0; top: 10px; margin-left: -9px; } .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p { color: #737881; font-family: "Noto Sans",sans-serif; font-size: 12px; margin: 0; line-height: 1.428571429; } .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p { margin-top: 15px; } .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 { font-size: 16px; margin-bottom: 10px; } .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a { color: #303641; } .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span { -webkit-opacity: .6; -moz-opacity: .6; opacity: .6; -ms-filter: alpha(opacity=60); filter: alpha(opacity=60); }