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=Rock+Salt|Patua+One|Permanent+Marker);
- html, body {
- background: -webkit-linear-gradient(-45deg, rgba(107,107,107,1) 36%,rgba(12,12,12,1) 75%,rgba(12,12,12,1) 75%,rgba(12,12,12,1) 90%);}
- ::-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: 600px;
- margin: 0px;
- border: none;
- height: 700px;
- background-color:transparent;
- position: absolute;
- left: 0%;
- bottom: 0%;
- background-image:url("http://i.picpar.com/u60d.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- z-index: 1;
- }
- .name {position: absolute;
- font-family: 'Rock Salt';
- color: #transparent;
- font-size: 50px;
- bottom: 0%;
- left: 0%;
- width: 500px;
- border: 0px solid #000;
- text-align: center;
- text-shadow:
- #000 -3px 0px,
- #000 0px 2px,
- #bb0a1e 2px 0px,
- #bb0a1e 0px -2px;
- z-index: 2;
- }
- .namebg { background: transparent;
- background:url('')
- center center repeat;
- font-family: 'Rock Salt';
- position: absolute;
- text-align: center;
- font-size: 50px;
- top: 0%;
- left: 0%;
- width: 500px;
- opacity:1;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- z-index:3;
- }
- #container {
- width: 750px;
- height: 600px;
- margin: 0px;
- background-color: #9EA3B0;
- background-image:url("http://i.picpar.com/r50d.png");
- background-size:100%;
- background-repeat:no-repeat;
- background-position:center;
- position: absolute;
- left: 40%;
- bottom: 5%;
- box-shadow: 0px 5px 10px #000;
- z-index: 0;
- -webkit-animation: slidedown 5s; /* Safari 4.0 - 8.0 */
- animation: slidedown 5s;
- }
- /* Safari 4.0 - 8.0 */
- @-webkit-keyframes slidedown {
- from {bottom: 100%;}
- to {bottom: 5%;}
- }
- /* Standard syntax */
- @keyframes slidedown {
- from {bottom: 100%;}
- to {bottom: 5%;}
- }
- #content {
- background-color:#d0a0a0;
- width: 690px;
- height: 550px;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Patua One', cursive;
- font-size: 18px;
- color: #000;
- right: 3%;
- top: 3%;
- z-index:1;
- border: #000000 solid 2px;
- }
- #nav {
- background-color: transparent;
- width: 250px;
- height:10px;
- margin: auto;
- position: absolute;
- left: 80%;
- top: 3%;
- text-align: center;
- text-decoration: none;
- z-index:0;
- }
- #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 #470d0d;
- padding: 1px;
- height: 20px;
- width: 20px;
- border: 2px solid #bb0a1e;
- -moz-transform: rotate(45deg);
- -o-transform: rotate(45deg);
- -webkit-transform: rotate(45deg);
- -ms-transform: rotate(45deg);
- }
- #nav a:active, #nav a:hover {
- display:inline-block;
- height: 20px;
- width: 20px;
- text-decoration:none;
- background: #470d0d;
- box-shadow: 0px 0px 5px #000;
- color: transparent;
- margin: 0px;
- -moz-transform: rotate(45deg);
- -o-transform: rotate(45deg);
- -webkit-transform: rotate(45deg);
- -ms-transform: rotate(45deg);
- }
- /*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;}
- #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: #d30000;}
- b{color: #820000;}
- a{color: #792d2d; text-decoration: none;}
- h1{border-bottom: 1px solid #000; text-align: center; font-size: 25px; font-family: 'Permanent Marker', cursive;}
- h2{border-bottom: 1px solid #000; text-align: left; font-size: 20px; font-family: 'Permanent Marker', cursive;}
- h3{border-bottom: 1px solid #000; text-align: right; font-size: 20px; font-family: 'Permanent Marker', cursive;}
- </style>
- <div class="name">Issac Foster</div>
- <div id="image"></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="http://k007.kiwi6.com/hotlink/ajdsuy4igx/NEFFEX_-_Crown_Copyright_Free_.mp3"></audio>
- </div></div></div></div>
- <div id="nav">
- <a href="#one"></a>
- <a href="#two"></a>
- <a href="#three"></a>
- <a href="#four"></a>
- </div>
- <div id="container">
- <div id="content">
- <div style="width: 690px; height: 550px; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 690px; height: 550px; 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><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><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>
- </div>
- <a name="two"></a>
- <div style="width: 650px; height: 550px; 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.<br><br><br><br>
- </div>
- <a name="three"></a>
- <div style="width: 690px; height: 550px; overflow: auto;" align="center">
- <h1>History Title Here</h1>
- </div>
- <a name="four"></a>
- <div style="width: 650px; height: 550px; overflow: auto;" align="center">
- <h1>Out of Character</h1>
- <b>00</b>. Code made for Issac Foster by <a target="_blank" href="https://alliealgiere.neocities.org">RageQxeen</a>. click the name for more info!<br><br>
- <b>01</b>. <br><br>
- <b>02</b>. <br><br>
- <b>03</b>. <br><br>
- <b>04</b>. <br><br>
- <b>05</b>. <br><br>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment