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=Major+Mono+Display|VT323|Share+Tech+Mono');
- html, body {
- background: #000;
- background-image:url("");
- background-size:400px;
- 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;}
- #image {
- width: 370px;
- margin: 0px;
- border: none;
- height: 475px;
- background-color:transparent;
- position: absolute;
- left: 4%;
- top: 6.5%;
- background-image:url("http://i.picpar.com/Wy7d.jpg");
- background-repeat:no-repeat;
- background-position: top;
- background-size: 100%;
- border: 3px solid #000;
- z-index: 1;
- }
- #container {
- background-color:#8ad5f0;
- width: 1100px;
- height: 550px;
- margin:auto;
- position: absolute;
- padding: 5px;
- color: #000;
- right: 7%;
- bottom: 10%;
- z-index:1;
- border-radius: 20px;
- opacity: .7;
- }
- #content {
- background-color:#8ad5f0;
- width: 600px;
- height: 520px;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'VT323', cursive;
- font-size: 25px;
- color: #000;
- right: 2%;
- top: 2%;
- z-index:1;
- border: 3px solid #000;
- opacity: 1;
- }
- #line1 {
- width: 1150px;
- height: 50px;
- left: 0%;
- top: 50%;
- background-color: #000;
- position: absolute;
- z-index: 0;
- margin: auto;
- }
- #line2 {
- width: 50px;
- height: 570px;
- left: 18%;
- top: 0%;
- background-color: #000;
- position: absolute;
- z-index: 0;
- margin: auto;
- }
- #nav {
- background-color: transparent;
- width: 50px;
- height: 30px;
- margin:auto;
- position: absolute;
- font-family: 'Major Mono Display';
- font-size: 25px;
- text-align: center;
- left: 5%;
- bottom: 30%;
- z-index: 10;
- }
- #nav a, #nav a:link, #nav a:visited {
- display:inline-block;
- height: 30px;
- width: 50px;
- text-decoration:none;
- background: #transparent;
- color: #fff;
- }
- #nav a:active, #nav a:hover {
- display:inline-block;
- height: 30px;
- width: 50px;
- text-decoration:none;
- background: #transparent;
- color: #fff;
- margin: 0px;
- }
- /*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 0.8s ease-in-out infinite both; animation: heartbeat 0.8s ease-in-out infinite both;}
- #music1{ position:fixed; padding:2px; -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; -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('http://assets.clickmotive.com/Designs/LEMidnight/playButton.png'); background-repeat: no-repeat; background-size: 25px; border:1px dotted #b3b3e5; 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;}
- .slit-in-horizontal {
- -webkit-animation: slit-in-horizontal 0.3s ease-out 2s both;
- animation: slit-in-horizontal 0.3s ease-out 2s both;
- }
- @-webkit-keyframes slit-in-horizontal {
- 0% {
- -webkit-transform: translateZ(-800px) rotateX(90deg);
- transform: translateZ(-800px) rotateX(90deg);
- opacity: 0;
- }
- 54% {
- -webkit-transform: translateZ(-160px) rotateX(87deg);
- transform: translateZ(-160px) rotateX(87deg);
- opacity: 1;
- }
- 100% {
- -webkit-transform: translateZ(0) rotateX(0);
- transform: translateZ(0) rotateX(0);
- }
- }
- @keyframes slit-in-horizontal {
- 0% {
- -webkit-transform: translateZ(-800px) rotateX(90deg);
- transform: translateZ(-800px) rotateX(90deg);
- opacity: 0;
- }
- 54% {
- -webkit-transform: translateZ(-160px) rotateX(87deg);
- transform: translateZ(-160px) rotateX(87deg);
- opacity: 1;
- }
- 100% {
- -webkit-transform: translateZ(0) rotateX(0);
- transform: translateZ(0) rotateX(0);
- }
- }
- @-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;
- }
- }
- i{color: #1a2224;}
- b{color: #000;}
- a{color: #344548; text-decoration: none;}
- h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Share Tech Mono', cursive;}
- </style>
- <div id="container" class="slit-in-horizontal">
- <div id="nav">
- <a href="#one">Stats</a>
- <a href="#two">Powers</a>
- <a href="#three">History</a>
- <a href="#four">Connections</a>
- <a href="#five">OOC</a>
- </div>
- <div id="line1"></div>
- <div id="line2"></div>
- <div id="image"></div>
- <div id="content">
- <div style="width: 600px; height: 520px; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 600px; height: 520px; 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>
- <i>Italics</i> <b>Bold</b> <a href="">Link</a>
- </div>
- <a name="two"></a>
- <div style="width: 600px; height: 520px; overflow: auto;" align="center">
- <h1>POWERS TITLE</h1>
- </div>
- <a name="three"></a>
- <div style="width: 600px; height: 520px; overflow: auto;" align="center">
- <h1>HISTORY TITLE</h1>
- </div>
- <a name="four"></a>
- <div style="width: 600px; height: 520px; overflow: auto;" align="center">
- <h1>CONNECTIONS TITLE</h1>
- </div>
- <a name="five"></a>
- <div style="width: 600px; height: 520px; overflow: auto;" align="center">
- <h1>OOC TITLE</h1>
- <b>00</b>. Code made by <a href="https://alliealgiere.neocities.org" target="_blank">RageQxeen</a> for [INSERT CHARACTER NAME HERE], do not steal.<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 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>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment