chihi

MORE CODE

May 20th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.00 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Atomic+Age');
  2.  
  3. #profile
  4. {background-image:url(); background-color:#fff; background-position:center; background-repeat:repeat; border-width:0px; cursor: url(http://cur.cursors-4u.net/cursors/cur-6/cur568.cur)}
  5.  
  6. ::-webkit-scrollbar { width:px; }
  7. ::-webkit-scrollbar-track { background-color:#ffffff; }
  8. ::-webkit-scrollbar-thumb { background-color:#000000;}
  9.  
  10. body
  11. {background-image:url(http://i.picpar.com/0JMc.png);
  12. background-color:#fff;
  13. background-position:center;
  14. background-repeat:no-repeat;
  15. background-size:100%;}
  16.  
  17. .title {letter-spacing:2;
  18. text-align:center;
  19. font-family: 'Atomic Age', cursive;
  20. color:#fff;
  21. position:relative;
  22. top:0px;
  23. right:0px;
  24. font-size:40px;
  25. }
  26.  
  27. .title:a {
  28.  
  29. -webkit-transition: opacity 0.7s linear;
  30. -webkit-transition: all 0.7s ease-in-out;
  31. -moz-transition: all 0.7s ease-in-out;
  32. -o-transition: all 0.7s ease-in-out;
  33. }
  34.  
  35. .title:hover {opacity:1;
  36. color:548f85;
  37. -webkit-transition: opacity 0.7s linear;
  38. -webkit-transition: all 0.7s ease-in-out;
  39. -moz-transition: all 0.7s ease-in-out;
  40. -o-transition: all 0.7s ease-in-out;
  41. }
  42.  
  43. #navi {
  44. position: absolute;
  45. margin-top:-30px;
  46. right:320px;
  47. }
  48.  
  49. #navi a {
  50. float: left;
  51. display: block;
  52. width: 10px;
  53. height: 5px;
  54. background: #ccc;
  55. transition:all 1s ease-out;-o-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;
  56. margin-left: 5px;
  57. -moz-border-radius:20px;
  58. -webkit-border-radius: 20px;
  59. }
  60.  
  61.  
  62. #navi a:hover {
  63. background-color:transparent;
  64. }
  65.  
  66.  
  67.  
  68. #first {
  69. background-color:rgba(99,99,99,0.10);
  70. height:50px;
  71. width:420px;
  72. position:fixed;
  73. top:450px;
  74. left:100px;
  75. }
  76.  
  77. #first:hover #hana {
  78. position: absolute;
  79. bottom:50px;
  80. left:0px;
  81. opacity: 0.85;
  82. -webkit-transition:all 1s ease-in-out;
  83. -moz-transition:all 1s ease-in-out;
  84. transition:all 1s ease-in-out;
  85. }
  86.  
  87.  
  88. #hana {
  89. position: absolute;
  90. bottom:50px;
  91. left:0px;
  92. height:250px;
  93. width:400px;
  94. opacity: 0;
  95. background-color:rgba(99,99,99,0.10);
  96. -webkit-transition:all 1s ease-in-out;
  97. -moz-transition:all 1s ease-in-out;
  98. transition:all 1s ease-in-out;
  99. color:#fff;
  100. text-align:justify;
  101. padding:10px;
  102. font-family:consolas;
  103. font-size:7pt;
  104. }
  105.  
  106.  
  107. #navib {
  108. position: absolute;
  109. margin-top:-30px;
  110. right:320px;
  111. }
  112.  
  113. #navib a {
  114. float: left;
  115. display: block;
  116. width: 10px;
  117. height: 5px;
  118. background: #ccc;
  119. transition:all 1s ease-out;-o-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;
  120. margin-left: 5px;
  121. -moz-border-radius:20px;
  122. -webkit-border-radius: 20px;
  123. }
  124.  
  125.  
  126. #navib a:hover {
  127. background-color:transparent;
  128. }
  129.  
  130.  
  131.  
  132. #second {
  133. background-color:rgba(99,99,99,0.10);
  134. height:50px;
  135. width:420px;
  136. position:fixed;
  137. top:450px;
  138. right:100px;
  139. }
  140.  
  141. #second:hover #dul {
  142. position: absolute;
  143. bottom:50px;
  144. right:0px;
  145. opacity: 0.85;
  146. -webkit-transition:all 1s ease-in-out;
  147. -moz-transition:all 1s ease-in-out;
  148. transition:all 1s ease-in-out;
  149. }
  150.  
  151.  
  152. #dul {
  153. position: absolute;
  154. bottom:50px;
  155. right:0px;
  156. height:250px;
  157. width:400px;
  158. opacity: 0;
  159. background-color:rgba(99,99,99,0.10);
  160. -webkit-transition:all 1s ease-in-out;
  161. -moz-transition:all 1s ease-in-out;
  162. transition:all 1s ease-in-out;
  163. color:#fff;
  164. text-align:justify;
  165. padding:10px;
  166. font-family:consolas;
  167. font-size:7pt;
  168. }
  169.  
  170.  
  171. a:hover
  172. {opacity:0.6;
  173. color:#5DBCD2;
  174. background-color:transparent;
  175. text-decoration:none;
  176. line-height:0px;}
  177. a:link, a:visited
  178. {color:#5DBCD2;
  179. background-color:transparent;
  180. text-decoration:none;
  181. -webkit-transition:all 1s ease-in-out;
  182. -moz-transition:all 1s ease-in-out;
  183. transition:all 1s ease-in-out;
  184. }
  185.  
  186. i {font-family:Bell MT; font-size: 9pt; color:#fff;}
  187. b {color:#fff; font-size: 8pt; font-family:Bell MT; }
  188.  
  189. ::selection {background-color: transparent; }
  190. ::-moz-selection {background-color: transparent; }
  191.  
  192.  
  193. #picture
  194. {background-image:url(http://www.limepic.com/img/JTeV.jpg); background-position:right; background-repeat:no-repeat; position:absolute; height:600px; width:411px; right:100px; top:5px; -moz-border-radius: 0em 4em 4em 0em;
  195. border-radius: 0em 4em 4em 0em; }
  196.  
  197.  
  198. #page {
  199. width: 400px;
  200. text-align: justify;
  201. height:250px;
  202. overflow: hidden;
  203. background: transparent; padding: 0px;}
  204.  
  205. .page{
  206. WIDTH: 400px; padding: 0px;
  207. height:240px; text-align: justify;
  208. overflow: auto; }
  209.  
  210.  
  211.  
  212. table {
  213. width:400px;
  214. height:240px;
  215. margin-left:0px;
  216. border-collapse:separate;
  217. font-family:consolas;
  218. color: #777777;
  219. font-weight:100;
  220. font-size:10px;
  221. letter-spacing: 1px;
  222. padding:0px;}
  223.  
  224. td {
  225. padding: 0px;
  226. }
  227. #left{height:0px; text-align: left; }
  228.  
  229. #right {height:0px; text-align: right;}
  230.  
  231. /*Profile in eternal progress! Waha, waha~*/
  232.  
  233. <div id="first"><div class="title">VIEGLES</div>
  234. <div id="navi">
  235. <a href="#1" title="geography." id="links"></a>
  236. <a href="#2" title="culture." id="links"></a>
  237. <a href="#3" title="abilities." id="links"></a>
  238. </div>
  239. <div id="hana">
  240. <div id="page"><a name="1"></a>
  241. <div class="page">
  242.  
  243. <table>
  244. <tr><td id="left">NAME</td> <td id="right">SHIMIZU EIRI</td></tr>
  245. <tr><td id="left">AGE</td> <td id="right">16</td></tr>
  246. <tr><td id="left">HEIGHT</td> <td id="right">154CM</td></tr>
  247. <tr><td id="left">WEIGHT</td> <td id="right">54KG</td></tr>
  248. <tr><td id="left">ALIAS</td> <td id="right">HUMAN</td></tr>
  249. <tr><td id="left">OCCUPATION</td> <td id="right">STUDENT & PART-TIMER</td></tr>
  250. <tr><td id="left">APPEARANCE</td> <td id="right"><a target="_blank" href="https://imgur.com/a/O3ZEayi">REFERENCE</a></td></tr>
  251. <tr><td id="left">ORIENTATION</td> <td id="right">BISEXUAL</td></tr>
  252. <tr><td id="left">AFFILIATION</td> <td id="right">UA ACADEMY</td></tr>
  253. <tr><td id="left">QUIRK</td> <td id="right">MAGNETOKINESIS</td></tr>
  254. </table>
  255. </div>
  256.  
  257. <div id="page"><a name="2"></a>
  258. <div CLASS="page">
  259. <p>not every family was understanding and proud to have a gijinka child - or attempt to protect their new born from the hands of team umbra's cruel project to attempt to duplicate their special gene. akino's family didn't hesitate to look at the little bone stubs sticking out of their infant's scalp, and sign her away..feeling that her <i>needs were too special</i> for what they could provide. the deer girl did not see freedom for another sixteen years. the experiments executed under team umbra were grotesque, and stamped in akino's dreams every night. later, the government had finally passed the law that every gijinka minor would be released from every facility to receive an EDUCATION.</p>
  260.  
  261. <p>there is always a catch to everything too good to be true, and that was that the experiments would not subside. so long as hasegawa akino's name is in the system, or that there was even a system - <i>a NURSE</i> would continue coming to her little apartment. it has been almost a year of partial freedom, and she has a lot to learn about the outside world.</p>
  262.  
  263. </div></div>
  264.  
  265. <div id="page"><a name="3"></a>
  266. <div class="page">
  267. <br><p>in and outside of battle, akino is quick on her feet. she is able to dodge what is a highly accurate move from other POKEMON - and run from every challenge in the wild when weak. with great speed comes a low defense, she is easily distracted or intimidated. it is in her character to persist despite great injury if the fight is a necessary one. she is good in picking up fighting patterns, though currently lacks many moves herself due to lack of fighting experience. outside of battle, akino is captain of the ballet club, and highly flexible. she has much endurance with physical feats and injury. </p>
  268. <br><b>[てんのめぐみ]</b> SERENE grace, hidden ability.
  269. <br><b>[ようりょくそ]</b> chlorophyll, first ability.
  270. <br><b>[にどげり]</b> double kick, OFFENSIVE.
  271. <br><b>[HM01]</b> cut, OFFENSIVE/out of battle.</div></div>
  272.  
  273. </div></div>
  274.  
  275. <div id="second"><div class="title">EARTH</div>
  276. <div id="navib">
  277. <a href="#4" title="geography." id="links"></a>
  278. <a href="#5" title="culture." id="links"></a>
  279. <a href="#6" title="abilities." id="links"></a>
  280. </div>
  281. <div id="dul">
  282. <div id="page"><a name="4"></a>
  283. <div class="page">
  284. <p>A low gravity planet in the neighboring galaxy to Earth, shielded by a layer of electromagnetic waves that shoot from the core of the planet back out to space. The only way to travel through its thick atomsphere is if a portal is produced to travel through it. It is only revealed should the planet's intelligent inhabitants lead you to their rather large home. It is a very old planet, the first created in it's galaxy and possibly even one of the first in the mysterious beginning of the universe considering the vastness of it. It is similar to Earth yet unique as a mother planet, also being the third planet from twin suns which are ultimately smaller than Viegles. The planet is caught in eternal spring. Oceans are coral, thin grass is a generous green all year round. It is a world that could be comparable to what a human would call, <i>Heaven</i>. Viegles and its natural land formations such as hooded mountains, flowered valleys, and low clouds all suggest that this planet is simply a paradise. </p>
  285. </div>
  286.  
  287. <div id="page"><a name="5"></a>
  288. <div CLASS="page">
  289. <p>not every family was understanding and proud to have a gijinka child - or attempt to protect their new born from the hands of team umbra's cruel project to attempt to duplicate their special gene. akino's family didn't hesitate to look at the little bone stubs sticking out of their infant's scalp, and sign her away..feeling that her <i>needs were too special</i> for what they could provide. the deer girl did not see freedom for another sixteen years. the experiments executed under team umbra were grotesque, and stamped in akino's dreams every night. later, the government had finally passed the law that every gijinka minor would be released from every facility to receive an EDUCATION.</p>
  290.  
  291. <p>there is always a catch to everything too good to be true, and that was that the experiments would not subside. so long as hasegawa akino's name is in the system, or that there was even a system - <i>a NURSE</i> would continue coming to her little apartment. it has been almost a year of partial freedom, and she has a lot to learn about the outside world.</p>
  292.  
  293. </div></div>
  294.  
  295. <div id="page"><a name="6"></a>
  296. <div class="page">
  297. <br><p>in and outside of battle, akino is quick on her feet. she is able to dodge what is a highly accurate move from other POKEMON - and run from every challenge in the wild when weak. with great speed comes a low defense, she is easily distracted or intimidated. it is in her character to persist despite great injury if the fight is a necessary one. she is good in picking up fighting patterns, though currently lacks many moves herself due to lack of fighting experience. outside of battle, akino is captain of the ballet club, and highly flexible. she has much endurance with physical feats and injury. </p>
  298. <br><b>[てんのめぐみ]</b> SERENE grace, hidden ability.
  299. <br><b>[ようりょくそ]</b> chlorophyll, first ability.
  300. <br><b>[にどげり]</b> double kick, OFFENSIVE.
  301. <br><b>[HM01]</b> cut, OFFENSIVE/out of battle.</div></div>
  302.  
  303.  
  304. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment