Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <body><style type="text/css">
- @import url('https://fonts.googleapis.com/css?family=Great+Vibes|Sofia');
- html, body {
- background: #000;
- background-image:url("http://i.picpar.com/AZtd.jpg");
- background-size:100%;
- 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: 30%;
- bottom: 0%;
- background-image:url("");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- }
- body {
- width: 50%;
- height: 90%;
- display: flex;
- justify-content: center;
- align-items: center;
- perspective: 1500px;
- background: transparent;
- }
- .book {
- transform-style: preserve-3d;
- position: relative;
- height: 300px;
- width: 300px;
- cursor: context-menu;
- backface-visibility: visible;
- }
- .front, .back, .page1, .page2, .page3, .page4, .page5, .page6 {
- transform-style: preserve-3d;
- position: absolute;
- width: 280px;
- height: 350px;
- top: 0; left: 80%;
- transform-origin:left center;
- transition: transform 3s ease-in-out, box-shadow .35s ease-in-out;
- }
- .front, .back {
- background: teal;
- font-family: 'Great Vibes', cursive;
- font-size: 40px;
- color: #111;
- text-align: center;
- border-top: 50px solid transparent;
- background-image:url("https://www.freeiconspng.com/uploads/swirl-designs-png-8.png");
- background-repeat: no-repeat;
- background-position: bottom;
- background-size: 80%;
- border-left: 2px solid #333;
- border-right: 2px solid #666;
- box-shadow: 5px 10px 60px 30px #000;
- }
- .front, .page1, .page3, .page5 {
- border-bottom-right-radius: .5em;
- border-top-right-radius: .5em;
- }
- .back, .page2, .page4, .page6 {
- border-bottom-right-radius: .5em;
- border-top-right-radius: .5em;
- }
- .page1 {
- background: #f2eecb;
- }
- .page2 {
- background: #f2eecb;
- }
- .page3 {
- background: #f2eecb;
- }
- .page4 {
- background: #f2eecb;
- }
- .page5 {
- background: #f2eecb;
- }
- .page6 {
- background: #f2eecb;
- color: #000;
- font-family: 'Sofia', cursive;
- font-size: 18px;
- text-align: center;
- }
- .book:hover .front {
- transform: rotateY(-160deg) scale(1.1);
- box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
- box-shadow: 5px 10px 60px 30px #000;
- }
- .book:hover .page1 {
- transform: rotateY(-150deg) scale(1.1);
- box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
- background-color: #f2eecb;
- }
- .book:hover .page2 {
- transform: rotateY(-135deg) scale(1.1);
- box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
- background-color: #f2eecb;
- }
- .book:hover .page3 {
- transform: rotateY(-140deg) scale(1.1);
- box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
- background-color: #f2eecb;
- }
- .book:hover .page4 {
- transform: rotateY(-130deg) scale(1.1);
- box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
- }
- .book:hover .page5 {
- transform: rotateY(-125deg) scale(1.1);
- box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
- }
- .book:hover .page6 {
- transform: rotateY(-30deg) scale(1.1);
- box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
- border-left: 1px solid #333;
- }
- .book:hover .back {
- transform: rotateY(-20deg) scale(1.1);
- }
- #nav {
- background-color: transparent;
- width: 250px;
- height:40px;
- margin:auto;
- position: absolute;
- right: 5%;
- bottom: 2%;
- text-align: center;
- z-index:1;
- }
- #nav a, #nav a:link, #nav a:visited {
- display:inline-block;
- background: #dda0dd;
- color: #dda0dd;
- margin-top: 0px;
- margin-bottom: 0px;
- margin-left: 0px;
- height: 10px;
- width: 20px;
- border-radius: 5px;
- box-shadow: 0px 0px 5px #000;
- }
- #nav a:active, #nav a:hover {
- display:inline-block;
- height: 10px;
- width: 20px;
- text-decoration:none;
- background: #000;
- color: #000;
- margin: 0px;
- box-shadow: 0px 0px 5px #dda0dd;
- }
- #editthis{ position:fixed;height: 27px; width: 30px; bottom: 0%; right: 2%; margin: auto; z-index:99;}
- #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: 'Walter Turncoat', cursive; text-align: center; border-bottom: 1px solid #000;}
- h2 {font-family: 'Neucha', cursive; }
- a {text-decoration: none; color: #000;}
- 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="image"></div>
- <div class="book">
- <div class="back">
- <div id="nav">
- <a href="#one"></a>
- <a href="#two"></a>
- <a href="#three"></a>
- <a href="#four"></a>
- </div></div>
- <div class="page6" style="overflow: auto; width: 280px; height: 350px;">
- <a name="one"><img src="http://i.picpar.com/SjFc.jpg" style="float:left; width:100px; height:100px; border: 1px solid #000;"></a>
- <p>"<i>You can never permanently kill Sin, they will always come back, just luckily for us without the memories of their previous lives.</i>"</p>
- <a name="two"><img src="http://i.picpar.com/VjFc.jpg" style="float:right; width:100px; height:100px; border: 1px solid #000;"></a>
- <p>Something that all the Sins' learned the hard way, death would never be the end for them as they did not fit within the category of "living" beings. They were raw emotion and what was considered the "evil" of humanity, birthed when human kind grew sentient and civilized enough to gain such concepts; the first was Pride, followed by Envy, then Greed, Lust, Wrath and finally Sloth. They were not created in Hell as most assume, even if they were considered 'evil' by nature, they roamed the Earth along side humans quietly; feeding off of them within the shadows like any other supernatural creature until they eventually ran into one another.
- </p>
- <a name="three"><img src="http://i.picpar.com/XjFc.jpg" style="float:left; width:100px; height:100px; border: 1px solid #000;"></a>
- <p>It was then that a 'family' was formed, even if their bonds weren't sound and true, just as their own bodies were. With no allegiances to any one side outside of their own, the Sins' became stronger the longer time passed, and with each reincarnation they began to take the shape of the humans they fed from. This made it easier for them, feeding became less frantic and more leisure, their mannerisms were adopted alongside their languages and eventually they were not much different. Legends of their true forms died out, along with the memories of what they use to be, or how many times they had died only to come back with only one thought in mind.</p>
- <p>Return home.</p>
- <a name="four"><img src="http://i.picpar.com/YjFc.jpg" style="float:right; width:100px; height:100px; border: 1px solid #000;"></a>
- <p>Life is strange with a personified Sin, for they are neither demon nor angel, human or beast; they are concepts at best and an enigma at worst. What is stagnant among them, outside of their reincarnation, is their power; which far outweighs many species and puts them in a class of their own, alone they <b>might</b> be easier to kill, but as a family they are an undefeatable army.</p>
- </div>
- <div class="page5">
- <img src="https://i.pinimg.com/originals/95/58/b9/9558b95660d31cdbfb19167da2a707f4.gif" style="float:center; width:240px; height:300px;"></div>
- <div class="page4"></div>
- <div class="page3"></div>
- <div class="page2"></div>
- <div class="page1"></div>
- <div class="front"><b>Legend of The Cursed Immortal<br><br>
- <small>By Nayanna</small></b>
- <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://k003.kiwi6.com/hotlink/m7gko43anf/Satsuriku_no_Tenshi_-_Angels_of_Death_Opening_VITAL_FULL_by_Masaaki_Endo.mp3"></audio>
- </div></div></div></div>
- <div class="credit" title="Profile by RageQxeen">♛</div></div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment