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>
- <style type="text/css">
- @import url('https://fonts.googleapis.com/css?family=Rouge+Script|Cinzel+Decorative|Cormorant+Garamond&display=swap');
- html, body {
- background: #471C01;
- background-image:url("http://i.picpar.com/iXKd.jpg");
- background-size:110%;
- background-repeat:no-repeat;
- background-position:center bottom;
- }
- ::-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;}
- #tree {
- width: 47.5vw;
- margin: 0px;
- border: none;
- height: 47.5vw;
- background-color:transparent;
- position: absolute;
- right: 25%;
- top: 0%;
- background-image:url("https://www.pngkit.com/png/full/478-4788004_gospel-yggdrasil-tattoo.png");
- background-repeat:no-repeat;
- background-position: top;
- background-size: 100%;
- -webkit-animation: fade-in 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
- animation: fade-in 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
- }
- /**
- * ----------------------------------------
- * animation fade-in
- * ----------------------------------------
- */
- @-webkit-keyframes fade-in {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes fade-in {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- #image {
- width: 100%;
- margin: 0px;
- border: none;
- height: 41.6vw;
- background-color:transparent;
- position: absolute;
- right: 0%;
- bottom: 0%;
- background-image:url("");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- z-index: 0;
- }
- .box1{
- background-color: #104410;
- position: absolute;
- width: 30vw;
- height: 26.7vw;
- margin: auto;
- padding: 10px;
- font-family: 'Buda';
- color: #ffffff;
- left: 3%;
- top: 20%;
- box-shadow: -3px -3px 10px 10px #fff100;
- -webkit-animation: slit-in-diagonal-2 1s ease-out both;
- animation: slit-in-diagonal-2 1s ease-out both;
- }
- @-webkit-keyframes slit-in-diagonal-2 {
- 0% {
- -webkit-transform: translateZ(-800px) rotate3d(-1, 1, 0, -90deg);
- transform: translateZ(-800px) rotate3d(-1, 1, 0, -90deg);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- opacity: 0;
- }
- 54% {
- -webkit-transform: translateZ(-160px) rotate3d(-1, 1, 0, -87deg);
- transform: translateZ(-160px) rotate3d(-1, 1, 0, -87deg);
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out;
- opacity: 1;
- }
- 100% {
- -webkit-transform: translateZ(0) rotate3d(-1, 1, 0, 0);
- transform: translateZ(0) rotate3d(-1, 1, 0, 0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- }
- @keyframes slit-in-diagonal-2 {
- 0% {
- -webkit-transform: translateZ(-800px) rotate3d(-1, 1, 0, -90deg);
- transform: translateZ(-800px) rotate3d(-1, 1, 0, -90deg);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- opacity: 0;
- }
- 54% {
- -webkit-transform: translateZ(-160px) rotate3d(-1, 1, 0, -87deg);
- transform: translateZ(-160px) rotate3d(-1, 1, 0, -87deg);
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out;
- opacity: 1;
- }
- 100% {
- -webkit-transform: translateZ(0) rotate3d(-1, 1, 0, 0);
- transform: translateZ(0) rotate3d(-1, 1, 0, 0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- }
- .box2{
- background-color: #104410;
- position: absolute;
- width: 30vw;
- height: 26.7vw;
- margin: auto;
- padding: 10px;
- font-family: 'Buda';
- color: #ffffff;
- right: 3%;
- top: 20%;
- box-shadow: 3px -3px 10px 10px #fff100;
- -webkit-animation: slit-in-diagonal-1 1s ease-out both;
- animation: slit-in-diagonal-1 1s ease-out both;
- }
- @-webkit-keyframes slit-in-diagonal-1 {
- 0% {
- -webkit-transform: translateZ(-800px) rotate3d(1, 1, 0, 90deg);
- transform: translateZ(-800px) rotate3d(1, 1, 0, 90deg);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- opacity: 0;
- }
- 54% {
- -webkit-transform: translateZ(-160px) rotate3d(1, 1, 0, 87deg);
- transform: translateZ(-160px) rotate3d(1, 1, 0, 87deg);
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out;
- opacity: 1;
- }
- 100% {
- -webkit-transform: translateZ(0) rotate3d(1, 1, 0, 0);
- transform: translateZ(0) rotate3d(1, 1, 0, 0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- }
- @keyframes slit-in-diagonal-1 {
- 0% {
- -webkit-transform: translateZ(-800px) rotate3d(1, 1, 0, 90deg);
- transform: translateZ(-800px) rotate3d(1, 1, 0, 90deg);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- opacity: 0;
- }
- 54% {
- -webkit-transform: translateZ(-160px) rotate3d(1, 1, 0, 87deg);
- transform: translateZ(-160px) rotate3d(1, 1, 0, 87deg);
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out;
- opacity: 1;
- }
- 100% {
- -webkit-transform: translateZ(0) rotate3d(1, 1, 0, 0);
- transform: translateZ(0) rotate3d(1, 1, 0, 0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- }
- #content {
- background-color:#eee8aa;
- width: 28.5vw;
- height: 23.7vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Cormorant Garamond', cursive;
- color: #000;
- left: 2.5%;
- top: 5%;
- z-index:1;
- border: #000000 solid 2px;
- }
- #content2 {
- background-color:#eee8aa;
- width: 28.5vw;
- height: 23.7vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Cormorant Garamond', cursive;
- color: #000;
- left: 2.5%;
- top: 5%;
- z-index:1;
- border: #000000 solid 2px;
- }
- #navi1 {position: absolute;
- left: 5%;
- top: 5%;}
- #navi1 a {background-color: #600;
- background:url('http://i.picpar.com/kXKd.png')
- center center no-repeat;;
- background-size: 100%;
- display: inline-block;
- height: 50px;
- width: 50px;
- border: 0px solid #000;
- }
- #navi2 {position: absolute;
- left: 30%;
- top: 8%;}
- #navi2 a {background-color: #600;
- background:url('http://i.picpar.com/lXKd.png')
- center center no-repeat;;
- background-size: 100%;
- display: inline-block;
- height: 90px;
- width: 90px;
- border: 0px solid #000;}
- #navi3 {position: absolute;
- right: 4%;
- top: 10%;}
- #navi3 a {background-color: #600;
- background:url('http://i.picpar.com/mXKd.png')
- center center no-repeat;;
- background-size: 100%;
- display: inline-block;
- height: 80px;
- width: 80px;
- border: 0px solid #000;}
- #navi4 {position: absolute;
- right: 30%;
- top: 8.5%;}
- #navi4 a {background-color: #600;
- background:url('http://i.picpar.com/nXKd.png')
- center center no-repeat;;
- background-size: 100%;
- display: inline-block;
- height: 70px;
- width: 70px;
- border: 0px solid #000;}
- .custom {
- cursor: url(http://i.picpar.com/oXKd.png), auto;
- }
- #name {
- z-index:15;
- position: absolute;
- left: 42%;
- bottom: 5%;
- margin: none;
- background: #transparent;
- width: 25vw;
- height: 5vw;
- font-family: 'Rouge Script';
- font-size: 5vw;
- background: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy-downsized-large.gif) -20px -20px repeat;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- display:block;
- text-align: left;
- letter-spacing: 1px;
- -webkit-transition:opacity 2s linear;
- z-index: 1;
- }
- #nameunder{
- z-index:15;
- position: absolute;
- left: 42%;
- bottom: 5%;
- margin: none;
- background: #transparent;
- width: 25vw;
- height: 5vw;
- font-family: 'Rouge Script';
- font-size: 5vw;
- -webkit-text-fill-color: transparent;
- text-transform: none;
- -webkit-background-clip: text;
- display:block;
- text-shadow: -1px 0 #104410, 0 1px #104410,1px 0 #fff, 0 -1px #fff;
- text-align: left;
- letter-spacing: 1px;
- -webkit-transition:opacity 2s linear;
- z-index: 1;
- }
- #editthis{ position:fixed;height: 27px; width: 30px; bottom: 0%; right: 0%; margin: auto; z-index:99;}
- #music1{ position:fixed; padding:2px; border-radius: 50%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
- #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
- #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
- #music1:hover #musiclist{ opacity: .5;}
- #music2{ opacity: .5; background-color:#000000; padding:6px; border-radius: 50%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
- #music3{ opacity: 0; position:fixed; background-color:#000000; background-image: url('https://www.pngkey.com/png/full/11-113290_playbutton-video-player-button-png.png'); background-repeat: no-repeat; background-size: 25px; border:1px dotted #b3b3e5; border-radius: 50%; width:25px; height:25px; z-index:99 margin-left:0px; overflow:hidden; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
- i{color: #111;}
- b{color: #000;}
- a{color: #222; text-decoration: none;}
- h1{color: #000; font-family: 'Cinzel Decorative', cursive; border-bottom: 1px solid #000; text-align: right; font-size: 25px;}
- h2{color: #000; font-family: 'Cinzel Decorative', cursive; border-bottom: 1px solid #000; text-align: left; font-size: 25px;}
- </style>
- <div class="custom">
- <div id="editthis"><div id="music1"><div id="music2">
- <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
- <div id="music3"><Div style="margin-top:4px;">
- <audio controls style="opacity: 0;"><source src="http://k007.kiwi6.com/hotlink/d2g1wtogtv/Varien_-_Born_of_Blood_Risen_From_Ash.mp3"></audio>
- </div></div></div></div>
- <div id="nameunder">The Origin</div><div id="name">The Origin</div>
- <div id="tree"></div>
- <div id="navi1"><a href="#one"></a></div>
- <div id="navi2"><a href="#two"></a></div>
- <div id="navi3"><a href="#three"></a></div>
- <div id="navi4"><a href="#four"></a></div>
- <div class="box1">
- <div id="content">
- <div style="width: 28.5vw; height: 23.7vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 28.5vw; height: 23.7vw; overflow: auto;" align="center">
- <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>
- <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>Mentality</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>
- <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"></span><br>
- </div>
- <a name="two"></a>
- <div style="width: 28.5vw; height: 23.7vw; overflow: auto;" align="center">
- <h1>POWERS TITLE</h1>
- </div>
- </div>
- </div>
- </div>
- <div class="box2">
- <div id="content2">
- <div style="width: 28.5vw; height: 23.7vw; overflow-y: hidden;">
- <a name="four"></a>
- <div style="width: 28.5vw; height: 23.7vw; overflow: auto;" align="center">
- <h2>HISTORY TITLE</h2>
- </div>
- <a name="three"></a>
- <div style="width: 28.5vw; height: 23.7vw; overflow: auto;" align="center">
- <h1>OOC TITLE</h1>
- <b>00.</b> Code made by <a href="https://alliealgiere.neocities.org">RageQxeen</a> for Eiji, do not steal.<br><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>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment