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=Domine|EB+Garamond|Yanone+Kaffeesatz&display=swap');
- html, body {
- background: rgb(7,0,8);
- background: -moz-linear-gradient(21deg, rgba(7,0,8,1) 0%, rgba(76,18,79,1) 100%);
- background: -webkit-linear-gradient(21deg, rgba(7,0,8,1) 0%, rgba(76,18,79,1) 100%);
- background: linear-gradient(21deg, rgba(7,0,8,1) 0%, rgba(76,18,79,1) 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#070008",endColorstr="#4c124f",GradientType=1);
- }
- body .fade {
- background: #3E0315;
- background-image:url("https://cdn.discordapp.com/attachments/672445900509020167/672445996633948160/1.jpg");
- background-size: 33.2%;
- background-repeat: no-repeat;
- background-position: right bottom;
- width: 120vw;
- height: 60vw;
- margin:auto;
- position: absolute;
- right: 0vw;
- bottom: 0vw;
- z-index:10;
- opacity: 1;
- animation-fill-mode: ease-in-out both;
- }
- body:hover .fade{
- animation: fader ease-in-out 5s;
- animation-iteration-count: 1;
- transform-origin: 50% 50%;
- animation-fill-mode:ease-in-out both;
- -webkit-animation: fader ease-in-out 5s;
- -webkit-animation-iteration-count: 1;
- -webkit-transform-origin: 50% 50%;
- -webkit-animation-fill-mode:both;
- -moz-animation: fader ease-in-out 5s;
- -moz-animation-iteration-count: 1;
- -moz-transform-origin: 50% 50%;
- -moz-animation-fill-mode:both;
- -o-animation: fader ease-in-out 5s;
- -o-animation-iteration-count: 1;
- -o-transform-origin: 50% 50%;
- -o-animation-fill-mode:both;
- -ms-animation: fader ease-in-out 5s;
- -ms-animation-iteration-count: 1;
- -ms-transform-origin: 50% 50%;
- -ms-animation-fill-mode:both;
- }
- @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: 22vw;
- margin: 0px;
- border: none;
- height: 32vw;
- padding: 5px;
- background-color:transparent;
- position: absolute;
- left: 0%;
- bottom: 0%;
- border-right: solid 4px #000;
- background-image:url("https://i.imgur.com/G3Q649F.jpg");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- }
- #container {
- background-color: transparent;
- width: 59.5vw;
- height: 32vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- left: 15vw;
- top: 10vw;
- z-index:1;
- box-shadow: #000 0px 5px 10px 10px;
- }
- #content {
- background-color: transparent;
- width: 36vw;
- height: 31vw;
- margin:auto;
- position: absolute;
- padding: 10px;
- font-family: 'Yanone Kaffeesatz', cursive;
- font-size: 18px;
- color: #c0c0c0;
- right: 0.1vw;
- bottom: 0vw;
- z-index:1;
- }
- .name {position: absolute;
- font-family: 'Domine';
- color: #fff;
- font-size: 4vw;
- top: -4vw;
- left: -1vw;
- width: 50vw;
- height: 5vw;
- 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://steamuserimages-a.akamaihd.net/ugc/946213806090727357/E7CC9390E0F17C74BCA315498460672FECB37F41/') repeat;
- background-position: center;
- position: absolute;
- font-family: 'Domine';
- font-size: 4vw;
- top: -4vw;
- left: -1vw;
- width: 50vw;
- height: 5vw;
- text-align: justify;
- padding:5px 5px 5px 5px;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- z-index: 3;}
- .quote {position: absolute;
- font-family: 'EB Garamond';
- color: #E214B5;
- font-size: 2vw;
- bottom: -2vw;
- right: -5.2vw;
- width: 55vw;
- height: 2.2vw;
- border: 0px solid #000;
- text-align: center;
- text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
- overflow: auto;
- padding:5px 5px 5px 5px;
- z-index: 2;}
- #nav {
- background-color: transparent;
- width: .5vw;
- height: 12vw;
- margin:auto;
- position: absolute;
- left: 21.7vw;
- top: 11vw;
- text-align:right;
- z-index:4;
- }
- #nav a, #nav a:link, #nav a:visited {
- display:inline-block;
- height: .8vw;
- width: .8vw;
- text-decoration:none;
- background: #4c124f;
- 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: #E214B5;
- 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;
- }
- i{color: #FF71FF;}
- b{color: #fff;}
- a{color: #E214B5; text-decoration: none;}
- h1{border-bottom: 1px solid #FF71FF; text-align: center; font-size: 35px; font-family: 'Yanone Kaffeesatz', cursive; color: #fff;}
- h2{border-bottom: 1px solid #FF71FF; text-align: right; font-size: 30px; font-family: 'Yanone Kaffeesatz', cursive; color: #fff;}
- h3{border-bottom: 1px solid #FF71FF; text-align: left; font-size: 25px; font-family: 'Yanone Kaffeesatz', cursive; color: #fff;}
- </style>
- <div class="fade"></div>
- <div id="container">
- <div class="name">Shade</div>
- <div class="title">Shade</div>
- <div class="quote">"I know you probably think of us as equals, news flash; we're not."</div>
- <div id="image"></div>
- <div id="nav">
- <a href="#one"></a>
- <a href="#two"></a>
- <a href="#three"></a>
- <a href="#four"></a>
- <a href="#five"></a>
- </div>
- <div id="content">
- <div style="width: 36.5vw; height: 31.8vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 36.5vw; height: 31.8vw; overflow: auto;" align="center">
- <span style="float:left;"><b>Name</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="TBA">hover</a></span><br>
- <span style="float:left;"><b>Hero Name</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Gender</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Age</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Race</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Voice</b></span><span style="float:right;"><a href="LINK HERE" target="_blank">Click~</a></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>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>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>
- <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">HERE</span><br><br><br>
- <i>italics</i>
- </div>
- <a name="two"></a>
- <div style="width: 36.5vw; height: 31.8vw; overflow: auto;" align="left">
- <h1>Quirk</h1>
- <b>Quirk Name:</b><br> HERE<br><br>
- <b>Quirk Type:</b><br> HERE<br><br>
- <b>Quirk Description:</b>
- <br>HERE
- <br><br>
- <b>Strengths:</b><br>
- HERE<br><br>
- <b>Weaknesses:</b><br>
- HERE<br><br>
- <b>Drawbacks:</b><br>
- HERE<br>
- <h3>Equipment</h3>
- HERE
- <h2>Combat</h2>
- <span style="float:left;"><b>Cooperation</b></span><span style="float:right;">●●○○○</span><br><br>
- <span style="float:left;"><b>Power</b></span><span style="float:right;">●●●●○</span><br><br>
- <span style="float:left;"><b>Speed</b></span><span style="float:right;">●●●●○</span><br><br>
- <span style="float:left;"><b>Intelligence</b></span><span style="float:right;">●●●○○</span><br><br>
- <span style="float:left;"><b>Technique</b></span><span style="float:right;">●●●●○</span><br><br>
- </div>
- <a name="three"></a>
- <div style="width: 36.5vw; height: 31.8vw; overflow: auto;" align="center">
- <h1>History</h1>
- HERE
- </div>
- <a name="four"></a>
- <div style="width: 36.5vw; height: 31.8vw; overflow: auto;" align="center">
- <h1>Connections</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>
- <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>
- <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="five"></a>
- <div style="width: 36.5vw; height: 31.8vw; overflow: auto;" align="left">
- <h1>Out of Character</h1>
- <b>00</b>. Code by <a href="" target="_blank">RageQxeen</a>, DM for codes!<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>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment