Advertisement
izuemis

cr jellymask, blogger & libertarian

Oct 24th, 2022 (edited)
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. CR BLOGGER, LIBERTARIAN & JELLYMASK WHEN REMAKING
  2.  
  3. -- FONTS --
  4. @font-face {
  5. font-family: emoji;
  6. src: url(https://dl.dropbox.com/s/cvba4kh6qm23mru/EmojiFont.ttf);
  7. }
  8.  
  9. @font-face {
  10. font-family: pixel;
  11. src: url(https://dl.dropbox.com/s/kmhe7d3n18vdz5e/w95fa.woff?dl=0);
  12. }
  13.  
  14. -- MAIN CONTAINER --
  15. box-shadow: inset -1px -1px #0a0a0a, inset 1px 0px #fff, inset -2px -2px grey, inset 2px 0px #dfdfdf;
  16.  
  17. -- IMAGE --
  18. border: 2px inset;
  19. border-radius: 0.5rem;
  20.  
  21. -- BUTTONS --
  22. font-family: pixel;
  23. box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 0px #dfdfdf;
  24.  
  25. #buttons01, #buttons02 {
  26. transition: .2s ease;
  27. }
  28.  
  29. #buttons01 a:hover, #buttons02 a:hover{
  30. transform: translateY(-20%);
  31. }
  32.  
  33. -- CREDIT TEXT --
  34. font-family: pixel;
  35. background: #d0d2a9;
  36. padding: 5px;
  37. border: 2px inset;
  38. border-radius: 6px;
  39.  
  40. -- SCROLLBOX CONTAINER --
  41. width: 16.25em;
  42. height: 19.25em;
  43. position: absolute;
  44. right: 0.75em;
  45. bottom: 3em;
  46. border: 2px inset;
  47. border-radius: 10px;
  48. overflow: auto;
  49.  
  50. MOBILE:(use media rule)
  51. width: 13.625em;
  52. height: 18.25em;
  53. position: absolute;
  54. right: 0.75em;
  55. bottom: 2.5em;
  56.  
  57. -- SCROLLBOX TEXT --
  58. font-family: pixel;
  59.  
  60. -- LINKS ON HOVER --
  61. a { transition: .4s; }
  62. a:hover { letter-spacing: 2px; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement