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=Cookie|Great+Vibes|Quicksand&display=swap');
- html, body {
- background-color: #358a24;
- background-image: url("https://www.transparenttextures.com/patterns/buried.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:70px;}
- ::-webkit-scrollbar {
- height:70px;
- width:5px;
- background-color:#transparent;}
- #image {
- width: 32vw;
- margin: 0px;
- border: none;
- height: 44vw;
- background-color:transparent;
- position: absolute;
- right: 0vw;
- bottom: 0vw;
- background-image:url("http://i.picpar.com/E6re.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- z-index: 2;
- }
- #container {
- background: rgb(106,255,89);
- background: -moz-linear-gradient(0deg, rgba(106,255,89,1) 0%, rgba(35,241,7,1) 50%, rgba(0,0,0,1) 100%);
- background: -webkit-linear-gradient(0deg, rgba(106,255,89,1) 0%, rgba(35,241,7,1) 50%, rgba(0,0,0,1) 100%);
- background: linear-gradient(0deg, rgba(106,255,89,1) 0%, rgba(35,241,7,1) 50%, rgba(0,0,0,1) 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6aff59",endColorstr="#000000",GradientType=1);
- width: 59.5vw;
- height: 34vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- right: 10vw;
- bottom: 5vw;
- z-index:0;
- box-shadow: 0px 5px 10px #000;
- }
- #content {
- background-color:#f8f8ff;
- width: 39vw;
- height: 30vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Quicksand', cursive;
- font-size: 18px;
- color: #000;
- left: 1vw;
- top: 0.5vw;
- z-index:1;
- border: 5px double #000;
- }
- #navi1 {position: absolute;
- left: -4vw;
- top: 3vw;}
- #navi1 a {background-color: #600;
- background:url('http://i.picpar.com/iase.png')
- center center no-repeat;;
- background-size: 100%;
- display: inline-block;
- height: 100px;
- width: 70px;
- border: 0px solid #000;
- transition: .7s;
- -webkit-transition: .7s;
- -moz-transition: .7s;
- -ms-transition: .7s;
- -o-transition: .7s;
- }
- #navi1:hover {
- transition: .7s;
- -webkit-transition: .7s;
- -moz-transition: .7s;
- -ms-transition: .7s;
- -o-transition: .7s;
- -webkit-transform: rotate(360deg);
- -moz-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- #navi2 {position: absolute;
- left: -4vw;
- top: 9vw;}
- #navi2 a {background-color: #600;
- background:url('http://i.picpar.com/iase.png')
- center center no-repeat;;
- background-size: 100%;
- display: inline-block;
- height: 100px;
- width: 70px;
- border: 0px solid #000;
- transition: .7s;
- -webkit-transition: .7s;
- -moz-transition: .7s;
- -ms-transition: .7s;
- -o-transition: .7s;
- }
- #navi2:hover {
- transition: .7s;
- -webkit-transition: .7s;
- -moz-transition: .7s;
- -ms-transition: .7s;
- -o-transition: .7s;
- -webkit-transform: rotate(360deg);
- -moz-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- #navi3 {position: absolute;
- left: -4vw;
- top: 15vw;}
- #navi3 a {background-color: #600;
- background:url('http://i.picpar.com/iase.png')
- center center no-repeat;;
- background-size: 100%;
- display: inline-block;
- height: 100px;
- width: 70px;
- border: 0px solid #000;
- transition: .7s;
- -webkit-transition: .7s;
- -moz-transition: .7s;
- -ms-transition: .7s;
- -o-transition: .7s;
- }
- #navi3:hover {
- transition: .7s;
- -webkit-transition: .7s;
- -moz-transition: .7s;
- -ms-transition: .7s;
- -o-transition: .7s;
- -webkit-transform: rotate(360deg);
- -moz-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- #navi4 {position: absolute;
- left: -4vw;
- top: 21vw;}
- #navi4 a {background-color: #600;
- background:url('http://i.picpar.com/iase.png')
- center center no-repeat;;
- background-size: 100%;
- display: inline-block;
- height: 100px;
- width: 70px;
- border: 0px solid #000;
- transition: .7s;
- -webkit-transition: .7s;
- -moz-transition: .7s;
- -ms-transition: .7s;
- -o-transition: .7s;
- }
- #navi4:hover {
- transition: .7s;
- -webkit-transition: .7s;
- -moz-transition: .7s;
- -ms-transition: .7s;
- -o-transition: .7s;
- -webkit-transform: rotate(360deg);
- -moz-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- transform: rotate(360deg);}
- #navi5 {position: absolute;
- left: -4vw;
- top: 27vw;}
- #navi5 a {background-color: #600;
- background:url('http://i.picpar.com/iase.png')
- center center no-repeat;;
- background-size: 100%;
- display: inline-block;
- height: 100px;
- width: 70px;
- border: 0px solid #000;
- transition: .7s;
- -webkit-transition: .7s;
- -moz-transition: .7s;
- -ms-transition: .7s;
- -o-transition: .7s;
- }
- #navi5:hover {
- transition: .7s;
- -webkit-transition: .7s;
- -moz-transition: .7s;
- -ms-transition: .7s;
- -o-transition: .7s;
- -webkit-transform: rotate(360deg);
- -moz-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- transform: rotate(360deg);}
- .name {position: absolute;
- font-family: 'Great Vibes';
- color: #fff;
- font-size: 6vw;
- top: -6vw;
- left: 3vw;
- width: 36vw;
- height: 9vw;
- 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: 5;}
- .title { background: transparent;
- background:url('https://media3.giphy.com/media/MoHFXoX23cGFq/source.gif') 50px 50px repeat;
- background-position: center;
- position: absolute;
- font-family: 'Great Vibes';
- font-size: 6vw;
- top: -6vw;
- left: 3vw;
- width: 36vw;
- height: 9vw;
- text-align: justify;
- padding:5px 5px 5px 5px;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- z-index: 6;}
- .alias {position: absolute;
- font-family: 'Cookie';
- color: #013220;
- font-size: 3.5vw;
- bottom: 10vw;
- right: -3.5vw;
- width: 25vw;
- height: 3.7vw;
- 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;
- transform: rotate(34deg);
- z-index: 5;}
- i{color: #013220;}
- b{color: #000;}
- a{color: #444; text-decoration: none;}
- h1{border-bottom: 1px solid #000; text-align: center; font-size: 50px; font-family: 'Cookie', cursive; color: #000;}
- h2{border-bottom: 1px solid #000; text-align: left; font-size: 40px; font-family: 'Cookie', cursive; color: #000;}
- h3{text-align: right; font-size: 35px; font-family: 'Cookie', cursive; color: #000;}
- </style>
- <div id="image"></div>
- <div id="container">
- <div id="navi5"><a href="#one"></a></div>
- <div id="navi4"><a href="#four"></a></div>
- <div id="navi3"><a href="#three"></a></div>
- <div id="navi2"><a href="#two"></a></div>
- <div id="navi1"><a href="#one"></a></div>
- <div class="name">Green Reaper</div>
- <div class="title">Green Reaper</div>
- <div class="alias">Don't fear the Reaper</div>
- <div id="content">
- <div style="width: 39vw; height: 30vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 39vw; height: 30vw; overflow: auto;">
- <span style="float:left;"><b>Name</b></span><span style="float:right;">Hirayama Ainu</span><br>
- <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;">Color Hero: Green Reaper</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>Voice</b></span><span style="float:right;"><a href="LINK HERE" target="_blank">Name of VC</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;">Green</span><br>
- <span style="float:left;"><b>Hair</b></span><span style="float:right;">Midnight Green</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>Affiliation</b></span><span style="float:right;"> </span><br><br>
- <span style="float:left;"><b>Class</b></span><span style="float:right;"> </span><br>
- <span style="float:left;"><b>Year</b></span><span style="float:right;"> </span><br><br>
- </div>
- <a name="two"></a>
- <div style="width: 39vw; height: 30vw; 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> Emitter<br><br>
- <b>Quirk Description:</b>
- <br>By consuming sapphires, the User is capable of transforming the minerals into an energy similar to plasma that they can freely manipulate, depending on the amount ingested also affects the size of it. There are five who own a similar quirk, but each consumes a different gem or element and manifests it differently. Consuming too much could lead to poisoning, which in turn expels itself by turning the users appearance into something less than human. Normally the eyes are what are changed first, allowing others to know the moment the user activates their Quirk by expelling excess energy from the pupil of the left eye, which has been noted to look incredibly similar to colored fire. For the User that is Codenamed: Blue Queen, consuming sapphires allows her to manifest either a sword that stands at three quarters her height, and can be lit up with excess energy to leave a burning aftereffect on those she is attacking. The other weapon manifested takes a nearly fatal dose of sapphires, but it isn't impossible for her to manifest a massive gun that expels exploding rounds of energy as its' "bullets". She can quickly run out of energy doing this however, and it is at the cost of losing all her stamina for the time being.
- </div>
- <a name="three"></a>
- <div style="width: 39vw; height: 30vw; overflow: auto;" align="center">
- <h1>headcanons</h1>
- <ul>
- <li>
- </ul>
- </div>
- <a name="four"></a>
- <div style="width: 39vw; height: 30vw; overflow: auto;" align="left">
- <h1>out of character</h1>
- <center><b>00</b>. Want a code? Go <a target="_blank" href="https://alliealgiere.neocities.org">here</a>. Refrain from stealing.</center><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