Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <body>
- <script defer>
- window.onload = function() {
- var isCtrl = false;
- document.onkeyup=function(e)
- {
- if(e.which == 17)
- isCtrl=false;
- }
- document.onkeydown=function(e)
- {
- if(e.which == 17)
- isCtrl=true;
- if((e.which == 85) || (e.which == 67) && (isCtrl == true))
- {
- return false;
- }
- }
- var isNS = (navigator.appName == "Netscape") ? 1 : 0;
- if(navigator.appName == "Netscape") document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
- function mischandler(){
- return false;
- }
- function mousehandler(e){
- var myevent = (isNS) ? e : event;
- var eventbutton = (isNS) ? myevent.which : myevent.button;
- if((eventbutton==2)||(eventbutton==3)) return false;
- }
- document.oncontextmenu = mischandler;
- document.onmousedown = mousehandler;
- document.onmouseup = mousehandler;
- if (document.addEventListener) { // IE >= 9; other browsers
- document.addEventListener('contextmenu', function(e) {
- alert(" Try asking RageQxeen for her codes instead."); //here you draw your own menu
- e.preventDefault();
- }, false);
- } else { // IE < 9
- document.attachEvent('oncontextmenu', function() {
- alert("O sun, abide to death.");
- window.event.returnValue = false;
- });
- }
- };
- </script>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $("#image").click(function(){
- $("#page").fadeOut("slow", 0);
- $(this).remove();
- });
- });
- </script>
- <style type="text/css">
- @import url(https://fonts.googleapis.com/css?family=Anybody|Niconne|Cinzel);
- html, body {
- background: #FBD3E9; /* fallback for old browsers */
- background: -webkit-linear-gradient(to right, #BB377D, #FBD3E9); /* Chrome 10-25, Safari 5.1-6 */
- background: linear-gradient(to right, #BB377D, #FBD3E9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
- }
- ::-webkit-scrollbar-button:vertical:{
- background-color: #transparent;}
- ::-webkit-scrollbar-thumb:vertical {
- background-color:#transparent;
- height:150px;}
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:#transparent;
- height:60px;}
- ::-webkit-scrollbar {
- height:60px;
- width:5px;
- background-color:#transparent;}
- .cover {
- background:url('https://thumbs.gfycat.com/AssuredAstonishingCanary-size_restricted.gif');
- opacity: 0.3;
- position: absolute;
- width: 100vw;
- height: 100vh;
- left: 0vw;
- top: 0vw;
- z-index: 1;
- overflow: hidden;
- }
- #page {
- background-color: #222;
- background-image: url("https://www.itl.cat/pngfile/big/134-1349235_hd-wallpaper-cherry-blossom-painting-mountain.png");
- background-size: fill;
- background-repeat: no-repeat;
- background-position: bottom;
- width: 100vw;
- height: 99vw;
- margin:auto;
- position: absolute;
- right: 0vw;
- bottom: 0vw;
- z-index:11;
- }
- #image {
- width: 22vw;
- margin: 0px;
- border: none;
- height: 45vw;
- background-color:transparent;
- position: absolute;
- right: 0vw;
- bottom: 0vw;
- background-image:url("https://i.ibb.co/wNTsQrC/1.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- }
- .alias {position: absolute;
- font-family: 'Cinzel';
- color: #ffaab7;
- font-size: 3vw;
- bottom: 25vw;
- right: 13vw;
- width: 75vw;
- height: 8vw;
- border: 0px solid #000;
- text-align: center;
- text-shadow: -1px 0 #000, 0 1px #000,1px 0 #000, 0 -1px #000;
- font-weight: bold;
- overflow: auto;
- padding:5px 5px 5px 5px;
- z-index: 7;}
- #image2 {
- width: 30vw;
- margin: 0px;
- border: none;
- height: 45vw;
- background-color:transparent;
- position: absolute;
- right: 0vw;
- bottom: 0vw;
- background-image:url("https://i.ibb.co/Z2VBV13/4-5.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- z-index: 2;
- -webkit-animation: bounce;
- animation: bounce;
- -webkit-animation-duration: 3.5s;
- animation-duration: 3.5s;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- -webkit-animation-timing-function: linear;
- animation-timing-function: linear;
- animation-iteration-count: infinite;
- -webkit-animation-iteration-count: infinite;
- }
- @keyframes bounce{
- 0% {bottom: 0px;}
- 50% {bottom: 30px;}
- 100% {bottom: 0px;}}
- @-webkit-keyframes bounce {
- 0% {bottom: 0px;}
- 50% {bottom: 30px;}
- 100% {bottom: 0px;}
- }
- #container {
- background-color:#69626d;
- width:60vw;
- height: 35vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- left: 10vw;
- top: 10vw;
- z-index:1;
- box-shadow: 0px 5px 10px #000;
- background-image: url("https://c4.wallpaperflare.com/wallpaper/962/81/217/fantasy-oriental-boat-cherry-blossom-cherry-tree-hd-wallpaper-preview.jpg");
- background-size: cover;
- background-position: bottom;
- border-radius: 20px;
- z-index: 1;
- }
- .name {position: absolute;
- font-family: 'Niconne';
- color: #fff;
- font-size: 6vw;
- top: -6vw;
- left: 13vw;
- width: 40vw;
- height: 9vw;
- border: 0px solid #000;
- text-align: justify;
- text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
- overflow: auto;
- padding:5px 5px 5px 5px;
- z-index: 5;}
- .title { background: transparent;
- background:url('https://64.media.tumblr.com/ecd8f3fae5059765e3868c75478b5684/tumblr_nzfixmnJQA1txt22yo1_500.gif') 50px 50px repeat;
- background-position: center;
- position: absolute;
- font-family: 'Niconne';
- font-size: 6vw;
- top: -6vw;
- left: 13vw;
- width: 40vw;
- height: 9vw;
- text-align: justify;
- padding:5px 5px 5px 5px;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- z-index: 6;}
- #content {
- background-color: rgb(0,0,0,0.8);
- width: 50vw;
- height: 30vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Anybody', cursive;
- font-size: 18px;
- color: #fff;
- left: 5vw;
- top: 3vw;
- z-index:1;
- border: #000000 solid 2px;
- }
- #nav {
- background-color: transparent;
- width: 70px;
- height: 5px;
- margin:auto;
- position: absolute;
- right: 29vw;
- top: 2vw;
- text-align: center;
- z-index: 7;
- }
- #nav a, #nav a:link, #nav a:visited {
- display:inline-block;
- background: #332628;
- color: #332628;
- margin-top: 0px;
- margin-bottom: 0px;
- margin-left: 0px;
- height: 10px;
- width: 10px;
- border-radius: 100%;
- box-shadow: 0px 0px 7px #ffecef;
- -webkit-transition: 0.5s linear;
- -moz-transition: 0.5s linear;
- -o-transition: 0.5s linear;
- transition: 0.5s linear;
- }
- #nav a:active, #nav a:hover {
- display:inline-block;
- height: 10px;
- width: 10px;
- border-radius: 100%;
- text-decoration:none;
- background: #ffdfe5;
- color: #ffdfe5;
- margin: 0px;
- box-shadow: 0px 0px 5px #ffecef;
- -webkit-transition: 0.5s linear;
- -moz-transition: 0.5s linear;
- -o-transition: 0.5s linear;
- transition: 0.5s linear;
- }
- i{color: #ffb3ff;}
- b{color: #ffe6ff;}
- a{color: #ff99ff; text-decoration: none;}
- h1{border-bottom: 1px solid #ff6699; text-align: center; font-size: 30px; font-family: 'Cinzel', cursive; color: #ff6699;}
- </style>
- <div id="page">
- <div id="image"></div>
- <div class="alias">In the cherry blossom's shade there's no such thing as a stranger.</div>
- </div>
- <div class="cover"></div>
- <div id="image2"></div>
- <div id="container">
- <div class="name">Sakura Blossoms</div>
- <div class="title">Sakura Blossoms</div>
- <div id="nav">
- <a href="#one"></a>
- <a href="#two"></a>
- <a href="#three"></a>
- <a href="#four"></a>
- </div>
- <div id="content">
- <div style="width: 50vw; height: 30vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 50vw; height: 30vw; overflow: auto;" align="center">
- <h1>The Basics</h1>
- <span style="float:left;"><b>Name</b></span><span style="float:right;"></span><br>
- <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"></span><br>
- <span style="float:left;"><b>Gender</b></span><span style="float:right;"></span><br>
- <span style="float:left;"><b>Age</b></span><span style="float:right;"></span><br>
- <span style="float:left;"><b>Height</b></span><span style="float:right;"></span><br>
- <span style="float:left;"><b>Weight</b></span><span style="float:right;"></span><br><br>
- <span style="float:left;"><b>Orientation</b></span><span style="float:right;"></span><br>
- <span style="float:left;"><b>Relationship</b></span><span style="float:right;"></span><br>
- <span style="float:left;"><b>Race</b></span><span style="float:right;"></span><br>
- <span style="float:left;"><b>Eyes</b></span><span style="float:right;"></span><br>
- <span style="float:left;"><b>Hair</b></span><span style="float:right;"></span><br>
- <span style="float:left;"><b>Build</b></span><span style="float:right;"></span><br><br>
- <span style="float:left;"><b>Gallery</b></span><span style="float:right;"><a href="https://ibb.co/album/7Jpdps" target="_blank">Here</a></span><br>
- <h1>Friends</h1>
- <marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">
- <a target="_blank" href="PROFILE LINK HERE"><img src="https://cdn2.iconfinder.com/data/icons/gaming-and-beyond-part-2-1/80/User_gray-512.png" height="100" width="100" align="left" border="5" title="WORDS"></a>
- </marquee>
- </div>
- <a name="two"></a>
- <div style="width: 50vw; height: 30vw; overflow: auto;" align="left">
- <h1>Abilities</h1>
- </div>
- <a name="three"></a>
- <div style="width: 50vw; height: 30vw; overflow: auto;" align="center">
- <h1>History</h1>
- </div>
- <a name="four"></a>
- <div style="width: 50vw; height: 30vw; overflow: auto;" align="left">
- <h1>Out of Character</h1>
- <center><b>00</b>. Code made by <a href="https://rageqxeen.neocities.org/vw_codes/rageqxeen.html" target="_blank">RageQxeen</a>, do not steal.</center><br>
- <b>01</b>. OOC<br>
- <b>02</b>. OOC<br>
- <b>03</b>. OOC<br>
- <b>04</b>. OOC<br>
- <b>05</b>. OOC<br>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment