Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- @font-face {
- font-family: windows;
- src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
- }
- @font-face {
- font-family: dreams;
- src: url(https://dl.dropbox.com/s/i9lg3nchwvgi6p3/dream.ttf);
- }
- #text03 a {
- display: inline-block;
- transition: .2s ease;
- }
- #text03 a:hover {
- transform: translateY(-20%);
- }
- ::-moz-selection { /* EDIT THIS ONE TOO */
- color: #5E5E5E;
- background: #6F2DA8;
- }
- ::selection {
- color: #5E5E5E;
- background: #6F2DA8;
- }
- html {
- overflow: scroll;
- overflow-x: hidden;
- }
- ::-webkit-scrollbar {
- width: 0; /* remove scrollbar space */
- background: transparent; /* to make scrollbar invisible */
- }
- ::-webkit-scrollbar-thumb {
- background: transparent;
- }
- </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>
- <style type="text/css">* {cursor: url(https://cur.cursors-4u.net/food/foo-4/foo346.cur), auto !important;}</style>
- <style>
- #container01 > .wrapper {
- width: 14em;
- height: 25em;
- border-radius: 20px;
- box-shadow: inset 13px 0px 6px -10px rgb(92 92 92 / 50%), inset -13px 0px 6px -10px rgb(92 92 92 / 50%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(92 92 92 / 15%);
- -webkit-filter: drop-shadow(0px 0px 3px #737373);
- }
- #container05 > .wrapper, #container06 > .wrapper, #container07 > .wrapper, #container08 > .wrapper, #container09 > .wrapper {
- width: 12em;
- height: 8em;
- border-radius: 10px;
- border: 2px #F2F2F2 inset;
- position: absolute;
- bottom: 14.2em;
- left: 5em;
- overflow-y: scroll;
- }
- @media only screen and (max-width: 600px) {
- #container05 > .wrapper, #container06 > .wrapper, #container07 > .wrapper, #container08 > .wrapper, #container09 > .wrapper {
- bottom: 14.5em;
- }
- }
- #container02 > .wrapper {
- width: 13em;
- position: absolute;
- bottom: 12em;
- left: 4.5em;
- }
- #container03 > .wrapper {
- width: 13em;
- position: absolute;
- bottom: 8.5em;
- left: 4.5em;
- }
- #container04 > .wrapper {
- width: 13em;
- position: absolute;
- bottom: 1.5em;
- left: 4.5em;
- }
- #buttons01 li a, #buttons02 li a, #buttons03 li a, #buttons04 li a {
- font-family: windows;
- border: 1px solid #696969;
- border-radius: 3px;
- }
- #icons01 li a {
- border: 1px solid #696969;
- }
- #text03, #text04, #text05, #text06, #text07 {
- font-family: windows;
- }
- mark {
- font-size: 1.1em;
- text-shadow: -1px 0 #808080, 0 1px #808080, 1px 0 #808080, 0 -1px #808080;
- background: #D9D9D9;
- padding-left: 5px;
- padding-right: 5px;
- padding-top: 2px;
- padding-bottom: 2px;
- border: 1px solid #696969;
- border-radius: 8px 0;
- }
- strong {
- text-shadow: -1px 0 #808080, 0 1px #808080, 1px 0 #808080, 0 -1px #808080;
- }
- em {
- font-family: dreams;
- font-size: 1.2em;
- color: #404040;
- background: transparent;
- padding: 0;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment