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=Bangers|Aref+Ruqaa|Cinzel);
- html, body {
- background: #fff0f3;
- background-image: url("https://www.transparenttextures.com/patterns/always-grey.png");
- background-size: 100px;
- background-repeat: repeat;
- background-position:center bottom;
- }
- ::-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: 35vw;
- margin: 0px;
- border: none;
- height: 40vw;
- background-color:transparent;
- position: absolute;
- left: -6vw;
- bottom: -2vw;
- background-image:url("http://i.picpar.com/0Sbe.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- z-index: 2;
- -webkit-animation: tilt-in-br 0.4s ease-in-out both;
- animation: tilt-in-br 0.4s ease-in-out both;
- }
- #container {
- background-color:#4682B4;
- background-image: url("https://www.transparenttextures.com/patterns/brushed-alum-dark.png");
- background-size: cover;
- width: 65vw;
- height: 30vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- right: 10vw;
- top: 15vw;
- z-index:1;
- border: 1px solid #000;
- }
- #content {
- background-color:#c0c0c0;
- width: 35vw;
- height: 25vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Aref Ruqaa', cursive;
- font-size: 18px;
- color: #000;
- right: 1vw;
- bottom: .5vw;
- z-index: 1;
- border: #000000 solid 2px;
- }
- #nav {
- background-color: transparent;
- width: 12vw;
- height: .5vw;
- margin:auto;
- position: absolute;
- right: .5vw;
- top: -2vw;
- 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: #4682B4;
- 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: #ADD8E6;
- 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: 'Bangers';
- color: #fff;
- font-size: 4.5vw;
- top: -4.5vw;
- left: 0vw;
- width: 70vw;
- height: 6vw;
- border: 0px solid #000;
- text-align: justify;
- text-shadow: -1px 0 #00FFFF, 0 5px #000,5px 0 #000, 0 -1px #00FFFF;
- overflow: auto;
- padding:5px 5px 5px 5px;
- z-index: 2;}
- .title { background: transparent;
- background:url('https://media0.giphy.com/media/3oKIPd3zYxNZd9jGpO/giphy.gif') no-repeat;
- background-position: center;
- background-size: 100%;
- position: absolute;
- font-family: 'Bangers';
- font-size: 4.5vw;
- top: -4.5vw;
- left: 0vw;
- width: 70vw;
- height: 6vw;
- text-align: justify;
- padding:5px 5px 5px 5px;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- z-index: 3;}
- .lyrics {position: absolute;
- font-family: 'Cinzel';
- color: #191970;
- font-size: 1.5vw;
- top: .5vw;
- right: 1.5vw;
- 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: 100;}
- @-webkit-keyframes tilt-in-br {
- 0% {
- -webkit-transform: rotateY(-35deg) rotateX(-20deg) translate(250px, 250px) skew(12deg, 15deg);
- transform: rotateY(-35deg) rotateX(-20deg) translate(250px, 250px) skew(12deg, 15deg);
- opacity: 0;
- }
- 100% {
- -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
- transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
- opacity: 1;
- }
- }
- @keyframes tilt-in-br {
- 0% {
- -webkit-transform: rotateY(-35deg) rotateX(-20deg) translate(250px, 250px) skew(12deg, 15deg);
- transform: rotateY(-35deg) rotateX(-20deg) translate(250px, 250px) skew(12deg, 15deg);
- opacity: 0;
- }
- 100% {
- -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
- transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
- opacity: 1;
- }
- }
- 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="container">
- <div class="name">Ingenium</div>
- <div class="title">Ingenium</div>
- <div class="lyrics">Never again will they... or my brother... leave me behind in the dust!</div>
- <div id="image"></div>
- <div id="nav">
- <a href="#one"></a>
- <a href="#two"></a>
- <a href="#three"></a>
- <a href="#four"></a>
- </div>
- <div id="content">
- <div style="width: 35vw; height: 25vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 35vw; height: 25vw; 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;"></span><br>
- <span style="float:left;"><b>Age</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>Voice</b></span><span style="float:right;"><a href="" target="_blank">Click~</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;"></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><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>Class</b></span><span style="float:right;"></span><br>
- <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"></span><br><br><br>
- </div>
- <a name="two"></a>
- <div style="width: 35vw; height: 25vw; overflow: auto;" align="left">
- <h1>Combat</h1>
- <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>
- <h2>Quirk</h2>
- <b>Quirk Name:</b> <br><br>
- <b>Quirk Type:</b> <br><br>
- <b>Quirk Description:</b>
- <h3>Equipment</h3>
- <b>TBA</b>
- </div>
- <a name="three"></a>
- <div style="width: 35vw; height: 25vw; 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> <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: 35vw; height: 25vw; 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.<br><br></center>
- <b>01</b>. Don't be an asshole.<br>
- <b>02</b>. DMs are not for you to send your copy-paste starter post tryna smut, they're for conversing first and foremost with the writer, do not send me a starter post randomly as you will be instantly blocked.<br>
- <b>03</b>. IRL takes prescendence over RP.<br>
- <b>04</b>. MHA OC, can branch out if the desire hits.<br>
- <b>05</b>. I retain the right to deny any RP i desire at any time, as you may do the same.<br>
- <b>06</b>. Smut is solely for DMs only and will not actually occur in canon with the room.<br>
- <b>07</b>. Don't bitch and complain if I deny your request for smut, you just look like a fuckboi and you'll be blocked.<br>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment