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=Special+Elite|Aref+Ruqaa|Cinzel+Decorative);
- html, body {
- background: #BBBBBF;
- background-image:url("https://i.pinimg.com/originals/61/2a/bf/612abf105149ce0d4a915a64bc527a9d.png");
- background-size:400px;
- background-repeat:no-repeat;
- background-position:center;
- }
- ::-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: 400px;
- margin: 0px;
- border: none;
- height: 700px;
- background-color:transparent;
- position: absolute;
- right: 3%;
- bottom: 0%;
- background-image:url("http://i.picpar.com/qI0d.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- -webkit-animation: slidein 3s; /* Safari 4.0 - 8.0 */
- animation: slidein 3s;
- }
- /* Safari 4.0 - 8.0 */
- @-webkit-keyframes slidein {
- from {right: 100%;}
- to {right: 3%;}
- }
- /* Standard syntax */
- @keyframes slidein {
- from {right: 100%;}
- to {right: 3%;}
- }
- #container {
- width: 650px;
- height: 520px;
- margin: 0px;
- background-color: #A3A9AA;
- background-image:url("https://pngriver.com/wp-content/uploads/2018/04/Download-Grunge-Texture-PNG-Image.png");
- background-size:100%;
- background-repeat:no-repeat;
- background-position:center bottom;
- position: absolute;
- right: 27%;
- bottom: 13%;
- box-shadow: 0px 5px 10px #475B5A;
- -webkit-animation: fadein 5s; /* Safari 4.0 - 8.0 */
- animation: fadein 5s;
- }
- /* Safari 4.0 - 8.0 */
- @-webkit-keyframes fadein {
- from {opacity: 0;}
- to {opacity: 1;}
- }
- /* Standard syntax */
- @keyframes fadein {
- from {opacity: 0;}
- to {opacity: 1;}
- }
- #content {
- background-color:#475B5A;
- width: 600px;
- height: 490px;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Aref Ruqaa', cursive;
- font-size: 18px;
- color: #000;
- right: 3%;
- top: 2%;
- z-index:1;
- border: #000000 solid 2px;
- }
- #nav {
- background-color: transparent;
- width: 250px;
- height:40px;
- margin:auto;
- position: absolute;
- right: 41%;
- bottom: 5%;
- text-align: center;
- z-index:1;
- }
- #nav a, #nav a:link, #nav a:visited {
- display:inline-block;
- background: #475B5A;
- color: #475B5A;
- margin-top: 0px;
- margin-bottom: 0px;
- margin-left: 0px;
- height: 10px;
- width: 30px;
- border-radius: 5px;
- box-shadow: 0px 0px 5px #000;
- }
- #nav a:active, #nav a:hover {
- display:inline-block;
- height: 10px;
- width: 30px;
- text-decoration:none;
- background: #000;
- color: #000;
- margin: 0px;
- box-shadow: 0px 0px 5px #475B5A;
- }
- .name {position: absolute;
- font-family: 'Special Elite';
- color: #130303;
- font-size: 50px;
- top: 5%;
- right: 30.5%;
- width: 550px;
- border: 0px solid #130303;
- text-align: center;
- text-shadow:
- #000 -3px 0px,
- #000 0px 2px,
- #475B5A 2px 0px,
- #475B5A 0px -2px;
- z-index: 2;
- }
- .namebg { background: transparent;
- background:url('')
- left left repeat;
- font-family: 'Special Elite';
- position: absolute;
- text-align: center;
- font-size: 50px;
- top: 0%;
- left: 0%;
- width: 880px;
- opacity:1;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- z-index:3;
- }
- /*Code by Alikade, please keep this credit where it is, it will not interfere with the rest of the code.*/
- #editthis{ position:fixed;height: 27px; width: 30px; bottom: 0%; right: 0%; margin: auto; z-index:99;}
- #music1{ position:fixed; padding:2px; border-radius: 50%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
- #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
- #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
- #music1:hover #musiclist{ opacity: .5;}
- #music2{ opacity: .5; background-color:#000000; padding:6px; border-radius: 50%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
- #music3{ opacity: 0; position:fixed; background-color:#000000; background-image: url('https://www.pngkey.com/png/full/11-113290_playbutton-video-player-button-png.png'); background-repeat: no-repeat; background-size: 25px; border:1px dotted #b3b3e5; border-radius: 50%; width:25px; height:25px; z-index:99 margin-left:0px; overflow:hidden; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
- i{color: #929487;}
- b{color: #130303;}
- a{color: #919098; text-decoration: none;}
- h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Cinzel Decorative', cursive;}
- h2{border-bottom: 1px solid #000; text-align: left; font-size: 25px; font-family: 'Cinzel Decorative', cursive;}
- h3{border-bottom: 1px solid #000; text-align: right; font-size: 25px; font-family: 'Cinzel Decorative', cursive;}
- </style>
- <div class="name">Humanity's Strongest</div>
- <div id="editthis"><div id="music1"><div id="music2">
- <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
- <div id="music3"><Div style="margin-top:4px;">
- <audio controls style="opacity: 0;"><source src="http://k007.kiwi6.com/hotlink/52lc53nh40/Adam_Jensen_-_I_Can_Hold_A_Grudge_Like_Nobody_s_Business.mp3"></audio>
- </div></div></div></div>
- <div id="image"></div>
- <div id="nav">
- <a href="#one"></a>
- <a href="#two"></a>
- <a href="#three"></a>
- <a href="#four"></a>
- </div>
- <div id="container">
- <div id="content">
- <div style="width: 600px; height: 490px; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 600px; height: 490px; overflow: auto;" align="center">
- <span style="float:left;"><b>Name</b></span><span style="float:right;">Levi Ackerman</span><br>
- <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;">Levi, Captain, Clean Freak</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;">30's</span><br><br>
- <span style="float:left;"><b>Height</b></span><span style="float:right;">5'3"</span><br>
- <span style="float:left;"><b>Weight</b></span><span style="float:right;">150</span><br>
- <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Steel Blue</span><br>
- <span style="float:left;"><b>Hair</b></span><span style="float:right;">Black</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>Race</b></span><span style="float:right;"><a title="Product of Titan Science">Human</a></span><br>
- <span style="float:left;"><b>Mentality</b></span><span style="float:right;">Stable</span><br><br>
- <span style="float:left;"><b>Allegiance</b></span><span style="float:right;">Survey Corps</span><br><br>
- </div>
- <a name="two"></a>
- <div style="width: 600px; height: 490px; overflow: auto;" align="center">
- <h1>Connections</h1>
- <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
- <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
- <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
- <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
- <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
- <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
- <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
- <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
- <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
- <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.
- </div>
- <a name="three"></a>
- <div style="width: 600px; height: 490px; overflow: auto;" align="center">
- <h1>History</h1>
- </div>
- <a name="four"></a>
- <div style="width: 600px; height: 490px; overflow: auto;" align="center">
- <h1>Out of Character</h1>
- <b>00</b>. Code made by <a href="https://alliealgiere.neocities.org" target="_blank">RageQxeen</a> for Levi Ackerman, do not steal.<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