Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---menu---
- background: white;
- border-radius: 20px 21px 0px 0px;
- padding: 7px;
- width: 16em;
- transform: rotate(-90deg);
- z-index: 99;
- (mobile)
- width: 16em;
- ---menu embed---
- <style>
- #elementID a:hover {
- webkit-filter: blur(0.5px);
- filter: blur(1px);
- text-decoration: none;
- }
- </style>
- ---containers---
- border-radius: 15px;
- padding: 8px;
- padding-top: 10px;
- width: 13em;
- height: 12.5em;
- overflow-y: scroll;
- z-index: 999;
- ---marks---
- background: white;
- border-radius: 0px 15px 15px 0px;
- width: 5.5em;
- height: 2em;
- padding: 5px;
- z-index: 3;
- (mobile)
- width: 5.5em;
- ---scrollbox---
- background: #FFFFFF7A;
- border: 1px solid white;
- border-radius: 10px 10px 10px 0px;
- padding: 3px;
- padding-top: 10px;
- width: 15em;
- height: 4em;
- overflow-y: scroll;
- bottom: 10px;
Advertisement
Add Comment
Please, Sign In to add comment