jellyparty

1999 neocities layout

Jul 2nd, 2022 (edited)
3,886
1
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.21 KB | None | 1 0
  1. <!DOCTYPE HTML>
  2. <head>
  3.  
  4. <!-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  5.  
  6. ┍━━━━━━━━━━━━━━━━━━━━━ 📌 ━━━━━━━━━━━━━━━━━━━━┑
  7. | |
  8. | Created by Emoticon! |
  9. | Credit is really appreciated |
  10. | ^.^ |
  11. | |
  12. | Please contact if there's an issue |
  13. | or if you need help building your website! |
  14. | |
  15. | Reach me on Tumblr |
  16. | https://jellyparty.tumblr.com/ |
  17. | |
  18. ┕━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┙
  19.  
  20. // Useful resources
  21.  
  22. // https://walnutcookie.tumblr.com/post/685546241573142528
  23. // https://http://jellyparty.tumblr.com/tagged/resource
  24.  
  25. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -->
  26.  
  27.  
  28. <title>Neocities Test 2</title>
  29. <meta name="description" content="{MetaDescription}" />
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  31. <link rel="stylesheet" href="https://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  32. <link rel="shortcut icon" href="https://64.media.tumblr.com/c881cf5b3484346277a1997ffbf28873/tumblr_pr080uXzXc1vs5rw4_75sq.gif">
  33.  
  34.  
  35. <style type="text/css">
  36.  
  37. /* basic customization */
  38.  
  39. body{
  40. word-wrap:break-word;
  41. font-size:18px;
  42. font-family:arial;
  43. color:black;
  44. background-color:white;
  45. background-size: fixed;
  46. background-size: cover;}
  47.  
  48. a{
  49. color:#b619ff;
  50. font-weight:bold;
  51. text-decoration:underline;}
  52.  
  53. a:hover{
  54. color:black;
  55. text-decoration:none;
  56. cursor:help;}
  57.  
  58. p{
  59. margin:0 0 10px 0;
  60. padding:10px;}
  61.  
  62. ::selection{
  63. color:white;
  64. background-color:blue;}
  65.  
  66. ::-webkit-scrollbar {
  67. width: 15px;
  68. height: 10px;}
  69.  
  70. ::-webkit-scrollbar-thumb:vertical{
  71. background-color: #fff;
  72. background-image: url(https://i.imgur.com/Qtm9Z60.png);
  73. border-top: 1px solid #bdbdbd;
  74. border-left: 1px solid #bdbdbd;
  75. border-right: 1px solid black;
  76. border-bottom: 1px solid black;}
  77.  
  78. ::-webkit-scrollbar-track {
  79. background-color: #fff;
  80. background-image: url(https://i.imgur.com/IGXGYKz.png);}
  81.  
  82. ::-webkit-scrollbar-button:vertical:increment {
  83. background-image: url(https://i.imgur.com/WhC8iy3.png);
  84. width: 14px;
  85. height: 16px;
  86. border-top: 1px solid #bdbdbd;
  87. border-left: 1px solid #bdbdbd;
  88. border-right: 1px solid black;
  89. border-bottom: 1px solid black;}
  90.  
  91. ::-webkit-scrollbar-button:vertical:decrement {
  92. background-image: url(https://i.imgur.com/fQ18mrR.png);
  93. border-top: 1px solid #bdbdbd;
  94. border-left: 1px solid #bdbdbd;
  95. border-right: 1px solid black;
  96. border-bottom: 1px solid black;
  97. width: 14px;
  98. height: 16px;}
  99.  
  100. /* end basic customization */
  101.  
  102.  
  103. /* sidebar */
  104.  
  105. #side{
  106. left:0px;
  107. width:225px;
  108. height:100%;
  109. top:-1px;
  110. overflow-y:auto;
  111. overflow-x:hidden;
  112. padding-top:5px;
  113. padding-right:10px;
  114. padding-left:5px;
  115. border-right:3px white outset;
  116. background-color:white;
  117. position:fixed;}
  118.  
  119. #desc{
  120. text-align:center;
  121. padding:5px;
  122. overflow:hidden;
  123. margin:10px 0 0 0;
  124. display:block;}
  125.  
  126. .button{
  127. background:transparent;
  128. padding:5px;}
  129. .button:hover{
  130. cursor:help;}
  131.  
  132. #table, th, td{
  133. font-family:ms gothic;
  134. width:100px;
  135. margin:10px 0 0 0;
  136. margin-left:-4px;
  137. text-align:center;
  138. background:transparent;}
  139.  
  140. .side img{
  141. border:3px ridge white;}
  142.  
  143. /* sidebar end */
  144.  
  145.  
  146. /* content */
  147.  
  148. #wrapper{
  149. left:400px;
  150. overflow:auto;
  151. position:absolute;
  152. padding:5px;
  153. top:10px;
  154. overflow-x: hidden;
  155. overflow-y:auto;}
  156.  
  157. #content{
  158. text-align:center;
  159. background:white;
  160. width:500px;
  161. padding:15px;
  162. border:3px outset white;}
  163.  
  164. /* content end */
  165.  
  166.  
  167. /* credit, and pagedoll */
  168.  
  169. #emoticon{
  170. margin:20px 0 0 0;
  171. font-size:13px;}
  172.  
  173. #emoticon a{
  174. text-decoration:none;}
  175.  
  176. #pagedoll{
  177. position:fixed;
  178. right:0px;
  179. bottom:0px;}
  180.  
  181. /* end credit */
  182.  
  183. {CustomCss}
  184. </style>
  185. </head>
  186. <body>
  187. <div id="side">
  188. <div class="side img">
  189. <img style="margin:0 0 5px 0" src="https://64.media.tumblr.com/9ff649d8239a9ae3dc674272fe4fd1d6/b4dd669dd90e8f48-c5/s540x810/509914bf78a4433a10fb142be5d9bf260a2157cc.png" width="220px"></div>
  190. <audio id="music" src="use https://catbox.moe/"></audio>
  191. <button style="background-color:transparent; font-family:ms gothic; border:0px; width:235px; margin-left:-5px; font-size:18px" onclick="playpause()">
  192. <div class="button">&#9654; <marquee style="width:180px; font-size:18px; font-family:ms gothic; margin-bottom:-5px; background:transparent;">Song title by Artist </marquee></div></button>
  193. <script>
  194. let player = document.getElementById("music"); //the audio id
  195. let btn = document.getElementById("btn"); //the button id
  196. isPlaying = false; //set to false because it is not playing yet
  197.  
  198. function playpause() {
  199. if (!isPlaying) play(); //if isPlaying is false, then play the music
  200. else pause(); //if isPlaying is true, then pause the music
  201. }
  202.  
  203. function play(){
  204. player.play(); //play the music
  205. isPlaying = true; //set to true because the music is playing
  206. btn.innerHTML = "pause"; //change the button to say pause
  207. }
  208.  
  209. function pause(){
  210. player.pause(); //pause the music
  211. isPlaying = false; //set to false because the music is not playing
  212. btn.innerHTML = "play"; //change the button to say play
  213. }
  214.  
  215. player.onended = function(){
  216. isPlaying = false; //the song has ended, isPlaying is false
  217. btn.innerHTML = "play"; //change the button to say play
  218. }
  219. </script>
  220.  
  221. <table style="border:3px ridge white; overflow:auto; width:100%; background:transparent;">
  222. <tr>
  223. <td style="border:3px outset white"><a href="/">first</a>
  224. </td>
  225. </tr>
  226. <tr>
  227. <td style="border:3px outset white"><a href="/">second</a>
  228. </td>
  229. </tr>
  230. <tr>
  231. <td style="border:3px outset white"><a href="/">third</a>
  232. </td>
  233. </tr>
  234. <tr>
  235. <td style="border:3px outset white"><a href="/">fourth</a>
  236. </td>
  237. </tr>
  238. <tr>
  239. <td style="border:3px outset white;"><a href="/">fifth</a>
  240. </td>
  241. </tr>
  242. <tr>
  243. <td style="border:3px outset white;"><a href="/">LOL</a>
  244. </td>
  245. </tr>
  246. </table>
  247.  
  248. <div id="desc">
  249.  
  250. Put whatever you'd like, or nothing at all
  251.  
  252. <!-- credit. you can change what this link looks like but i'd still really appreciate being credited for the base! -->
  253. <div id="emoticon">
  254. <a href="https://walnutcookie.tumblr.com/">&#9400;</a>
  255. </div>
  256. <!-- credit end -->
  257.  
  258. </div>
  259. </div>
  260.  
  261. <div id="wrapper">
  262. <div id="content">
  263. <center>Have fun <img src="https://64.media.tumblr.com/tumblr_m1hucbIMqt1qcuqz3.gif"></center>
  264. </div>
  265. </div>
  266.  
  267. <div id="pagedoll">
  268. <a href="/" width="100"></a>
  269. </div>
  270.  
  271. </body>
  272. </html>
Comments
  • EGGSTROVERT9000
    265 days
    # text 0.35 KB | 0 0
    1. HELLO!! I AM NEW TO NEOCITIES AND HTML ANDDD I MAY OR MAY NOT BE HAVING A LIL TROUBLE! IF YOU COULD BE SO SO SO KIND AS TO EXPLAIN WHAT AN AUDIO ID IS OR WHERE TO FIND OR EXTRACT IT? :3 LIKE WHERE IT SAYS let player = document. getElementById("music"); //the audio id WHAT SHOULD I ADD AND WHERE? IF YOU SEE THIS I WILL LOVE YOU AND FOREVER BE IN YOUR DEBT
Add Comment
Please, Sign In to add comment