ZukoHiyama

phalvas

Jan 8th, 2021
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.29 KB | None | 0 0
  1. <style>@import url('https://fonts.googleapis.com/css?family=Rock+Salt|Magra');
  2. @import url('https://fontlibrary.org/face/droid-arabic-kufi');
  3.  
  4. body{
  5. background-color:#bdb6c6;
  6. background-image:url("");
  7. background-repeat: no-repeat;
  8. background-position: left bottom;overflow-y:hidden;
  9. background-size: 24%;
  10. }
  11.  
  12. .link{
  13. padding:5px;
  14. text-align:center;
  15. line-height:1px;
  16. color:#fff;
  17. background-color:#63478c;
  18. font-family: 'DroidArabicKufiRegular';
  19. font-size:12px;
  20. margin:3px;
  21. margin-right:5px;
  22. width:55px;
  23. height:5px;
  24. display:inline-block;
  25. border-radius:5%;
  26. border:1px solid #000;
  27. position:relative;
  28. text-shadow:0px 0px 1px #000;
  29.  
  30. }
  31.  
  32. .link:hover{
  33. background-color:#000;
  34. left:10px;
  35. border:none;
  36.  
  37. }
  38.  
  39. .linktab{
  40. position:absolute;
  41. top:679px;
  42. left:405px;
  43. width:100px;
  44. text-align:center;
  45. color: #080808;
  46. text-shadow:0px 0px 2px rgba(212,155,99,.85);
  47. }
  48.  
  49. .content{
  50. position: absolute;
  51. height: 00px;
  52. width: 420px;
  53. top: 300px;
  54. left: 00px;
  55. z-index: -1;
  56. opacity: 0;
  57. transition: .8s;
  58. -moz-transition: .8s;
  59. webkit-transition: .8s;
  60. -o-transition: .8s;
  61. }
  62.  
  63. .content:target{
  64. top: 343px;
  65. z-index: 1;
  66. transition: 1.2s;
  67. -moz-transition: 1.2s;
  68. webkit-transition: 1.2s;
  69. -o-transition: 1.2s;
  70. opacity: 1;
  71. }
  72.  
  73. .contentbox{
  74. position:absolute;
  75. left:755px;
  76. top:00px;
  77. width:327px;
  78. height:422px;
  79. background-color:rgba(0,0,0,.05);
  80. border:1px solid #7d61a8;
  81. outline:1px dotted #fff;
  82. outline-offset:3px;
  83. overflow:auto;
  84. color:#000;
  85. font-family: 'Magra', sans-serif;
  86. letter-spacing:0px;
  87. font-size:11px;
  88. padding:10px;
  89. text-shadow:0px 0px 1px #fff;
  90.  
  91. }
  92.  
  93. h1{
  94. color: #271a3a;
  95. font-family: 'Rock Salt', cursive;
  96. font-size: 20px;
  97. letter-spacing: 2px;
  98. line-height:20px;
  99. height:20px;
  100. text-align:center;
  101. text-shadow:0px 0px 3px #fff;
  102. }
  103.  
  104. b{
  105. color: #000;
  106. text-shadow: none;
  107. letter-spacing: 2px;
  108. font-size:9px;
  109. text-shadow:0px 0px 1px #fff;
  110. }
  111.  
  112. ::-webkit-scrollbar {
  113. width: 3px;
  114. height: 0px;
  115. background:;
  116. }
  117.  
  118. ::-webkit-scrollbar-thumb {
  119. background-color:#ccc;
  120. -webkit-border-radius: 10px;
  121. border-radius: 10px;
  122. }
  123.  
  124. ::selection {
  125. color: #000;
  126. background: #fff;
  127. }
  128.  
  129.  
  130. a {
  131. color:#63478c;
  132. text-decoration: none;
  133. -webkit-transition: all 0.5s ease-in-out;
  134. -moz-transition: all 0.5s ease-in-out;
  135. -o-transition: all 0.5s ease-in-out;
  136. -ms-transition: all 0.5s ease-in-out;
  137. transition: all 0.5s ease-in-out;
  138. text-shadow:0px 0px 1px #fff;
  139. }
  140.  
  141. a:hover{
  142. color: #000;
  143. text-decoration: none;
  144. background-color:transparent;
  145. -webkit-transition: all 0.5s ease-in-out;
  146. -moz-transition: all 0.5s ease-in-out;
  147. -o-transition: all 0.5s ease-in-out;
  148. -ms-transition: all 0.5s ease-in-out;
  149. transition: all 0.5s ease-in-out;
  150. text-shadow: 0px 0px 1px #000;
  151. }
  152.  
  153. body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur836.cur), progress !important;}
  154. .container{
  155. width: 200px;
  156. height: 100%;
  157. margin: 0 auto 0;
  158. }
  159.  
  160. .boxframe{
  161. width:320px;
  162. height:430px;
  163. position:absolute;
  164. top:340px;
  165. left:400px;
  166. background-image:url(http://i.picpar.com/vWqc.jpg);
  167. background-position: 40% 50%;
  168. background-size: 155%;
  169. background-color:#fff;
  170. background-repeat:no-repeat;
  171. border: 10px;
  172. border-style: solid;
  173. border-image: url(http://wallpaper-gallery.net/images/wallpaper-tumblr-backgrounds/wallpaper-tumblr-backgrounds-16.jpg) 15 round;
  174. z-index:-1;
  175. }
  176. .muz{
  177. float: right;
  178. height: 30px;
  179. width: 30px;
  180. line-height: 20px;
  181. font-size: 20px;
  182. position: absolute;
  183. color: #000;
  184. text-align: center;
  185. z-index:99;
  186. overflow:hidden;
  187. }
  188.  
  189. .muzik{
  190. float: left;
  191. height: 30px;
  192. width: 30px;
  193. opacity: 0;
  194. margin-top: -30px;
  195. margin-left: -8px;
  196. }
  197. #gaze{
  198. background-color:#d89b00;
  199. width:10px;
  200. border-radius:60%;
  201. height:8px;
  202. position:absolute;
  203. left:510px;
  204. top:470px;
  205. animation:gaze 4s infinite linear;
  206. opacity:.4;
  207. }
  208.  
  209. @keyframes gaze {
  210. 0% { -webkit-filter: brightness(100%);
  211. }
  212. 20% {-webkit-filter: brightness(50%);
  213. }
  214. 25% {-webkit-filter: brightness(100%);
  215. }
  216. 35% {-webkit-filter: brightness(110%);
  217. }
  218. 40% {-webkit-filter: brightness(100%);
  219. }
  220. 45% {-webkit-filter: brightness(80%);
  221. }
  222. 55% {-webkit-filter: brightness(100%);
  223. }
  224. 60% {-webkit-filter: brightness(120%);
  225. }
  226. 65% {-webkit-filter: brightness(90%);
  227. }
  228. 75% {-webkit-filter: brightness(80%);
  229. }
  230. 85% {-webkit-filter: brightness(100%);
  231. }
  232. 90% {-webkit-filter: brightness(60%);
  233. }
  234. 100% {-webkit-filter: brightness(70%);
  235. }
  236. }
  237.  
  238. </style>
  239. <div class="muz" style="position:absolute; left: 400px; top:300px;" title="tba">► <div class="muzik"><audio controls="" loop=""><source src="https://instaud.io/_/QtY.mp3"></audio></div></div>
  240. <div id="gaze"></div><div id="gaze" style="left:558px; top:462px; width:14px; height:12px;"></div>
  241.  
  242. <span style="position:absolute; left:414px; top: 307px; font-family: 'Rock Salt', cursive; color:#271a3a; font-size:16px; letter-spacing:3px; text-shadow:-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;text-transform:uppercase; z-index:">Mystic Captain Phalvas</span>
  243.  
  244.  
  245. <div class="container"><div class="boxframe"></div>
  246.  
  247. <div class="linktab">
  248. <a href="#one" class="link">ض</a><a href="#two" class="link">ش</a><a href="#three" class="link">ق</a><a href="#four" class="link">ي</a></div>
  249.  
  250. <div id="one" class="content"><div class="contentbox">
  251. <h1>Eliksni of Light</h1>
  252.  
  253. <center><b><i>"When I awoke, the Machine spoke to me. It shared its secrets with me. It made me...curious."</i></b><br><br></center>
  254.  
  255. Name: Phalvas<br>
  256. Homeworld: Earth (Currently)<br>
  257. Class: Voroo-Taras (Twisting Void)<br>
  258. Age: Ageless, age upon rebirth unknown<br>
  259. Height: 6'5"<br>
  260. Weight: 250 lbs<br>
  261. Skin Color: Beige<br>
  262. Fur Color: Dark Brown<br>
  263. Eyes: Glowing Yellow<br>
  264. Gender: Female<br>
  265. House: Mystic Captain to <a target="_blank" href="https://roleplay.chat/profile.php?user=House+of+Redemption" title="House of Light">House Redemption</a> <br><br>
  266.  
  267.  
  268.  
  269. <h1>Allies</h1>
  270. <center>tba</center>
  271.  
  272.  
  273. </div>
  274. </div>
  275.  
  276.  
  277. <div id="two" class="content"><div class="contentbox">
  278.  
  279. <h1>The Mystic Captain</h1>
  280.  
  281. <center><b><i>"So much culture, so much technology, lost to time and war. For my Kell, and for my people, I study the undiscovered. I walk along the Void, to understand what secrets it holds, to learn what our people once were. To make us whole again."</b></i><br><br></center>
  282.  
  283. A flash of light. Once floating in a void of darkness, the Eliksni was reborn. But while in the Void, she was not alone. There was a voice, quiet, yet booming in the vast nothing. It spoke to her, told her secrets of the universe that she could not comprehend. So much, and yet she understood so little. Yet when she awoke, she was left with more questions, and the voice was no more instead, she was met with one of the Voice's beings, a Ghost, which named itself <a target="_blank" href="https://s-media-cache-ak0.pinimg.com/originals/e3/c8/77/e3c877b6c95a4fad88bd2b64b6bd5e15.gif">Arcadia.</a> Alive now, in the sprwaling spans of what was once the Sahara Desert, she was left with something, burning at her mind. Curiousity. With only her Ghost at her side, they wandered the sands, coming along the many treasures left behind by once great civilization of the planet. She was told of what her people had done, and this saddened her, yet, somehow, she understood why they did what they did. It was a desperation tactic, and wondered how much of their own culture was lost. Yet, not all was peaceful in the sands.<br><br>
  284.  
  285. She was discovered, by the House of Kings, and captured. During her time in their grasps, they used her ability to warp light to try and understand it. It was grueling pain, suffering the torture of experimentation. Yet she soon discovered she could not die, to fade away and be reborn by her Ghost. They would not break her mind, and soon, the day came. She snapped, the time was now, and broke free from her captors, embracing the beasts they became. She destroyed the lab that was used, in a fury of the black void, twisting their atoms, and leaving behind nothing. Yet, soon she found herself calm, left with nothing but the destruction around her. Her curious mind became saddened by this fact. She rendered everything useless, unable to understand the machinery that was used on her. She became fearful of her own powers, unable to understand the full extent, nor what she was capable of doing, so there she remained, hiding herself away, among the bodies and ruined machinery. Until the silence was once again broken, by a voice, but not the one of the Void, a much deeper voice.<br><br>
  286.  
  287. She soon found herself face to face with the Kell Trovaks, as well as what would become her brother and sister. She was lost, yet, he offered her something that she sought, guidance. Hesitant to leave her prison, afraid of the destruction she could cause, she agreed to follow the Kell. Even if she was a monster, she had one thing that kept her mind burning. Curiousity.
  288.  
  289.  
  290.  
  291. </div>
  292. </div>
  293.  
  294.  
  295. <div id="three" class="content"><div class="contentbox">
  296.  
  297. <h1>Voroo-Taras: <br> The Twisting Void</h1><br>
  298.  
  299. <center>tba; unique eliksni guardian abilities</center>
  300.  
  301.  
  302. </center>
  303.  
  304. </div>
  305. </div>
  306.  
  307. <div id="four" class="content"><div class="contentbox">
  308. <h1>Out of Character</h1>
  309. 001. Meant for Destiny RP, but can be adjusted for other sci-fi.<br>
  310. 002. Is very PM friendly. Don't be shy. I won't bite.<br>
  311. 003. A work in progress, as always. Code is done by <a target="_blank" href="https://roleplay.chat/profile.php?user=Blackbird">Blackbird</a>.
  312.  
  313.  
  314. </div>
  315. </div>
  316.  
  317. </div>
Advertisement
Add Comment
Please, Sign In to add comment