Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <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 {
- font-family: windows;
- src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
- }
- @font-face {
- font-family:'kiwi';
- src: url(https://dl.dropbox.com/s/388cvx0do21kj3n/KiwiSoda.ttf);
- }
- #container03 > .wrapper, #container11 > .wrapper {
- width: 11em;
- position: absolute;
- z-index: 9;
- top: -23em;
- left: -3em;
- }
- #container04 > .wrapper, #container12 > .wrapper {
- width: 11em;
- position: absolute;
- z-index: 9;
- top: -21.75em;
- left: -3em;
- }
- #container05 > .wrapper, #container13 > .wrapper {
- width: 11em;
- position: absolute;
- z-index: 9;
- top: -18em;
- left: -3em;
- }
- #container06 > .wrapper, #container14 > .wrapper {
- width: 11em;
- position: absolute;
- z-index: 9;
- top: -16.75em;
- left: -3em;
- height: 9em;
- overflow-y: scroll;
- }
- #container07 > .wrapper, #container15 > .wrapper {
- width: 11em;
- position: absolute;
- z-index: 9;
- top: -27em;
- left: 10em;
- }
- #container08 > .wrapper, #container16 > .wrapper {
- width: 11em;
- position: absolute;
- z-index: 9;
- top: -26em;
- left: 10em;
- }
- #container09 > .wrapper, #container17 > .wrapper {
- width: 11em;
- position: absolute;
- z-index: 9;
- top: -13.5em;
- left: 10em;
- }
- #container10 > .wrapper, #container18 > .wrapper {
- width: 11em;
- position: absolute;
- z-index: 9;
- top: -12.5em;
- left: 10em;
- }
- #text01, #text02, #text04, #text05 {
- font-family:'kiwi';
- -webkit-text-stroke: .5px black;
- }
- #text03, #text06 {
- font-family: windows;
- }
- mark {
- font-family:'kiwi';
- color: black;
- border-radius: 100px;
- padding: 2px;
- font-size: 1.125em;
- border: 1px solid black;
- }
- @media only screen and (max-width: 600px) {
- #container07, #container08, #container09, #container10, #container15, #container16, #container17, #container18 {
- left: 3em;
- }
- }
- </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;
- }
- if(e.ctrlKey && e.shiftKey && e.keyCode == 'C'.charCodeAt(0)){
- return false;
- }
- }
- </script>
Advertisement
Add Comment
Please, Sign In to add comment