Advertisement
ChaZayari

Melantha

May 18th, 2020
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.75 KB | None | 0 0
  1. <style>
  2. /* Last Update: 03/09/19 */
  3.  
  4. /* PAGE BACKGROUND AND FONT */
  5. body, .c, .color::before, .color::after {
  6. background:#8d0c4c url('https://www.photohdx.com/images/2017/04/clean-dark-purple-background-texture.jpg') fixed;
  7. font-family:'Milonga',serif;
  8. font-size:15px;
  9. }
  10. h2 {
  11. font-family:'Macondo Swash Caps';
  12. }
  13.  
  14. /* MAIN DISPLAY COLORS */
  15. .color {
  16. background-color:#bf70bf;
  17. background:url(''), radial-gradient(#bf70bf,transparent);
  18. background:url(''), -o-radial-gradient(#bf70bf,transparent);
  19. background:url(''), -moz-radial-gradient(#bf70bf,transparent);
  20. background:url(''), -webkit-radial-gradient(#bf70bf,transparent);
  21. border-color:rgba(88,0,88,0.6) rgba(17,0,17,0.6) rgba(17,0,17,0.6) rgba(88,0,88,0.6);
  22. color:#fff;
  23. }
  24. .color::before {
  25. border-bottom:5px solid rgba(88,0,88,0.6);
  26. border-right:5px solid rgba(88,0,88,0.6);
  27. border-radius:0 50% 50%;
  28. }
  29. .color::after {
  30. border-top:5px solid rgba(17,0,17,0.6);
  31. border-left:5px solid rgba(17,0,17,0.6);
  32. border-radius:50% 50% 0;
  33. }
  34. .t.r {
  35. border-left:5px solid rgba(88,0,88,0.6);
  36. box-shadow:0 -5px 0 inset rgba(17,0,17,0.6);
  37. border-radius:50% 0 50% 50%;
  38. }
  39. .b.l {
  40. border-top:5px solid rgba(88,0,88,0.6);
  41. box-shadow:-5px 0 0 inset rgba(17,0,17,0.6);
  42. border-radius:50% 50% 50% 0;
  43. }
  44. #navbar a, h2 {
  45. border:4px inset #580058;
  46. background-color:#580058;
  47. }
  48. #navbar a {
  49. background:url('https://dl.dropboxusercontent.com/s/w4ssgo1z8qw3sx2/buried.png');
  50. }
  51. #navbar a:hover {
  52. background-color:#7a007a;
  53. }
  54. h2 {
  55. background:url('https://dl.dropboxusercontent.com/s/w4ssgo1z8qw3sx2/buried.png'),linear-gradient(to right,#580058,#250025,#580058);
  56. background:url('https://dl.dropboxusercontent.com/s/w4ssgo1z8qw3sx2/buried.png'),-o-linear-gradient(to right,#580058,#250025,#580058);
  57. background:url('https://dl.dropboxusercontent.com/s/w4ssgo1z8qw3sx2/buried.png'),-moz-linear-gradient(to right,#580058,#250025,#580058);
  58. background:url('https://dl.dropboxusercontent.com/s/w4ssgo1z8qw3sx2/buried.png'),-webkit-linear-gradient(to right,#580058,#250025,#580058);
  59. }
  60. h2, b, a:hover {
  61. color:#e8d3e8;
  62. }
  63. a {
  64. text-decoration:none;
  65. color:#ffc200;
  66. }
  67. i {
  68. color:#2ba;
  69. }
  70.  
  71. /* GOOGLE CHROME SCROLLBARS */
  72. ::-webkit-scrollbar {
  73. width:8px;
  74. height:8px;
  75. background-color:rgba(255,255,255,0.4);
  76. }
  77. ::-webkit-scrollbar-thumb {
  78. width:0;
  79. height:0;
  80. border:4px outset rgba(88,0,88,0.8);
  81. }
  82.  
  83. /* CORNER CUTS */
  84. .c, .color::before, .color::after {
  85. content:"";
  86. z-index:10;
  87. position:absolute;
  88. height:3vw;
  89. width:4vw;
  90. margin:-4px;
  91. }
  92. .t, .color::before {
  93. top:0;
  94. }
  95. .b, .color::after {
  96. bottom:0;
  97. }
  98. .l, .color::before {
  99. left:0;
  100. text-align:right;
  101. }
  102. .r, .color::after {
  103. right:0;
  104. }
  105.  
  106. /* OUTER CSS MEAT */
  107. #mug1, #mug2, #infobox, #obox {
  108. position:fixed;
  109. border-width:4px;
  110. border-style:solid;
  111. border-radius:2px;
  112. }
  113. #mug1, #mug2 {
  114. width:26.5%;
  115. bottom:4%;
  116. line-height:0;
  117. }
  118. #mug1, #obox {
  119. top:4%;
  120. }
  121. #mug1 {
  122. left:2%;
  123. }
  124. #mug2 {
  125. height:50%;
  126. right:2%;
  127. }
  128. #infobox, #obox {
  129. padding:1%;
  130. }
  131. #infobox {
  132. top:7.5%;
  133. bottom:7.5%;
  134. left:31%;
  135. right:31%;
  136. }
  137. #obox {
  138. height:32%;
  139. width:20%;
  140. right:4%;
  141. }
  142.  
  143. /* INNER CSS MEAT */
  144. .cut, #mug2 img, #navbar, #info, .tab {
  145. position:relative;
  146. width:100%;
  147. }
  148. .cut, .tab, #mug1 img {
  149. height:100%;
  150. }
  151. .cut, #info, .half {
  152. overflow:hidden;
  153. }
  154. #mug1 img {
  155. position:relative;
  156. left:50%;
  157. transform:translateX(-50%);
  158. -o-transform:translateX(-50%);
  159. -moz-transform:translateX(-50%);
  160. -webkit-transform:translateX(-50%);
  161. }
  162. #mug2 img {
  163. top:50%;
  164. width:100%;
  165. transform:translateY(-50%);
  166. -o-transform:translateY(-50%);
  167. -moz-transform:translateY(-50%);
  168. -webkit-transform:translateY(-50%);
  169. }
  170. #navbar {
  171. height:17%;
  172. font-size:2.5vh;
  173. text-align:center;
  174. }
  175. #navbar a {
  176. display:inline-block;
  177. padding:1%;
  178. margin:0.5vh 0.25vw;
  179. }
  180. #info {
  181. height:80%;
  182. }
  183. .tab {
  184. overflow-y:auto;
  185. }
  186. .half {
  187. position:absolute;
  188. width:49.5%;
  189. line-height:20px;
  190. }
  191. #inner {
  192. position:relative;
  193. top:8%;
  194. height:84%;
  195. overflow-y:auto;
  196. }
  197. #obox h2 {
  198. margin:0;
  199. }
  200. .tab img {
  201. max-width:100%;
  202. }
  203. h2 {
  204. display:block;
  205. padding:2px 0;
  206. text-align:center;
  207. }
  208. b {
  209. text-shadow:none;
  210. font-size:102%;
  211. }
  212. p {
  213. text-indent:5%;
  214. }
  215. #credit {
  216. position:fixed;
  217. right:0;
  218. bottom:0;
  219. border-radius:50% 50% 0;
  220. }
  221. </style>
  222.  
  223. <link href="https://fonts.googleapis.com/css?family=Milonga|Macondo+Swash+Caps" rel="stylesheet">
  224.  
  225. <div class="color" id="mug1">
  226. <div class="c t r"></div>
  227. <div class="c b l"></div>
  228. <div class="cut">
  229. <img src="https://i.imgur.com/QZv81yT.jpg" alt=""/>
  230. </div>
  231. </div>
  232.  
  233. <div class="color" id="mug2">
  234. <div class="c t r"></div>
  235. <div class="c b l"></div>
  236. <div class="cut">
  237. <img src="https://i.imgur.com/a0VrH7z.png" alt=""/>
  238. </div>
  239. </div>
  240.  
  241. <div class="color" id="infobox">
  242. <div class="c t r"></div>
  243. <div class="c b l"></div>
  244. <div id="navbar">
  245. <a href="#01">Stats</a>
  246. <a href="#02">Background</a>
  247. <a href="#03">Personality</a>
  248. <a href="#04">Extras</a>
  249. </div>
  250.  
  251. <div id="info">
  252. <div class="tab" id="01">
  253. <h2>Stats</h2>
  254. <div class="half l">
  255. <b>Name:
  256. <br/>Gender:
  257. <br/>Species:
  258. <br/>Age:
  259. <br>
  260. <br/>Height:
  261. <br/>Hair:
  262. <br/>Eyes:
  263. <br>
  264. <br>Occupation:
  265. <br/>Orientation:
  266. <br>Marital:
  267. <br>Status:
  268. </b>
  269. </div>
  270. <div class="half r">
  271. Melantha<br>
  272. Female<br>
  273. Feline<br>
  274. Late Teens<br>
  275. <br>
  276. 163cm<br>
  277. Dark Purple<br>
  278. Garnet<br>
  279. <br>
  280. Rhodes Island Operator, Guard Class<br>
  281. Bisexual...maybe.<br>
  282. Singular.<br>
  283. Standby.
  284. </div>
  285. </div>
  286.  
  287. <div class="tab" id="02">
  288. <h2>Profile</h2>
  289. <p>
  290. Melantha is the captain of Op Reserve Team A4 and a citizen of Victoria. Before she took up her current post, she was a typical jobless Infected. After an exceptional performance on her tests, she received an offer to join Rhodes Island.
  291.  
  292. </p>
  293. <p>
  294. Imaging tests have shown the outlines of her internal organs to be indistinct due to abnormal shadows. Originium granules have been detected in her circulatory system, confirming her to be infected with Oripathy.</p>
  295.  
  296. <p>[Cell-Originium Fusion Rate] 2%<br>
  297. Subject is mildly infected. There is a lesion upon the subject's left shoulder, though the infection has largely been contained and is in stable condition.</p>
  298.  
  299. <p>[Blood Crystal Density] 0.25u/L<br>
  300. Results of internal circulation tests have been positive. Strength training is recommended as part of the course of treatment.</p>
  301.  
  302. <p>"Melantha is still growing and needs to eat food high in nutrients." - Medic Team Intern Hibiscus
  303. </p>
  304. </div>
  305.  
  306. <div class="tab" id="03">
  307. <h2>Archive Files</h2>
  308. <p>
  309. Melantha was born in Londinium, the capital of the Kingdom of Victoria. Her father is a trader engaged in the bulk spice trade. He runs several spice mills of his own. Her mother is the head of the family's aromatherapy flagship store in the heart of Londinium.<br>
  310. Following in the footsteps of her parents, Melantha got involved in spices at a very young age, often assisting them in developing new aromatherapy products. Melantha's experiences have been heavily influenced by her parents.
  311. </p>
  312.  
  313. <p>
  314. Melantha was a student at the Veskas Private Middle School when she was young. She received exceptional marks in all her classes, but because she was soft spoken and lacked communication skills, she was never the center of attention or very popular.
  315. Her lack of friends remains due to her unwillingness to change her personality. With her parents' help, she immersed herself into upper-class academic activities, including art, literature, and poetry. In traditional Victorian society, the arts are an important part of a woman's formal education.
  316. In addition, in order to strengthen her weak constitution, Melantha's parents arranged for her to study swordsmanship and other popular upper-class sports.
  317. After the Infected crisis broke out, Melantha was herself Infected. Her parents arranged for her to receive treatment from Rhodes Island Pharmaceutical's. And before long, she was on the way to the company for treatment.
  318. </p>
  319.  
  320. <p>
  321. Melantha has a close relationship with all the other members of Op Reserve Team A4. Introverted by nature, she initially worried about whether she would be able to serve well in her role as Op Reserve Team A4's captain, but with the help of her companions on the team, she broke through her inner obstacles.
  322. The lively and cheerful Cardigan is her inseparable friend. In both life and on the battlefield, they maintain a strong and complementary relationship.
  323. Melantha also has great respect for the mature and dependable Operator Steward. She feels both guilty and grateful to Ansel, who is in charge of maintaining her health records as well as providing her with daily treatment. Finally, Adnachiel is the Operator that Melantha understands the least. Since the beginning, she has struggled to figure out what this kid from Laterano might be thinking. Nevertheless, Adnachiel hasn't caused any problems in battle.
  324. During her tenure as captain, her subordinates have all spoken highly of her attentive and careful nature. Her serious and disciplined qualities have enabled her to complete all the missions Rhodes Island has entrusted to her.
  325. </p>
  326.  
  327. <p>
  328. So far, both existing archives and the observations of her fellow Operators have failed to grasp just what kind of swordsmanship Melantha employs. This is one of Melantha's few mysteries.
  329. Judging from test records and daily battle videos, her swordsmanship appears to have originated from the Victorian traditional duelist's style, but at some point during her training, she must have picked up some heavy influences from Eastern sword arts.
  330. Melantha's weapon can also be looked at as a kind of circumstantial evidence for this. She uses an exceptionally fine yet extremely sharp straight sword. Current data makes clear that this weapon is only used in Yen and some parts of the Far East.
  331. Melantha's swordsmanship is agile and her skills are outstanding. In terms of combat techniques, Melantha has is skilled in tactical assault. Even without support, she can rely upon her mobility to move about the battlefield and hide when necessary.
  332. On the other hand, Melantha lacks the ability for effective direct confrontation and she displays certain deficiencies in stability during high-intensity operations.
  333. Up until now, Melantha has trained under the guidance of Franka.
  334. </p>
  335. </div>
  336.  
  337. <div class="tab" id="04">
  338. <h2>Extras</h2>
  339. <p>
  340. Paragraph One
  341. </p>
  342. <p>
  343. Paragraph Two
  344. </p>
  345. </div>
  346.  
  347. </div>
  348. </div>
  349.  
  350. <div class="color" id="obox">
  351. <div class="c t r"></div>
  352. <div class="c b l"></div>
  353. <div id="inner">
  354. <h2>OOC</h2>
  355. <ul>
  356. <li>Character is from Arknights, a strategy game for the mobile phone.</li>
  357. <li>Arknights universe heavily preferred.</li>
  358. <li>In-Room Approach preferred.</li>
  359. <li>Bullet four</li>
  360. <li>Bullet five</li>
  361. <li>Bullet six</li>
  362. <li>Bullet seven</li>
  363. <li>Bullet eight</li>
  364. </ul>
  365. </div>
  366. </div>
  367.  
  368. <a target="_blank" href="https://tinyurl.com/shimad" target="_blank" title="CC#06">
  369. <img src="https://dl.dropboxusercontent.com/s/ejl9p0453mp0awk/tag.png" id="credit"/>
  370. </a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement