Advertisement
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=Baskervville|IM+Fell+Great+Primer+SC|Libre+Baskerville&display=swap');
- html, body {
- background: #fff0f3;
- background-image:url("https://data.whicdn.com/images/123177880/original.png");
- background-size:400px;
- background-repeat: 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;}
- #image {
- width: 26vw;
- margin: 0px;
- border: none;
- height: 46vw;
- background-color:transparent;
- position: absolute;
- right: 10vw;
- bottom: 0vw;
- background-image:url("http://i.picpar.com/UO5e.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- z-index: 2;
- -webkit-transition: 0.5s linear;
- -moz-transition: 0.5s linear;
- -o-transition: 0.5s linear;
- transition: 0.5s linear;
- }
- #image:hover {
- background-image:url("http://i.picpar.com/VO5e.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- -webkit-transition: 0.5s linear;
- -moz-transition: 0.5s linear;
- -o-transition: 0.5s linear;
- transition: 0.5s linear;
- }
- #container {
- background-color:#4c4c4c;
- width: 65vw;
- height: 32vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- left: 15vw;
- bottom: 5vw;
- z-index:1;
- box-shadow: 0px 5px 10px #e8e0cf;
- -webkit-animation: scale-in-ver-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- animation: scale-in-ver-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- }
- #content {
- background-color:#e8e0cf;
- width: 45vw;
- height: 20vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Baskervville', cursive;
- font-size: 18px;
- color: #000;
- left: 3.5vw;
- top: 1.5vw;
- z-index:1;
- border: #000000 solid 2px;
- }
- #friendlist {
- background-color:#e8e0cf;
- width: 45vw;
- height: 8vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Baskervville', cursive;
- font-size: 18px;
- color: #000;
- left: 3.5vw;
- bottom: 1vw;
- z-index:1;
- border: #000000 solid 2px;
- }
- #nav {
- background-color: transparent;
- width: .5vw;
- height: 1.7vw;
- margin:auto;
- position: absolute;
- left: 0.3vw;
- top: 9vw;
- text-align:right;
- z-index:1;
- }
- #nav a, #nav a:link, #nav a:visited {
- display:inline-block;
- height: 1.8vw;
- width: 1.8vw;
- text-decoration:none;
- background: #632f2f;
- margin: 5px;
- border: double #000 5px;
- -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: 1.8vw;
- width: 1.8vw;
- text-decoration:none;
- background: #650707;
- margin: 5px;
- border: double #000 5px;
- -webkit-transition: 0.5s linear;
- -moz-transition: 0.5s linear;
- -o-transition: 0.5s linear;
- transition: 0.5s linear;
- }
- #name {
- z-index:15;
- position: absolute;
- left: -5vw;
- top: -2vw;
- margin: auto;
- background: #transparent;
- width: 60vw;
- height: 4vw;
- font-family: 'IM Fell Great Primer SC', cursive;
- font-size: 4.5vw;
- background: url(https://66.media.tumblr.com/3bc253ffd4f7e9750f668ed263843bff/tumblr_mszcadns5z1s5x6jgo1_400.gif) 50px 50px repeat;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- background-position: center;
- display:block;
- text-align: center;
- letter-spacing: 1px;
- -webkit-transition:opacity 2s linear;
- line-height:3.6vw;
- -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.5s both;
- animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.5s both;
- }
- #nameunder{
- z-index:15;
- position: absolute;
- left: -5vw;
- top: -2vw;
- margin: auto;
- background: #transparent;
- width: 60vw;
- height: 4vw;
- font-family: 'IM Fell Great Primer SC', cursive;
- font-size: 4.5vw;
- -webkit-text-fill-color: #A9A9A9;
- text-transform: none;
- -webkit-background-clip: text;
- display:block;
- text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
- text-align: center;
- letter-spacing: 1px;
- -webkit-transition:opacity 2s linear;
- line-height:3.6vw;
- -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.5s both;
- animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.5s both;
- }
- @-webkit-keyframes scale-in-ver-center {
- 0% {
- -webkit-transform: scaleY(0);
- transform: scaleY(0);
- opacity: 1;
- }
- 100% {
- -webkit-transform: scaleY(1);
- transform: scaleY(1);
- opacity: 1;
- }
- }
- @keyframes scale-in-ver-center {
- 0% {
- -webkit-transform: scaleY(0);
- transform: scaleY(0);
- opacity: 1;
- }
- 100% {
- -webkit-transform: scaleY(1);
- transform: scaleY(1);
- opacity: 1;
- }
- }
- @-webkit-keyframes fade-in {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes fade-in {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- i{color: #443a59;}
- b{color: #000;}
- a{color: #444; text-decoration: none;}
- h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Libre Baskerville', cursive; color: #000;}
- h2{border-bottom: 1px solid #000; text-align: left; font-size: 30px; font-family: 'Libre Baskerville', cursive; color: #000;}
- h3{border-bottom: 1px solid #000; text-align: right; font-size: 30px; font-family: 'Libre Baskerville', cursive; color: #000;}
- </style>
- <div id="image"></div>
- <div id="container">
- <div id="nameunder">daughter of the dragon</div><div id="name">daughter of the dragon</div>
- <div id="nav">
- <a href="#one"></a>
- <a href="#two"></a>
- <a href="#three"></a>
- <a href="#four"></a>
- <a href="#five"></a>
- </div>
- <div id="content">
- <div style="width: 45vw; height: 20vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 45vw; height: 20vw; 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;"><a title=" ">hover</a></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>Apparent Age</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>Voice</b></span><span style="float:right;"><a href="HERE" target="_blank">Click~</a></span><br><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>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>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>Affiliation</b></span><span style="float:right;"> </span><br><br>
- </div>
- <a name="two"></a>
- <div style="width: 45vw; height: 20vw; overflow: auto;" align="left">
- <h1>Family Tree</h1>
- </div>
- <a name="three"></a>
- <div style="width: 45vw; height: 20vw; overflow: auto;" align="left">
- <h1>Abilities</h1>
- </div>
- <a name="four"></a>
- <div style="width: 45vw; height: 20vw; overflow: auto;" align="left">
- <h1>History</h1>
- </div>
- <a name="five"></a>
- <div style="width: 45vw; height: 20vw; overflow: auto;" align="left">
- <h1>Out of Character</h1>
- <b>00</b>. Code made by <a href="https://rageqxeen.neocities.org/vw_codes/rageqxeen.html" target="_blank">RageQxeen</a>, do not steal.<br><br>
- </div>
- </div>
- </div>
- <div id="friendlist">
- <div style="width: 45vw; height: 8vw; overflow: auto;" align="center">
- <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>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement