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=Inria+Serif|Lora|Righteous);
- html, body { background: rgb(15,13,11);
- background: -moz-linear-gradient(90deg, rgba(15,13,11,1) 0%, rgba(54,17,17,1) 16%, rgba(111,16,10,1) 36%, rgba(188,54,41,1) 59%, rgba(213,84,32,1) 81%, rgba(231,175,131,1) 100%);
- background: -webkit-linear-gradient(90deg, rgba(15,13,11,1) 0%, rgba(54,17,17,1) 16%, rgba(111,16,10,1) 36%, rgba(188,54,41,1) 59%, rgba(213,84,32,1) 81%, rgba(231,175,131,1) 100%);
- background: linear-gradient(90deg, rgba(15,13,11,1) 0%, rgba(54,17,17,1) 16%, rgba(111,16,10,1) 36%, rgba(188,54,41,1) 59%, rgba(213,84,32,1) 81%, rgba(231,175,131,1) 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f0d0b",endColorstr="#e7af83",GradientType=1);
- }
- body .fade {
- background-color: #000;
- background-image:url("https://phonebookofgrenoble.xyz/image/19515-full_ffxiv-dark-knight-wallpaper-90-images.jpg");
- background-size: 100%;
- width: 2000px;
- height: 1000px;
- margin:auto;
- position: absolute;
- right: 0%;
- bottom: 0%;
- z-index:1;
- opacity: 1;
- animation-fill-mode: ease-in-out forwards;
- }
- body:hover .fade{
- animation: fader ease-in-out 10s;
- animation-iteration-count: 1;
- transform-origin: 50% 50%;
- animation-fill-mode:ease-in-out forwards; /*when the spec is finished*/
- -webkit-animation: fader ease-in-out 10s;
- -webkit-animation-iteration-count: 1;
- -webkit-transform-origin: 50% 50%;
- -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
- -moz-animation: fader ease-in-out 10s;
- -moz-animation-iteration-count: 1;
- -moz-transform-origin: 50% 50%;
- -moz-animation-fill-mode:forwards; /*FF 5+*/
- -o-animation: fader ease-in-out 10s;
- -o-animation-iteration-count: 1;
- -o-transform-origin: 50% 50%;
- -o-animation-fill-mode:forwards; /*Not implemented yet*/
- -ms-animation: fader ease-in-out 10s;
- -ms-animation-iteration-count: 1;
- -ms-transform-origin: 50% 50%;
- -ms-animation-fill-mode:forwards; /*IE 10+*/
- }
- @keyframes fader{
- 0% {
- opacity:1;
- transform: scaleX(1.00) scaleY(1.00) ;
- }
- 50% {
- opacity:0;
- transform: scaleX(NaN) scaleY(NaN) ;
- }
- 100% {
- z-index: -1;
- opacity: 0;
- }
- }
- @-moz-keyframes fader{
- 0% {
- opacity:1;
- -moz-transform: scaleX(1.00) scaleY(1.00) ;
- }
- 50% {
- opacity:0;
- -moz-transform: scaleX(NaN) scaleY(NaN) ;
- }
- 100% {
- z-index: -1;
- opacity: 0;
- }
- }
- @-webkit-keyframes fader {
- 0% {
- opacity:1;
- -webkit-transform: scaleX(1.00) scaleY(1.00) ;
- }
- 50% {
- opacity:0;
- -webkit-transform: scaleX(NaN) scaleY(NaN) ;
- }
- 100% {
- z-index: -1;
- opacity: 0;
- }
- }
- @-o-keyframes fader {
- 0% {
- opacity:1;
- -o-transform: scaleX(1.00) scaleY(1.00) ;
- }
- 50% {
- opacity:0;
- -o-transform: scaleX(NaN) scaleY(NaN) ;
- }
- 100% {
- z-index: -1;
- opacity: 0;
- }
- }
- @-ms-keyframes fader {
- 0% {
- opacity:1;
- -ms-transform: scaleX(1.00) scaleY(1.00) ;
- }
- 50% {
- opacity:0;
- -ms-transform: scaleX(NaN) scaleY(NaN) ;
- }
- 100% {
- z-index: -1;
- opacity: 0;
- }}
- ::-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: 26vw;
- background-color:transparent;
- position: absolute;
- right: 12.5vw;
- bottom: 2vw;
- background-image:url("https://www.worldanvil.com/media/cache/cover/uploads/images/895c42ed17ffa98acfe14196e602fd21.jpg");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- border: 2px solid #000;
- }
- #container {
- background-color:#454746;
- width: 59.5vw;
- height: 29.7vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- right: 20vw;
- bottom: 10vw;
- z-index:0;
- border: #000000 solid 2px;
- -webkit-animation: slit-in-horizontal 0.45s ease-out 2s both;
- animation: slit-in-horizontal 0.45s ease-out 2s both;
- }
- @-webkit-keyframes slit-in-horizontal {
- 0% {
- -webkit-transform: translateZ(-800px) rotateX(90deg);
- transform: translateZ(-800px) rotateX(90deg);
- opacity: 0;
- }
- 54% {
- -webkit-transform: translateZ(-160px) rotateX(87deg);
- transform: translateZ(-160px) rotateX(87deg);
- opacity: 1;
- }
- 100% {
- -webkit-transform: translateZ(0) rotateX(0);
- transform: translateZ(0) rotateX(0);
- }
- }
- @keyframes slit-in-horizontal {
- 0% {
- -webkit-transform: translateZ(-800px) rotateX(90deg);
- transform: translateZ(-800px) rotateX(90deg);
- opacity: 0;
- }
- 54% {
- -webkit-transform: translateZ(-160px) rotateX(87deg);
- transform: translateZ(-160px) rotateX(87deg);
- opacity: 1;
- }
- 100% {
- -webkit-transform: translateZ(0) rotateX(0);
- transform: translateZ(0) rotateX(0);
- }
- }
- #content {
- background-color:#B4A681;
- width: 22vw;
- height: 26vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Lora', cursive;
- color: #000;
- left: 1vw;
- top: 3vw;
- z-index:0;
- border: #000000 solid 2px;
- }
- #friendlist {
- background-color:#B4A681;
- width: 10vw;
- height: 26vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Lora', cursive;
- color: #000;
- right: 1vw;
- top: 3vw;
- z-index:0;
- border: #000000 solid 2px;
- }
- #nav {
- background-color: transparent;
- width: 17vw;
- height: .5vw;
- margin:auto;
- position: absolute;
- left: 27.7vw;
- bottom: 1vw;
- text-align: center;
- text-decoration: none;
- z-index:0;
- }
- #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 #470d0d;
- padding: 4px;
- height: .2vw;
- width: 1.7vw;
- border-radius: 5px;
- }
- #nav a:active, #nav a:hover {
- display:inline-block;
- height: .2vw;
- width: 1.7vw;
- text-decoration:none;
- background: #470d0d;
- box-shadow: 0px 0px 5px #000;
- color: transparent;
- margin: 0px;
- }
- #name {
- z-index:15;
- position: absolute;
- left: .5vw;
- top: -2vw;
- margin: auto;
- background: #transparent;
- width: 25vw;
- height: 6vw;
- font-family: 'Inria Serif', cursive;
- font-size: 65px;
- background: url(https://thumbs.gfycat.com/LazyInfiniteInganue-size_restricted.gif) 0px 0px repeat;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- background-position: bottom;
- display:block;
- text-align: center;
- letter-spacing: 1px;
- -webkit-transition:opacity 2s linear;
- line-height:3.6vw;
- }
- #nameunder{
- z-index:15;
- position: absolute;
- left: .5vw;
- top: -2vw;
- margin: auto;
- background: #transparent;
- width: 25vw;
- height: 6vw;
- font-family: 'Inria Serif', cursive;
- font-size: 65px;
- -webkit-text-fill-color: #B4ADA3;
- text-transform: none;
- -webkit-background-clip: text;
- display:block;
- text-shadow: -1px 0 #fff, 0 1px #000,1px 0 #000, 0 -1px #fff;
- text-align: center;
- letter-spacing: 1px;
- -webkit-transition:opacity 2s linear;
- line-height:3.6vw;
- }
- i{color: #111;}
- b{color: #000;}
- a{color: #990000; text-decoration: none;}
- h1{color: #000; font-family: 'Righteous', cursive; border-bottom: 1px solid #000; text-align: right; font-size: 25px;}
- h2{color: #000; font-family: 'Righteous', cursive; border-bottom: 1px solid #000; text-align: left; font-size: 25px;}
- </style>
- <div class="fade"></div>
- <div id="container">
- <div id="nameunder">Dark Knight</div><div id="name">Dark Knight</div>
- <div id="image"></div>
- <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: 22vw; height: 26vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 22vw; height: 26vw; overflow: auto;" align="center">
- <span style="float:left;"><b>Name</b></span><span style="float:right;">Petrus "Temphrite" Hollowvale</span><br>
- <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;">Queen Tenephy</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;">HERE</span><br><br>
- <span style="float:left;"><b>Height</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Weight</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Orientation</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Relationship</b></span><span style="float:right;">HERE</span><br><br>
- <span style="float:left;"><b>Race</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Eyes</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Hair</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Build</b></span><span style="float:right;">HERE</span><br><br>
- <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">HERE</span><br>
- </div>
- <a name="two"></a>
- <div style="width: 22vw; height: 26vw; overflow: auto;" align="center">
- <h1>Abilities</h1>
- LIST HERE
- </div>
- <a name="three"></a>
- <div style="width: 22vw; height: 26vw; overflow: auto;" align="center">
- <h2>History</h2>
- HERE
- </div>
- <a name="four"></a>
- <div style="width: 22vw; height: 26vw; 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> for Tephrite! Click the name for codes and commissions!<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 id="friendlist">
- <div style="width: 10vw; height: 26vw; overflow: auto;" align="right">
- <marquee behavior="scroll" direction="up" onmouseover="this.stop();" onmouseout="this.start();">
- <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
- <b>- Name -</b><br> <i>foe/friend</i><br> 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>
- <b>- Name -</b><br> <i>foe/friend</i><br> 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>
- <b>- Name -</b><br> <i>foe/friend</i><br> 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>
- <b>- Name -</b><br> <i>foe/friend</i><br> 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>
- <b>- Name -</b><br> <i>foe/friend</i><br> small note.
- </marquee>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment