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=Lateef|Merienda);
- html, body {
- background: -webkit-linear-gradient(45deg, #9a0000 0%,#840000 44%,#640000 75%,#640000 75%);
- }
- ::-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;}
- #container {
- width: 1050px;
- height: 550px;
- margin: 0px;
- background-color: #9EA3B0;
- 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: 13%;
- bottom: 10%;
- box-shadow: 0px 5px 10px #000;
- -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:#d0a0a0;
- width: 450px;
- height: 400px;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Lateef', cursive;
- font-size: 18px;
- color: #000;
- right: 53%;
- top: 23%;
- z-index:1;
- border: #000000 solid 2px;
- }
- #friendlist {
- background-color:#d0a0a0;
- width: 200px;
- height: 400px;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Lateef', cursive;
- font-size: 18px;
- color: #000;
- right: 30%;
- top: 23%;
- z-index:1;
- border: #000000 solid 2px;
- }
- #image {
- width: 250px;
- margin: 0px;
- height: 490px;
- background-color:transparent;
- position: absolute;
- right: 3%;
- bottom: 2%;
- background-image:url("http://i.picpar.com/Q7yd.jpg");
- background-repeat:no-repeat;
- background-position: center;
- background-size: 100%;
- border: 3px solid #000;
- }
- #nav {
- background-color: transparent;
- width: 300px;
- height:10px;
- margin: auto;
- position: absolute;
- left: 34%;
- top: 15%;
- 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 #470d0d;
- padding: 1px;
- height: 20px;
- width: 20px;
- border: 2px solid #bb0a1e;
- -moz-transform: rotate(45deg);
- -o-transform: rotate(45deg);
- -webkit-transform: rotate(45deg);
- -ms-transform: rotate(45deg);
- }
- #nav a:active, #nav a:hover {
- display:inline-block;
- height: 20px;
- width: 20px;
- text-decoration:none;
- background: #470d0d;
- box-shadow: 0px 0px 5px #000;
- color: transparent;
- margin: 0px;
- -moz-transform: rotate(45deg);
- -o-transform: rotate(45deg);
- -webkit-transform: rotate(45deg);
- -ms-transform: rotate(45deg);
- }
- .name {position: absolute;
- font-family: 'Merienda';
- color: #000;
- font-size: 50px;
- top: 0%;
- left 0%;
- width: 1020px;
- border: 0px solid #000;
- text-align: center;
- text-shadow:
- #000 -3px 0px,
- #000 0px 2px,
- #bb0a1e 2px 0px,
- #bb0a1e 0px -2px;
- z-index: 2;
- }
- .namebg { background: transparent;
- background:url('https://i.pinimg.com/originals/7a/79/a2/7a79a2885a548da22d2ad38a138ce0e4.gif')
- left left repeat;
- font-family: 'Merienda';
- position: absolute;
- text-align: center;
- font-size: 50px;
- top: 10%;
- left 100%;
- 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: #d30000;}
- b{color: #820000;}
- a{color: #792d2d; text-decoration: none;}
- h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px;}
- h2{text-align: left; font-size: 25px;}
- h3{text-align: right; font-size: 25px;}
- </style>
- <div class="header" style="top: 23.5%; left: 32%;"></div>
- <div class="header" style="bottom: 19%; left: 25.5%;"></div>
- <div id="container">
- <div class="name">The Mad King</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="nav">
- <a href="#one"></a>
- <a href="#two"></a>
- <a href="#three"></a>
- <a href="#four"></a>
- </div>
- <div id="image"></div>
- <div id="content">
- <div style="width: 450px; height: 400px; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 450px; height: 400px; overflow: auto;" align="center">
- <span style="float:left;"><b>Name</b></span><span style="float:right;"> </span><br>
- <span style="float:left;"><b>True 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>Master</b></span><span style="float:right;"><a href="/profile.php?user=" target="_blank"> </a></span><br><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>Height</b></span><span style="float:right;"> </span><br>
- <span style="float:left;"><b>Weight</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;"> </span><br>
- <span style="float:left;"><b>Mentality</b></span><span style="float:right;"> </span><br><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>
- </div>
- <a name="two"></a>
- <div style="width: 450px; height: 400px; overflow: auto;" align="left">
- <h1>The Power of the King</h1>
- <span style="float:left;"><b>Strength:</b> A</span> <span style="float:right;"><b>Endurance:</b> B+</span><br>
- <span style="float:left;"><img src="http://i.picpar.com/4yhc.png" width="120vw"><br>
- </span> <span style="float:right;"><img src="https://i.imgur.com/g4UdJ2I.png" width="120vw"></span><br>
- <span style="float:left;"><b>Agility:</b> A+</span> <span style="float:right;"><b>Mana:</b> C</span><br>
- <span style="float:left;"><img src="http://i.picpar.com/4yhc.png" width="120vw"></span> <span style="float:right;"><img src="http://i.picpar.com/IEyd.png" width="120vw"></span><br>
- <span style="float:left;"><b>Luck:</b> D</span> <span style="float:right;"><b>Noble Phantasm:</b> A</span><br>
- <span style="float:left;"><img src="http://i.picpar.com/JEyd.png" width="120vw"></span> <span style="float:right;"><img src="http://i.picpar.com/Lhcd.png" width="120vw"></span><br><br><br>
- <h2>Base Abilities</h2>
- Stuff here
- <h3>Noble Phantasm</h3>
- Stuff here
- </div>
- <a name="three"></a>
- <div style="width: 450px; height: 400px; overflow: auto;" align="center">
- <h1>The Legend of CĂș Chulainn</h1>
- </div>
- <a name="four"></a>
- <div style="width: 450px; height: 400px; 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>, 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 id="friendlist">
- <div style="width: 200px; height: 400px; overflow: auto;" align="center">
- <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>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment