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=Indie+Flower|Pacifico|Shadows+Into+Light|Dancing+Script|Architects+Daughter|Kaushan+Script|Gloria+Hallelujah|Satisfy|Courgette|Handlee|Rock+Salt|Cookie|Shadows+Into+Light+Two|Tangerine|Pinyon+Script|Great+Vibes|Bad+Script|Marck+Script|Damion|Niconne|Alex+Brush|Yellowtail|Nothing+You+Could+Do|Kalam|Sacramento|Homemade+Apple|Calligraffitti|Just+Another+Hand|Waiting+for+the+Sunrise|Allura|Rancho|Crafty+Girls|Reenie+Beanie|Parisienne|Rochester|Leckerli+One|Grand+Hotel|Merienda+One|Italianno|Montez|Petit+Formal+Script|Give+You+Glory|Delius|Mr+Dafoe|The+Girl+Next+Door|Arizonia|La+Belle+Aurore|Qwigley|Norican|Euphoria+Script|Dawning+of+a+New+Day|Bilbo+Swash+Caps|Meddon|Fondamento|Clicker+Script|Aladin|Delius+Swash+Caps|Rouge+Script|Engagement|Redressed|Aref+Ruqaa);
- html, body {
- background: #9C92A3;
- 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: 450px;
- margin: 0px;
- border: none;
- height: 700px;
- background-color:transparent;
- position: absolute;
- right: 0%;
- bottom: 0%;
- background-image:url("http://i.picpar.com/1H7d.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- }
- .name {position: absolute;
- font-family: 'Rock Salt';
- color: #000;
- font-size: 50px;
- top: 20%;
- left: 0%;
- width: 550px;
- border: 0px solid #000;
- text-align: center;
- text-shadow:
- #000 -3px 0px,
- #000 0px 2px,
- #D6D3F0 2px 0px,
- #D6D3F0 0px -2px;
- z-index: 2;
- transform: rotate(-40deg);
- -webkit-animation: flicker-1 2s linear infinite both;
- animation: flicker-1 2s linear infinite both;
- }
- .namebg { background: transparent;
- background:url('')
- left left repeat;
- font-family: 'Rock Salt';
- position: absolute;
- text-align: center;
- font-size: 50px;
- top: 20%;
- left: 0%;
- width: 550px;
- opacity:1;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- z-index:3;
- transform: rotate(-40deg);
- -webkit-animation: flicker-1 2s linear infinite both;
- animation: flicker-1 2s linear infinite both;
- }
- @-webkit-keyframes flicker-1 {
- 0%,
- 100% {
- opacity: 1;
- }
- 41.99% {
- opacity: 1;
- }
- 42% {
- opacity: 0;
- }
- 43% {
- opacity: 0;
- }
- 43.01% {
- opacity: 1;
- }
- 47.99% {
- opacity: 1;
- }
- 48% {
- opacity: 0;
- }
- 49% {
- opacity: 0;
- }
- 49.01% {
- opacity: 1;
- }
- }
- @keyframes flicker-1 {
- 0%,
- 100% {
- opacity: 1;
- }
- 41.99% {
- opacity: 1;
- }
- 42% {
- opacity: 0;
- }
- 43% {
- opacity: 0;
- }
- 43.01% {
- opacity: 1;
- }
- 47.99% {
- opacity: 1;
- }
- 48% {
- opacity: 0;
- }
- 49% {
- opacity: 0;
- }
- 49.01% {
- opacity: 1;
- }
- }
- #container {
- width: 800px;
- height: 500px;
- margin: 0px;
- background-color: #54428E;
- position: absolute;
- left: 10%;
- bottom: 10%;
- box-shadow: 0px 5px 10px #000;
- }
- #content {
- background-color:#5ba5cd;
- width: 550px;
- height: 400px;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Determination Mono', cursive;
- font-size: 18px;
- color: #000;
- right: 5%;
- bottom: 5%;
- z-index:1;
- border: #000000 solid 2px;
- }
- #nav {
- background-color: transparent;
- width: 95px;
- height: 50px;
- margin:auto;
- position: absolute;
- font-family: 'Determination Mono';
- font-size: 45px;
- text-align: center;
- left: 8%;
- bottom: 45%;
- z-index:1;
- }
- #nav a, #nav a:link, #nav a:visited {
- display:inline-block;
- height: 50px;
- width: 100px;
- text-decoration:none;
- background: #000;
- box-shadow: 0px 5px 10px #000;
- color: #F68228;
- }
- #nav a:active, #nav a:hover {
- display:inline-block;
- height: 50px;
- width: 100px;
- text-decoration:none;
- background: #000;
- color: #FFF434;
- box-shadow: 0px 5px 10px #000;
- margin: 0px;
- }
- i{color: #000;}
- b{color: #000;}
- a{color: #000; text-decoration: none;}
- h1{color: #000; border-bottom: 1px solid #000;}
- </style>
- <link rel="stylesheet" type="text/css" href="//undertalefonts.duodecima.technology/webfonts/stylesheet.css">
- <div class="name">The Dark Knight</div>
- <div id="image"></div>
- <div id="container">
- <div id="nav">
- <a href="#one">ITEM</a>
- <a href="#two">STAT</a>
- <a href="#three">CELL</a>
- <a href="#four">INFO</a>
- </div>
- <div id="content">
- <div style="width: 550px; height: 400px; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 550px; height: 400px; 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>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>
- </div>
- <a name="two"></a>
- <div style="width: 550px; height: 400px; overflow: auto;" align="center">
- <h1>POWERS TITLE</h1>
- POWERS HERE
- </div>
- <a name="three"></a>
- <div style="width: 550px; height: 400px; overflow: auto;" align="center">
- <h1>FRIENDS LIST TITLE</h1>
- <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>
- <a name="four"></a>
- <div style="width: 550px; height: 400px; overflow: auto;" align="center">
- <h1>Out of Character</h1>
- <b>00</b>. Code made by <a href="https://alliealgiere.neocities.org" target="_blank">RageQxeen</a>, 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>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment