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: linear-gradient(45deg, rgba(242,208,248,1) 0%,rgba(223,162,229,1) 0%,rgba(223,162,229,1) 16%,rgba(228,193,231,1) 55%,rgba(234,202,238,1) 67%,rgba(234,202,238,1) 67%);
- }
- ::-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/vy2d.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- }
- #image2 {
- width: 450px;
- margin: 0px;
- border: none;
- height: 205px;
- background-color:transparent;
- position: absolute;
- right: 35.5%;
- top: 1%;
- background-image:url("http://i.picpar.com/Gy2d.gif");
- background-repeat:no-repeat;
- background-position: center;
- background-size: 100%;
- box-shadow: 0px 10px 10px #000;
- -webkit-animation: fade-in-top 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 6s both;
- animation: fade-in-top 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 6s both;
- }
- @-webkit-keyframes fade-in-top {
- 0% {
- -webkit-transform: translateY(-50px);
- transform: translateY(-50px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- opacity: 1;
- }
- }
- @keyframes fade-in-top {
- 0% {
- -webkit-transform: translateY(-50px);
- transform: translateY(-50px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- opacity: 1;
- }
- }
- #container {
- width: 600px;
- height: 1000px;
- margin: 0px;
- z-index: 0;
- background-color: #BAD8E3;
- background-image:url("");
- background-size:100%;
- background-repeat:no-repeat;
- background-position:center bottom;
- position: absolute;
- right: 30%;
- bottom: 0%;
- box-shadow: 0px 10px 15px #000;
- -webkit-animation: slide-in-top 5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- animation: slide-in-top 5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- }
- @-webkit-keyframes slide-in-top {
- 0% {
- -webkit-transform: translateY(-1000px);
- transform: translateY(-1000px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- opacity: 1;
- }
- }
- @keyframes slide-in-top {
- 0% {
- -webkit-transform: translateY(-1000px);
- transform: translateY(-1000px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- opacity: 1;
- }
- }
- #content {
- background-color: transparent;
- width: 550px;
- height: 380px;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Aref Ruqaa', cursive;
- color: #000;
- left: 3%;
- bottom: 4%;
- z-index:1;
- -webkit-animation: fade-in-bottom 5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 5s both;
- animation: fade-in-bottom 5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 5s both;
- }
- @-webkit-keyframes fade-in-bottom {
- 0% {
- -webkit-transform: translateY(50px);
- transform: translateY(50px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- opacity: 1;
- }
- }
- @keyframes fade-in-bottom {
- 0% {
- -webkit-transform: translateY(50px);
- transform: translateY(50px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- opacity: 1;
- }
- }
- #nav {
- background-color: transparent;
- width: 300px;
- height:10px;
- margin:auto;
- position: absolute;
- right: 25.5%;
- bottom: 2%;
- text-align: center;
- text-decoration: none;
- z-index:1;
- }
- #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 #B05A61;
- padding: 4px;
- height: 4px;
- width: 30px;
- border-radius: 5px;
- }
- #nav a:active, #nav a:hover {
- display:inline-block;
- height: 4px;
- width: 30px;
- text-decoration:none;
- background: #B05A61;
- box-shadow: 0px 0px 5px #000;
- color: transparent;
- margin: 0px;
- }
- .name {position: absolute;
- font-family: 'Great Vibes';
- color: #000;
- font-size: 50px;
- top: 45%;
- right: 60%;
- width: 500px;
- border: 0px solid #000;
- text-align: center;
- z-index: 2;
- -ms-transform: rotate(-90deg); /* IE 9 */
- -webkit-transform: rotate(-90deg); /* Safari 3-8 */
- transform: rotate(-90deg);
- }
- .namebg { background: transparent;
- background:url('https://i.pinimg.com/originals/7a/79/a2/7a79a2885a548da22d2ad38a138ce0e4.gif')
- left left repeat;
- font-family: 'Great Vibes';
- position: absolute;
- text-align: center;
- font-size: 50px;
- top: 45%;
- left: 60%;
- width: 500px;
- opacity:1;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- z-index:3;
- -ms-transform: rotate(-90deg); /* IE 9 */
- -webkit-transform: rotate(-90deg); /* Safari 3-8 */
- transform: rotate(-90deg);
- }
- /*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%; left: 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: #000;}
- b{color: #000;}
- a{color: #000; text-decoration: none;}
- h1{text-align: center; font-size: 30px;}
- h2{text-align: left; font-size: 25px;}
- h3{text-align: right; font-size: 25px;}
- </style>
- <div id="container">
- <div id="nav">
- <a href="#one">Main</a>
- <a href="#two">Seco</a>
- <a href="#three">Thir</a>
- <a href="#four">Four</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>
- <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;"><a href="LINK" target="_blank"> </a></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>
- <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>
- <span style="float:left;"><b>Affiliation</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>
- </div>
- <a name="three"></a>
- <div style="width: 550px; height: 400px; overflow: auto;" align="center">
- <h1>History Title</h1>
- </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 RageQxeen, want one? Go <a href="alliealgiere.neocities.org" target="_blank">here</a>!<br><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 id="image2"></div>
- <div class="name">The Magister's Creation</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="KIWI6 LINK HERE"></audio>
- </div></div></div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment