Advertisement
izuemis

cr b8nadryl ipod

Apr 16th, 2023
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. CR B8NADRYL
  2.  
  3. 1) please take note not all positioning is accurate! I only did them on how accurate it is on my end ><
  4. 2) scrollbar code is in another pastebin made by b8nadryl
  5. 3) always adjust if necessary :)) i only made this on how it looks good on my laptop, phone and tablet!
  6. _____________________________________________
  7.  
  8. -- FONTS --
  9. @font-face {
  10. font-family: myriad;
  11. src: url(https://dl.dropbox.com/s/x0madkbur0lp2uk/MYRIADPRO-REGULAR.OTF);
  12. }
  13.  
  14. -- IPOD CONTAINER --
  15. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 0px 0px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  16.  
  17. -- WHITE CIRCLE --
  18. box-shadow: inset 10px 0px 6px -10px rgb(66 66 66 / 56%), inset -10px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 0px 0px -10px #ffffff, inset 0px -10px 6px -10px rgb(66 66 66 / 38%);
  19. border-radius: 100%;
  20. width: 8.625em;
  21. height: 8.625em;
  22. position: absolute;
  23. right: 1.3em;
  24. bottom: 1em;
  25.  
  26. -- MENU TEXT ON CIRCLE --
  27. font-family: myriad;
  28. position: relative;
  29. z-index: 999;
  30.  
  31. -- REWIND ICONS --
  32. left: -.25em;
  33.  
  34. -- FORWARD ICON --
  35. position: absolute;
  36. left: .25em;
  37. bottom: 1.97em;
  38.  
  39. mobile:
  40. bottom: 1.74em;
  41.  
  42. -- PAUSE / PLAY ICON --
  43. position: relative;
  44. bottom: 2.5em;
  45.  
  46. mobile:
  47. bottom: 1.7em;
  48.  
  49. -- GRAY CIRCLE ICON --
  50. position: relative;
  51. bottom: -.875em;
  52.  
  53. -- CONTENT CONTAINER --
  54. box-shadow: inset 8px 0px 6px -10px rgb(66 66 66 / 56%), inset -8px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 0px 0px -10px #ffffff, inset 0px -8px 6px -10px rgb(66 66 66 / 38%);
  55. width: 9.9em;
  56. height: 8.25em;
  57. position: absolute;
  58. left: 1.25em;
  59. bottom: 1.3em;
  60.  
  61. -- MENU TEXT --
  62. font-family: myriad;
  63. padding-bottom: 4px;
  64. border-bottom: 1px solid black;
  65.  
  66. -- SCROLLBOX --
  67. font-family: myriad;
  68. padding-top: 5px;
  69. padding-left: 5px;
  70. padding-right: 5px;
  71. height: 7.75em;
  72. overflow: auto;
  73.  
  74. -- BUTTON HOVER --
  75. #buttons01 li a:hover, #buttons02 li a:hover, #buttons03 li a:hover {
  76. color: white;
  77. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement