Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <!---
- Miku Miku ♡ neocities layout by amalfigin
- if you need help, just ask me on my tumblr blog: https://www.tumblr.com/amalfigintonic/
- --->
- <meta charset="UTF-8">
- <!-- favicon & title -->
- <title> Miku Miku ♡ </title>
- <link rel="icon" type="image/x-icon" href="https://i.postimg.cc/Bb959LSz/cd825e5e.png">
- <!-- css please don't touch this -->
- <link href="/style.css" rel="stylesheet" type="text/css" media="all">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
- <!-- moving title -->
- <script>
- var documentTitle = document.title + " ˚。୨୧˚ ";
- (function titleMarquee() {
- document.title = documentTitle = documentTitle.substring(1) + documentTitle.substring(0,1);
- setTimeout(titleMarquee, 200);
- })();
- </script>
- <!-- mouse sound effect -->
- <script>
- // Mouseover/ Click sound effect- by JavaScript Kit (www.javascriptkit.com)
- // Visit JavaScript Kit at http://www.javascriptkit.com/ for full source code
- //** Usage: Instantiate script by calling: var uniquevar=createsoundbite("soundfile1", "fallbackfile2", "fallebacksound3", etc)
- //** Call: uniquevar.playclip() to play sound
- var html5_audiotypes={ //define list of audio file extensions and their associated audio types. Add to it if your specified audio file isn't on this list:
- "mp3": "audio/mpeg",
- "mp4": "audio/mp4",
- "ogg": "audio/ogg",
- "wav": "audio/wav"
- }
- function createsoundbite(sound){
- var html5audio=document.createElement('audio')
- if (html5audio.canPlayType){ //check support for HTML5 audio
- for (var i=0; i<arguments.length; i++){
- var sourceel=document.createElement('source')
- sourceel.setAttribute('src', arguments[i])
- if (arguments[i].match(/\.(\w+)$/i))
- sourceel.setAttribute('type', html5_audiotypes[RegExp.$1])
- html5audio.appendChild(sourceel)
- }
- html5audio.load()
- html5audio.playclip=function(){
- html5audio.pause()
- html5audio.currentTime=0
- html5audio.play()
- }
- return html5audio
- }
- else{
- return {playclip:function(){throw new Error("Your browser doesn't support HTML5 audio unfortunately")}}
- }
- }
- //Initialize two sound clips with 1 fallback file each:
- var mouseoversound=createsoundbite("https://a.tumblr.com/tumblr_ojrn7aGBii1w2e2oyo1.mp3")
- var clicksound=createsoundbite("https://a.tumblr.com/tumblr_ojrmy55yUN1w2e2oyo1.mp3")
- </script>
- <script>
- document.getElementById("img").addEventListener("click", function(){
- document.getElementById("audio").play();
- });
- </script>
- <style>
- /****** scrollbar ******/
- * {
- scrollbar-width: none;
- }
- ::-webkit-scrollbar { display: none; }
- /****** selection ******/
- ::selection {
- background: #ADD8E6;
- color:white;
- }
- ::-moz-selection {
- background: #ADD8E6;
- color:white;
- }
- /****** fonts ******/
- @font-face{
- font-family:mamemoji;
- src:url(https://dl.dropbox.com/s/y0um53c5m3g66dn/mamemoji.ttf?);
- }
- @font-face {
- font-family: to japan;
- src: url(https://dl.dropbox.com/s/kdr109v6f0scyh6/To%20Japan.ttf);
- }
- #japon {
- font-family: to japan;
- font-size:20px;
- }
- @font-face{
- font-family: Rounded;
- src: url(https://files.catbox.moe/ur2f53.ttf);
- }
- /****** cursor ******/
- * {cursor: url('https://i.postimg.cc/VsJ06MW3/tumblr-inline-p8c0ynqh-Yk1rhwzwl-75sq.gif'), auto !important;}
- * {a:hover url('https://i.postimg.cc/VsJ06MW3/tumblr-inline-p8c0ynqh-Yk1rhwzwl-75sq.gif'), pointer !important;}
- /****** body ******/
- body{
- background-image: url("https://i.postimg.cc/jjSkYk2F/tumblr-8a201533a10d8c6a1044780cfc122b43-fa21c5f1-100.webp");
- color: #87CEEB;
- font-family: mamemoji;
- font-size: 20px;
- }
- /****** links ******/
- a:link {
- color: #ADD8E6;
- background-color: transparent;
- text-decoration: none;
- }
- a:visited {
- color: #ADD8E6;
- background-color: transparent;
- text-decoration: none;
- }
- a:hover {
- color: #ADD8E6;
- text-shadow: #A7C7E7 0 0 10px;
- text-decoration: underline;
- }
- /****** divider ******/
- hr {
- border-top: 1px solid #87CEEB;
- border-bottom: none;
- }
- /****** title ******/
- #title{
- font-family:Rounded;
- font-size: 50px;
- position: absolute;
- top: 5px;
- left: 5px;
- }
- /****** containers ******/
- .sidebar{
- width: 150px;
- height: 500px;
- background-color: white;
- border: 3px double #ADD8E6;
- padding: 10px;
- position: absolute;
- top: 100px;
- left: 300px;
- }
- .minibox{
- width: 125px;
- height: 100px;
- background-color: white;
- border: 3px double #ADD8E6;
- padding: 10px;
- overflow: auto;
- }
- .header{
- width: 502px;
- height: 70px;
- background-image: linear-gradient(white,#ADD8E6);
- border: 2px solid #ADD8E6;
- border-radius:10px 10px 0px 0px;
- padding: 10px;
- position: absolute;
- top: 100px;
- left: 500px;
- }
- .bigbox{
- width: 500px;
- height: 390px;
- background-color: white;
- border: 3px double #ADD8E6;
- padding: 10px;
- position: absolute;
- top: 210px;
- left: 500px;
- overflow: auto;
- }
- .rightsidebar{
- width: 150px;
- height: 500px;
- background-color: white;
- border: 3px double #ADD8E6;
- padding: 10px;
- position: absolute;
- top: 100px;
- left: 1050px;
- overflow: auto;
- }
- </style>
- </head>
- <body>
- <div>
- <div class="sidebar">
- <div id="japon"> LINKS !!</div>
- <img src="https://i.postimg.cc/gJPrGvh3/4238bc75.gif"> <a href="/" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()">link</a><br>
- <img src="https://i.postimg.cc/gJPrGvh3/4238bc75.gif"> <a href="/" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()">link</a><br>
- <img src="https://i.postimg.cc/gJPrGvh3/4238bc75.gif"> <a href="/" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()">link</a><br>
- <img src="https://i.postimg.cc/gJPrGvh3/4238bc75.gif"> <a href="/" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()">link</a><br>
- <img src="https://i.postimg.cc/gJPrGvh3/4238bc75.gif"> <a href="/" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()">link</a><br>
- <img src="https://i.postimg.cc/gJPrGvh3/4238bc75.gif"> <a href="/" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()">link</a><br>
- feel free to add as many links as you want! :3c
- <hr>
- <div id="japon">Updates !!</div>
- <div class="minibox">
- 10/24/2023: you can write a lot of things here!<br>
- 10/10/2023: bleh :p<br>
- 10/8/2023: hii world!
- </div>
- <center><a href="/"><img src="https://web.archive.org/web/20091026221332/http://geocities.com/germicidalfury/email.gif"></a></center>
- </div>
- <div class="header">
- <div id="title">初音ミク</div>
- </div>
- <div class="bigbox">
- <div id="japon">Welcome to name.org !!</div> <br>
- This is a box, you can write and add whatever you want here!<br><br>
- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Elementum eu facilisis sed odio. Curabitur gravida arcu ac tortor dignissim. Elementum tempus egestas sed sed risus. Pellentesque sit amet porttitor eget dolor morbi non arcu risus. Viverra aliquet eget sit amet. In cursus turpis massa tincidunt dui ut ornare lectus. Sed ullamcorper morbi tincidunt ornare massa eget egestas. Ridiculus mus mauris vitae ultricies leo integer malesuada. Ipsum dolor sit amet consectetur adipiscing elit ut aliquam purus. Gravida quis blandit turpis cursus in hac habitasse platea. Non sodales neque sodales ut etiam sit. In cursus turpis massa tincidunt dui ut ornare lectus. Dui sapien eget mi proin. Scelerisque fermentum dui faucibus in ornare quam.<br>
- Faucibus et molestie ac feugiat. Scelerisque eleifend donec pretium vulputate sapien nec sagittis. Nisl nisi scelerisque eu ultrices. Et egestas quis ipsum suspendisse ultrices gravida dictum. Rutrum quisque non tellus orci.<br><br>
- <center><img src="https://i.postimg.cc/kg0VyGpz/neo-webdesign.gif" width="88" height="31">
- <img src="https://i.postimg.cc/15fX33TY/Miku.gif" width="88" height="31"><br>
- Here you can add buttons, blinkies and graphics! Go crazy!
- </center>
- </div>
- <div class="rightsidebar">
- Inside this sidebar you can add as many graphics as you want!<br>
- Wait, you don't want to use it to store your sparkling buttons and blinkies? Then you can use this to add your status, site button ecc...
- <hr>
- Here, take this free site button as a gift!<br>
- <center>
- <img src="https://i.postimg.cc/rpDFcD3q/freebutton.gif">
- <textarea rows="3" readonly="" style="resize:none;width:150px"><a href="/" target="_blank"><img src="https://i.postimg.cc/rpDFcD3q/freebutton.gif"></a></textarea><br><br>
- </center>
- </div>
- <img src="https://i.postimg.cc/Kz5NKGdv/7705-1-1.png" width="300px" style="position:absolute;left:725px;top:25px;">
- <!--- music player --->
- <div class="song">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
- <style>
- #img:hover,
- #img:focus {
- -webkit-animation-name:bounce;
- animation-name:bounce;
- -webkit-transform-origin:center bottom;
- transform-origin:center bottom;
- }
- </style>
- <center>
- <audio id="audio" src="https://dl.dropbox.com/scl/fi/l0m5fx9884ew5oovbr0ng/Hatsune-Miku-Patchwork-Staccato-Eng-sub.mp3?rlkey=al7x0s5b3260k00ihzgtzhewl&"></audio>
- <img id="img" src="https://gelbooru.com/counter/6.gif" width=auto height=auto class="animate__animated" style="position:absolute;top:630px;left:0px">
- </center>
- <script>
- document.getElementById("img").addEventListener("click", function(){
- document.getElementById("audio").play();
- });
- </script>
- </div>
- <!--- end of music player --->
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment