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|Girassol|Parisienne&display=swap');
- html, body {
- background-color: #8f8f8f;
- background-image: url("https://www.transparenttextures.com/patterns/brick-wall-dark.png");
- background-size: 300px;
- 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: 30vw;
- margin: 0px;
- border: none;
- height: 40vw;
- background-color:transparent;
- position: absolute;
- left: 0vw;
- bottom: 0vw;
- background-image:url("http://i.picpar.com/yWde.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- }
- #stats {
- background-color:#c0c0c0;
- width: 30vw;
- height: 15vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Girassol', cursive;
- font-size: 15px;
- color: #000;
- left: 30vw;
- bottom: 20vw;
- z-index:1;
- border: #000000 solid 2px;
- }
- #friends {
- background-color:#c0c0c0;
- width: 40vw;
- height: 15vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Girassol', cursive;
- font-size: 15px;
- color: #000;
- left: 40vw;
- bottom: 2vw;
- z-index:2;
- border: #000000 solid 2px;
- }
- #ooc {
- background-color:#c0c0c0;
- width: 20vw;
- height: 11.5vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Girassol', cursive;
- font-size: 15px;
- color: #000;
- left: 63vw;
- bottom: 24vw;
- z-index:1;
- border: #000000 solid 2px;
- transform: rotate(30deg);
- }
- #nav {
- background-color: transparent;
- width: 2vw;
- height: 1.7vw;
- margin:auto;
- position: absolute;
- left: 78vw;
- bottom: 15vw;
- text-align:right;
- z-index:1;
- }
- #nav a, #nav a:link, #nav a:visited {
- display:inline-block;
- height: .5vw;
- width: 3vw;
- text-decoration:none;
- background: #c0c0c0;
- margin: 5px;
- border: double #000 5px;
- -webkit-transition: 0.5s linear;
- -moz-transition: 0.5s linear;
- -o-transition: 0.5s linear;
- transition: 0.5s linear;
- z-index:5;
- }
- #nav a:active, #nav a:hover {
- display:inline-block;
- height: .5vw;
- width: 3vw;
- text-decoration:none;
- background: #30AA4A;
- margin: 5px;
- border: double #000 5px;
- -webkit-transition: 0.5s linear;
- -moz-transition: 0.5s linear;
- -o-transition: 0.5s linear;
- transition: 0.5s linear;
- z-index:5;
- }
- .name {position: absolute;
- font-family: 'Parisienne';
- color: #fff;
- font-size: 6vw;
- bottom: 35vw;
- left: 30vw;
- width: 25vw;
- height: 9vw;
- 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;}
- .title { background: transparent;
- background:url('https://i.pinimg.com/originals/4a/66/86/4a66864a0a74a58af9d12c861cdceef5.gif') 50px 50px repeat;
- background-position: center;
- position: absolute;
- font-family: 'Parisienne';
- font-size: 6vw;
- bottom: 35vw;
- left: 30vw;
- width: 25vw;
- height: 9vw;
- text-align: center;
- padding:5px 5px 5px 5px;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- z-index: 3;}
- .alias {position: absolute;
- font-family: 'Bangers';
- color: #000;
- font-size: 2vw;
- bottom: 16.5vw;
- left: 35vw;
- width: 40vw;
- height: 3vw;
- 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;}
- #editthis{
- position:fixed;
- height: 27px;
- width: 30px;
- bottom: 21.3vw;
- left: 65.15vw;
- margin: auto;
- border-radius: 50%;
- 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;
- 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('http://assets.clickmotive.com/Designs/LEMidnight/playButton.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;
- }
- #subwoofer1 {
- width: 8vw;
- margin: 0px;
- border: none;
- height: 9vw;
- background-color:transparent;
- position: absolute;
- left: 62vw;
- bottom: 18vw;
- background-image:url("https://i.ya-webdesign.com/images/speaker-transparent-cartoon-6.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- z-index: 2;
- -webkit-animation: heartbeat 1s ease-in-out infinite both;
- animation: heartbeat 1s ease-in-out infinite both;
- }
- @-webkit-keyframes heartbeat {
- from {
- -webkit-transform: scale(1);
- transform: scale(1);
- -webkit-transform-origin: center center;
- transform-origin: center center;
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 10% {
- -webkit-transform: scale(0.91);
- transform: scale(0.91);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 17% {
- -webkit-transform: scale(0.98);
- transform: scale(0.98);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 33% {
- -webkit-transform: scale(0.87);
- transform: scale(0.87);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 45% {
- -webkit-transform: scale(1);
- transform: scale(1);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- }
- @keyframes heartbeat {
- from {
- -webkit-transform: scale(1);
- transform: scale(1);
- -webkit-transform-origin: center center;
- transform-origin: center center;
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 10% {
- -webkit-transform: scale(0.91);
- transform: scale(0.91);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 17% {
- -webkit-transform: scale(0.98);
- transform: scale(0.98);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 33% {
- -webkit-transform: scale(0.87);
- transform: scale(0.87);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 45% {
- -webkit-transform: scale(1);
- transform: scale(1);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- }
- i{color: #111;}
- b{color: #000;}
- a{color: #444; text-decoration: none;}
- h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Parisienne', cursive; color: #000;}
- </style>
- <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="http://k007.kiwi6.com/hotlink/p2a9lezg8h/Panic_Room_-_AuRa_lyricslyric_video_.mp3"></audio>
- </div></div></div></div>
- <div id="subwoofer1"></div>
- <div class="name">Katsumi</div>
- <div class="title">Katsumi</div>
- <div class="alias">The Siren of 2-A</div>
- <div id="image"></div>
- <div id="nav">
- <a href="#two"></a>
- <a href="#three"></a>
- </div>
- <div id="stats">
- <div style="width: 30vw; height: 15vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 30vw; height: 15vw; 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;">Female</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;">Human</span><br>
- <span style="float:left;"><b>Class</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>Blood Type</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><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;">Single</span><br><br>
- <span style="float:left;"><b>Fighting Style</b></span><span style="float:right;"></span><br><br>
- <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">U.A.</span>
- </div>
- </div>
- </div>
- <div id="friends">
- <div style="width: 40vw; height: 15vw; overflow-y: hidden;">
- <a name="two"></a>
- <div style="width: 40vw; height: 15vw; overflow: auto;" align="center">
- <h1>Combat</h1>
- </div>
- <a name="three"></a>
- <div style="width: 40vw; height: 15vw; overflow: auto;" align="center">
- <h1>Friends</h1>
- <a target="_blank" href="PROFILE LINK HERE"><img src="https://cdn2.iconfinder.com/data/icons/gaming-and-beyond-part-2-1/80/User_gray-512.png" height="70" width="70" align="left" border="5" title="WORDS"></a>
- </div>
- </div>
- </div>
- <div id="ooc">
- <div style="width: 20vw; height: 11.5vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 20vw; height: 11.5vw; overflow: auto;" align="left">
- <h1>OOC</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>
- </body>
- </html>
Add Comment
Please, Sign In to add comment