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=Oleo+Script|Righteous|Uncial+Antiqua');
- html, body {
- background: linear-gradient(to right bottom, #706262, #715454, #714545, #703637, #6d2629, #641f23, #5a171d, #511017, #411216, #311314, #211211, #0f0e0e);
- background-image: url("https://i.gifer.com/EkA5.gif");
- background-size: 100%;
- background-repeat:no-repeat;
- background-position: 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: 1000px;
- margin: 0px;
- border: none;
- height: 750px;
- background-color:transparent;
- position: absolute;
- right: -20%;
- bottom: 0%;
- background-image:url("http://i.picpar.com/29Ld.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- }
- #content{
- width: 450px;
- height: 550px;
- margin: 0px;
- position: absolute;
- padding: 5px;
- background-position: center;
- font: 'Oleo Script', cursive;
- left: 22%;
- bottom: 15%;
- background-color: #714545;
- box-shadow: 0px 0px 5px 5px #070707;
- -webkit-animation: fade-in-fwd 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
- animation: fade-in-fwd 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
- }
- @-webkit-keyframes fade-in-fwd {
- 0% {
- -webkit-transform: translateZ(-80px);
- transform: translateZ(-80px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
- opacity: 1;
- }
- }
- @keyframes fade-in-fwd {
- 0% {
- -webkit-transform: translateZ(-80px);
- transform: translateZ(-80px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
- opacity: 1;
- }
- }
- #container2{
- width: 1100px;
- height: 700px;
- margin: 0px;
- position: absolute;
- padding: 0px;
- right: 20%;
- bottom: 5%;
- background-color: #000;
- box-shadow: 0px 0px 5px 5px #5b0000;
- overflow: visible;
- }
- #nav {
- background-color: transparent;
- width: 300px;
- height:10px;
- margin:auto;
- position: absolute;
- left: 10%;
- bottom: 6%;
- text-align: center;
- text-decoration: none;
- z-index:1;
- }
- #nav a, #nav a:link, #nav a:visited {
- display:inline-block;
- text-decoration: none;
- text-align: center;
- background: #000;
- color: transparent;
- box-shadow: 0px 0px 5px #990000;
- padding: 4px;
- height: 4px;
- width: 30px;
- border-radius: 5px;
- }
- #nav a:active, #nav a:hover {
- display:inline-block;
- height: 4px;
- width: 30px;
- text-decoration:none;
- background: #990000;
- box-shadow: 0px 0px 5px #000;
- color: transparent;
- margin: 0px;
- }
- #name {
- z-index:15;
- position: absolute;
- right: 2%;
- top: 8%;
- margin: auto;
- background: #transparent;
- width: 550px;
- height: 100px;
- font-family: 'Uncial Antiqua', cursive;
- font-size: 60px;
- background: url(https://thumbs.gfycat.com/MeanJauntyBuzzard-size_restricted.gif) 0px 0px repeat;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- background-position: right;
- display:block;
- text-align: center;
- letter-spacing: 1px;
- -webkit-transition:opacity 2s linear;
- line-height:3.6vw;
- }
- #nameunder{
- z-index:15;
- position: absolute;
- right: 2%;
- top: 8%;
- margin: auto;
- background: #transparent;
- width: 550px;
- height: 100px;
- font-family: 'Uncial Antiqua', cursive;
- font-size: 60px;
- -webkit-text-fill-color: #B4ADA3;
- text-transform: none;
- -webkit-background-clip: text;
- display:block;
- text-shadow: -1px 0 #333, 0 1px #000,1px 0 #000, 0 -1px #333;
- text-align: center;
- letter-spacing: 1px;
- -webkit-transition:opacity 2s linear;
- line-height:3.6vw;
- }
- .credit{
- position: fixed;
- bottom: 0px;
- left: 2px;
- height: 25px;
- width: 25px;
- line-height: 15px;
- font-size: 10px;
- color: #000;
- text-align: center;
- font-family: roboto;
- }
- #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: 'Righteous', cursive; border-bottom: 1px solid #000; text-align: right; font-size: 25px;}
- h2{color: #000; font-family: 'Righteous', cursive; border-bottom: 1px solid #000; text-align: left; font-size: 25px;}
- </style>
- <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="KIWI6 LINK HERE"></audio>
- </div></div></div></div>
- <div id="container2">
- <div id="image"></div>
- <div id="nameunder">godking darius</div><div id="name">godking darius</div>
- <div id="nav">
- <a href="#one">Main</a>
- <a href="#two">Seco</a>
- <a href="#three">Thir</a>
- <a href="#four">Four</a>
- </div>
- </div>
- <div id="content">
- <div style="width: 450px; height: 550px; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 450px; height: 550px; overflow: auto;" align="center">
- <h1>the usual</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>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;"></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: 450px; height: 550px; overflow: auto;" align="left">
- <h2>powers</h2>
- TBA
- </div>
- <a name="three"></a>
- <div style="width: 450px; height: 550px; overflow: auto;" align="left">
- <h1>history</h1>
- TBA
- </div>
- <a name="four"></a>
- <div style="width: 450px; height: 550px; overflow: auto;" align="left">
- <h2>OOC</h2>
- <b>00.</b> Code made by <a href="https://alliealgiere.neocities.org/">RageQxeen</a> for Godking Darius, 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 class="credit" title="Profile by RageQxeen">♛</div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment