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:'rosalie';
- src: url(https://dl.dropbox.com/s/xqlz6p59syect4a/rosalie.regular.otf);
- }
- #text01, #text02 {
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- font-family:'rosalie';
- z-index: 999;
- }
- #text02 mark {
- text-shadow: none;
- }
- #image01 .frame {
- transform: rotate(-10deg);
- position: absolute;
- z-index: 99;
- top: -1.5em;
- left: -0.5em;
- }
- #image02 .frame {
- transform: rotate(-15deg);
- position: absolute;
- z-index: 99;
- top: 3em;
- left: -2em;
- }
- #container01 > .wrapper {
- transform: rotate(5deg);
- position: absolute;
- z-index: 9;
- top: -3em;
- left: 10em;
- }
- #container02 > .wrapper {
- z-index: 9999;
- position: absolute;
- top: 8.375em;
- left: 10em;
- }
- #container03 > .wrapper, #container04 > .wrapper, #container05 > .wrapper {
- z-index: 99;
- transform: rotate(5deg);
- position: absolute;
- top: 1em;
- height: 4em;
- overflow-y: scroll;
- left: 13.25em;
- width: 10em;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment