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=Playball|Source+Code+Pro|Raleway);
- html, body {
- background: rgb(244,230,237);
- background: -moz-linear-gradient(330deg, rgba(244,230,237,1) 0%, rgba(78,81,110,1) 100%);
- background: -webkit-linear-gradient(330deg, rgba(244,230,237,1) 0%, rgba(78,81,110,1) 100%);
- background: linear-gradient(330deg, rgba(244,230,237,1) 0%, rgba(78,81,110,1) 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4e6ed",endColorstr="#4e516e",GradientType=1);
- }
- ::-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;
- right: 10vw;
- bottom: 0vw;
- background-image:url("http://i.picpar.com/MWFe.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- z-index: 3;
- -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2s both;
- animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2s both;
- }
- #container {
- width: 50vw;
- height: 30vw;
- position: absolute;
- right: 30vw;
- bottom: 3vw;
- background-color: #000;
- background-image: url('https://media.tenor.com/images/80cb16bb74ed9027ea1b25d077ce6d97/tenor.gif');
- background-position: center;
- background-size: fill;
- background-repeat: no-repeat;
- z-index: 1;
- }
- #content {
- background-color:#f4ffff;
- width: 43vw;
- height: 25vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Source Code Pro', cursive;
- font-size: 18px;
- color: #000;
- left: 2vw;
- bottom: 0.5vw;
- z-index:1;
- border: 5px double #000;
- -webkit-animation: slit-in-horizontal 0.45s ease-out 3s both;
- animation: slit-in-horizontal 0.45s ease-out 3s both;
- }
- #navi1 {position: absolute;
- right: 19vw;
- top: 1vw;
- }
- #navi1 a {background-color: transparent;
- background:url('http://i.picpar.com/NWFe.png')
- center center no-repeat;;
- background-size: 100%;
- display: inline-block;
- height: 50px;
- width: 50px;
- border: 0px solid #000;
- }
- #navi2 {position: absolute;
- right: 16vw;
- top: 1vw;}
- #navi2 a {background-color: transparent;
- background:url('http://i.picpar.com/NWFe.png')
- center center no-repeat;;
- background-size: 100%;
- display: inline-block;
- height: 50px;
- width: 50px;
- border: 0px solid #000;}
- #navi3 {position: absolute;
- right: 13vw;
- top: 1vw;}
- #navi3 a {background-color: transparent;
- background:url('http://i.picpar.com/NWFe.png')
- center center no-repeat;;
- background-size: 100%;
- display: inline-block;
- height: 50px;
- width: 50px;
- border: 0px solid #000;}
- #navi4 {position: absolute;
- right: 10vw;
- top: 1vw;}
- #navi4 a {background-color: transparent;
- background:url('http://i.picpar.com/NWFe.png')
- center center no-repeat;;
- background-size: 100%;
- display: inline-block;
- height: 50px;
- width: 50px;
- border: 0px solid #000;}
- .name {position: absolute;
- font-family: 'Playball';
- color: #fff;
- font-size: 5vw;
- top: -8vw;
- left: -9vw;
- width: 43vw;
- height: 5vw;
- 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;
- transform: rotate(332deg);
- z-index: 2;
- }
- .title { background: transparent;
- background:url('https://thumbs.gfycat.com/UniformGlitteringIbadanmalimbe-size_restricted.gif') 50px 50px repeat;
- background-position: top;
- position: absolute;
- font-family: 'Playball';
- font-size: 5vw;
- top: -8vw;
- left: -9vw;
- width: 43vw;
- height: 5vw;
- text-align: justify;
- padding:5px 5px 5px 5px;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- transform: rotate(332deg);
- z-index: 3;
- }
- @-webkit-keyframes slit-in-horizontal {
- 0% {
- -webkit-transform: translateZ(-800px) rotateX(90deg);
- transform: translateZ(-800px) rotateX(90deg);
- opacity: 0;
- }
- 54% {
- -webkit-transform: translateZ(-160px) rotateX(87deg);
- transform: translateZ(-160px) rotateX(87deg);
- opacity: 1;
- }
- 100% {
- -webkit-transform: translateZ(0) rotateX(0);
- transform: translateZ(0) rotateX(0);
- }
- }
- @keyframes slit-in-horizontal {
- 0% {
- -webkit-transform: translateZ(-800px) rotateX(90deg);
- transform: translateZ(-800px) rotateX(90deg);
- opacity: 0;
- }
- 54% {
- -webkit-transform: translateZ(-160px) rotateX(87deg);
- transform: translateZ(-160px) rotateX(87deg);
- opacity: 1;
- }
- 100% {
- -webkit-transform: translateZ(0) rotateX(0);
- transform: translateZ(0) rotateX(0);
- }
- }
- @-webkit-keyframes fade-in {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes fade-in {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- i{color: #2F4F4F;}
- b{color: #000;}
- a{color: #708090; text-decoration: none;}
- h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Raleway', cursive; color: #000;}
- h2{border-bottom: 1px solid #000; text-align: left; font-size: 30px; font-family: 'Raleway', cursive; color: #000;}
- h3{border-bottom: 1px solid #000; text-align: right; font-size: 30px; font-family: 'Raleway', cursive; color: #000;}
- </style>
- <div id="image"></div>
- <div id="container">
- <div id="navi2"><a href="#two"></a></div>
- <div id="navi3"><a href="#three"></a></div>
- <div id="navi4"><a href="#four"></a></div>
- <div id="navi1"><a href="#one"></a></div>
- <div class="name">Be More Chill</div>
- <div class="title">Be More Chill</div>
- <div id="content">
- <div style="width: 43vw; height: 25vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 43vw; height: 25vw; overflow: auto;">
- <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;"></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">Click</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;"></span><br>
- <span style="float:left;"><b>Hair</b></span><span style="float:right;"></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>
- </div>
- <a name="two"></a>
- <div style="width: 43vw; height: 25vw; overflow: auto;" align="left">
- <h1>power</h1>
- </div>
- <a name="three"></a>
- <div style="width: 43vw; height: 25vw; overflow: auto;" align="center">
- <h1>headcanons</h1>
- <ul>
- <li>
- </ul>
- </div>
- <a name="four"></a>
- <div style="width: 43vw; height: 25vw; overflow: auto;" align="left">
- <h1>out of character</h1>
- <center><b>00</b>. Want a code? Go <a target="_blank" href="/profile.php?user=RageQxeen">here</a>. Refrain from stealing.</center><br>
- <b>01</b>. OOC.<br>
- <b>01</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