Advertisement
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=Girassol|Bangers);
- html, body {
- background-color: #b04a46;
- background-image: url("https://www.transparenttextures.com/patterns/dark-brick-wall.png");
- background-size: 200px;
- 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: 24vw;
- margin: 0px;
- border: none;
- height: 40vw;
- background-color:transparent;
- position: absolute;
- right: 20vw;
- bottom: 0vw;
- background-image:url("http://i.picpar.com/sWde.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- }
- #stats {
- display: inline-block;
- background-color:#c0c0c0;
- width: 10vw;
- height: 25vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Girassol', cursive;
- font-size: 15px;
- color: #000;
- left: 10vw;
- bottom: 5vw;
- z-index:1;
- overflow: hidden;
- border: #000000 solid 2px;
- transition: 0.4s linear;
- -o-transition: 0.4s linear;
- -ms-transition: 0.4s linear;
- -moz-transition: 0.4s linear;
- -webkit-transition: 0.4s linear;
- }
- #stats:hover {
- display: inline-block;
- width: 40vw;
- z-index: 2;
- transition: 0.4s linear;
- -o-transition: 0.4s linear;
- -ms-transition: 0.4s linear;
- -moz-transition: 0.4s linear;
- -webkit-transition: 0.4s linear;
- }
- #quirk {
- display: inline-block;
- background-color:#c0c0c0;
- width: 10vw;
- height: 25vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Girassol', cursive;
- font-size: 15px;
- color: #000;
- left: 20vw;
- bottom: 5vw;
- z-index:1;
- overflow: hidden;
- border: #000000 solid 2px;
- transition: 0.4s linear;
- -o-transition: 0.4s linear;
- -ms-transition: 0.4s linear;
- -moz-transition: 0.4s linear;
- -webkit-transition: 0.4s linear;
- }
- #quirk:hover {
- display: inline-block;
- width: 40vw;
- z-index: 2;
- transition: 0.4s linear;
- -o-transition: 0.4s linear;
- -ms-transition: 0.4s linear;
- -moz-transition: 0.4s linear;
- -webkit-transition: 0.4s linear;
- }
- #friends {
- display: inline-block;
- background-color:#c0c0c0;
- width: 10vw;
- height: 25vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Girassol', cursive;
- font-size: 15px;
- color: #000;
- left: 30vw;
- bottom: 5vw;
- z-index:1;
- overflow: hidden;
- border: #000000 solid 2px;
- transition: 0.4s linear;
- -o-transition: 0.4s linear;
- -ms-transition: 0.4s linear;
- -moz-transition: 0.4s linear;
- -webkit-transition: 0.4s linear;
- }
- #friends:hover {
- display: inline-block;
- width: 40vw;
- z-index: 2;
- transition: 0.4s linear;
- -o-transition: 0.4s linear;
- -ms-transition: 0.4s linear;
- -moz-transition: 0.4s linear;
- -webkit-transition: 0.4s linear;
- }
- #ooc {
- display: inline-block;
- background-color:#c0c0c0;
- width: 10vw;
- height: 25vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Girassol', cursive;
- font-size: 15px;
- color: #000;
- left: 40vw;
- bottom: 5vw;
- z-index:1;
- overflow: hidden;
- border: #000000 solid 2px;
- transition: 0.4s linear;
- -o-transition: 0.4s linear;
- -ms-transition: 0.4s linear;
- -moz-transition: 0.4s linear;
- -webkit-transition: 0.4s linear;
- }
- #ooc:hover {
- display: inline-block;
- width: 40vw;
- z-index: 2;
- transition: 0.4s linear;
- -o-transition: 0.4s linear;
- -ms-transition: 0.4s linear;
- -moz-transition: 0.4s linear;
- -webkit-transition: 0.4s linear;
- }
- .name {position: absolute;
- font-family: 'Bangers';
- color: #fff;
- font-size: 4.5vw;
- bottom: 30vw;
- left: 10vw;
- 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://media1.giphy.com/media/lfAmTSkxUv9io/giphy.gif') no-repeat;
- background-position: center;
- background-size: 100%;
- position: absolute;
- font-family: 'Bangers';
- font-size: 4.5vw;
- bottom: 30vw;
- left: 10vw;
- width: 70vw;
- height: 6vw;
- text-align: justify;
- padding:5px 5px 5px 5px;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- z-index: 3;}
- i{color: #990000;}
- b{color: #000;}
- a{color: #222; text-decoration: none;}
- h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Bangers', cursive; color: #000;}
- </style>
- <div id="image"></div>
- <div class="name">Bakugo Katsuki</div>
- <div class="title">Bakugo Katsuki</div>
- <div id="stats">
- <div style="width: 40vw; height: 25vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 40vw; height: 25vw; overflow: auto;" align="right">
- <img src="http://i.picpar.com/Lhee.jpg" style="float:left; width: 10vw; height:25vw; border: 1px solid #000;">
- <span style="float:left; padding: 5px;"><b>Name</b></span><span style="float:right;"></span><br><br>
- <span style="float:left; padding: 5px;"><b>Alias(es)</b></span><span style="float:right;"></span><br><br>
- <span style="float:left; padding: 5px;"><b>Gender</b></span><span style="float:right;">Male</span><br><br>
- <span style="float:left; padding: 5px;"><b>Age</b></span><span style="float:right;"></span><br><br>
- <span style="float:left; padding: 5px;"><b>Race</b></span><span style="float:right;">Human</span><br><br>
- <span style="float:left; padding: 5px;"><b>Class</b></span><span style="float:right;"></span><br><br><br>
- <span style="float:left; padding: 5px;"><b>Height</b></span><span style="float:right;"></span><br><br>
- <span style="float:left; padding: 5px;"><b>Blood Type</b></span><span style="float:right;"></span><br><br>
- <span style="float:left; padding: 5px;"><b>Eyes</b></span><span style="float:right;"></span><br><br>
- <span style="float:left; padding: 5px;"><b>Hair</b></span><span style="float:right;"></span><br><br><br>
- <span style="float:left; padding: 5px;"><b>Orientation</b></span><span style="float:right;"></span><br><br>
- <span style="float:left; padding: 5px;"><b>Relationship</b></span><span style="float:right;">Single</span><br><br><br>
- <span style="float:left; padding: 5px;"><b>Fighting Style</b></span><span style="float:right;"></span><br><br><br>
- <span style="float:left; padding: 5px;"><b>Affiliation</b></span><span style="float:right;">U.A.</span>
- </div>
- </div>
- </div>
- <div id="quirk">
- <div style="width: 40vw; height: 25vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 40vw; height: 25vw; overflow: auto;" align="right">
- <img src="http://i.picpar.com/Mhee.jpg" style="float:left; width: 10vw; height:25vw; border: 1px solid #000;">
- <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>
- </div>
- </div>
- <div id="friends">
- <div style="width: 40vw; height: 25vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 40vw; height: 25vw; overflow: auto;" align="right">
- <img src="http://i.picpar.com/Nhee.jpg" style="float:left; width: 10vw; height:25vw; border: 1px solid #000;">
- <h1>Friends</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>
- </div>
- </div>
- <div id="ooc">
- <div style="width: 40vw; height: 25vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 40vw; height: 25vw; overflow: auto;" align="right">
- <img src="http://i.picpar.com/Ohee.jpg" style="float:left; width: 10vw; height:25vw; border: 1px solid #000;">
- <h1>Out of Explosives</h1>
- <center><b>00</b>. Code made by <a href="https://rageqxeen.neocities.org/vw_codes/rageqxeen.html" target="_blank">RageQxeen</a>, do not steal.<br><br></center>
- <b>01</b>. OOC.<br><br>
- <b>02</b>. OOC.<br><br>
- <b>03</b>. OOC.<br><br>
- <b>04</b>. OOC.<br><br>
- <b>05</b>. OOC.<br><br>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement