Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- @font-face {
- src: url(https://dl.dropbox.com/s/nmwc5us5l9ba39d/Grandelo.ttf);
- font-family: grandelo;
- }
- @font-face {
- font-family:'kiwi';
- src: url(https://dl.dropbox.com/s/388cvx0do21kj3n/KiwiSoda.ttf);
- }
- @font-face {
- font-family: windows;
- src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
- }
- </style>
- <html>
- <body oncontextmenu="return false"></html>
- <script>
- document.onkeydown = function(e) {
- if(event.keyCode == 123) {
- return false;
- }
- if(e.ctrlKey && e.shiftKey && e.keyCode == 'I'.charCodeAt(0)){
- return false;
- }
- if(e.ctrlKey && e.shiftKey && e.keyCode == 'J'.charCodeAt(0)){
- return false;
- }
- if(e.ctrlKey && e.keyCode == 'U'.charCodeAt(0)){
- return false;
- }
- }
- </script>
- <style>
- ::-webkit-scrollbar {
- width: 16px
- }
- ::-webkit-scrollbar-corner {
- background: #eee
- }
- ::-webkit-scrollbar-track:vertical {
- background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
- }
- ::-webkit-scrollbar-thumb {
- border: 1.5px solid #888;
- border-radius: 3px;
- box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
- background-color: #eee;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background: url("https://dl.dropbox.com/s/9a29qbkza3gmgl7/scroll1.png"), linear-gradient(90deg, #eee 45%, #ddd 0, #bbb);
- background-repeat: no-repeat;
- background-size: 65% auto, cover;
- background-position: center;
- }
- ::-webkit-scrollbar-button:vertical:end:increment,
- ::-webkit-scrollbar-button:vertical:start:decrement {
- display: block
- }
- ::-webkit-scrollbar-button:vertical {
- height: 15px
- }
- ::-webkit-scrollbar-button:vertical:start:decrement {
- background: white;
- background: url("https://dl.dropbox.com/s/n9ji42h9hdgdtpc/scroll3.png"), linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
- background-repeat: no-repeat;
- background-position: center;
- -moz-background-size: 100% auto, cover;
- -webkit-background-size: 100% auto, cover;
- -o-background-size: 100% auto, cover;
- background-size: 100% auto, cover;
- background-position: center;
- border-radius: 0 3px 0 0;
- }
- ::-webkit-scrollbar-button:vertical:start:increment {
- display: none;
- }
- ::-webkit-scrollbar-button:vertical:end:decrement {
- display: none;
- }
- ::-webkit-scrollbar-button:vertical:end:increment {
- background: white;
- background: url("https://dl.dropbox.com/s/cdcco6pih7n1lae/scroll4.png"), linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
- background-repeat: no-repeat;
- background-position: center;
- -moz-background-size: 100% auto, cover;
- -webkit-background-size: 100% auto, cover;
- -o-background-size: 100% auto, cover;
- background-size: 100% auto, cover;
- background-position: center;
- border-radius: 0 0 3px 0;
- }
- </style>
- <img src="https://dl.dropbox.com/scl/fi/xb8mg8g5vbar7aly0heya/download-8.png?rlkey=vbodwjg00891ksz36brvn5we6&st=g8c6qq19&dl=0.png" class="rotate" width="120" height="120" />
- <style>
- .rotate {
- animation: rotation 8s infinite linear;
- position: absolute;
- right: -5em;
- bottom: -1em;
- }
- @media only screen and (max-width: 600px) {
- .rotate {
- width: 90px;
- height: 90px;
- position: absolute;
- right: -3em;
- bottom: -.6em;
- }
- }
- @keyframes rotation {
- from {
- transform: rotate(0deg);
- }
- to {
- transform: rotate(359deg);
- }
- }
- </style>
- <style>
- #text01 {
- text-align:center;
- line-height: 60px;
- animation: rubberBand 0.9s;
- animation-iteration-count: infinite;
- font-family: grandelo;
- position: absolute;
- right: 0.7em;
- bottom: 0.56em;
- }
- fart {
- transform: scale3d(1, 1, 1);
- }
- @-webkit-keyframes rubberBand {
- 0% {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
- 30% {
- -webkit-transform: scale3d(1.25, 0.75, 1);
- transform: scale3d(1.25, 0.5, 0.15);
- }
- 40% {
- -webkit-transform: scale3d(0.75, 1.25, 1);
- transform: scale3d(0.75, 1.25, 1);
- }
- 50% {
- -webkit-transform: scale3d(1.15, 0.85, 1);
- transform: scale3d(1.15, 0.85, 1);
- }
- 65% {
- -webkit-transform: scale3d(.95, 1.05, 1);
- transform: scale3d(.95, 1.05, 1);
- }
- 75% {
- -webkit-transform: scale3d(1.05, .95, 1);
- transform: scale3d(1.05, .95, 1);
- }
- 100% {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
- }
- </style>
- <style>
- #divider02 {
- position: absolute;
- bottom: 2.5em;
- width: 15em;
- }
- #divider01 {
- width: 15em;
- }
- #container02 > .wrapper {
- width: 50%;
- height: 5em;
- transform: rotate(-3deg);
- overflow-y: scroll;
- }
- #container03 > .wrapper {
- width: 50%;
- height: 5em;
- transform: rotate(3deg);
- overflow-y: scroll;
- }
- #container04 > .wrapper {
- width: 50%;
- height: 5em;
- transform: rotate(-3deg);
- overflow-y: scroll;
- }
- #container05 > .wrapper {
- width: 60%;
- height: 17.2em;
- position: absolute;
- right: -3em;
- bottom: 1.4em;
- overflow-y: scroll;
- }
- #text14 {
- font-family: windows;
- position: relative;
- right: 2.5em;
- bottom: 1em;
- }
- #text02, #text04, #text06 {
- font-family:'kiwi';
- -webkit-text-stroke: 0.1px white;
- -webkit-filter: drop-shadow(4px 1px 1px #4C8CAC);
- }
- #text08, #text10, #text12 {
- font-family:'kiwi';
- -webkit-text-stroke: 1px white;
- -webkit-filter: drop-shadow(4px 1px 1px #F29C46);
- }
- #text03, #text05, #text07, #text09, #text11, #text13 {
- font-family: windows;
- }
- @media only screen and (max-width: 600px) {
- #text04, #text08, #text10, #text12, #text02, #text06 {
- -webkit-text-stroke: 0.5px white;
- }
- }
- @media only screen and (max-width: 600px) {
- #text01 {
- right: -1em;
- }
- }
- @media only screen and (max-width: 600px) {
- #container05 {
- width: 85%;
- right: -1.5em;
- }
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment