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">
- /*Code by RageQxeen, if anything breaks please message on RPC.*/
- @import url('https://fonts.googleapis.com/css?family=Arima+Madurai|Cinzel+Decorative|Lateef&display=swap');
- html, body {
- background: #90EE90;
- background-image:url("");
- background-size: 100%;
- background-repeat:no-repeat;
- background-position:center;
- }
- ::-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: 100%;
- margin: 0px;
- border: none;
- height: 100%;
- background-color:transparent;
- position: absolute;
- right: 0%;
- bottom: 0%;
- background-image:url("https://wallpapercave.com/wp/MTFGvNm.jpg");
- background-repeat:no-repeat;
- background-position: center;
- background-size: 100%;
- opacity: 0.3;
- z-index: 0;
- }
- #image2 {
- width: 500px;
- margin: 0px;
- border: none;
- height: 700px;
- background-color:transparent;
- position: absolute;
- left: 0%;
- bottom: 0%;
- background-image:url("IMAGE LINK HERE");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- -webkit-animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
- animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
- }
- @-webkit-keyframes slide-in-left {
- 0% {
- -webkit-transform: translateX(-1000px);
- transform: translateX(-1000px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- opacity: 1;
- }
- }
- @keyframes slide-in-left {
- 0% {
- -webkit-transform: translateX(-1000px);
- transform: translateX(-1000px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- opacity: 1;
- }
- }
- .name {position: absolute;
- font-family: 'Cinzel Decorative';
- color: #003300;
- font-size: 55px;
- top: 7%;
- right: 19%;
- width: 600px;
- border: 0px solid #003300;
- text-align: center;
- text-shadow:
- #000 -3px 0px,
- #000 0px 2px,
- #009900 2px 0px,
- #009900 0px -2px;
- z-index: 2;
- -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 3s both;
- animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 3s both;
- }
- .namebg { background: transparent;
- background:url('https://i.pinimg.com/originals/7a/79/a2/7a79a2885a548da22d2ad38a138ce0e4.gif')
- left left repeat;
- font-family: 'Cinzel Decorative';
- position: absolute;
- text-align: center;
- font-size: 50px;
- top: 0;
- right: 0;
- width: 880px;
- opacity:1;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- z-index:3;
- -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 3s both;
- animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 3s both;
- }
- @-webkit-keyframes text-focus-in {
- 0% {
- -webkit-filter: blur(12px);
- filter: blur(12px);
- opacity: 0;
- }
- 100% {
- -webkit-filter: blur(0px);
- filter: blur(0px);
- opacity: 1;
- }
- }
- @keyframes text-focus-in {
- 0% {
- -webkit-filter: blur(12px);
- filter: blur(12px);
- opacity: 0;
- }
- 100% {
- -webkit-filter: blur(0px);
- filter: blur(0px);
- opacity: 1;
- }
- }
- #container {
- width: 750px;
- height: 550px;
- margin: 0px;
- background-color: #9EA3B0;
- background-image:url("");
- background-size:100%;
- background-repeat:no-repeat;
- background-position:center bottom;
- position: absolute;
- right: 6%;
- bottom: 5%;
- box-shadow: 0px 5px 10px #000;
- z-index: 1;
- -webkit-animation: slide-in-blurred-top 1s cubic-bezier(0.230, 1.000, 0.320, 1.000) 5s both;
- animation: slide-in-blurred-top 1s cubic-bezier(0.230, 1.000, 0.320, 1.000) 5s both;
- }
- @-webkit-keyframes slide-in-blurred-top {
- 0% {
- -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
- transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
- -webkit-transform-origin: 50% 0%;
- transform-origin: 50% 0%;
- -webkit-filter: blur(40px);
- filter: blur(40px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateY(0) scaleY(1) scaleX(1);
- transform: translateY(0) scaleY(1) scaleX(1);
- -webkit-transform-origin: 50% 50%;
- transform-origin: 50% 50%;
- -webkit-filter: blur(0);
- filter: blur(0);
- opacity: 1;
- }
- }
- @keyframes slide-in-blurred-top {
- 0% {
- -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
- transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
- -webkit-transform-origin: 50% 0%;
- transform-origin: 50% 0%;
- -webkit-filter: blur(40px);
- filter: blur(40px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateY(0) scaleY(1) scaleX(1);
- transform: translateY(0) scaleY(1) scaleX(1);
- -webkit-transform-origin: 50% 50%;
- transform-origin: 50% 50%;
- -webkit-filter: blur(0);
- filter: blur(0);
- opacity: 1;
- }
- }
- #content {
- background-color:#99ff99;
- width: 500px;
- height: 500px;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Lateef', cursive;
- font-size: 20px;
- color: #000;
- right: 30%;
- top: 3%;
- z-index:1;
- border: #000000 solid 2px;
- }
- #friendlist {
- background-color:#99ff99;
- width: 180px;
- height: 500px;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Lateef', cursive;
- font-size: 20px;
- color: #000;
- right: 2%;
- top: 3%;
- z-index:1;
- border: #000000 solid 2px;
- }
- /*Code by Alikade, please keep this credit where it is, it will not interfere with the rest of the code.*/
- #editthis{ position:fixed;height: 27px; width: 30px; bottom: 0%; right: 0%; margin: auto; z-index:99; -webkit-animation: heartbeat 1s ease-in-out infinite both; animation: heartbeat 1s ease-in-out infinite both;}
- #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;}
- @-webkit-keyframes heartbeat {
- from {
- -webkit-transform: scale(1);
- transform: scale(1);
- -webkit-transform-origin: center center;
- transform-origin: center center;
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 10% {
- -webkit-transform: scale(0.91);
- transform: scale(0.91);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 17% {
- -webkit-transform: scale(0.98);
- transform: scale(0.98);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 33% {
- -webkit-transform: scale(0.87);
- transform: scale(0.87);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 45% {
- -webkit-transform: scale(1);
- transform: scale(1);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- }
- @keyframes heartbeat {
- from {
- -webkit-transform: scale(1);
- transform: scale(1);
- -webkit-transform-origin: center center;
- transform-origin: center center;
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 10% {
- -webkit-transform: scale(0.91);
- transform: scale(0.91);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 17% {
- -webkit-transform: scale(0.98);
- transform: scale(0.98);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 33% {
- -webkit-transform: scale(0.87);
- transform: scale(0.87);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 45% {
- -webkit-transform: scale(1);
- transform: scale(1);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- }
- #nav {
- background-color: transparent;
- width: 300px;
- height:10px;
- margin:auto;
- position: absolute;
- right: 3%;
- top: 13%;
- text-align: center;
- text-decoration: none;
- z-index:1;
- -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 3s both;
- animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 3s both;
- }
- #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 #003300;
- 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: #003300;
- box-shadow: 0px 0px 5px #000;
- color: transparent;
- margin: 0px;
- }
- i{color: #00cc00;}
- b{color: #003300;}
- a{color: #009900; text-decoration: none;}
- h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Arima Madurai', cursive;}
- h2{text-align: left; font-size: 25px; font-family: 'Arima Madurai', cursive; border-bottom: 1px solid #000;}
- h3{text-align: right; font-size: 25px; font-family: 'Arima Madurai', cursive; border-bottom: 1px solid #000;}
- </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 class="name">TITLE HERE</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 id="image"></div>
- <div id="image2"></div>
- <div id="container">
- <div id="content">
- <div style="width: 500px; height: 500px; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 500px; height: 500px; overflow: auto;" align="center">
- <span style="float:left;"><b>Name</b></span><span style="float:right;">Here</span><br>
- <span style="float:left;"><b>True Name</b></span><span style="float:right;">Here</span><br>
- <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;">Here</span><br>
- <span style="float:left;"><b>Master</b></span><span style="float:right;"><a href="/profile.php?user=LINK HERE" target="_blank">Here</a></span><br><br>
- <span style="float:left;"><b>Gender</b></span><span style="float:right;">Here</span><br>
- <span style="float:left;"><b>Apparent Age</b></span><span style="float:right;">Here</span><br>
- <span style="float:left;"><b>Height</b></span><span style="float:right;">Here</span><br>
- <span style="float:left;"><b>Weight</b></span><span style="float:right;">Here</span><br><br>
- <span style="float:left;"><b>Orientation</b></span><span style="float:right;">Here</span><br>
- <span style="float:left;"><b>Relationship</b></span><span style="float:right;">Here</span><br>
- <span style="float:left;"><b>Race</b></span><span style="float:right;">Here</span><br>
- <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Here</span><br>
- <span style="float:left;"><b>Hair</b></span><span style="float:right;">Here</span><br>
- <span style="float:left;"><b>Build</b></span><span style="float:right;">Here</span><br>
- </div>
- <a name="two"></a>
- <div style="width: 500px; height: 500px; overflow: auto;" align="left">
- <h1>Abilities</h1>
- HERE
- </div>
- <a name="three"></a>
- <div style="width: 500px; height: 500px; overflow: auto;" align="center">
- <h1>History</h1>
- HERE
- </div>
- <a name="four"></a>
- <div style="width: 500px; height: 500px; overflow: auto;" align="center">
- <h1>Out of Character</h1>
- <b>00</b>. Code made by <a href="" target="_blank">RageQxeen</a>, 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 id="friendlist">
- <div style="width: 180px; height: 500px; overflow: auto;" align="center">
- <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
- <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
- <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
- <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
- <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
- <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
- <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
- <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
- <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
- <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment