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);
- }
- #windows {
- font-family: windows;
- font-size: 20px;
- }
- @font-face {
- src: url(https://dl.dropbox.com/s/ktlx5w7t8gk42nb/SakeMoru-Regular.ttf);
- font-family: SakeMoru;
- }
- @keyframes floating {
- 0% { transform: translate(0, 0px); }
- 50% { transform: translate(0, 15px); }
- 100% { transform: translate(0, -0px); }
- }
- #image01 .frame {
- border-radius: 25px 0px 25px 0px;
- }
- #container01 > .wrapper {
- border-radius: 100%;
- height: 10em;
- width: 10em;
- position: absolute;
- z-index: 999;
- top: -16em;
- left: 8em;
- animation-name: floating;
- animation-duration: 3s;
- animation-iteration-count: infinite;
- animation-timing-function: ease-in-out;
- }
- #text01 {
- bottom: -1.5em;
- font-family: SakeMoru;
- }
- #container02 > .wrapper {
- border-radius: 5px 5px 5px;
- height: 2.5em;
- width: 10em;
- position: absolute;
- z-index: 9;
- top: -3.5em;
- box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
- left: 2.625em;
- }
- #image02 .frame, #image03 .frame, #image04 .frame {
- border-radius: 25px 20px 25px 0px;
- position: absolute;
- z-index: 8;
- top: -22em;
- left: 16em;
- }
- #container03 > .wrapper, #container04 > .wrapper, #container05 > .wrapper {
- border-radius: 100px 100px 0px 0px;
- height: 16.5em;
- width: 15em;
- position: absolute;
- z-index: 0;
- top: -16.5em;
- box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
- left: 16em;
- overflow-y: scroll;
- }
- #text02, #text04, #text06, #text08, #text10, #text12 {
- font-family: SakeMoru;
- box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
- border-radius: 25px 0px 25px 0px;
- border: 3px solid #B62AE9;
- background: #EBCFED;
- font-size: 1.5em;
- padding: 7px;
- }
- #text03, #text05, #text07, #text09, #text11, #text13 {
- font-family: windows;
- border: 2px solid black;
- border-radius: 5px 5px 5px 5px;
- padding: 5px;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment