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=Cherry+Swash|Cormorant+Garamond|Lancelot&display=swap');
- html, body {
- background-color: #ffb98a;
- background-image: url("https://www.transparenttextures.com/patterns/brushed-alum-dark.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: 25vw;
- margin: 0px;
- border: none;
- height: 42vw;
- background-color:transparent;
- position: absolute;
- left: 0vw;
- bottom: 0vw;
- background-image:url("http://i.picpar.com/VKke.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- }
- #cross1 {
- background-color: #000;
- width: 50vw;
- height: 3vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- right: 10vw;
- top: 15vw;
- box-shadow: 0px 5px 10px #800800;
- z-index:2;
- }
- #cross2 {
- background-color: #000;
- width: 3vw;
- height: 23vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- right: 10vw;
- bottom: -10vw;
- box-shadow: 0px 5px 10px #000;
- z-index:2;
- }
- .name {position: absolute;
- font-family: 'Cormorant Garamond';
- color: #fff;
- font-size: 3vw;
- top: 0vw;
- left: 8vw;
- width: 30vw;
- height: 5vw;
- border: 0px solid #000;
- text-align: justify;
- text-shadow: -1px 0 #c0c0c0, 0 3px #000,3px 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/37/46/33/3746334c4596fe540639150232ff0698.gif') repeat;
- background-position: center;
- position: absolute;
- font-family: 'Cormorant Garamond';
- font-size: 3vw;
- top: 0vw;
- left: 8vw;
- width: 30vw;
- height: 5vw;
- text-align: justify;
- padding:5px 5px 5px 5px;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- z-index: 3;}
- .alias {position: absolute;
- font-family: 'Cherry Swash';
- color: #000;
- font-size: 1.8vw;
- bottom: -3.5vw;
- left: 2.5vw;
- width: 32vw;
- height: 2.8vw;
- 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: 7;}
- #container {
- background-color:#000;
- width: 45vw;
- height: 28.5vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- left: 25vw;
- bottom: 2vw;
- z-index:1;
- border: 3px solid #000;
- z-index: 2;
- }
- #content {
- background-color:#f8f8ff;
- width: 43.5vw;
- height: 26vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Lancelot', cursive;
- font-size: 18px;
- color: #000;
- right: .5vw;
- top: 1vw;
- z-index:6;
- border: 5px double #000;
- }
- #nav {
- background-color: transparent;
- width: 10px;
- height: 120px;
- margin:auto;
- position: absolute;
- left: 1vw;
- bottom: 8.5vw;
- text-align: center;
- text-decoration: none;
- z-index:1;
- }
- #nav a, #nav a:link, #nav a:visited {
- display:inline-block;
- text-decoration: none;
- text-align: center;
- background: #000;
- color: transparent;
- box-shadow: 0px 0px 5px #DC143C;
- padding: 4px;
- height: 15px;
- width: 15px;
- border-radius: 20px;
- margin: 3px;
- }
- #nav a:active, #nav a:hover {
- display:inline-block;
- height: 15px;
- width: 15px;
- text-decoration:none;
- background: #800800;
- box-shadow: 0px 0px 5px #000;
- color: transparent;
- margin: 3px;
- }
- i{color: #660000;}
- b{color: #000;}
- a{color: #222; text-decoration: none;}
- h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Cherry Swash', cursive; color: #000;}
- h2{border-bottom: 1px solid #000; text-align: left; font-size: 30px; font-family: 'Cherry Swash', cursive; color: #000;}
- </style>
- <div id="image"></div>
- <div id="cross1">
- <div class="name">The Forsaken Seer</div>
- <div class="title">The Forsaken Seer</div>
- <div class="alias">Shatter Fate and reclaim the Future</div>
- <div id="cross2">
- <div id="nav">
- <a href="#one"></a>
- <a href="#two"></a>
- <a href="#three"></a>
- <a href="#four"></a>
- </div>
- </div>
- </div>
- <div id="container">
- <div id="content">
- <div style="width: 43.5vw; height: 26vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 43.5vw; height: 26vw; overflow: auto;">
- <span style="float:left;"><b>Name</b></span><span style="float:right;"><a title="From Japanese 廉 (ren) meaning 'bargain, reason, charge, suspicion, point, account, purity, honest, low price, cheap, rested, contented, peaceful' combined with 代 (yo) meaning 'world, society, age, generation, era of rule'">Renyo</a></span><br>
- <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;">Jamie, The Seer, Big Sister</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;">16</span><br><br>
- <span style="float:left;"><b>Height</b></span><span style="float:right;">5'8"</span><br>
- <span style="float:left;"><b>Weight</b></span><span style="float:right;">150 lbs</span><br>
- <span style="float:left;"><b>Orientation</b></span><span style="float:right;">Hetero</span><br>
- <span style="float:left;"><b>Relationship</b></span><span style="float:right;">Single</span><br>
- <span style="float:left;"><b>Race</b></span><span style="float:right;">Human</span><br>
- <span style="float:left;"><b>Mentality</b></span><span style="float:right;">Unstable</span><br><br>
- <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Crimson</span><br>
- <span style="float:left;"><b>Hair</b></span><span style="float:right;">Blonde</span><br>
- <span style="float:left;"><b>Quirk</b></span><span style="float:right;">The Seer</span><br>
- <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"><a href="" target="_blank">The Queen, Mother</a></span><br>
- </div>
- <a name="two"></a>
- <div style="width: 43.5vw; height: 26vw; 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> The Seer of Fate<br><br>
- <b>Quirk Type:</b> Emitter<br><br>
- <b>Quirk Description:</b>
- Due to the strange nature of this Quirk, the User isn't capable of fully controlling it. Upon her creation, her genes were specifically designed to enhance an aspect of her Quirk, allowing the user to randomly - and with no reason - peer into the future. If the user has something to concentrate on, she can somewhat guide her future sight on a certain aspect, however the one thing that will constantly repeat is the "End of the World". Another aspect of this Quirk is that the user is capable - after holding someone's gaze for five to ten seconds - of changing their Alignment temporarily. ( Good vs Bad Guys )
- <br><br>
- <b>Strengths</b>: With the capability to temporarily look into future events, the user can be prepared for anything; along with the very real fact that she can turn your allies into your enemies with a smile on her face.<br>
- <b>Weaknesses</b>: User goes further and further insane the more the "End of the World" prophecy is shown to her, those with a strong willset to stay on their designated path ( Example: Izuku wouldn't easily turn without conditioning involved. All Might and AFO are impossible to switch the alignments of. )<br>
- <b>Drawbacks</b>: Future Sight cannot be used again for twenty four hours after the first use, and the Alignment Change can only last for a certain amount of time. It is possible for the victim of the Alignment change to stay that way, though it is dependent on the personality and determination of the victim.<br><br>
- </div>
- <a name="three"></a>
- <div style="width: 43.5vw; height: 26vw; overflow: auto;" align="center">
- <h1>History</h1>
- TBA
- </div>
- <a name="four"></a>
- <div style="width: 43.5vw; height: 26vw; overflow: auto;" align="left">
- <h1>out of character</h1>
- <center><b>00</b>. Want a code? Go <a target="_blank" href="https://roleplay.chat/profile.php?user=RageQxeen">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>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment