Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <body>
- <html>
- <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=Great+Vibes|Aref+Ruqaa);
- html, body {
- background: #000000;
- background-image:url("https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/moving-through-stars-in-space_-1zccenlb__F0000.png");
- background-size: 100%;
- background-repeat:no-repeat;
- background-position:center bottom;
- overflow: hidden;
- }
- ::-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: 30vw;
- margin: 0px;
- border: none;
- height: 42vw;
- background-color:transparent;
- position: absolute;
- left: 8vw;
- bottom: 0vw;
- background-image:url("http://i.picpar.com/EdYd.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- }
- #icon {
- width: 10vw;
- margin: 0px;
- border: none;
- height: 11vw;
- background-color:transparent;
- position: absolute;
- right: 1vw;
- top: 0.5vw;
- background-image:url("https://i.imgur.com/yLwyVk3.jpg");
- background-repeat:no-repeat;
- background-position: center;
- background-size: 100%;
- }
- #image2 {
- width: 10vw;
- margin: 0px;
- border: none;
- height: 14vw;
- background-color:transparent;
- position: absolute;
- right: 1vw;
- bottom: 1vw;
- background-image:url("https://i.imgur.com/puKSYky.jpg?1");
- background-repeat:no-repeat;
- background-position: center;
- background-size: 100%;
- }
- #container {
- background-color: #eaebef;
- width: 41vw;
- height: 30vw;
- margin: auto;
- position: absolute;
- right: 3vw;
- bottom: 5vw;
- z-index: 999999;
- border: 3px solid #000000;
- }
- .box1{
- position: absolute;
- width: 26.7vw;
- height: 26.7vw;
- margin: auto;
- padding: 10px;
- font-family: 'Aref Ruqaa', cursive;
- left: 1vw;
- bottom: 1vw;
- border: 1px solid #000000;
- }
- #nav {
- background-color:#transparent;
- width: 1.1vw;
- height: 3.5vw;
- margin:auto;
- position: absolute;
- right: 10vw;
- bottom: 11.5vw;
- text-align:right;
- z-index:1;
- }
- #nav a, #nav a:link, #nav a:visited {
- display:inline-block;
- background: #transparent;
- color: #transparent;
- margin-top: 0px;
- margin-bottom: 0px;
- margin-left: 0px;
- height: 2.7vw;
- width: 10vw;
- border: 1px solid #000000;
- }
- #nav a:active, #nav a:hover {
- display:inline-block;
- height: 2.7vw;
- width: 10vw;
- text-decoration:none;
- background: #666666;
- opacity: 0.5;
- color: #000000;
- margin: 0px;
- }
- #name {
- z-index:15;
- position: absolute;
- left: -1vw;
- top: -3.2vw;
- margin: auto;
- background: #transparent;
- width: 18vw;
- height: 4.1vw;
- font-family: Great Vibes;
- font-size: 4vw;
- background: url(https://d.wattpad.com/story_parts/26/images/1539ec7e83297e5c956942515755.gif) -20px -20px repeat;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- display:block;
- text-align: center;
- letter-spacing: 1px;
- -webkit-transition:opacity 2s linear;
- line-height:3.6vw;
- }
- #nameunder{
- z-index:15;
- position: absolute;
- left: -1vw;
- top: -3.2vw;
- margin: auto;
- background: #530000;
- width: 18vw;
- height: 4.1vw;
- font-family: Great Vibes;
- font-size: 4vw;
- -webkit-text-fill-color: transparent;
- text-transform: none;
- -webkit-background-clip: text;
- display:block;
- text-shadow: -1px 0 #530000, 0 1px #530000,1px 0 #def5ff, 0 -1px #def5ff;
- text-align: center;
- letter-spacing: 1px;
- -webkit-transition:opacity 2s linear;
- line-height:3.6vw;
- }
- #editthis{ position:fixed;height: 27px; width: 30px; bottom: 21.5vw; right: 8.5vw; 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;}
- .credit{
- position: fixed;
- bottom: 0vw;
- right: 1vw;
- height: 25px;
- width: 25px;
- line-height: 15px;
- font-size: 10px;
- color: #fff;
- text-align: center;
- font-family: roboto;
- }
- i{color: #75478A;}
- b{color: #553672;}
- a{color: #415091; text-decoration: none;}
- </style>
- <div class="credit" title="By RageQxeen">♛</div>
- <div id="image"></div>
- <div id="container">
- <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/zmtgd4nihe/The_Weeknd_-_Heartless_Audio_.mp3"></audio>
- </div></div></div></div>
- <div id="nameunder">The Rebel</div><div id="name">The Rebel</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 class="box1">
- <div style="width: 26.7vw; height: 26.7vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 26.7vw; height: 26.7vw; overflow: auto;" align="center">
- <b>00</b>. Code belongs <a href="https://roleplay.chat/profile.php?user=RageQxeen" target="_blank">RageQxeen</a>. Do <u>NOT</u> Steal.<br>
- <b>01</b>. IC =/= OOC.<br>
- <b>02</b>. Smut is 99% more likely with story.<br>
- <b>03</b>. PM Friendly.<br>
- <b>04</b>. Typist is often busy but if you would like interaction send a mail.<br>
- <b>05</b>. 14 years RP experience, 2 on RPC.<br>
- <b>06</b>. Discord is reserved.<br>
- <b>07</b>. Anything else that does not belong to me is the rightful property of their creators, etc. etc.<br>
- <b>08</b>. I'm very friendly with the block button, don't be a brat.<br>
- <b>09</b>. Any questions, comments or concerns? Please don't hesitate to PM me.<br>
- <b>10</b>. If you desire a code either for free or commissioned, inform me and I will be happy to link you to RageQxeen's page.
- </div>
- <a name="two"></a>
- <div style="width: 26.7vw; height: 26.7vw; overflow: auto;" align="center">
- <font style=float:left><b>Name</b></font><font style=float:right>Asmodeus Akamine</font><br>
- <font style=float:left><b>Nickname</b></font> <font style=float:right><a title="Asmo. Mo. Momo is earned. ">hover</a></font><br>
- <font style=float:left><b>Gender</b></font> <font style=float:right>Male</font><br>
- <font style=float:left><b>Apparent Age</b></font> <font style=float:right>27</font><br><br>
- <font style=float:left><b>Race</b></font> <font style=float:right>Psychic</font><br>
- <font style=float:left><b>Height</b></font> <font style=float:right>6'4</font><br>
- <font style=float:left><b>Weight</b></font> <font style=float:right>190lbs</font><br>
- <font style=float:left><b>Tresses</b></font> <font style=float:right>Jet Black</font><br>
- <font style=float:left><b>Irises</b></font> <font style=float:right>Cerulean</font><br><br>
- <font style=float:left><b>Marital</b></font> <font style=float:right><a target="_blank" href="">Unchained.</a></font><br>
- <font style=float:left><b>Orientation</b></font> <font style=float:right>Demisexual</font><br>
- </div>
- <a name="three"></a>
- <div style="width: 26.7vw; height: 26.7vw; overflow: auto;" align="center"> <b>Head Canons</b><br>
- <font color="#702f2f"><b>☾</b></font> Character will probably change over time just as people change and grow over time.<br>
- <font color="#702f2f"><b>☾</b></font> Character is not the nicest but he warms up...eventually.<br>
- <font color="#702f2f"><b>☾</b></font> He is not for the faint of heart, he is lewd and outspoken.<br>
- <font color="#702f2f"><b>☾</b></font> He was brought from another world in search of a sister he thought to be lost. <br>
- <font color="#702f2f"><b>☾</b></font> His abilities range but he will stick to basic telekinesis, teleporation, and telepathy. Do not be surprised if he plants images in your brain.<br>
- <font color="#702f2f"><b>☾</b></font> The best way to get him to warm up? Tea or Coffee..<br>
- <font color="#702f2f"><b>☾</b></font> He is an instigator, a trouble maker, and rebellion runs through his veins.<br><br>
- More to come soon.
- </div>
- <a name="four"></a>
- <div style="width: 26.7vw; height: 26.7vw; overflow: auto;" align="center">
- <a href="profile.php?user=" target="_blank"><img src="https://i.kym-cdn.com/photos/images/original/001/462/938/e3e" class="circle" width="70" height="70" border="1px solid #000000" a title="Serenity. Oh little sister."></a>
- <a href="profile.php?user=" target="_blank"><img src="" class="circle" width="70" height="70" border="1px solid #000000" a title="Words"></a><br>
- </div>
- <a name="five"></a>
- <div style="width: 26.7vw; height: 26.7vw; overflow: auto;" align="center">
- </div>
- </div>
- </div>
- <div class="box3">
- <div id="image2"></div>
- <div id="icon"></div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment