Advertisement
chihi

Valr

Apr 12th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.84 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Playfair+Display:900|Quicksand');
  3. @import url('https://fonts.googleapis.com/css?family=Julius+Sans+One|Playfair+Display+SC:900');
  4.  
  5.  
  6. #profile
  7. {background-color:#F9F9F9; background-image:url(http://i.picpar.com/pjKc.png); background-repeat:repeat;}
  8.  
  9. ::-webkit-scrollbar { width:4px; }
  10. ::-webkit-scrollbar-track { background-color:#ffffff; }
  11. ::-webkit-scrollbar-thumb { background-color:#000000;}
  12.  
  13. body
  14. {background-color:#F9F9F9; background-image:url(http://i.picpar.com/pjKc.png); background-repeat:repeat;}
  15.  
  16. #picture{background-image:url(https://i.imgur.com/p6MPGXf.jpg); background-repeat:no-repeat; height:650px; width:450px; position:fixed; margin-left:200px; top:50px; bottom:0px; background-size:120%; border:solid 20px #696460;}
  17.  
  18.  
  19. .tri {width:400px;
  20. height:600px;
  21. background-color:#696460;
  22. position:fixed;
  23. top:95px;
  24. left:250px;
  25. opacity:0.0; filter:alpha(opacity=0); transition: all 1s ease-out; -o-transition: all 1s ease-in-out;
  26. -moz-transition: all 1s ease-in-out;}
  27.  
  28. .tri:hover{
  29. opacity:0.8; filter:alpha(opacity=0.8);}
  30.  
  31.  
  32. #title{background-color:transparent; height:20px; font-family: 'Playfair Display SC', serif; font-size:50px; width:700px; letter-spacing:2; position:fixed; color:#696460; top:300px; left:810px;opacity:0;transition-delay: 500s;
  33. -moz-transition-delay: 500s;
  34. -webkit-transition-delay: 500s;
  35. -o-transition-delay:500s;}
  36.  
  37. body:hover #title{background-color:transparent; height:20px; font-family: 'Playfair Display SC', serif; sans-serif;font-size:50px; width:700px; position:fixed; color:#696460; top:300px; left:810px;opacity:1; -webkit-transition: all 1s linear;
  38. -moz-transition: all 1s linear;
  39. transition: all 1s linear;transition-delay: 2.5s;}
  40.  
  41.  
  42. #line {background-color:#696460; position:fixed; top:360px; left:0px; height:50px; width:0px; -webkit-transition: all 2.5s linear;
  43. -moz-transition: all 2.5s linear;
  44. transition: all 2.5s linear;transition-delay: 500s;
  45. -moz-transition-delay: 500s;
  46. -webkit-transition-delay: 500s;
  47. -o-transition-delay:500s; z-index:-99; }
  48. body:hover #line {background-color:#696460; position:fixed; top:360px; left:0px; height:50px; width:100%; -webkit-transition: all 2.5s linear;
  49. -moz-transition: all 2.5s linear;
  50. transition: all 2.5s linear; z-index:-99; }
  51.  
  52.  
  53. #page {
  54. width:390px;
  55. text-align: justify;
  56. height:420px;
  57. overflow: hidden;
  58. background: transparent;
  59. font-size:10pt;
  60. color:#ccc;
  61. font-family: 'Quicksand', sans-serif;
  62. }
  63.  
  64. .page{
  65. width:380px;
  66. height:420px;
  67. text-align: justify;
  68. overflow: auto;
  69. background:transparent;
  70. padding:10px; }
  71.  
  72.  
  73. table {
  74. width:300px;
  75. height:250px;
  76. margin-left:50px;
  77. font-family: 'Quicksand', sans-serif;
  78. color:fff;
  79. font-style:bold;
  80. font-size:11px;
  81. letter-spacing: 1px;
  82. border-bottom:1px solid #ccc;
  83. padding:10px;}
  84.  
  85. td { padding: 0px;}
  86. #left{height:10px; text-align: left; }
  87. #right {height:10px; text-align: right;}
  88.  
  89.  
  90. h1{background-color:transparent; color:#fff; font-family: 'Quicksand', sans-serif; letter-spacing:2px; font-size:16px; text-align:center; border-bottom:#ccc solid 2px; width:100%; height:15px; line-height:12px;}
  91.  
  92. a:hover
  93. {opacity:0.2;background-color:transparent; text-decoration:none;
  94. line-height:0px;}
  95. a:link, a:visited
  96. {color:#ccc; background-color:transparent; text-decoration:none; line-height:0px; -webkit-transition: all 2.5s linear;
  97. -moz-transition: all 2.5s linear;
  98. transition: all 2.5s linear;}
  99.  
  100.  
  101. #nav { position:fixed; height:10px; width:700px; background-color:transparent; top:370px; right:150px; }
  102. #nav a{ width:155px; height:5px; float:right; display:inline; float:right; margin:2px; padding:0px; background-color:#999; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
  103.  
  104. #nav a:hover {width:155px; height:5px; margin:2px; padding:0px; float:right; background-color:#000; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
  105.  
  106.  
  107. .pfor {display: none; }
  108.  
  109.  
  110. i {font-family:Bell MT; font-size: 8pt; color:#660000;}
  111. b {color:#333333; font-size: 8pt; font-family:Bell MT; }
  112.  
  113. ::selection {background-color: transparent; }
  114. ::-moz-selection {background-color: transparent; }
  115.  
  116.  
  117. /*Profile in eternal progress! Waha, waha~*/
  118. </style>
  119. </head>
  120. <body>
  121. <div id="line"></div>
  122. <div id="nav">
  123. <a href="#1" title="stats." id="links"></a>
  124. <a href="#2" title="summary." id="links"></a>
  125. <a href="#3" title="abilties." id="links"></a>
  126. <a href="#4" title="rules." id="links"></a>
  127. </div>
  128.  
  129.  
  130. <div id="picture"></div>
  131. <div class="tri">
  132. <div id="page"><a name="1"></a>
  133. <div class="page">
  134. <br>
  135. <h1>DOSSIER</h1>
  136. <table>
  137. <tr><td id="left">NAME</td> <td id="right">MIYAHARA SENNA</td></tr>
  138. <tr><td id="left">ALIAS</td><td id="right">BOOBIE-LADY, NANA</td></tr>
  139. <tr><td id="left">AGE</td><td id="right">22</td></tr>
  140. <tr><td id="left">HEIGHT</td> <td id="right">5FT 3</td></tr>
  141. <tr><td id="left">WEIGHT</td> <td id="right">52KG</td></tr>
  142. <tr><td id="left">RACE</td> <td id="right">HUMAN</td></tr>
  143. <tr><td id="left">APPEARANCE</td> <td id="right"><a target="_blank" href="https://imgur.com/a/7AZBG">REFERENCE</a></td></tr>
  144. <tr><td id="left">OCCUPATION</td> <td id="right">ENGINEER/TRAINER</td></tr>
  145. <tr><td id="left">ORIGIN</td> <td id="right">ALOLA</td></tr>
  146. <tr><td id="left">ORIENTATION</td> <td id="right">BISEXUAL</td></tr>
  147. </table>
  148.  
  149. </div>
  150. <div id="page"><a name="2"></a>
  151. <div class="page">
  152. <div id="pokemon">
  153. <h1>POKEMON</h1>
  154. <p><img src="http://i.picpar.com/Y6Ic.png" title="incineroar.">
  155. </div>
  156.  
  157. </div>
  158.  
  159. <div id="page"><a name="3"></a><div class="page">
  160. <p>SENNA'S FATHER WAS BORN DEAF, MUTE, AND VERY POOR. HER MOTHER, HIROMI, FELL IN LOVE WITH HIM REGARDLESS; THOUGH BEGAN TO FORGET THE INITIAL REASON WHY SOON AFTER HER DAUGHTER WAS BORN. STRESS, LACK OF PROPER COMMUNICATION, AND EVEN SHAME OF THEIR SMALL FAMILY'S POVERTY ALL PUSHED HIROMI TO WALK AWAY FROM HER FAMILY WITHOUT WARNING. WHEN SENNA WAS 8, HER MOTHER RAN AWAY. NOT EVEN LETTER WAS LEFT WHEN HIROMI WAS CONVINCED TO VENTURE DARKER WATERS FOR TEAM SKULL. </p>
  161. <p>HER FATHER ATTEMPTED TO RAISE SENNA AS NORMALLY AS POSSIBLE ON HIS OWN, TEACHING HER SIGN LANGUAGE AND PASSING DOWN HIS LOVE FOR INVENTION. HE HELD GREAT PRIDE FOR HER UNTIL SHE BEGAN TO EXPRESS INTEREST IN BECOMING A POKEMON TRAINER. SENNA'S FATHER HARBORED A DORMANT PAIN OF BEING ABANDONED, THUS FORBIDDING HER TO LIVE ANYTHING BUT A NORMAL LIFE FOR FEAR SHE WOULD TOO, BE LOST ONE WAY OR THE OTHER.</p>
  162. <p>SENNA HAS TO TRAIN IN SECRET, LIVING A DOUBLE LIFE IN ORDER TO APPEASE THE ONLY FAMILY THAT SHE HAS.</p>
  163. </div></div>
  164. <div id="page"><a name="4"></a><div class="page">
  165.  
  166. </div>
  167.  
  168.  
  169. <div id="title">BLESSING AND A CURSE
  170.  
  171. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement