Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- ::-webkit-scrollbar {
- width: 13px;
- height: 10px;
- }
- ::-webkit-scrollbar-thumb {
- background: linear-gradient(90deg, rgba(238,238,238,1) 38%, rgba(206,206,206,1) 62%);
- border: 1.5px solid #888888;
- border-radius: 5px;
- }
- ::-webkit-scrollbar-track {
- background: linear-gradient(90deg, rgba(230,230,230,1) 6%, rgba(240,240,240,1) 18%);
- }
- ::-webkit-scrollbar-button {
- display: block;
- width: 14px;
- height: 16px;
- }
- ::-webkit-scrollbar-button:vertical:start:decrement {
- background: white;
- box-shadow: inset 0 7px 5px -7px white, inset 7px 0 5px -7px gray, inset -7px 0 5px -7px gray, inset 0 -7px 5px -7px gray;
- border: 1.5px solid #888888;
- border-radius: 5px;
- }
- ::-webkit-scrollbar-button:vertical:start:increment {
- display: none;
- }
- ::-webkit-scrollbar-button:vertical:end:decrement {
- display: none;
- }
- ::-webkit-scrollbar-button:vertical:end:increment {
- background: white;
- box-shadow: inset 0 7px 5px -7px white, inset 7px 0 5px -7px gray, inset -7px 0 5px -7px gray, inset 0 -7px 5px -7px gray;
- border: 1.5px solid #888888;
- border-radius: 5px;
- }
- </style>
- <style>
- #container05 > .wrapper, #container06 > .wrapper, #container08 > .wrapper, #container09 > .wrapper, #container11 > .wrapper, #container12 > .wrapper {
- -webkit-animation: bounce-in-top 1.1s both;
- animation: bounce-in-top 1.1s both;
- }
- /* ----------------------------------------------
- * Generated by Animista on 2023-1-30 23:30:25
- * Licensed under FreeBSD License.
- * See http://animista.net/license for more info.
- * w: http://animista.net, t: @cssanimista
- * ---------------------------------------------- */
- /**
- * ----------------------------------------
- * animation bounce-in-top
- * ----------------------------------------
- */
- @-webkit-keyframes bounce-in-top {
- 0% {
- -webkit-transform: translateY(-500px);
- transform: translateY(-500px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- opacity: 0;
- }
- 38% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- opacity: 1;
- }
- 55% {
- -webkit-transform: translateY(-65px);
- transform: translateY(-65px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 72% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 81% {
- -webkit-transform: translateY(-28px);
- transform: translateY(-28px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 90% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 95% {
- -webkit-transform: translateY(-8px);
- transform: translateY(-8px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 100% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- }
- @keyframes bounce-in-top {
- 0% {
- -webkit-transform: translateY(-500px);
- transform: translateY(-500px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- opacity: 0;
- }
- 38% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- opacity: 1;
- }
- 55% {
- -webkit-transform: translateY(-65px);
- transform: translateY(-65px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 72% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 81% {
- -webkit-transform: translateY(-28px);
- transform: translateY(-28px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 90% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 95% {
- -webkit-transform: translateY(-8px);
- transform: translateY(-8px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 100% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- }
- </style>
- <style>
- #container07 > .wrapper, #container10 > .wrapper, #container13 > .wrapper {
- -webkit-animation: slide-in-blurred-right 1s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
- animation: slide-in-blurred-right 1s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
- }
- /* ----------------------------------------------
- * Generated by Animista on 2023-1-31 3:24:30
- * Licensed under FreeBSD License.
- * See http://animista.net/license for more info.
- * w: http://animista.net, t: @cssanimista
- * ---------------------------------------------- */
- /**
- * ----------------------------------------
- * animation slide-in-blurred-right
- * ----------------------------------------
- */
- @-webkit-keyframes slide-in-blurred-right {
- 0% {
- -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
- transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
- -webkit-transform-origin: 0% 50%;
- transform-origin: 0% 50%;
- -webkit-filter: blur(40px);
- filter: blur(40px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateX(0) scaleY(1) scaleX(1);
- transform: translateX(0) scaleY(1) scaleX(1);
- -webkit-transform-origin: 50% 50%;
- transform-origin: 50% 50%;
- -webkit-filter: blur(0);
- filter: blur(0);
- opacity: 1;
- }
- }
- @keyframes slide-in-blurred-right {
- 0% {
- -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
- transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
- -webkit-transform-origin: 0% 50%;
- transform-origin: 0% 50%;
- -webkit-filter: blur(40px);
- filter: blur(40px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateX(0) scaleY(1) scaleX(1);
- transform: translateX(0) scaleY(1) scaleX(1);
- -webkit-transform-origin: 50% 50%;
- transform-origin: 50% 50%;
- -webkit-filter: blur(0);
- filter: blur(0);
- opacity: 1;
- }
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement