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=Cinzel|Cinzel+Decorative|Aref+Ruqaa);
- html, body { background: rgb(165,113,65);
- background: -moz-radial-gradient(circle, rgba(165,113,65,1) 0%, rgba(125,90,55,1) 49%, rgba(0,0,0,1) 100%);
- background: -webkit-radial-gradient(circle, rgba(165,113,65,1) 0%, rgba(125,90,55,1) 49%, rgba(0,0,0,1) 100%);
- background: radial-gradient(circle, rgba(165,113,65,1) 0%, rgba(125,90,55,1) 49%, rgba(0,0,0,1) 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a57141",endColorstr="#000000",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: 25vw;
- margin: 0px;
- border: none;
- height: 45vw;
- background-color:transparent;
- position: absolute;
- left: 0vw;
- top: 0vw;
- background-image:url("https://cdn.discordapp.com/attachments/620692472426921985/670786908753887242/7.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
- animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
- }
- #icon {
- width: 10vw;
- margin: 0px;
- border: none;
- height: 10vw;
- background-color:transparent;
- position: absolute;
- left: 5vw;
- top: 4vw;
- border: 4px double #000;
- border-radius: 50%;
- background-image:url("https://i.pinimg.com/originals/c6/e7/9f/c6e79f406fb8ec676b55e144574cbea9.jpg");
- background-repeat:no-repeat;
- background-position: center;
- background-size: 120%;
- }
- #gif {
- width: 21.6vw;
- margin: 0px;
- border: none;
- height: 13vw;
- background-color:transparent;
- position: absolute;
- left: 0vw;
- bottom: 2vw;
- border: 4px double #000;
- background-image:url("https://cdn.discordapp.com/attachments/620692472426921985/671690024470708234/MOSHED-2020-1-28-6-13-25.gif");
- background-repeat:no-repeat;
- background-position: center;
- background-size: 120%;
- }
- .name {position: absolute;
- font-family: 'Cinzel Decorative';
- color: #fff;
- font-size: 6vw;
- top: 15vw;
- left: 2.5vw;
- width: 30vw;
- 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;
- -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
- animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
- }
- .title { background: transparent;
- background:url('https://images.squarespace-cdn.com/content/v1/5005d21ac4aa55eb76ab5f3b/1391476423452-QPUTCBNYF34WZTZ9LL05/ke17ZwdGBToddI8pDm48kN-iCp0H8EbLNb85VXvIfntZw-zPPgdn4jUwVcJE1ZvWQUxwkmyExglNqGp0IvTJZUJFbgE-7XRK3dMEBRBhUpxbJ6nT22MqkKTNnYny1wnkClHS-tzM1oczfpRGL4qDHKXlZBeQsEdLEUBRJKqSpxE/tumblr_mx1m03M9oT1rvz0b8o4_500.gif') 50px 50px repeat;
- background-position: center;
- position: absolute;
- font-family: 'Cinzel Decorative';
- font-size: 6vw;
- top: 15vw;
- left: 2.5vw;
- width: 30vw;
- height: 9vw;
- text-align: justify;
- padding:5px 5px 5px 5px;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- z-index: 3;
- -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
- animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
- }
- .alias {position: absolute;
- font-family: 'Cinzel';
- color: #222;
- font-size: 2vw;
- bottom: 6vw;
- left: -.9vw;
- width: 22vw;
- height: 3vw;
- 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;}
- #imgholder {
- background-color: transparent;
- width: 23vw;
- height: 38vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- left: 25vw;
- top: 3vw;
- z-index: 2;
- }
- #container {
- background-color: #d2d1cd;
- background-image: url('http://i.picpar.com/NeZd.png');
- background-position: center;
- background-size: 100%;
- width: 22vw;
- height: 100%;
- margin:auto;
- position: absolute;
- padding: 0px;
- right: 13vw;
- top: 0vw;
- box-shadow: #000 0px 5px 10px;
- z-index: 1;
- -webkit-animation: slide-in-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.8s both;
- animation: slide-in-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.8s both;
- }
- #line {
- background-color: #d2d1cd;
- background-image: url('http://i.picpar.com/NeZd.png');
- background-position: center;
- background-size: 100%;
- width: 100%;
- height: 7vw;
- margin:auto;
- position: absolute;
- padding: 0px;
- right: 0vw;
- bottom: 15.45vw;
- box-shadow: #000 0px 5px 10px;
- z-index: 0;
- -webkit-animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.8s both;
- animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.8s both;
- }
- #content {
- background-color: #d2d1cd;
- background-image: url('http://i.picpar.com/NeZd.png');
- width: 19vw;
- height: 15vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Aref Ruqaa', cursive;
- font-size: 15px;
- color: #000;
- left: 0.8vw;
- bottom: 22vw;
- z-index:6;
- border: 5px double #000;
- }
- #nav {
- background-color: transparent;
- width: 10vw;
- height: 1.7vw;
- margin:auto;
- position: absolute;
- right: 6.5vw;
- bottom: 24vw;
- text-align:right;
- z-index:0;
- }
- #nav a, #nav a:link, #nav a:visited {
- display:inline-block;
- height: 5vw;
- width: 1vw;
- text-decoration:none;
- background: #222;
- margin: 5px;
- border: double #000 5px;
- -webkit-transition: 0.5s linear;
- -moz-transition: 0.5s linear;
- -o-transition: 0.5s linear;
- transition: 0.5s linear;
- }
- #nav a:active, #nav a:hover {
- display:inline-block;
- height: 5vw;
- width: 1vw;
- text-decoration:none;
- background: #777;
- margin: 5px;
- border: double #000 5px;
- -webkit-transition: 0.5s linear;
- -moz-transition: 0.5s linear;
- -o-transition: 0.5s linear;
- transition: 0.5s linear;
- }
- @-webkit-keyframes slide-in-top {
- 0% {
- -webkit-transform: translateY(-1000px);
- transform: translateY(-1000px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- opacity: 1;
- }
- }
- @keyframes slide-in-top {
- 0% {
- -webkit-transform: translateY(-1000px);
- transform: translateY(-1000px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- opacity: 1;
- }
- }
- @-webkit-keyframes slide-in-left {
- 0% {
- -webkit-transform: translateX(-1000px);
- transform: translateX(-1000px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- opacity: 1;
- }
- }
- @keyframes slide-in-left {
- 0% {
- -webkit-transform: translateX(-1000px);
- transform: translateX(-1000px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- opacity: 1;
- }
- }
- @-webkit-keyframes fade-in {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes fade-in {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- i{color: #555;}
- b{color: #000;}
- a{color: #222; text-decoration: none;}
- h1{border-bottom: 1px solid #000; text-align: center; font-size: 20px; font-family: 'Cinzel', cursive; color: #000;}
- </style>
- <div id="imgholder">
- <div id="image"></div>
- <div class="name">Braith</div>
- <div class="title">Braith</div>
- </div>
- <div id="container">
- <div class="alias">TITLE HERE</div>
- <div id="nav">
- <a href="#one"></a>
- <a href="#two"></a>
- <a href="#three"></a>
- <a href="#four"></a>
- </div>
- <div id="icon"></div>
- <div id="gif"></div>
- <div id="content">
- <div style="width: 19vw; height: 15vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 19vw; height: 15vw; overflow: auto;" align="center">
- <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;"><a title="">hover</a></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;"></span><br>
- <span style="float:left;"><b>Voice</b></span><span style="float:right;"><a href="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: 19vw; height: 15vw; overflow: auto;" align="center">
- <h1>Quirk</h1>
- HERE
- </div>
- <a name="three"></a>
- <div style="width: 19vw; height: 15vw; overflow: auto;" align="center">
- <h1>History</h1>
- HERE
- </div>
- <a name="four"></a>
- <div style="width: 19vw; height: 15vw; overflow: auto;" align="left">
- <h1>OOC</h1>
- <center><b>00</b>. OOC.<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>
- <div id="line"></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment