Advertisement
izuemis

cake drop menu crd all codes

Sep 9th, 2022
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. -- MENU --
  2.  
  3. <head>
  4. <link href='https://fonts.googleapis.com/css?family=Mali' rel='stylesheet'>
  5. <style>
  6. body {
  7. font-family: 'Mali';
  8. }
  9. </style>
  10. </head>
  11. <body>
  12. <div style="text-align: center;">
  13. <select onchange='location=this.options[this.selectedIndex].value;' style='width:160px;font-size:.75em;background:white;padding:4px;border:1px solid #000;border-radius: 5px;color: #000;margin-top: 0px;font-family: Mali;position:relative;bottom:12em;z-index:4;''>
  14. <option value="#link">navigate me!</option>
  15. <option value="#one">about me</option>
  16. <option value="#two">rules</option>
  17. <option value="#three">likes</option>
  18. </select>
  19. </div>
  20. </body>
  21.  
  22. -- CSS CODES --
  23.  
  24. <style>
  25.  
  26. @font-face {
  27. font-family: kitten;
  28. src: url(https://dl.dropbox.com/s/iu9a60e3nidrio6/KittenSlantTrial.ttf);
  29. }
  30.  
  31. #image05, #image06, #image07 {
  32. z-index: 100;
  33. position: relative;
  34. bottom: .5em;
  35. }
  36.  
  37. #text01, #text02, #text04, #text06 {
  38. color: white;
  39. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  40. font-family: kitten;
  41. }
  42.  
  43. #text01 {
  44. position: relative;
  45. bottom: 3em;
  46. }
  47.  
  48. #container02 > .wrapper {
  49. border: double 4.3px #000;
  50. border-radius: 10px 10px 0px 0px;
  51. width: 20em;
  52. height: 9.25em;
  53. }
  54.  
  55. #container02 > .wrapper > .inner > :nth-child(2) {
  56. overflow: auto;
  57. height: 7.875em;
  58. padding-bottom: 5px;
  59. }
  60.  
  61. #container03 > .wrapper {
  62. border: double 4.3px #000;
  63. border-radius: 10px 10px 0px 0px;
  64. width: 20em;
  65. height: 9.25em;
  66. }
  67.  
  68. #container03 > .wrapper > .inner > :nth-child(2) {
  69. overflow: auto;
  70. height: 7.875em;
  71. padding-bottom: 5px;
  72. }
  73.  
  74. #container04 > .wrapper {
  75. border: double 4.3px #000;
  76. border-radius: 10px 10px 0px 0px;
  77. width: 20em;
  78. height: 9.25em;
  79. }
  80.  
  81. #container04 > .wrapper > .inner > :nth-child(2) {
  82. overflow: auto;
  83. height: 7.875em;
  84. padding-bottom: 5px;
  85. }
  86.  
  87. </style>
  88.  
  89. -- HIDDEN SCROLLBAR --
  90.  
  91. <style>
  92. ::-webkit-scrollbar { /* to hide scrollbar, you can change it */
  93. display: none;
  94. }
  95. </style>
  96.  
  97. -- MUSIC PLAYER --
  98.  
  99. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  100. <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  101. <style type="text/css">
  102.  
  103. /*-------MUSIC PLAYER BY GLENTHEMES-------*/
  104. #glenplayer02 {
  105. display:flex;
  106. z-index:99;
  107. height: 15px;
  108. position:relative;
  109. bottom:10.3em;
  110. left: 17em;
  111. }
  112.  
  113. #glenplayer02 a {
  114. text-decoration:none;
  115. }
  116.  
  117. #glenplayer02 > div {
  118. align-self:center;
  119. -webkit-align-self:center;
  120. }
  121.  
  122. .music-controls {
  123. user-select:none;
  124. -webkit-user-select:none;
  125. width:25px;
  126. font-size:25px;
  127. cursor:pointer;
  128. }
  129.  
  130. .playy, .pausee {
  131. background: #fff;
  132. -webkit-background-clip: text;
  133. -webkit-text-fill-color: transparent;
  134. -webkit-text-stroke: 1px #000;
  135. } /* color of play & pause buttons */
  136.  
  137. .pausee {
  138. display:none;
  139. }
  140.  
  141. .pausee {
  142. display:none;
  143. }
  144.  
  145. </style>
  146. <div id="glenplayer02">
  147. <div class="music-controls" onclick="songstart();">
  148. <div class="playy">►</div>
  149. <div class="pausee">❚❚</div>
  150. <audio id="tune" src="https://dl.dropbox.com/s/6k5y2s3yx1yoyti/Charli%20XCX%20-%20What%20You%20Think%20About%20Me%20%5BOfficial%20Visualiser%5D.mp3"audio" type="audio"></audio></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement