Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- * PLEASE CREDIT IOBI WHEN REMAKING *
- --- LEFT SCROLLBOX ---
- overflow: auto;
- height: 6em;
- (mobile)
- padding-top: 3px;
- (Text: Highlight)
- font-family: winkle;
- border: 1px solid #000;
- border-radius: 5px;
- padding: 2px;
- --- RIGHT SCROLLBOX ---
- overflow: auto;
- height: 12em;
- border: 1px solid white;
- border-radius: 5px;
- padding: 5px;
- background: #FFFCFD;
- --- WINKLE FONT ---
- <style>
- @font-face {
- src: url(https://dl.dropbox.com/s/mes7b666uvig5wc/Winkle-Regular.otf);
- font-family: winkle;
- }
- </style>
- --- HIDE SCROLLBAR ---
- <style>
- html {
- overflow: scroll;
- overflow-x: hidden;
- }
- ::-webkit-scrollbar {
- width: 0; /* Remove scrollbar space */
- background: transparent; /* Optional: just make scrollbar invisible */
- }
- /* Optional: show position indicator in red */
- ::-webkit-scrollbar-thumb {
- background: #FF0000;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment