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+Decorative|Caladea|Cinzel);
- html, body {
- background: rgb(206,225,240);
- background: -moz-linear-gradient(270deg, rgba(206,225,240,1) 0%, rgba(157,184,214,1) 25%, rgba(160,174,204,1) 50%, rgba(101,112,144,1) 75%, rgba(53,69,103,1) 100%);
- background: -webkit-linear-gradient(270deg, rgba(206,225,240,1) 0%, rgba(157,184,214,1) 25%, rgba(160,174,204,1) 50%, rgba(101,112,144,1) 75%, rgba(53,69,103,1) 100%);
- background: linear-gradient(270deg, rgba(206,225,240,1) 0%, rgba(157,184,214,1) 25%, rgba(160,174,204,1) 50%, rgba(101,112,144,1) 75%, rgba(53,69,103,1) 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cee1f0",endColorstr="#354567",GradientType=1);
- }
- ::-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: 23vw;
- margin: 0px;
- border: none;
- height: 50vw;
- background-color:transparent;
- position: absolute;
- left: 0vw;
- bottom: 0vw;
- background-image:url("http://i.picpar.com/Lq4e.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- z-index: 4;
- }
- #bar {
- width: 20vw;
- height: 100%;
- background-color: #adcbe3;
- position: absolute;
- left: 5vw;
- bottom: 0vw;
- margin: auto;
- background-image:url("https://www.transparenttextures.com/patterns/cartographer.png");
- box-shadow: #000 0px 5px 10px;
- z-index: 3;
- }
- #holder1 {
- width: 50vw;
- height: 3vw;
- background-color: #adcbe3;
- position: absolute;
- right: -50vw;
- bottom: 5vw;
- margin: auto;
- background-image:url("https://www.transparenttextures.com/patterns/cartographer.png");
- z-index: 1;
- }
- #holder2 {
- width: 50vw;
- height: 3vw;
- background-color: #adcbe3;
- position: absolute;
- right: -50vw;
- top: 5vw;
- margin: auto;
- background-image:url("https://www.transparenttextures.com/patterns/cartographer.png");
- z-index: 1;
- }
- #holder3 {
- width: 3vw;
- height: 8vw;
- background-color: #adcbe3;
- position: absolute;
- right: 0vw;
- bottom: 3vw;
- margin: auto;
- background-image:url("https://www.transparenttextures.com/patterns/cartographer.png");
- z-index: 1;
- }
- #holder4 {
- width: 3vw;
- height: 8vw;
- background-color: #adcbe3;
- position: absolute;
- right: 0vw;
- top: 3vw;
- margin: auto;
- background-image:url("https://www.transparenttextures.com/patterns/cartographer.png");
- z-index: 1;
- }
- #container {
- background-color:#adcbe3;
- width: 50vw;
- height: 36vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- right: -15vw;
- top: 8vw;
- z-index:1;
- background-image:url("https://www.transparenttextures.com/patterns/cartographer.png");
- z-index: 2;
- }
- #banner {
- width: 48vw;
- margin: 0px;
- border: none;
- height: 17vw;
- background-color:transparent;
- position: absolute;
- right: .5vw;
- top: .5vw;
- padding: 5px;
- border: 5px double #000;
- background-image:url("http://i.picpar.com/Qq4e.jpeg");
- background-repeat:no-repeat;
- background-position: top;
- background-size: cover;
- z-index: 4;
- }
- #banner2 {
- width: 48vw;
- margin: 0px;
- border: none;
- height: 15vw;
- background-color:transparent;
- position: absolute;
- right: .5vw;
- bottom: .5vw;
- padding: 5px;
- border: 5px double #000;
- background-image:url("https://static.zerochan.net/Chara.%28Criminale%21%29.full.1837981.jpg");
- background-repeat:no-repeat;
- background-position: center;
- background-size: cover;
- z-index: 4;
- }
- #content {
- background-color:#f8f8ff;
- width: 48vw;
- height: 17vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Caladea', cursive;
- font-size: 18px;
- color: #000;
- right: .5vw;
- top: .5vw;
- z-index:6;
- border: 5px double #000;
- }
- #content2 {
- background-color:#f8f8ff;
- width: 48vw;
- height: 15vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Caladea', cursive;
- font-size: 18px;
- color: #000;
- right: .5vw;
- bottom: .5vw;
- z-index:6;
- border: 5px double #000;
- }
- #nav {
- background-color: transparent;
- width: 10vw;
- height: 15vw;
- margin:auto;
- position: absolute;
- right: 0.5vw;
- bottom: -10vw;
- text-align:right;
- z-index:1;
- }
- #nav a, #nav a:link, #nav a:visited {
- display:inline-block;
- height: 10vw;
- width: 1vw;
- text-decoration:none;
- background: #adcbe3;
- background-image: url("https://www.transparenttextures.com/patterns/cartographer.png");
- margin: 5px;
- -webkit-transition: 0.5s linear;
- -moz-transition: 0.5s linear;
- -o-transition: 0.5s linear;
- transition: 0.5s linear;
- z-index:1;
- }
- #nav a:active, #nav a:hover {
- display:inline-block;
- height: 10vw;
- width: 1vw;
- text-decoration:none;
- background: #354567;
- margin: 5px;
- margin-bottom: -30px;
- box-shadow: #c0c0c0 0px 5px 10px;
- -webkit-transition: 0.5s linear;
- -moz-transition: 0.5s linear;
- -o-transition: 0.5s linear;
- transition: 0.5s linear;
- z-index:1;
- }
- .name {position: absolute;
- font-family: 'Cinzel Decorative';
- color: #fff;
- font-size: 7vw;
- top: 34vw;
- right: -30vw;
- width: 50vw;
- height: 10vw;
- 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;
- transform: rotate(90deg);
- z-index: 2;}
- .title { background: transparent;
- background:url('https://media.giphy.com/media/8rEiAAlQD9gOxarV2B/giphy.gif') repeat;
- background-position: center;
- position: absolute;
- font-family: 'Cinzel Decorative';
- font-size: 7vw;
- top: 34vw;
- right: -30vw;
- width: 50vw;
- height: 10vw;
- text-align: justify;
- padding:5px 5px 5px 5px;
- transform: rotate(90deg);
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- z-index: 3;}
- .fade {
- opacity: 0;
- -webkit-transition: opacity 1s ease-in-out;
- -moz-transition: opacity 1s ease-in-out;
- -o-transition: opacity 1s ease-in-out;
- -ms-transition: opacity 1s ease-in-out;
- transition: opacity 1s ease-in-out;
- }
- .fade:hover {
- opacity: 1;
- }
- /*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: 0vw; right: 0vw; margin: auto; z-index:99;}
- #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('https://enspira.com.au/wp-content/uploads/Play-Button-Transparent-PNG-300x300.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;}
- i{color: #996515;}
- b{color: #000;}
- a{color: #5c26b5; text-decoration: none;}
- h1{border-bottom: 1px solid #000; text-align: center; font-size: 20px; font-family: 'Cinzel', cursive; color: #000;}
- </style>
- <div id="editthis"><div id="music1"><div id="music2">
- <img src="https://66.media.tumblr.com/8be55b2e542c052f4d980382ea0d0c4f/1cec31ea271359b0-e8/s75x75_c1/4580d24614413f29a468ff54958dcecdcf112855.gif" style="opacity: 0.8;"></div>
- <div id="music3"><Div style="margin-top:4px;">
- <audio controls style="opacity: 0;"><source src="http://k003.kiwi6.com/hotlink/r46n1uv9j8/Antonia_-_Marionette_official_video_HD.mp3"></audio>
- </div></div></div></div>
- <div id="bar">
- <div id="image"></div>
- <div class="name">LEVIATHAN</div>
- <div class="title">LEVIATHAN</div>
- <div id="holder1"><div id="holder3"></div></div>
- <div id="holder2"><div id="holder4">
- <div id="container">
- <div id="nav">
- <a href="#one"></a>
- <a href="#two"></a>
- <a href="#three"></a>
- <a href="#four"></a>
- </div>
- <div id="banner"></div>
- <div id="content" class="fade">
- <div style="width: 48vw; height: 17vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 48vw; height: 17vw; overflow: auto;">
- <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;">Male</span><br>
- <span style="float:left;"><b>Age</b></span><span style="float:right;"></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>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>Affiliation</b></span><span style="float:right;"><a href="" target="_blank"></a></span><br>
- </div>
- <a name="two"></a>
- <div style="width: 48vw; height: 17vw; overflow: auto;" align="left">
- <h1>Powers</h1>
- </div>
- </div>
- </div>
- <div id="banner2"></div>
- <div id="content2" class="fade">
- <div style="width: 48vw; height: 15vw; overflow-y: hidden;">
- <a name="three"></a>
- <div style="width: 48vw; height: 15vw; overflow: auto;" align="center">
- <h1>History</h1>
- </div>
- <a name="four"></a>
- <div style="width: 48vw; height: 15vw; overflow: auto;" align="left">
- <h1>out of character</h1>
- <center><b>00</b>. Want a code? Go <a target="_blank" href="https://roleplay.chat/profile.php?user=RageQxeen">here</a>. Refrain from stealing.</center><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>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment