Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.13 KB | None | 0 0
  1. <style> @import 'https://fonts.googleapis.com/css?family=Pacifico|Oswald:700';
  2.  
  3. @font-face{
  4. src:url(https://dl.dropboxusercontent.com/s/74xrxvex76h7sce/Zenzai%20Itacha.ttf);
  5. font-family:'Zenzai Itacha';
  6. }
  7.  
  8. body {
  9. background: #929b82;
  10. background-image: url(" ");
  11. background-repeat: No-repeat;
  12. background-size: 100% 100%;
  13. background-position: bottom right;
  14. }
  15.  
  16.  
  17. .right{
  18. position:absolute;
  19. top:-22px;
  20. left:140px;
  21. font-family: 'Oswald', 'Pacifico';
  22. text-transform: uppercase;
  23. text-decoration: none;
  24. font-size: 24px;
  25. line-height: 24px;
  26. letter-spacing: -1px;
  27. color: #497259;
  28. }
  29.  
  30. .diamonds{
  31. position:absolute;
  32. top:20px;
  33. left:65px;
  34. width:370px;
  35. height:200px;
  36. overflow:hidden;
  37. z-index:20;
  38. }
  39.  
  40. .far{
  41. width:360px;
  42. height:200px;
  43. overflow:auto;
  44. }
  45.  
  46. .tell{
  47. color:#dfeff1;
  48. font-size:14px;
  49. text-align:justify;
  50. line-height:14px;
  51. font-family:cambria;
  52. letter-spacing:0.3px;
  53. margin: 5px;
  54. }
  55. a.gone:link, a.gone:active, a.gone:visited{
  56. font-family: 'Oswald', sans-serif;
  57. text-transform: uppercase;
  58. text-decoration: none;
  59. font-size: 24px;
  60. line-height: 24px;
  61. letter-spacing: -1px;
  62. color: #f77481;
  63. margin-right:12px;
  64. z-index:10;
  65. }
  66.  
  67. a.gone:hover{
  68. text-shadow:-4px 0px 0px #232a68;
  69. }
  70.  
  71. b {
  72. color: #39878b;
  73. font-weight:bold;
  74. letter-spacing: 1px;
  75. }
  76.  
  77. i{
  78. color:#ffffff;
  79. font-style:italic;
  80. }
  81.  
  82. u{
  83. font-style:italic;
  84. text-decoration:noneunderline;
  85. }
  86.  
  87. a:active, a:link, a:visited{
  88. color:#fff;
  89. text-decoration:none;
  90. }
  91. a:hover{
  92. cursor:all-scroll;
  93. color:#4e3f64;
  94. text-decoration:line-through;
  95. }
  96.  
  97. h1 {
  98. font-family:'Zenzai Itacha';
  99. size: 40px;
  100. text-align:center;
  101. letter-spacing: 7px;
  102. border-bottom: 1px solid #ffffff;}
  103. ::-webkit-scrollbar {width: 3px;}
  104. ::-webkit-scrollbar-thumb:vertical {
  105. height: 10px;background-color: #D98878;}
  106. ::-webkit-scrollbar-thumb:horizontal {
  107. height: 10px;background-color: #D98878;border: 0px ;width: 15px;}
  108.  
  109.  
  110.  
  111. #sparkle{
  112. width:500px;
  113. height: 300px;
  114. background: #000000;
  115. border-radius: 30px 50px 50px 100px;
  116. z-index: 4;
  117.  
  118. }
  119.  
  120.  
  121. .brightly{
  122. margin: auto;
  123. position: absolute;
  124. top: 0; left: 0; bottom: 0; right: 0;
  125. animation: emerald 3s 1;
  126. -webkit-animation: emerald 3s 1;
  127.  
  128. }
  129.  
  130. .portal{
  131. position: absolute;
  132. bottom: 10px;
  133. right: 50%;
  134. width: 400px;
  135. margin:auto;
  136. right: 0px;
  137. z-index:99;
  138. animation: emerald 3s 1;
  139. -webkit-animation: emerald 3s 1;
  140. }
  141.  
  142.  
  143.  
  144.  
  145. @keyframes emerald{
  146. from{
  147. right: -50%;
  148. opacity: 0;
  149. }
  150. }
  151.  
  152. @-webkit-keyframes emerald{
  153. from{
  154. right: -50%;
  155. opacity: 0;
  156. }
  157. }
  158.  
  159. .lovely {
  160. pointer-events:none;
  161. position: fixed;
  162. bottom: 0px;
  163. left: 10%;
  164. z-index: 1;
  165. animation: emerald 3s 1;
  166. -webkit-animation: emerald 3s 1;
  167. }
  168.  
  169.  
  170. #Wordymofo{
  171. pointer-events:none;
  172. position:absolute;
  173. font-family: 'Zenzai Itacha', cursive;
  174. letter-spacing: 2px;
  175. font-weight: normal;
  176. font-size: 60px;
  177. width: 310px;
  178. top: 120px;
  179. right: -140px;
  180. height: 140px;
  181. background: #transparent;
  182. background: url(https://i.imgur.com/wmTFoMS.gif) -20px -20px repeat;
  183. -webkit-text-fill-color: transparent;
  184. -webkit-background-clip: text;
  185. -ms-transform: rotate(90deg);
  186. -webkit-transform: rotate(90deg);
  187. transform: rotate(90deg);.
  188.  
  189. }
  190. #crystals {
  191. position:fixed;
  192. top:0;
  193. left:0;
  194. width:480px;
  195. height:100%;
  196. }
  197. @-webkit-keyframes bg-crystal001 { 100% {background-position: 0px 900px;}}
  198. @-moz-keyframes bg-crystal001 { 100% {background-position: 0px 900px;}}
  199. @-o-keyframes bg-crystal001 { 100% {background-position: 0px 900px;}}
  200. @keyframes bg-crystal001 { 100% {background-position: 0px 900px;}}
  201.  
  202.  
  203.  
  204. #crystals .crystal_01 {
  205. position:absolute;
  206. width:100%;
  207. height:100%;
  208. background:url(https://i.imgur.com/YlJTXMB.png)repeat-y;
  209. -webkit-animation: bg-crystal001 30s infinite;
  210. -moz-animation: bg-crystal001 30s infinite;
  211. -o-animation: bg-crystal001 30s infinite;
  212. animation: bg-crystal001 30s infinite;
  213. -webkit-animation-timing-function: linear;
  214. -moz-animation-timing-function: linear;
  215. -o-animation-timing-function: linear;
  216. animation-timing-function: linear;
  217. }
  218. @-webkit-keyframes bg-crystal002 { 100% {background-position: 0px 900px;}}
  219. @-moz-keyframes bg-crystal002 { 100% {background-position: 0px 900px;}}
  220. @-o-keyframes bg-crystal002 { 100% {background-position: 0px 900px;}}
  221. @keyframes bg-crystal002 { 100% {background-position: 0px 900px;}}
  222. #crystals .crystal_02 {
  223. position:absolute;
  224. width:100%;
  225. height:100%;
  226. background:url(https://i.imgur.com/fhLrKY8.png)repeat-y;
  227. -webkit-animation: bg-crystal002 60s infinite;
  228. -moz-animation: bg-crystal002 60s infinite;
  229. -o-animation: bg-crystal002 60s infinite;
  230. animation: bg-crystal002 60s infinite;
  231. -webkit-animation-timing-function: linear;
  232. -moz-animation-timing-function: linear;
  233. -o-animation-timing-function: linear;
  234. animation-timing-function: linear;
  235. }
  236. @-webkit-keyframes bg-crystal003 { 100% {background-position: 0px -1200px;}}
  237. @-moz-keyframes bg-crystal003 { 100% {background-position: 0px -1200px;}}
  238. @-o-keyframes bg-crystal003 { 100% {background-position: 0px -1200px;}}
  239. @keyframes bg-crystal003 { 100% {background-position: 0px -1200px;}}
  240. #crystals .crystal_03 {
  241. position:absolute;
  242. width:100%;
  243. height:100%;
  244. left:50%;
  245. margin-left:-180px;
  246. background:url(https://i.imgur.com/GrvFkhB.png)repeat-y;
  247. -webkit-animation: bg-crystal003 90s infinite;
  248. -moz-animation: bg-crystal003 90s infinite;
  249. -o-animation: bg-crystal003 90s infinite;
  250. animation: bg-crystal003 90s infinite;
  251. -webkit-animation-timing-function: linear;
  252. -moz-animation-timing-function: linear;
  253. -o-animation-timing-function: linear;
  254. animation-timing-function: linear;
  255. }
  256.  
  257. #worldCrystals {
  258. position:fixed;
  259. top:150px;
  260. left:0;
  261. width:100%;
  262. height:520px;
  263. }
  264. #worldCrystals .crystal_01 {
  265. position:absolute;
  266. width:100%;
  267. height:100%;
  268. background:url(https://i.imgur.com/dCMiLUR.png)no-repeat -500px 0px;
  269. }
  270. @-webkit-keyframes bg-crystal004 { 100% {background-position: 1198px 0px;}}
  271. @-moz-keyframes bg-crystal004 { 100% {background-position: 1198px 0px;}}
  272. @-o-keyframes bg-crystal004 { 100% {background-position: 1198px 0px;}}
  273. @keyframes bg-crystal004 { 100% {background-position: 1198px 0px;}}
  274. #worldCrystals .crystal_02 {
  275. position:absolute;
  276. width:100%;
  277. height:100%;
  278. background:url(https://i.imgur.com/LjW99ET.png)repeat-x;
  279. -webkit-animation: bg-crystal004 60s infinite;
  280. -moz-animation: bg-crystal004 60s infinite;
  281. -o-animation: bg-crystal004 60s infinite;
  282. animation: bg-crystal004 60s infinite;
  283. -webkit-animation-timing-function: linear;
  284. -moz-animation-timing-function: linear;
  285. -o-animation-timing-function: linear;
  286. animation-timing-function: linear;
  287. }
  288. @-webkit-keyframes bg-crystal005 { 100% {background-position: 1086px 0px;}}
  289. @-moz-keyframes bg-crystal005 { 100% {background-position: 1086px 0px;}}
  290. @-o-keyframes bg-crystal005 { 100% {background-position: 1086px 0px;}}
  291. @keyframes bg-crystal005 { 100% {background-position: 1086px 0px;}}
  292. #worldCrystals .crystal_03 {
  293. position:absolute;
  294. width:100%;
  295. height:100%;
  296. left:50%;
  297. margin-left:-180px;
  298. background:url(https://i.imgur.com/acTwACd.png)repeat-x;
  299. -webkit-animation: bg-crystal005 90s infinite;
  300. -moz-animation: bg-crystal005 90s infinite;
  301. -o-animation: bg-crystal005 90s infinite;
  302. animation: bg-crystal005 90s infinite;
  303. -webkit-animation-timing-function: linear;
  304. -moz-animation-timing-function: linear;
  305. -o-animation-timing-function: linear;
  306. animation-timing-function: linear;
  307. }
  308.  
  309.  
  310. </style>
  311.  
  312. <div id="container">
  313. <div id="worldCrystals">
  314. <div class="crystal_01"></div>
  315. <div class="crystal_02"></div>
  316. <div class="crystal_03"></div>
  317. </div>
  318. <div id="crystals">
  319. <div class="crystal_01"></div>
  320. <div class="crystal_02"></div>
  321. <div class="crystal_03"></div>
  322. </div>
  323.  
  324. <div id="sparkle" class="brightly">
  325. <div class="portal">
  326. <a href="#we" class="gone"><font size="24">⊗</font></a>
  327. <a href="#have" class="gone"><font size="24">⊕</font></a>
  328. <a href="#noticed" class="gone"><font size="24">⊗</font></a>
  329. <a href="#you" class="gone"><font size="24">⊕</font></a>
  330. <a href="#come" class="gone"><font size="24">⊗</font></a></div>
  331. <div class="lovely">
  332. <img src="https://pre00.deviantart.net/ca31/th/pre/i/2017/006/9/7/ren_cut_in_scene_by_rustyartist-dauikgm.png" width="400px"></div>
  333. <div class="diamonds">
  334.  
  335. <div id="we" class="far"><div class="tell">
  336.  
  337. <h1>Dossier</h1>
  338.  
  339. <font style="float:left"><b>➽Name</b></font>
  340. <font style="float:right">Brock Shi</font><br>
  341. <font style="float:left"><b>➽Nickname</b></font>
  342. <font style="float:right">The Rock King</font><br>
  343. <font style="float:left"><b>➽Age</b></font>
  344. <font style="float:right">24</font><br>
  345. <font style="float:left"><b>➽Orientation</b></font>
  346. <font style="float:right">[Redacted]</font><br>
  347. <font style="float:left"><b>➽Organization</b></font>
  348. <font style="float:right">Chaldea</font><br>
  349. <font style="float:left"><b>➽Eye color</b></font>
  350. <font style="float:right">Pale Pink</font><br>
  351. <font style="float:left"><b>➽Hair color</b></font>
  352. <font style="float:right">Black</font><br>
  353. <font style="float:left"><b>➽Height</b></font>
  354. <font style="float:right">5'9"</font><br>
  355. <font style="float:left"><b>➽Weight</b></font>
  356. <font style="float:right">170</font><br>
  357. <font style="float:left"><b>➽Occupation</b></font>
  358. <font style="float:right">Magus</font><br>
  359.  
  360. <h1>Gallery</h1>
  361.  
  362. <a target="_blank" href="https://i.pinimg.com/originals/da/2a/94/da2a94be0ea9d97e1b2ad71f3605442f.jpg" target="_blank" title="..."><img src="https://i.imgur.com/6zqFVlW.png" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  363. <a target="_blank" href="https://i.imgur.com/6A7YgzQ.png" target="_blank" title=" ."><img src="https://i.imgur.com/6zqFVlW.png" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  364.  
  365.  
  366.  
  367. </p>
  368.  
  369.  
  370. </div></div>
  371. <div id="have" class="far"><div class="tell">
  372. <h1>About</h1><br>
  373.  
  374. <p>Brock is a rather eccentric person, often appearing clumsy and scatterbrained, even when he's having a bad day. His excitable demeanor can throw people off rather easily as he doesn't seem like that type of person. Very rarely will he let his smile crack when he's down. He often comes off as playful and easygoing to most everyone but he will show his closest friends his other feelings. Even though he acts friendly, he has walls built up so that he almost never gets too close to anyone, even those he calls friends. He's known for his easy humor and caring side, extending his hand to any who he believes needs his help. His hobby includes martial arts and studying.</p>
  375.  
  376. <p>Brock hales from a small rural village in China, his father being a Japanese business man who would travel to and fro in his younger years, allowing him to eventually meet the daughter of a local Chinese farmer. It was love at first sight, so he said. He proposed to her after he had done business with her father, though this ended in quite a few failures at first. But after a while of seeing his dedication, she finally agreed and they were wedded.
  377. Brock is the oldest of the twins, having a younger sister named Fan, with him being named after their great grandfather.</p>
  378.  
  379. <p>Due to the One child policy that China had enacted, His mother, Jinhau, being two months pregnant with twins at the time and could pass inspection with the claim of just gaining some weight. They arranged to leave China as quickly as possible, wanting to leave before the first Trimester was over. This was the most dangerous point in time to travel but in the end, it was for the best.</p>
  380.  
  381. <p>Hiro had arranged for a job back at his home town, where they would stay with their paternal family until Jinhau had given birth to her twins, Fan and Brock.
  382. Being raised in Japan, Brock had some difficulties learning Japanese as he had always heard and understood Chinese much better. even though he was born in Japan, Chinese came easier to him, thus he was having a hard time learning Japanese. It was tough for him to adapt fully to it and eventually, he was sent back to China to live with his Maternal grandparents. Being as old as they were, they still needed help to take care of him until he could do it himself.
  383. After several years of being apart, Brock finally returned home to visit. He couldn't do it often, however, as his studies prevented much traveling but he always made time for at least one trip a year with around a month of time to stay with him. Due to the loss of his grandfather, he would ask a friend to keep watch over his grandmother every time he made a visit to make sure she was safe and kept for. While he was visiting, however, his grandmother fell ill. </p>
  384.  
  385. <p>Upon hearing the news, Brock and Jinhau returned to the rural town to take care of her, with his father Hiro joining them later on with the excuse of being there for Business.
  386. Fan didn't have any attachments to their grandmother had chosen to stay in Japan to continue her own education. Their father agreed and made sure Fan had enough money to live by herself without worry. It wasn't long until Brock was told the Family Secret by their grandmother, wanting to pass the information to him before the illness took her.
  387. His family on his mothers side were mages, but held no ties to any organisation. They used their magecraft mostly for farming, allowing them to live a more comfortable life than most. It wasn't long before Brock realized what his was. After all, he used it during his studies without really knowing. After their grandmother passed, Brock left his Mother and Father to find Fan once more and fill her in on the details, as well as to show her what he had discovered in hopes that she too had inherited the powers of their Magecraft. Together, they are the Shi Twins and they are ready to save the world.</p>
  388.  
  389.  
  390. </div></div>
  391. <div id="noticed" class="far"><div class="tell">
  392. <h1>Skills + Magecraft</h1>
  393. <font style="float:left"><b>➽Magical Circuits</b></font>
  394. <font style="float:right">15 High class</font><br>
  395. <font style="float:left"><b>➽Elemental Affinity</b></font>
  396. <font style="float:right">Minerals</font><br>
  397. <font style="float:left"><b>➽Command Seals</b></font>
  398. <font style="float:right">3</font><br>
  399. <font style="float:left"><b>➽Servant</b></font>
  400. <font style="float:right">Carmilla, Tamamo Cat.</font><br>
  401. <font style="float:left"><b>➽Language of Incantations</b></font>
  402. <font style="float:right">English.</font><br>
  403. <font style="float:left"><b>➽Origin</b></font>
  404. <font style="float:right">The Achilles Aegis</font><br>
  405.  
  406. <br><b>SPELL NAME:</b> Fist of Achilles
  407. <br><b>TYPE:</b> Elemental
  408. <br><b>CRAFT:</b> Force craft
  409. <br><b>USAGE:</b>Creates a mineral/elemental shaped fist around users hand.
  410. <Br>
  411. <br><b>SPELL NAME:</b> Spear of Achilles
  412. <br><b>TYPE:</b> Mineral
  413. <br><b>USAGE:</b> Pulls minerals out of the ground to form a basic spear. Can be used to stab or throw.
  414. <br>
  415. <br><b>SPELL NAME:</b> Shield of Achilles
  416. <br><b>TYPE:</b>Mineral
  417. <br><b>USAGE:</b>Allows the user to change their genetic makeup in their body to create a 'Skin' of a mineral. The higher the mineral on the hardness scale, the heavier the body becomes but the better the defense.
  418. </div></div>
  419. <div id="you" class="far"><div class="tell">
  420. <h1>Friends</h1>
  421. <a target="_blank" href="https://roleplay.chat/profile.php?user=Blood+Countess" target="_blank" title="Carmilla"><img src="https://vignette.wikia.nocookie.net/fategrandorder/images/0/05/Carmilla4.png/revision/latest/scale-to-width-down/350?cb=20170208164855" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  422. <a target="_blank" href="https://roleplay.chat/profile.php?user=Berserker+Cat " target="_blank" title="Cat!"><img src="https://s3.zerochan.net/Berserker.%28Tamamo.Cat%29.240.2232725.jpg" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  423. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  424. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  425. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  426. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  427. <h1>Aquaintences</h1>
  428. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  429. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  430. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  431. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  432. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  433. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  434.  
  435.  
  436. </div></div>
  437. <div id="come" class="far"><div class="tell">
  438. <h1>Rules</h1>
  439. <b>01.</b> IC Does not equal OOC.<br>
  440. <b>02.</b> Real life before RP.<br>
  441. <b>03.</b> Smut is earned.<br>
  442. <b>04.</b> Ooc drama should not equate to Ic drama.<br>
  443. <b>05.</b> Fate RP only.<br>
  444. <b>06.</b> Rules.<br>
  445. <b>07.</b> Rules.<br>
  446. <b>08.</b> Rules.<br>
  447. <b>10.</b> Do not touch the layout!<br>
  448. </div></div></div>
  449. <div id="wordymofo"><br>
  450. Brock Shi
  451. </div>
  452.  
  453. </div></div></div></div></div>
  454.  
  455.  
  456.  
  457. </div>
  458. <div style="position: fixed; bottom: 20px; right: 0px; background-color: transparent;">
  459. <a target="_blank" href="https://roleplay.chat/profile.php?user=Hakuno+kishinami" target="_blank" title="Code was created by Green Bean. Do NOT touch. Please! If you want a copy or want it please ask. She will share. "><img src="https://i.imgur.com/n6pkfKn.png" height="10%"></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement