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=Bangers|Crimson+Text|Nanum+Gothic&display=swap');
- html, body {
- background: #87ceeb;
- background-image:url("");
- background-size:400px;
- background-repeat:no-repeat;
- background-position:center bottom;
- }
- body .fade {
- background: #87ceeb;
- background-image:url("https://i.ibb.co/8MbWgfD/7-5.png");
- background-size: 33.2%;
- background-repeat: no-repeat;
- background-position: right bottom;
- width: 120vw;
- height: 60vw;
- margin:auto;
- position: absolute;
- right: 0vw;
- bottom: 0vw;
- z-index:1;
- opacity: 1;
- animation-fill-mode: ease-in-out both;
- }
- body:hover .fade{
- animation: fader ease-in-out 10s;
- animation-iteration-count: 1;
- transform-origin: 50% 50%;
- animation-fill-mode:ease-in-out both;
- -webkit-animation: fader ease-in-out 5s;
- -webkit-animation-iteration-count: 1;
- -webkit-transform-origin: 50% 50%;
- -webkit-animation-fill-mode both;
- -moz-animation: fader ease-in-out 5s;
- -moz-animation-iteration-count: 1;
- -moz-transform-origin: 50% 50%;
- -moz-animation-fill-mode both;
- -o-animation: fader ease-in-out 5s;
- -o-animation-iteration-count: 1;
- -o-transform-origin: 50% 50%;
- -o-animation-fill-mode both;
- -ms-animation: fader ease-in-out 5s;
- -ms-animation-iteration-count: 1;
- -ms-transform-origin: 50% 50%;
- -ms-animation-fill-mode both;
- }
- @keyframes fader{
- 0% {
- opacity:1;
- transform: scaleX(1.00) scaleY(1.00) ;
- }
- 50% {
- opacity:0;
- transform: scaleX(NaN) scaleY(NaN) ;
- }
- 100% {
- z-index: -1;
- opacity: 0;
- }
- }
- @-moz-keyframes fader{
- 0% {
- opacity:1;
- -moz-transform: scaleX(1.00) scaleY(1.00) ;
- }
- 50% {
- opacity:0;
- -moz-transform: scaleX(NaN) scaleY(NaN) ;
- }
- 100% {
- z-index: -1;
- opacity: 0;
- }
- }
- @-webkit-keyframes fader {
- 0% {
- opacity:1;
- -webkit-transform: scaleX(1.00) scaleY(1.00) ;
- }
- 50% {
- opacity:0;
- -webkit-transform: scaleX(NaN) scaleY(NaN) ;
- }
- 100% {
- z-index: -1;
- opacity: 0;
- }
- }
- @-o-keyframes fader {
- 0% {
- opacity:1;
- -o-transform: scaleX(1.00) scaleY(1.00) ;
- }
- 50% {
- opacity:0;
- -o-transform: scaleX(NaN) scaleY(NaN) ;
- }
- 100% {
- z-index: -1;
- opacity: 0;
- }
- }
- @-ms-keyframes fader {
- 0% {
- opacity:1;
- -ms-transform: scaleX(1.00) scaleY(1.00) ;
- }
- 50% {
- opacity:0;
- -ms-transform: scaleX(NaN) scaleY(NaN) ;
- }
- 100% {
- z-index: -1;
- opacity: 0;
- }}
- */
- ::-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: 40vw;
- margin: 0px;
- border: none;
- height: 60vw;
- background-color:transparent;
- position: absolute;
- right: 0vw;
- bottom: 0vw;
- background-image:url("https://i.ibb.co/3FfrPSF/8-5.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- }
- .name {position: absolute;
- font-family: 'Bangers';
- color: #fff;
- font-size: 6vw;
- top: -5vw;
- left: 0vw;
- width: 50vw;
- 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: 2;}
- .title { background: transparent;
- background:url('https://i.pinimg.com/originals/81/a6/b6/81a6b64add5ddd7ae31a508eadc91be6.gif') repeat;
- background-position: center;
- position: absolute;
- font-family: 'Bangers';
- font-size: 6vw;
- top: -5vw;
- left: 0vw;
- width: 50vw;
- height: 9vw;
- 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: 'Crimson Text';
- color: #5c26b5;
- font-size: 2vw;
- bottom: -3vw;
- left: -8vw;
- 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: 2;}
- #container {
- background-color: transparent;
- width: 38vw;
- height: 36vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- left: 10vw;
- bottom: 3vw;
- z-index:1;
- border-right: solid 4px #c0c0c0;
- border-bottom: solid 4px #c0c0c0;
- border-left: solid 4px #c0c0c0;
- }
- #stats {
- background-color:#c0c0c0;
- width: 36vw;
- height: 9vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Nanum Gothic', cursive;
- font-size: 15px;
- color: #000;
- right: 1vw;
- top: 1vw;
- z-index:1;
- border: #000000 solid 2px;
- }
- #quirk {
- background-color:#c0c0c0;
- width: 18vw;
- height: 23vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Nanum Gothic', cursive;
- font-size: 15px;
- color: #000;
- right: 1vw;
- bottom: 1vw;
- z-index:1;
- border: #000000 solid 2px;
- }
- #friends {
- background-color:#c0c0c0;
- width: 16vw;
- height: 7vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Nanum Gothic', cursive;
- font-size: 15px;
- color: #000;
- left: 1vw;
- bottom: 17vw;
- z-index:1;
- border: #000000 solid 2px;
- }
- #ooc {
- background-color:#c0c0c0;
- width: 16vw;
- height: 14.5vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Nanum Gothic', cursive;
- font-size: 15px;
- color: #000;
- left: 1vw;
- bottom: 1vw;
- z-index:1;
- border: #000000 solid 2px;
- }
- i{color: #996515;}
- b{color: #000;}
- a{color: #5c26b5; text-decoration: none;}
- h1{border-bottom: 1px solid #000; text-align: center; font-size: 40px; font-family: 'Crimson Text', cursive; color: #000;}
- </style>
- <div class="fade"></div>
- <div id="image"></div>
- <div id="container">
- <div class="name">Suneater</div>
- <div class="title">Suneater</div>
- <div class="lyrics">"I'm someone who eats even the Sun. That's why I'm Suneater."</div>
- <div id="stats">
- <div style="width: 36vw; height: 9vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 36vw; height: 9vw; overflow: auto;" align="center">
- <span style="float:left;"><b>Name</b></span><span style="float:right;">Amajiki Tamaki</span><br>
- <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;">Suneater</span><br>
- <span style="float:left;"><b>Gender</b></span><span style="float:right;">Male</span><br>
- <span style="float:left;"><b>Age</b></span><span style="float:right;">17</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;">3-A</span><br><br>
- <span style="float:left;"><b>Height</b></span><span style="float:right;">177 cm (5'9¾")</span><br>
- <span style="float:left;"><b>Blood Type</b></span><span style="float:right;">AB</span><br>
- <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Indigo</span><br>
- <span style="float:left;"><b>Hair</b></span><span style="float:right;">Indigo</span><br><br>
- <span style="float:left;"><b>Orientation</b></span><span style="float:right;">Straight</span><br>
- <span style="float:left;"><b>Relationship</b></span><span style="float:right;">Unattached</span><br><br>
- <span style="float:left;"><b>Fighting Style</b></span><span style="float:right;">Melee + Support Combat</span><br><br>
- <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">U.A. High School/The Big Three</span>
- </div>
- </div>
- </div>
- <div id="quirk">
- <div style="width: 18vw; height: 23vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 18vw; height: 23vw; overflow: auto;" align="center">
- <h1>Quirk</h1>
- </div>
- </div>
- </div>
- <div id="friends">
- <div style="width: 16vw; height: 7vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 16vw; height: 7vw; 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: 16vw; height: 14.5vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 16vw; height: 14.5vw; overflow: auto;" align="left">
- <h1>OOC</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>
- <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
Advertisement