Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- MAIN CONTAINER ---
- border-radius: 8px;
- width: 160px;
- height: 387px;
- (mobile)
- width: 100px;
- height: 258px;
- --- BOX SHADOW for GALLERY ---
- box-shadow: 3px 3px #ffbdce, 7px 7px #e4cee7, 10px 10px #c8deff;
- --- TEXT SHADOW for GALLERY ---
- text-shadow: -1px 0 #ffbdce, 0 1px #ffbdce, 1px 0 #ffbdce, 0 -1px #ffbdce, 2px 1px 1px #85b6ff;
- --- BLUR ON HOVER ---
- #elementID a:hover {
- webkit-filter: blur(1px);
- filter: blur(1px);
- }
- --- OTHER CONTAINERS ---
- border-radius: 8px;
- width: 270px;
- height: 388px;
- position: absolute;
- top: -22.3em;
- right: 0.6em;
- (mobile)
- width: 210px;
- height: 258px;
- position: absolute;
- top: -21.5em;
- right: -1em;
- --- FOGMASK ---
- #elementID {
- -webkit-mask-image: url(https://i.ibb.co/PTDHc2h/fogmask.png);
- -webkit-mask-size: 100%;
- -webkit-mask-repeat: no-repeat;
- -webkit-mask-position: center;
- }
- --- NAME TEXT ---
- font-family:chick;
- text-shadow: -1px 0 #F5A9E0, 0 1px #AFA9F5, 1px 0 #AFA9F5, 0 -1px #F5A9E0, 2px 1px 1px #000000;
- --- INFO TEXT ---
- text-shadow: -1px 0 #F5A9E0, 0 1px #000, 1px 0 #000, 0 -1px #F5A9E0, 0 0;
- --- TEXT SHADOW ---
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- --- FONT ---
- @font-face {
- font-family:chick; src:url(https://dl.dropbox.com/s/wrt1sab5vv6r25n/CHICK___.TTF);
- }
- --- SCROLLBAR ---
- <style>
- #scroll {
- }
- .scroll {
- } /* width */
- ::-webkit-scrollbar {
- width: 10px;
- } /* Track */
- ::-webkit-scrollbar-track {
- border-radius: 10px;
- } /* Handle */
- ::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #f6cece 0%, #ced8f6 100%); border-radius: 10px;
- } /* Handle on hover */
- ::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, #f6cece 0%, #fffab1 0%, #ced8f6 100%);
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment