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=Fondamento|Forum|Cinzel+Decorative');
- html, body {
- background: #000;
- background-image:url("https://cdn.discordapp.com/attachments/553090842471170048/702375027739328592/moonlight-lake-field-clouds-artwork-reeds-fantasy-16208.png");
- background-size: contain;
- 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 Stuff v */
- #image {
- width: 25vw;
- margin: 0px;
- border: none;
- height: 35vw;
- background-color:transparent;
- position: absolute;
- right: 5vw;
- bottom: 5vw;
- border: 3px solid #000;
- background-image:url("https://cdn.discordapp.com/attachments/580018078885085185/625287400385675284/Iahy2VA.png");
- background-repeat:no-repeat;
- background-position: center;
- background-size: fill;
- }
- #image2 {
- width: 25vw;
- margin: 0px;
- border: none;
- height: 35vw;
- background-color:transparent;
- position: absolute;
- left: 5vw;
- bottom: 5vw;
- border: 3px solid #000;
- background-image:url("https://cdn.discordapp.com/attachments/553090842471170048/702371309631438924/sample-d9843de23d9fff4d68fd918d558532ba.png");
- background-repeat:no-repeat;
- background-position: center;
- background-size: fill;
- }
- /* Info Box v */
- #container {
- background: rgb(133,89,136);
- background: -moz-linear-gradient(38deg, rgba(133,89,136,1) 0%, rgba(107,73,132,1) 20%, rgba(72,52,117,1) 40%, rgba(43,47,119,1) 60%, rgba(20,24,82,1) 80%, rgba(7,11,52,1) 100%);
- background: -webkit-linear-gradient(38deg, rgba(133,89,136,1) 0%, rgba(107,73,132,1) 20%, rgba(72,52,117,1) 40%, rgba(43,47,119,1) 60%, rgba(20,24,82,1) 80%, rgba(7,11,52,1) 100%);
- background: linear-gradient(38deg, rgba(133,89,136,1) 0%, rgba(107,73,132,1) 20%, rgba(72,52,117,1) 40%, rgba(43,47,119,1) 60%, rgba(20,24,82,1) 80%, rgba(7,11,52,1) 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#855988",endColorstr="#070b34",GradientType=1);
- width: 30vw;
- height: 24vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- left: 35vw;
- bottom: 5vw;
- z-index:0;
- box-shadow: 0px 5px 10px #000;
- border: 2px solid #000;
- }
- #content {
- background-color:#c0c0c0;
- width: 28vw;
- height: 22vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Forum', cursive;
- font-size: 18px;
- color: #000;
- left: 1vw;
- top: 1vw;
- z-index:1;
- border: #000000 solid 2px;
- }
- /* Header Stuff v */
- .name {position: absolute;
- font-family: 'Cinzel Decorative';
- color: #fff;
- font-size: 2.5vw;
- top: -6vw;
- left: -4vw;
- width: 50vw;
- height: 4.3vw;
- border: 0px solid #000;
- text-align: justify;
- text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
- overflow: auto;
- padding:5px 5px 5px 5px;
- z-index: 2;}
- .title { background: transparent;
- background:url('https://media.giphy.com/media/FWtVYDHIxgGgE/giphy.gif') repeat;
- background-position: center;
- position: absolute;
- font-family: 'Cinzel Decorative';
- font-size: 2.5vw;
- top: -6vw;
- left: -4vw;
- width: 50vw;
- height: 4.3vw;
- text-align: justify;
- padding:5px 5px 5px 5px;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- z-index: 3;}
- /* Nav Buttons v */
- #nav {
- background-color: transparent;
- width: 22vw;
- height: .5vw;
- margin:auto;
- position: absolute;
- right: 6vw;
- top: -2vw;
- text-align:right;
- z-index:1;
- }
- #nav a, #nav a:link, #nav a:visited {
- display:inline-block;
- height: .7vw;
- width: 3vw;
- text-decoration:none;
- background: #271f3c;
- margin: 5px;
- border: double #000 5px;
- -webkit-transition: 0.5s linear;
- -moz-transition: 0.5s linear;
- -o-transition: 0.5s linear;
- transition: 0.5s linear;
- }
- #nav a:active, #nav a:hover {
- display:inline-block;
- height: .7vw;
- width: 3vw;
- text-decoration:none;
- background: #625dee;
- margin: 5px;
- border: double #000 5px;
- -webkit-transition: 0.5s linear;
- -moz-transition: 0.5s linear;
- -o-transition: 0.5s linear;
- transition: 0.5s linear;
- }
- i{color: #2F4F4F;}
- b{color: #000;}
- a{color: #708090; text-decoration: none;}
- h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Cinzel Decorative', cursive; color: #000;}
- h2{border-bottom: 1px solid #000; text-align: left; font-size: 30px; font-family: 'Cinzel Decorative', cursive; color: #000;}
- h3{border-bottom: 1px solid #000; text-align: right; font-size: 30px; font-family: 'Cinzel Decorative', cursive; color: #000;}
- </style>
- <div id="image"></div>
- <div id="image2"></div>
- <div id="container">
- <div class="name">The Knight Under The Moon</div>
- <div class="title">The Knight Under The Moon</div>
- <div id="nav">
- <a href="#one"></a>
- <a href="#two"></a>
- <a href="#three"></a>
- <a href="#four"></a>
- </div>
- <div id="content">
- <div style="width: 28vw; height: 22vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 28vw; height: 22vw; 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>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: 28vw; height: 22vw; overflow: auto;" align="left">
- <h1>Abilities</h1>
- </div>
- <a name="three"></a>
- <div style="width: 28vw; height: 22vw; overflow: auto;" align="center">
- <h1>History</h1>
- </div>
- <a name="four"></a>
- <div style="width: 28vw; height: 22vw; 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