Advertisement
Guest User

Kinzoku

a guest
Jan 20th, 2020
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.78 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Bahianita|M+PLUS+1p:900|Teko:400,700&display=swap&subset=japanese');
  3. @import url('https://fonts.googleapis.com/css?family=Exo:900&display=swap');
  4.  
  5. ::-webkit-scrollbar-track {background-color:;}
  6. ::-webkit-scrollbar-thumb {background-color:;}
  7. ::-webkit-scrollbar {width:2px;}
  8.  
  9. a, a:link, a:visited { font-family: 'Teko', sans-serif; font-size: 12px; color: #fff; text-decoration: none; cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur817.cur'), default; }
  10.  
  11.  
  12.  
  13. body { background-color: #161616;
  14. background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");
  15. background-attachment: fixed;
  16. background-position: center center;
  17. background-repeat: repeat;
  18. background-size: auto;
  19.  
  20. }
  21.  
  22. .object {
  23. animation: MoveUpDown 5s linear infinite;
  24. position: absolute;
  25. left: 2vh;
  26. top: 10vh;
  27. height: 495px;
  28. width: 338px;
  29. background-image: url("https://i.imgur.com/IkJaiwm.png");
  30. z-index:2;
  31.  
  32.  
  33. }
  34.  
  35. @keyframes MoveUpDown {
  36. 0%, 100% {
  37. top: 25vh;
  38. }
  39. 50% {
  40. top: 100px;
  41. }
  42. }
  43.  
  44. .line1 {
  45. position: relative;
  46. width: 110vh;
  47. height: 55vh;
  48. left: 51vh;
  49. top: 29vh;
  50. overflow: hidden;
  51. border: 1px solid #6a150c;
  52. z-index: 2;
  53. }
  54.  
  55. .abox {background-color:#161616;
  56. color: #8a8790; font-size: 12px;
  57. font-family: 'Baumans', sans-serif;
  58. text-align: justify;
  59. position: absolute;
  60. width: 110vh;
  61. height: 55vh;
  62. left: 50vh;
  63. top: 28vh;
  64. line-height: 13px;
  65. padding: 5px;
  66. margin: 1px;
  67. overflow:auto;
  68. border: 2px solid #6a150c;
  69.  
  70. }
  71.  
  72. #head {
  73. color: #6a150c;
  74. position: absolute;
  75. font-family: 'Kosugi', sans-serif;
  76. font-size: 100;
  77. left: 162vh;
  78. top: 28vh;
  79. z-index:4;
  80. font-weight: 900;
  81.  
  82. }
  83.  
  84. #head2 {
  85. color: #6a150c;
  86. position: absolute;
  87. font-weight: 900;
  88. font-family: 'Kosugi', sans-serif;
  89. font-size: 100;
  90. left: 162vh;
  91. top: 42vh;
  92. z-index:4;
  93. }
  94.  
  95. #head3 {
  96. color: #6a150c;
  97. position: absolute;
  98. font-family: 'Kosugi', sans-serif;
  99. font-size: 100;
  100. left: 162vh;
  101. top: 56vh;
  102. z-index:4;
  103. font-weight: 900;
  104.  
  105. }
  106.  
  107. #head4 {
  108. color: #6a150c;
  109. position: absolute;
  110. font-family: 'Kosugi', sans-serif;
  111. font-size: 100;
  112. left: 162vh;
  113. top: 70vh;
  114. z-index:4;
  115. font-weight: 900;
  116.  
  117. }
  118.  
  119. #head5 {
  120. color: #6a150c;
  121. position: absolute;
  122. font-family: 'Teko', sans-serif;
  123. font-size: 100;
  124. left: 120vh;
  125. top: 16vh;
  126. z-index:4;
  127. font-weight: 900;
  128.  
  129. }
  130.  
  131. #head6 {
  132. color: #6a150c;
  133. position: absolute;
  134. font-family: 'Teko', sans-serif;
  135. font-size: 90;
  136. right: 129.5vh;
  137. bottom: 2vh;
  138. z-index:4;
  139. font-weight: 900;
  140.  
  141. }
  142.  
  143. .bbox {background-color:#161616;
  144. color: #5f5f5f; font-size: 12px;
  145. font-family: 'Teko', sans-serif;
  146. text-align: justify;
  147. position: absolute;
  148. width: 50vh;
  149. height: 25vh;
  150. left: 52vh;
  151. top: 30vh;
  152. line-height: 13px;
  153. padding: 5px;
  154. margin: 1px;
  155. overflow:auto;
  156. border: 2px solid #6a150c;
  157. z-index:100;
  158.  
  159. }
  160.  
  161. .cbox {background-color:#161616;
  162. color: #C32F00; font-size: 12px;
  163. font-family: 'Teko', sans-serif;
  164. text-align: justify;
  165. position: absolute;
  166. width: 50vh;
  167. height: 22vh;
  168. left: 52vh;
  169. top: 59vh;
  170. line-height: 13px;
  171. padding: 5px;
  172. margin: 1px;
  173. overflow:auto;
  174. border: 2px solid #6a150c;
  175. z-index:100;
  176.  
  177. }
  178.  
  179. .dbox {background-color:#161616;
  180. color: #C32F00; font-size: 12px;
  181. font-family: 'Teko', sans-serif;
  182. text-align: justify;
  183. position: absolute;
  184. width: 23vh;
  185. height: 51vh;
  186. left: 108vh;
  187. top: 30vh;
  188. line-height: 14px;
  189. padding: 5px;
  190. margin: 1px;
  191. overflow:auto;
  192. border: 2px solid #6a150c;
  193. z-index:100;
  194.  
  195.  
  196. }
  197.  
  198. .ebox {background-color:#161616;
  199. color: #C32F00; font-size: 12px;
  200. font-family: 'Teko', sans-serif;
  201. text-align: justify;
  202. position: absolute;
  203. width: 23vh;
  204. height: 51vh;
  205. left: 135vh;
  206. top: 30vh;
  207. line-height: 13px;
  208. padding: 5px;
  209. margin: 1px;
  210. overflow:auto;
  211. border: 2px solid #6a150c;
  212. z-index:100;
  213. }
  214.  
  215. h1 { font-family: 'Teko', sans-serif;
  216. font-size: 14px;
  217. font-weight: 900;
  218. color: #c77817;
  219. text-transform: uppercase;
  220. letter-spacing: 1px;
  221. border-bottom: 1px solid #6a150c;
  222. background: #transparent;
  223. text-align: right;
  224. margin-right: 3px;
  225. margin-left: 3px;
  226. line-height: 17px;
  227. margin-top: 1px;
  228.  
  229. }
  230. </style>
  231.  
  232. <div class="object"></div>
  233. <div class="line1"></div>
  234.  
  235. <div id="head">き</div>
  236. <div id="head2">ん</div>
  237. <div id="head3">ぞ</div>
  238. <div id="head4">く</div>
  239.  
  240. <div id="head5">Kinzoku</div>
  241. <div id="head6">Onigod</div>
  242.  
  243.  
  244.  
  245.  
  246. <div class="abox"></div>
  247.  
  248. <div class="bbox"><h1>Base Info </h1>
  249. <font color="#C32F00">Name</font> <font style="float:right; font-weight: bold;">Kinzoku [金属]</font><br>
  250. <font color="#C32F00">Alias</font> <font style="float:right; font-weight: bold;">Onigod|Zoku</font><br>
  251. <font color="#C32F00">Species</font> <font style="float:right; font-weight: bold;">Enhanced Human</font><br>
  252. <font color="#C32F00">Gender</font> <font style="float:right; font-weight: bold;">Male</font><br>
  253. <font color="#C32F00">Age</font> <font style="float:right; font-weight: bold;">Twenty-Three</font><br>
  254. <font color="#C32F00">Height</font> <font style="float:right; font-weight: bold;">Five Foot Ten</font><br>
  255. <font color="#C32F00">Weight</font> <font style="float:right; font-weight: bold;">Light</font><br>
  256. <font color="#C32F00">Build</font> <font style="float:right; font-weight: bold;">Toned</font><br>
  257. <font color="#C32F00">Eye Color</font><font style="float:right; font-weight: bold;">Black</font><br>
  258. <font color="#C32F00">Hair Color</font> <font style="float:right; font-weight: bold;">Black</font><br>
  259. <font color="#C32F00">Occupation</font> <font style="float:right; font-weight: bold;">Hunter|Boy Band</font><br>
  260. <font color="#C32F00">Affiliation</font> <font style="float:right; font-weight: bold;">Onislayers</font><br>
  261. <font color="#C32F00">Handedness</font> <font style="float:right; font-weight: bold;">Ambidextrous</font><br>
  262. <font color="#C32F00">Orientation</font> <font style="float:right; font-weight: bold;">Heterosexual</font><br>
  263. <font color="#C32F00">Martial Status</font> <font style="float:right; font-weight: bold;">Single</font>
  264.  
  265. </div>
  266.  
  267. <div class="cbox"><h1>Out of Character</h1>
  268. [01] The same Kinzoku from a while ago.<br>
  269. [02] Code is mine.<br>
  270. [03] OC if that wasn't obvious.<br>
  271. [04] I am getting back into combat roleplay, so hmu.<br>
  272. [05] I am not on all the time so just catch me when you catch me.<br>
  273. [06] I gotta discord so ask if you want it.<br>
  274. [07] My choice if I feel like rp'ing with you or not.<br>
  275. [08] Snowballing posts are the best kinda posts. <br>
  276. [09] Story is key, smut is naisu.<br>
  277. [10] I have long hours so if I pass out on you I am sorry but I write in bed usually.<br>
  278. [11] <a target="_blank" href="https://i.imgur.com/0MJ0rC4.jpg">Mask-Off</a><br>
  279. [12] <a target="_blank" href="https://imgur.com/a/Aclyd3h">Gallery</a>
  280.  
  281. </div>
  282.  
  283. <div class="dbox"><h1>Abilities [Maskless]</h1>
  284. <b><u>Enhanced Strength</b></u><br>
  285. <b><u>Enhanced Agility</b></u><br>
  286. <b><u>Enhanced Senses</b></u><br>
  287. <b><u>Sixth Sense</b></u><br>
  288. <b><u>Inhuman Durability</b></u><br>
  289. <b><u>Apathy</b></u><br>
  290. <b><u>Instinct</b></u><br>
  291. <b><u>[Low] Magic Resistance</b></u><br>
  292. <b><u>Killing Intent</b></u>
  293. <h1>Shogun Mask</h1>
  294. <p align="justify">The Shogun Mask is what makes Kinzoku somewhat of an actual threat in combat and allows him to keep up with even the fiercest of monsters. This mask that has connected itself to him holds the souls of other warriors that have worn it, twenty-five in all. Each soul is bound to the mask after death and increases the power of it, as well as giving the current wielder the ability to listen to the souls inside of the very mask. The mask holds all types of warriors, and is looked at more like a cursed object than anything, bounding the user to it until death, and even in the afterlife. Still, the benefits are exponential. Gaining the strength, speed, senses, experience, of twenty-five other lives makes Kinzoku quiet the powerhouse in terms of combat. Usually, wearing a mask like this could drive someone insane, dozens of other voices telling him what to do. But due to Zoku's apathy he actually finds himself immune to that portion of the curse. Even if other's wear the mask, if Zoku himself is still alive all someone would be able to get from the mask is the immense energy coming from the cursed item.
  295. <h1>Abilities [Masked]</h1>
  296. <b><u>Killing Intuition</b></u><br>
  297. <b><u>Murderous Intent</b></u><br>
  298. <b><u>Supernatural Strength</b></u><br>
  299. <b><u>Supernatural Durability</b></u><br>
  300. <b><u>Supernatural Agility</b></u><br>
  301. <b><u>Supernatural Durability</b></u><br>
  302. <b><u>Supernatural Senses</b></u><br>
  303. <b><u>Supernatural Stamina</b></u><br>
  304. <b><u>Low Regenerative Abilities</b></u><br>
  305. <b><u>[High] Magic Resistance</b></u><br>
  306. <h1>Equipment</h1>
  307.  
  308.  
  309.  
  310.  
  311. </p>
  312. </div>
  313.  
  314. <div class="ebox"><h1>Appearance</h1>
  315.  
  316. <div>
  317. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement