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=Staatliches|);
- html, body {
- background: #F3904F; /* fallback for old browsers */
- background: -webkit-linear-gradient(to right, #3B4371, #F3904F); /* Chrome 10-25, Safari 5.1-6 */
- background: linear-gradient(to right, #3B4371, #F3904F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
- }
- ::-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;}
- .cover {
- background:url('https://thumbs.gfycat.com/RingedSpicyKodiakbear-size_restricted.gif');
- opacity: 0.2;
- position: absolute;
- width: 100vw;
- height: 100vh;
- left: 0vw;
- top: 0vw;
- z-index: 1;
- overflow: hidden;
- }
- #image {
- width: 27vw;
- margin: 0px;
- border: none;
- height: 45vw;
- background-color:transparent;
- position: absolute;
- left: 0vw;
- bottom: 0vw;
- background-image:url("https://i.ibb.co/m6pFhvV/1-5.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- z-index: 2;
- }
- #image::before{
- position: absolute;
- width: 2px;
- height: 8.6vw;
- content: "";
- left: 0vw;
- bottom: 0;
- border-left: 2px solid black;
- }
- #image::after {
- }
- #bar {
- width: 71vw;
- height: 8vw;
- background-color: #000;
- right: 15vw;
- bottom: 2vw;
- overflow: visible;
- position: absolute;
- z-index: 2;
- }
- #container {
- background-color:#000;
- width: 40vw;
- height: 35vw;
- margin:auto;
- position: absolute;
- overflow: hidden;
- padding: 5px;
- right: 4vw;
- bottom: 2px;
- z-index:2;
- border: 2px solid #000;
- }
- #content {
- background-color: transparent;
- width: 39vw;
- height:34vw;
- margin:auto;
- position: absolute;
- padding: 10px;
- font-size: 18px;
- font-family: 'Staatliches', cursive;
- color:#fff;
- opacity: 0.98;
- right: .25vw;
- bottom: .25vw;
- z-index:1;
- }
- #nav {
- background-color: transparent;
- width: 3vw;
- height: 15px;
- margin:auto;
- position: absolute;
- right: .8vw;
- bottom: 34vw;
- text-align: center;
- z-index: 1;
- }
- #nav a, #nav a:link, #nav a:visited {
- display:inline-block;
- background: transparent;
- color: transparent;
- margin-top: 1vw;
- margin-bottom: 0px;
- margin-left: 0vw;
- height: 100px;
- width: 100px;
- -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: 100px;
- width: 100px;
- text-decoration:none;
- background: transparent;
- color: transparent;
- margin-top: 1vw;
- -webkit-transition: 0.5s linear;
- -moz-transition: 0.5s linear;
- -o-transition: 0.5s linear;
- transition: 0.5s linear;
- }
- #icon {
- width: 80px;
- margin: 0px;
- border: none;
- height: 100px;
- background-color:transparent;
- position: absolute;
- background-image:url("https://odealo.com/uploads/public/Elder%20Scrolls%20Online/skull%20icon2.png");
- background-repeat:no-repeat;
- background-position: center;
- background-size: cover;
- z-index: 11;
- transition: 0.5s;
- }
- #icon:hover {
- background-position: bottom;
- margin-top: 1vw;
- }
- #icon2 {
- width: 80px;
- margin: 0px;
- border: none;
- height: 100px;
- background-color:transparent;
- position: absolute;
- background-image:url("https://odealo.com/uploads/public/Elder%20Scrolls%20Online/skull%20icon2.png");
- background-repeat:no-repeat;
- background-position: center;
- background-size: cover;
- z-index: 11;
- transition: 0.5s;
- }
- #icon2:hover {
- background-position: bottom;
- margin-top: 1vw;
- }
- #icon3 {
- width: 80px;
- margin: 0px;
- border: none;
- height: 100px;
- background-color:transparent;
- position: absolute;
- background-image:url("https://odealo.com/uploads/public/Elder%20Scrolls%20Online/skull%20icon2.png");
- background-repeat:no-repeat;
- background-position: center;
- background-size: cover;
- z-index: 11;
- transition: 0.5s;
- }
- #icon3:hover {
- background-position: bottom;
- margin-top: 1vw;
- }
- #icon4 {
- width: 80px;
- margin: 0px;
- border: none;
- height: 100px;
- background-color:transparent;
- position: absolute;
- background-image:url("https://odealo.com/uploads/public/Elder%20Scrolls%20Online/skull%20icon2.png");
- background-repeat:no-repeat;
- background-position: center;
- background-size: cover;
- z-index: 11;
- transition: 0.5s;
- }
- #icon4:hover {
- background-position: bottom;
- margin-top: 1vw;
- }
- a {text-decoration: none; color: #F3904F;}
- p {text-indent: 50px; color: #fff; font-size: 30px; text-decoration: bold; line-height: 0;}
- h1 {
- background: url(https://steamuserimages-a.akamaihd.net/ugc/915800244481355834/6A9D287EB00C044DDD988AA5EAF3AF38E361D704/?imw=5000&imh=5000&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=false);
- background-position: center;
- background-size:cover;
- line-height:1vw;
- letter-spacing: 0.2vw;
- font-size: 4vh;
- font-family: 'Staatliches';
- text-align: center;
- border: .2vh solid #15181F;
- border-radius: 10px;
- color: #800000;
- filter: drop-shadow(0px 0px 5px #15181F);
- text-shadow: 3px 1px 2px #15181F, 0 0 10px #15181F;
- margin-top: 1vh;
- }
- </style>
- <div class="cover"></div>
- <div id="bar">
- <div id="nav">
- <a href="#one"><div id="icon"></div></a>
- <a href="#two"><div id="icon2"></div></a>
- <a href="#three"><div id="icon3"></div></a>
- <a href="#four"><div id="icon4"></div></a>
- </div>
- <div id="image"></div>
- <div id="container">
- <div id="content">
- <div style="width: 39vw; height: 34vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 39vw; height: 34vw; overflow: auto;" align="left">
- <h1>Out of Character</h1>
- <center><b>00</b>. Code made by <a target="_blank" href="https://rageqxeen.neocities.org/vw_codes/rageqxeen.html">RageQxeen</a>, do not steal.</center><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>
- <a name="two"></a>
- <div style="width: 39vw; height: 34vw; overflow: auto;" align="left">
- <h1>The Basics</h1>
- <span style="float:left;"><b>True Name</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="HERE">hover</a></span><br>
- <span style="float:left;"><b>Gender</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Apparent Age</b></span><span style="float:right;">HERE</span><br><br>
- <span style="float:left;"><b>Ethnicity</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Orientation</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Marital Status</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Alignment</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Handicaps</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Allergies</b></span><span style="float:right;">HERE</span><br><br>
- <span style="float:left;"><b>Height</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Weight</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Body Type</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Iris Color</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Hair Color</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Skin Tone</b></span><span style="float:right;">HERE</span><br>
- <span style="float:left;"><b>Dominant Hand</b></span><span style="float:right;">HERE</span>
- </div>
- <a name="three"></a>
- <div style="width: 39vw; height: 34vw; overflow: auto;" align="center">
- <h1>Combat</h1>
- <b>TO BE ANNOUNCED</b>
- <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="100" width="100" align="left" border="5" title="WORDS"></a>
- </div>
- <a name="four"></a>
- <div style="width: 39vw; height: 34vw; overflow: auto;" align="center">
- <h1>History</h1>
- <b>TO BE ANNOUNCED</b>
- </div>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment