Advertisement
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=Cinzel+Decorative|Cinzel|Crimson+Text);
- html, body {
- background: rgb(214,214,214);
- background: -moz-radial-gradient(circle, rgba(214,214,214,1) 0%, rgba(88,87,87,1) 51%, rgba(0,0,0,1) 100%);
- background: -webkit-radial-gradient(circle, rgba(214,214,214,1) 0%, rgba(88,87,87,1) 51%, rgba(0,0,0,1) 100%);
- background: radial-gradient(circle, rgba(214,214,214,1) 0%, rgba(88,87,87,1) 51%, rgba(0,0,0,1) 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6d6d6",endColorstr="#000000",GradientType=1);
- }
- ::-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;}
- body .fade {
- background-color: #000;
- background-image:url("http://i.picpar.com/Cdxe.png");
- background-size: 70%;
- background-repeat: no-repeat;
- background-position: center top;
- width: 100%;
- height: 100%;
- margin:auto;
- position: absolute;
- right: 0%;
- bottom: 0%;
- z-index: 99999;
- 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;
- -webkit-animation: fader ease-in-out 10s;
- -webkit-animation-iteration-count: 1;
- -webkit-transform-origin: 50% 50%;
- -webkit-animation-fill-mode:forwards;
- -moz-animation: fader ease-in-out 10s;
- -moz-animation-iteration-count: 1;
- -moz-transform-origin: 50% 50%;
- -moz-animation-fill-mode:forwards;
- -o-animation: fader ease-in-out 10s;
- -o-animation-iteration-count: 1;
- -o-transform-origin: 50% 50%;
- -o-animation-fill-mode:forwards;
- -ms-animation: fader ease-in-out 10s;
- -ms-animation-iteration-count: 1;
- -ms-transform-origin: 50% 50%;
- -ms-animation-fill-mode:forwards;
- }
- @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;
- }}
- #image {
- width: 30vw;
- margin: 0px;
- border: none;
- height: 40vw;
- background-color:transparent;
- position: absolute;
- left: 0vw;
- bottom: -8vw;
- background-image:url("http://i.picpar.com/Orxe.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- z-index: 2;
- }
- #container {
- background-color: #000000;
- background-image: url("https://www.transparenttextures.com/patterns/real-carbon-fibre.png");
- width: 70vw;
- height: 28.5vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- right: 10vw;
- top: 15vw;
- z-index:1;
- border: 1px solid #000;
- -webkit-animation: slide-in-left 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- animation: slide-in-left 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- }
- #content {
- background-color:#c0c0c0;
- width: 40vw;
- height: 27vw;
- margin:auto;
- position: absolute;
- padding: 5px;
- font-family: 'Crimson Text', cursive;
- font-size: 18px;
- color: #000;
- right: 1vw;
- bottom: .5vw;
- z-index: 99;
- border: #000000 solid 2px;
- }
- #nav {
- background-color: transparent;
- width: 12vw;
- height: .5vw;
- margin:auto;
- position: absolute;
- right: .5vw;
- bottom: -.5vw;
- text-align:right;
- z-index: 99;
- }
- #nav a, #nav a:link, #nav a:visited {
- display:inline-block;
- height: .8vw;
- width: .8vw;
- text-decoration:none;
- background: #c0c0c0;
- margin: 5px;
- border: double #000 5px;
- border-radius: 50%;
- -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: .8vw;
- width: .8vw;
- text-decoration:none;
- background: #666;
- margin: 5px;
- border: double #000 5px;
- border-radius: 50%;
- -webkit-transition: 0.5s linear;
- -moz-transition: 0.5s linear;
- -o-transition: 0.5s linear;
- transition: 0.5s linear;
- }
- .name {position: absolute;
- font-family: 'Cinzel Decorative';
- color: #fff;
- font-size: 4vw;
- top: -4.5vw;
- right: -2vw;
- width:55vw;
- height: 6vw;
- border: 0px solid #000;
- text-align: justify;
- text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
- overflow: auto;
- padding:5px 5px 5px 5px;
- z-index: 2;}
- .title { background: transparent;
- background:url('https://supernaturalwriting.files.wordpress.com/2019/06/sparkling-stars-in-sky-gif.gif?w=412&h=231&crop=1') repeat;
- background-position: top;
- position: absolute;
- font-family: 'Cinzel Decorative';
- font-size: 4vw;
- top: -4.5vw;
- right: -2vw;
- width:55vw;
- height: 6vw;
- text-align: justify;
- padding:5px 5px 5px 5px;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- z-index: 3;}
- .lyrics {position: absolute;
- font-family: 'Cinzel';
- color: #95A1D8;
- font-size: 1.5vw;
- bottom: 7vw;
- left: 20vw;
- width: 60vw;
- height: 5vw;
- border: 0px solid #000;
- text-align: center;
- text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
- overflow: auto;
- padding:5px 5px 5px 5px;
- z-index: 100;}
- @-webkit-keyframes slide-in-left {
- 0% {
- -webkit-transform: translateX(-1000px);
- transform: translateX(-1000px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- opacity: 1;
- }
- }
- @keyframes slide-in-left {
- 0% {
- -webkit-transform: translateX(-1000px);
- transform: translateX(-1000px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- opacity: 1;
- }
- }
- i{color: #111;}
- b{color: #000;}
- a{color: #444; text-decoration: none;}
- h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Cinzel', cursive; color: #000;}
- h2{border-bottom: 1px solid #000; text-align: left; font-size: 30px; font-family: 'Cinzel', cursive; color: #000;}
- h3{border-bottom: 1px solid #000; text-align: right; font-size: 30px; font-family: 'Cinzel', cursive; color: #000;}
- </style>
- <div class="fade">
- <div class="lyrics">A hero is an ordinary individual who finds the strength to persevere and endure in spite of overwhelming obstacles.</div></div>
- <div id="container">
- <div id="image"></div>
- <div class="name">Hidden Hero: White Fox</div>
- <div class="title">Hidden Hero: White Fox</div>
- <div id="nav">
- <a href="#one"></a>
- <a href="#two"></a>
- <a href="#three"></a>
- <a href="#four"></a>
- </div>
- <div id="content">
- <div style="width: 40vw; height: 27vw; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 40vw; height: 27vw; overflow: auto;" align="center">
- <span style="float:left;"><b>Name</b></span><span style="float:right;">Sato <a title="素 (su) meaning 'plain, white silk, prime' From Japanese 狐 (ko) meaning 'fox'">Suko</a></span><br>
- <span style="float:left;"><b>Alias</b></span><span style="float:right;">The Hidden Hero: White Fox</span><br>
- <span style="float:left;"><b>Gender</b></span><span style="float:right;">Female</span><br>
- <span style="float:left;"><b>Age</b></span><span style="float:right;">25</span><br>
- <span style="float:left;"><b>Race</b></span><span style="float:right;">Human</span><br>
- <span style="float:left;"><b>Voice</b></span><span style="float:right;"><a href="https://youtu.be/Lzl6UyaKTE8" target="_blank">Nana Mizuki | Collen Clinkenbeard</a></span><br><br>
- <span style="float:left;"><b>Height</b></span><span style="float:right;">5'5"</span><br>
- <span style="float:left;"><b>Weight</b></span><span style="float:right;">135 lbs</span><br>
- <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Unknown</span><br>
- <span style="float:left;"><b>Hair</b></span><span style="float:right;">White</span><br>
- <span style="float:left;"><b>Build</b></span><span style="float:right;">Athletic</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;">Unshackled</span><br>
- <span style="float:left;"><b>Occupation</b></span><span style="float:right;">Pro Hero</span><br>
- <span style="float:left;"><b>Alignment</b></span><span style="float:right;">Lawful Neutral</span><br><br><br>
- </div>
- <a name="two"></a>
- <div style="width: 40vw; height: 27vw; overflow: auto;" align="left">
- <h1>Combat</h1>
- </div>
- <a name="three"></a>
- <div style="width: 40vw; height: 27vw; overflow: auto;" align="center">
- <h1>Contacts</h1>
- <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a><br>
- <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
- </div>
- <a name="four"></a>
- <div style="width: 40vw; height: 27vw; overflow: auto;" align="left">
- <h1>Out of Character</h1>
- <center><b>00</b>. Code made by <a href="/profile.php?user=RageQxeen" target="_blank">RageQxeen</a>, do not steal.<br><br></center>
- <b>01</b>. OOC.<br>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement