Advertisement
DamonsPoems

Another New Character?! A Kitsune.

Dec 16th, 2017
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.59 KB | None | 0 0
  1. <style>#profile-container {
  2. background: none;
  3. }
  4.  
  5. body {
  6. background: #00356B;
  7. }
  8.  
  9. body,
  10. a:hover {
  11. cursor: url(http://i.imgur.com/cd7ZHDh.png), progress !important;
  12. }
  13.  
  14. @font-face {
  15. font-family: text;
  16. src: url(https://dl.dropbox.com/s/15v1hgh6qf78bw5/Trirong-Regular.ttf?dl=0);
  17. }
  18.  
  19. @font-face {
  20. font-family: tabs;
  21. src: url(https://dl.dropbox.com/s/9pd2xzrybifbnrt/IMFePIrm28P.ttf?dl=0);
  22. }
  23.  
  24. @font-face {
  25. font-family: name;
  26. src: url(https://dl.dropbox.com/s/m9zlr98pa239bxk/typenoksidi.ttf?dl=0);
  27. }
  28.  
  29. .name {
  30. z-index: 3;
  31. position: absolute;
  32. width: 694px;
  33. text-align: center;
  34. font-family: name;
  35. color: #436B95;
  36. font-size: 50px;
  37. left: 30px;
  38. top: -10px;
  39. }
  40.  
  41. .pic {
  42. z-index: 3;
  43. position: absolute;
  44. border: 3px solid #436B95;
  45. left: 100px;
  46. top: 110px;
  47. height: 370px;
  48. width: 230px;
  49. background: url(https://i.imgur.com/OH3D3TS.jpg) center;
  50. background-size: auto 100%;
  51. }
  52.  
  53. .backbox {
  54. z-index: 1;
  55. position: absolute;
  56. background: url(https://cdn.pixabay.com/photo/2016/03/25/22/13/background-1279718_960_720.jpg);
  57. border: 2px solid #436B95;
  58. width: 690px;
  59. height: 410px;
  60. top: 90px;
  61. left: 30px;
  62. }
  63.  
  64. .tabbox {
  65. z-index: 1;
  66. position: absolute;
  67. background: #00356B;
  68. border-top: 2px solid #436B95;
  69. border-right: 2px solid #436B95;
  70. border-bottom: 2px solid #436B95;
  71. width: 55px;
  72. left: 30px;
  73. height: 330px;
  74. top: 130px;
  75. }
  76.  
  77. .conbox {
  78. z-index: 3;
  79. position: absolute;
  80. border: 3px solid #436B95;
  81. width: 344px;
  82. left: 354px;
  83. top: 110px;
  84. height: 370px;
  85. background: #BCD4E6;
  86. }
  87.  
  88. .tabs {
  89. position: absolute;
  90. width: 3px;
  91.  
  92. }
  93.  
  94. .tab label {
  95. top: 119px;
  96. left: -3px;
  97. height: 15px;
  98. margin: 15px;
  99. border: none;
  100. background: #72A0C1;
  101. width: 50px;
  102. padding: 5px;
  103. position: relative;
  104. z-index: 500;
  105. font-family: tabs;
  106. font-size: 12px;
  107. text-align: center;
  108. color: #1c1c1c;
  109. -webkit-transform: rotate(-90deg);
  110. -webkit-transition: all .5s ease;
  111. }
  112.  
  113. .tab label:hover {
  114. background: #5D8AA8;
  115. }
  116.  
  117. .tab [type=radio] {
  118. display: none;
  119. }
  120.  
  121. .content {
  122. position: absolute;
  123. top: 121px;
  124. left: 350px;
  125. width: 308px;
  126. height: 334px;
  127. background: #BCD4E6;
  128. border: 5px solid #BCD4E6;
  129. padding: 5px;
  130. font-size: 13px;
  131. color: #007FFF;
  132. font-family: text;
  133. overflow: auto;
  134. z-index: 20;
  135. }
  136.  
  137. [type=radio]:checked ~ label {
  138. background: #5D8AA8;
  139. }
  140.  
  141. [type=radio]:checked ~ label ~ .content {
  142. z-index: 30;
  143. }
  144.  
  145. table,
  146. th,
  147. td {
  148. font-family: text;
  149. font-size: 12px;
  150. padding: 5px;
  151. }
  152.  
  153. td:nth-child(odd) {
  154. color: #007FFF;
  155. }
  156.  
  157. td:nth-child(even) {
  158. color: #6CA0DC;
  159. }
  160.  
  161. a:link,
  162. a:visited,
  163. a:active {
  164. text-decoration: none;
  165. color: #737CA1;
  166. text-shadow: 0 0 2px #848b79, 0 0 5px #617C58;
  167. -webkit-transition: all .5s ease;
  168. }
  169.  
  170. a:hover {
  171. color: #617C58;
  172. text-shadow: none;
  173. -webkit-transition: all .5s ease;
  174. }
  175.  
  176. hr {
  177. border: none;
  178. height: 1px;
  179. background: #617C58;
  180. width: 280px;
  181. }
  182.  
  183. img {
  184. border: 2px solid #848b79;
  185. width: 79px;
  186. height: 79px;
  187. margin: 2px;
  188. object-fit: cover;
  189. -webkit-transition: all .5s ease;
  190. }
  191.  
  192. img:hover {
  193. border: 2px solid #617C58;
  194. -webkit-transition: all .5s ease;
  195. box-shadow: 0 0 2px #848b79, 0 0 5px #617C58;
  196. }
  197.  
  198. ::-webkit-scrollbar {
  199. width: 4px;
  200. height: 1px;
  201. }
  202.  
  203. ::-webkit-scrollbar-thumb {
  204. background: #89CFF0;
  205. border: 1px solid #BCD4E6;
  206. }
  207.  
  208. ::-webkit-scrollbar-track {
  209. background: #BCD4E6;
  210. }</style>
  211. <div class="pic">
  212. <p>&nbsp;</p>
  213. </div>
  214. <div class="name">
  215. <p>Takumi Issui</p>
  216. </div>
  217. <div class="conbox">
  218. <p>&nbsp;</p>
  219. </div>
  220. <div class="backbox">
  221. <p>&nbsp;</p>
  222. </div>
  223. <div class="tabbox">
  224. <p>&nbsp;</p>
  225. </div>
  226. <div class="tabs">
  227. <br />
  228. <table><td>
  229. <div class="tab">
  230. <input id="tab-1" checked="checked" name="tab-group-2" type="radio" />
  231. <label for="tab-1">Info<font style="visibility:hidden;">....</font></label>
  232. <div class="content">
  233. <p>&nbsp;</p>
  234.  
  235. <table border="0" cellspacing="0" width="312">
  236. <tbody>
  237. <tr>
  238. <td style="text-align: right;">Alias</td>
  239. <td colspan="2" style="text-align:center;">Tai, Kamui, Tak, Taku</td>
  240. </tr>
  241. <tr>
  242. <td style="text-align: right;">Age</td>
  243. <td>122 (One Hundred Twenty-Two)</td>
  244. <td style="text-align: right;">Gender</td>
  245. <td>M</td>
  246. </tr>
  247. <tr>
  248. <td style="text-align: right;">Height</td>
  249. <td>6'2</td>
  250. <td style="text-align: right;">Weight</td>
  251. <td>180lbs</td>
  252. </tr>
  253. <tr>
  254. <td style="text-align: right;">Sexuality</td>
  255. <td>???</td>
  256. <td style="text-align: right;">Status</td>
  257. <td>Single</td>
  258. </tr>
  259. <tr>
  260. <td style="text-align: right;">Species</td>
  261. <td><a data-toggle="tooltip" title="The more tails a kitsune has the more powerful it is. A Kitsune grows another tail for every one hunred years it lives for.
  262.  
  263. Common forms assumed by kitsune include beautiful women, young girls, or elderly men. These shapes are not limited by the fox's age or gender. Foxes are particularly renowned for impersonating beautiful women. Common belief in medieval Japan was that any woman encountered alone, especially at dusk or night, could be a fox.
  264.  
  265. Kitsune have difficulty hiding their tails when they take human form; looking for the tail, perhaps when the fox gets drunk or careless, is a common method of discerning the creature's true nature. A particularly devout individual may in some cases even be able to see through a fox's disguise merely by perceiving them. Kitsune may also be exposed while in human form by their fear and hatred of dogs, and some become so rattled by their presence that they revert to the form of a fox and flee.">Kitsune</a></td>
  266. <td style="text-align: right;">Occupation</td>
  267. <td>Pirate</td>
  268. </tr>
  269. </tbody>
  270. </table>
  271. </div>
  272. </div>
  273. </td><tr><td>
  274. <div class="tab">
  275. <input id="tab-2" name="tab-group-2" type="radio" />
  276. <label for="tab-2">Power<font style="visibility:hidden;">.</font></label>
  277. <div class="content">
  278. <p style="text-align: left;">WIP</p>
  279. </div>
  280. </div></td><tr><td>
  281. <div class="tab">
  282. <input id="tab-3" name="tab-group-2" type="radio" />
  283. <label for="tab-3">Story<font style="visibility:hidden;">..</font></label>
  284. <div class="content">
  285. <p style="text-align: left;">Coming Soon?</p>
  286. </div>
  287. </div>
  288. </td></table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement