Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <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;
- }
- if(e.ctrlKey && e.shiftKey && e.keyCode == 'C'.charCodeAt(0)){
- return false;
- }
- }
- </script>
- <style>
- html {
- overflow: scroll;
- overflow-x: hidden;
- }
- ::-webkit-scrollbar {
- width: 0; /* remove scrollbar space */
- background: transparent; /* to make scrollbar invisible */
- }
- ::-webkit-scrollbar-thumb {
- background: transparent;
- }
- @font-face {
- src: url(https://dl.dropbox.com/s/ktlx5w7t8gk42nb/SakeMoru-Regular.ttf);
- font-family: SakeMoru;
- }
- @font-face {
- font-family: 'Magica';
- src: url(https://static.tumblr.com/p6yopnt/Qkiqnu0r5/theheart.ttf);
- }
- @font-face {
- src: url(https://dl.dropbox.com/s/1fln6ooh5ffwf32/Neurock%20Solid.ttf);
- font-family: Neurock;
- }
- #text01, #text03, #text05 {
- animation: rubberBand 0.9s;
- animation-iteration-count: infinite;
- font-family: SakeMoru;
- background: #457C8F;
- border-radius: 50%;
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- }
- faret {
- 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.75, 1);
- }
- 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);
- }
- }
- #text02, #text04, #text06 {
- font-family: 'Magica';
- overflow-y: scroll;
- height: 12em;
- }
- mark {
- border: 1px solid black;
- border-radius: 5px 0px 5px 0px;
- color: white;
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- background: linear-gradient(90deg, #0F2B3C 25%, white 50%, #0F2B3C 75%);
- padding: 2px;
- font-family: Neurock;
- font-size: 0.5em;
- }
- #container08 > .wrapper, #container09 > .wrapper, #container10 > .wrapper {
- position: absolute;
- z-index: 9999;
- top: -24em;
- left: -2.5em;
- width: 11em;
- height: 19.5em;
- }
- #container01 > .wrapper {
- position: absolute;
- z-index: 9;
- top: -21em;
- left: 8em;
- }
- #container02 > .wrapper {
- position: absolute;
- z-index: 99;
- top: -11em;
- left: 9em;
- width: 5em;
- }
- #container03 > .wrapper {
- position: absolute;
- z-index: 99;
- top: -15em;
- left: 22em;
- }
- #container04 > .wrapper {
- position: absolute;
- z-index: 9;
- top: -11em;
- left: 10.5em;
- }
- #container05 > .wrapper {
- position: absolute;
- z-index: 9;
- top: -8em;
- left: 12em;
- }
- #container06 > .wrapper {
- position: absolute;
- z-index: 999;
- top: -0.5em;
- left: 19em;
- }
- #container07 > .wrapper {
- position: absolute;
- z-index: 99;
- top: -0.5em;
- left: 0em;
- }
- #buttons01 li a {
- border: 1px solid white;
- font-family: 'Magica';
- box-shadow: inset 13px 0px 6px -10px rgb(190 190 190 / 60%), inset -13px 0px 6px -10px rgb(190 190 190 / 60%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(190 190 190 / 60%);
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment