Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <body>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <style type="text/css">
- @import url('https://fonts.googleapis.com/css?family=Comfortaa|Great+Vibes|Righteous');
- html, body {
- background: #000;
- background-image:url("https://www.freeiconspng.com/uploads/grunge-png-14.png");
- background-size:100%;
- background-repeat:no-repeat;
- background-position:center bottom;
- }
- ::-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: -15%;
- bottom: 0%;
- background-image:url("http://i.picpar.com/GLud.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- z-index: 2;
- }
- .header{
- position:absolute;
- width:490px;
- background:#transparent;
- height:65px;
- overflow:hidden;
- font-family: 'Great Vibes', cursive;
- font-size: 50px;
- font-weight:lighter;
- font-style:none;
- color:#000;
- letter-spacing: 0px;
- text-transform:none;
- text-align:center;
- z-index: 2;
- }
- body .fade {
- background-color: #000;
- background-image:url("https://www.wect.com/resizer/p6vCCxMQYr3nPnmmWcMhD6bwq88=/1200x600/arc-anglerfish-arc2-prod-raycom.s3.amazonaws.com/public/A2TH2EN5CBDVXJRAADJX6H33YM.gif");
- background-size: 100%;
- background-repeat: repeat;
- background-position: center;
- width: 2000px;
- height: 900px;
- margin:auto;
- position: absolute;
- right: 0%;
- bottom: 0%;
- z-index:1;
- opacity: 1;
- animation-fill-mode: ease-in-out forwards;
- }
- body:hover .fade{
- animation: fader ease-in-out 10s;
- animation-iteration-count: 1;
- transform-origin: 50% 50%;
- animation-fill-mode:ease-in-out forwards; /*when the spec is finished*/
- -webkit-animation: fader ease-in-out 10s;
- -webkit-animation-iteration-count: 1;
- -webkit-transform-origin: 50% 50%;
- -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
- -moz-animation: fader ease-in-out 10s;
- -moz-animation-iteration-count: 1;
- -moz-transform-origin: 50% 50%;
- -moz-animation-fill-mode:forwards; /*FF 5+*/
- -o-animation: fader ease-in-out 10s;
- -o-animation-iteration-count: 1;
- -o-transform-origin: 50% 50%;
- -o-animation-fill-mode:forwards; /*Not implemented yet*/
- -ms-animation: fader ease-in-out 10s;
- -ms-animation-iteration-count: 1;
- -ms-transform-origin: 50% 50%;
- -ms-animation-fill-mode:forwards; /*IE 10+*/
- }
- @keyframes fader{
- 0% {
- opacity:1;
- transform: scaleX(1.00) scaleY(1.00) ;
- }
- 50% {
- opacity:0;
- transform: scaleX(NaN) scaleY(NaN) ;
- }
- 100% {
- z-index: -1;
- opacity: 0;
- }
- }
- @-moz-keyframes fader{
- 0% {
- opacity:1;
- -moz-transform: scaleX(1.00) scaleY(1.00) ;
- }
- 50% {
- opacity:0;
- -moz-transform: scaleX(NaN) scaleY(NaN) ;
- }
- 100% {
- z-index: -1;
- opacity: 0;
- }
- }
- @-webkit-keyframes fader {
- 0% {
- opacity:1;
- -webkit-transform: scaleX(1.00) scaleY(1.00) ;
- }
- 50% {
- opacity:0;
- -webkit-transform: scaleX(NaN) scaleY(NaN) ;
- }
- 100% {
- z-index: -1;
- opacity: 0;
- }
- }
- @-o-keyframes fader {
- 0% {
- opacity:1;
- -o-transform: scaleX(1.00) scaleY(1.00) ;
- }
- 50% {
- opacity:0;
- -o-transform: scaleX(NaN) scaleY(NaN) ;
- }
- 100% {
- z-index: -1;
- opacity: 0;
- }
- }
- @-ms-keyframes fader {
- 0% {
- opacity:1;
- -ms-transform: scaleX(1.00) scaleY(1.00) ;
- }
- 50% {
- opacity:0;
- -ms-transform: scaleX(NaN) scaleY(NaN) ;
- }
- 100% {
- z-index: -1;
- opacity: 0;
- }}
- #container {
- background-color: #C0C0C0;
- background-image:url("");
- width: 900px;
- height: 460px;
- margin:auto;
- position: absolute;
- right: 20%;
- bottom: 10%;
- box-shadow: 1px 1px 20px 15px #666;
- z-index: 0;
- }
- #box {
- background-color: #fffff0;
- background-image:url("");
- width: 630px;
- height: 370px;
- margin:auto;
- position: absolute;
- left: 2%;
- bottom: 2%;
- font-family: 'Comfortaa', cursive;
- font-size: 15px;
- padding: 10px;
- box-shadow: 1px 1px 10px 5px #666;
- z-index:1;
- }
- #nav {
- background-color: transparent;
- width: 250px;
- height:40px;
- margin:auto;
- position: absolute;
- left: 50%;
- top: 9%;
- text-align: center;
- z-index:1;
- }
- #nav a, #nav a:link, #nav a:visited {
- display:inline-block;
- background: #000;
- color: #000;
- margin-top: 0px;
- margin-bottom: 0px;
- margin-left: 0px;
- height: 10px;
- width: 40px;
- border-radius: 5px;
- box-shadow: 0px 0px 7px #333;
- }
- #nav a:active, #nav a:hover {
- display:inline-block;
- height: 10px;
- width: 40px;
- text-decoration:none;
- background: #333;
- color: #333;
- margin: 0px;
- box-shadow: 0px 0px 5px #000;
- }
- #editthis{ position:fixed;height: 27px; width: 30px; bottom: 1%; right: 1%; margin: auto; z-index:100;}
- #music1{ position:fixed; padding:2px; -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: 100%; -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-pngx.png'); background-repeat: no-repeat; background-size: 25px; border:1px dotted #b3b3e5; border-radius: 50px; 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;}
- h1 {font-family: 'Righteous', cursive; text-align: left; border-bottom: 1px solid #000; font-size: 25px;}
- h2 {font-family: 'Righteous', cursive; text-align: right; border-bottom: 1px solid #000; font-size: 25px;}
- a {text-decoration: none; color: #111;}
- i {color: #0000FF; font-weight: bold;}
- .credit{
- position: fixed;
- bottom: 0px;
- left: 2px;
- height: 25px;
- width: 25px;
- line-height: 15px;
- font-size: 10px;
- color: #000;
- text-align: center;
- font-family: roboto;
- }
- #Layout {position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px;}
- </style>
- <div id="Layout" oncontextmenu="return false;">
- <div class="credit" title="Profile by RageQxeen">♛</div>
- <div class="fade"></div>
- <div id="container">
- <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/22k8f5afh2/Smash_Into_Pieces_-_Let_Me_Be_Your_Superhero_Official_Video_.mp3"></audio>
- </div></div></div></div>
- <div id="image" class="wiggle"></div>
- <div class="header" style="top: 3%; left: 0%;">The Night shall consume All</div>
- <div id="nav">
- <a href="#one"></a>
- <a href="#two"></a>
- <a href="#three"></a>
- <a href="#four"></a>
- </div>
- <div id="box">
- <div style="width: 630px; height: 370px; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 630px; height: 370px; overflow: auto;" align="center">
- <h1>the usual</h1>
- <span style="float:left;"><b>Name</b></span><span style="float:right;">Nyx</span><br>
- <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="Nox, The Goddess of the Night, The Night Titan">hover</a></span><br>
- <span style="float:left;"><b>Gender</b></span><span style="float:right;">Female</span><br>
- <span style="float:left;"><b>Birthdate</b></span><span style="float:right;">The Dawn of Creation</span><br>
- <span style="float:left;"><b>Race</b></span><span style="float:right;">Titan</span><br>
- <span style="float:left;"><b>Voice</b></span><span style="float:right;"><a href="" target="_blank">Click~</a></span><br><br>
- <span style="float:left;"><b>Height</b></span><span style="float:right;">5'8"</span><br>
- <span style="float:left;"><b>Weight</b></span><span style="float:right;">153 lbs</span><br>
- <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Black</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;">Curved</span><br><br>
- <span style="float:left;"><b>Orientation</b></span><span style="float:right;">Heterosexual</span><br>
- <span style="float:left;"><b>Relationship</b></span><span style="float:right;">None</span><br>
- <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">Khaos</span><br><br>
- </div>
- <a name="two"></a>
- <div style="width: 630px; height: 370px; overflow: auto;" align="center">
- <h2>powers</h2>
- Embodiment of the Night and Darkness, one of very few who Zeus feared, and the direct descendant of the oldest thing in the Universe.<br><br> <big><b>Don't try.</b></big>
- </div>
- <a name="three"></a>
- <div style="width: 630px; height: 370px; overflow: auto;" align="center">
- <h2>connections</h2>
- <a target="_blank" href="/profile.php?user=HERE" title="HERE"><img style="border-radius: 50%" src="HERE" align="left" height="100" width="100"></a>
- <a target="_blank" href="/profile.php?user=HERE" title="HERE"><img style="border-radius: 50%" src="HERE" align="left" height="100" width="100"></a>
- <a target="_blank" href="/profile.php?user=HERE" title="HERE"><img style="border-radius: 50%" src="HERE" align="left" height="100" width="100"></a>
- <a target="_blank" href="/profile.php?user=HERE" title="HERE"><img style="border-radius: 50%" src="HERE" align="left" height="100" width="100"></a>
- </div>
- <a name="four"></a>
- <div style="width: 630px; height: 370px; overflow: auto;" align="center">
- <h1>out of character</h1>
- <b>00</b>. Made by RageQxeen, free codes can be found <a target="_blank" href="https://alliealgiere.neocities.org">here</a>.<br><br>
- <b>01</b>. <br><br>
- <b>02</b>. <br><br>
- <b>03</b>. <br><br>
- <b>04</b>. <br><br>
- <b>05</b>. <br><br>
- <b>06</b>. <br><br>
- <b>07</b>. <br><br>
- <b>08</b>. <br><br>
- <b>09</b>. <br><br>
- <b>10</b>. <br><br>
- <b>11</b>. <br><br>
- </div>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment