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=Cinzel|Cinzel+Decorative|Lora);
- html, body {
- background-color: #0b254a;
- background-image: url("https://www.freepngimg.com/thumb/light/78534-and-star-light-wallpaper-sky-black-white.png");
- background-position: top;
- background-size: fill;
- background-repeat: no-repeat;
- }
- ::-webkit-scrollbar-button:vertical:{
- background-color: #transparent;}
- ::-webkit-scrollbar-thumb:vertical {
- background-color:#transparent;
- height:125px;}
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:#transparent;
- height:60px;}
- ::-webkit-scrollbar {
- height:60px;
- width:5px;
- background-color:#transparent;}
- #image {
- width: 20vw;
- margin: 0px;
- border: none;
- height: 40vw;
- background-color:transparent;
- position: absolute;
- left: 0vw;
- bottom: -1vw;
- background-image:url("http://i.picpar.com/cHye.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- }
- #icon {
- width: 125px;
- margin: 0px;
- border: 5px solid #000;
- height: 125px;
- background-color: #000;
- position: absolute;
- left: 0vw;
- top: -3vw;
- background-image:url("http://i.picpar.com/GGye.png");
- background-repeat:no-repeat;
- background-position: top;
- background-size: cover;
- z-index: 3;
- }
- #icon2 {
- width: 125px;
- margin: 0px;
- border: 5px solid #000;
- height: 125px;
- background-color: #000;
- position: absolute;
- left: 11vw;
- top: -3vw;
- background-image:url("http://i.picpar.com/NGye.png");
- background-repeat:no-repeat;
- background-position: top;
- background-size: cover;
- z-index: 3;
- }
- #icon3 {
- width: 125px;
- margin: 0px;
- border: 5px solid #000;
- height: 125px;
- background-color: #000;
- position: absolute;
- left: 23vw;
- top: -3vw;
- background-image:url("http://i.picpar.com/aHye.jpg");
- background-repeat:no-repeat;
- background-position: top;
- background-size: cover;
- z-index: 3;
- }
- #icon4 {
- width: 125px;
- margin: 0px;
- border: 5px solid #000;
- height: 125px;
- background-color: #000;
- position: absolute;
- left: 34vw;
- top: -3vw;
- background-image:url("http://i.picpar.com/YGye.png");
- background-repeat:no-repeat;
- background-position: top;
- background-size: cover;
- z-index: 3;
- }
- #icon5 {
- width: 125px;
- margin: 0px;
- border: 5px solid #000;
- height: 125px;
- background-color: #000;
- position: absolute;
- left: 45vw;
- top: -3vw;
- background-image:url("http://i.picpar.com/XGye.png");
- background-repeat:no-repeat;
- background-position: top;
- background-size: cover;
- z-index: 3;
- }
- #line1{
- background-color: #000;
- width: 50vw;
- height: .7vw;
- margin: auto;
- padding: 5px;
- position: absolute;
- left: 23vw;
- bottom: 3.2vw;
- z-index: 2;
- }
- #container {
- background-color: #49111C;
- width: 70vw;
- height: 30vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- left: 15vw;
- bottom: 8vw;
- box-shadow: 0px 5px 10px #000;
- z-index:2;
- background-image:url("https://66.media.tumblr.com/59ab7478bb586b6500e2ae6319b452a2/tumblr_mp2b0zsD0P1s39gbxo1_500.gif");
- background-repeat: repeat;
- background-position: center;
- background-size: cover;
- z-index: 2;
- }
- #backcontainer {
- background-color: #49111C;
- width: 99%;
- height: 20vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- left: 0vw;
- bottom: 13vw;
- box-shadow: 0px 5px 10px #000;
- z-index:2;
- background-image:url("https://66.media.tumblr.com/59ab7478bb586b6500e2ae6319b452a2/tumblr_mp2b0zsD0P1s39gbxo1_500.gif");
- background-repeat: repeat;
- background-position: bottom;
- background-size: cover;
- z-index: 1;
- }
- #content {
- background-color:#c0c0c0;
- width: 53vw;
- height: 29vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- opacity: 0.8;
- font-family: 'Lora', cursive;
- font-size: 18px;
- color: #000;
- right: 1vw;
- bottom: .5vw;
- z-index: 99;
- border: #000000 solid 2px;
- }
- #nav {
- background-color: transparent;
- width: 1vw;
- height: 8vw;
- margin:auto;
- position: absolute;
- right: -1vw;
- bottom: 9vw;
- text-align:right;
- z-index: 99;
- }
- #nav a, #nav a:link, #nav a:visited {
- display:inline-block;
- height: .8vw;
- width: .8vw;
- text-decoration:none;
- background: #0b254a;
- margin: 5px;
- border: double #000 5px;
- border-radius: 50%;
- -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: .8vw;
- width: .8vw;
- text-decoration:none;
- background: #0d7053;
- margin: 5px;
- border: double #000 5px;
- border-radius: 50%;
- -webkit-transition: 0.5s linear;
- -moz-transition: 0.5s linear;
- -o-transition: 0.5s linear;
- transition: 0.5s linear;
- }
- #nav2 {
- background-color: transparent;
- width: 1vw;
- height: 8vw;
- margin:auto;
- position: absolute;
- left: -1.8vw;
- bottom: 9vw;
- text-align:right;
- z-index: 99;
- }
- #nav2 a, #nav2 a:link, #nav2 a:visited {
- display:inline-block;
- height: .8vw;
- width: .8vw;
- text-decoration:none;
- background: #0b254a;
- margin: 5px;
- border: double #000 5px;
- border-radius: 50%;
- -webkit-transition: 0.5s linear;
- -moz-transition: 0.5s linear;
- -o-transition: 0.5s linear;
- transition: 0.5s linear;
- }
- #nav2 a:active, #nav2 a:hover {
- display:inline-block;
- height: .8vw;
- width: .8vw;
- text-decoration:none;
- background: #0d7053;
- margin: 5px;
- border: double #000 5px;
- border-radius: 50%;
- -webkit-transition: 0.5s linear;
- -moz-transition: 0.5s linear;
- -o-transition: 0.5s linear;
- transition: 0.5s linear;
- }
- .name {position: absolute;
- font-family: 'Cinzel Decorative';
- color: #fff;
- font-size: 4vw;
- top: -5vw;
- left: 17vw;
- width: 55vw;
- height: 4.5vw;
- position: absolute;
- border: 0px solid #000;
- text-align: justify;
- text-shadow: -1px 0 #c0c0c0, 0 3px #000,3px 0 #000, 0 -1px #c0c0c0;
- overflow: auto;
- padding:5px 5px 5px 5px;
- z-index: 2;}
- .title { background: transparent;
- background:url('https://66.media.tumblr.com/59ab7478bb586b6500e2ae6319b452a2/tumblr_mp2b0zsD0P1s39gbxo1_500.gif') repeat;
- background-position: top;
- position: absolute;
- font-family: 'Cinzel Decorative';
- font-size: 4vw;
- top: -5vw;
- left: 17vw;
- width: 55vw;
- height: 4.5vw;
- position: absolute;
- text-align: justify;
- padding:5px 5px 5px 5px;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- z-index: 3;}
- i{color: #083068;}
- b{color: #000;}
- a{color: #246dab; text-decoration: none;}
- h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Cinzel', cursive; color: #000;}
- h2{border-bottom: 1px solid #000; text-align: left; font-size: 20px; font-family: 'Cinzel', cursive; color: #000;}
- h3{text-align: right; font-size: 20px; font-family: 'Cinzel', cursive; color: #000;}
- </style>
- <div id="line1">
- <div id="icon"></div>
- <div id="icon2"></div>
- <div id="icon3"></div>
- <div id="icon4"></div>
- <div id="icon5"></div>
- </div>
- <div id="backcontainer"></div>
- <div id="container">
- <div id="image"></div>
- <div class="name">The Future King</div>
- <div class="title">The Future King</div>
- <div id="nav2">
- <a href="#one"></a>
- <a href="#two"></a>
- </div>
- <div id="nav">
- <a href="#three"></a>
- <a href="#four"></a>
- </div>
- <div id="content">
- <div style="width: 53vw; height: 29vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 53vw; height: 29vw; overflow: auto;" align="center">
- <span style="float:left;"><b>Name</b></span><span style="float:right;"></span><br>
- <span style="float:left;"><b>Alias</b></span><span style="float:right;"></span><br>
- <span style="float:left;"><b>Gender</b></span><span style="float:right;">Male</span><br>
- <span style="float:left;"><b>Age</b></span><span style="float:right;">19</span><br>
- <span style="float:left;"><b>Race</b></span><span style="float:right;">Human</span><br>
- <span style="float:left;"><b>Voice</b></span><span style="float:right;"><a href="" target="_blank"></a></span><br><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>Eyes</b></span><span style="float:right;">Blue</span><br>
- <span style="float:left;"><b>Hair</b></span><span style="float:right;">Brown</span><br>
- <span style="float:left;"><b>Build</b></span><span style="float:right;">Athletic</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;">Arranged to Marry</span><br>
- <span style="float:left;"><b>Occupation</b></span><span style="float:right;">Prince</span><br>
- <span style="float:left;"><b>Alignment</b></span><span style="float:right;"></span><br><br><br>
- </div>
- <a name="two"></a>
- <div style="width: 53vw; height: 29vw; overflow: auto;" align="left">
- <h1>Abilities</h1>
- </div>
- <a name="three"></a>
- <div style="width: 53vw; height: 29vw; overflow: auto;" align="center">
- <h1>Contacts</h1>
- <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a><br>
- <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
- </div>
- <a name="four"></a>
- <div style="width: 53vw; height: 29vw; overflow: auto;" align="left">
- <h1>Out of Character</h1>
- <center><b>00</b>. Code made by <a href="/profile.php?user=RageQxeen" target="_blank">RageQxeen</a>, do not steal. Heavily inspired by her beloved OOC friend, <a href="/profile.php?user=Elliot" target="_blank">Elliot</a>.<br><br></center>
- <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>
Add Comment
Please, Sign In to add comment