Chibi-Elle

XING [GIFT]

Jan 9th, 2021 (edited)
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.55 KB | None | 0 0
  1. <style type="text/css">
  2. @import url('https://fonts.googleapis.com/css?family=Charm|Bebas+Neue|Passion+One|Satisfy|Cookie|Redressed');
  3.  
  4. body {
  5. background-color: #fff;
  6. background-image: url('https://cdn.pixabay.com/photo/2014/04/04/14/55/silver-313347_960_720.jpg');
  7. background-position: center;
  8. background-size: 100%;
  9. background-repeat:repeat;
  10. }
  11.  
  12. #profile {
  13. position: fixed;
  14. left: 0px;
  15. right: 0px;
  16. top: 0px;
  17. bottom: 0px;
  18. }
  19.  
  20.  
  21. ::-webkit-scrollbar-track {
  22. background-color:;
  23. }
  24.  
  25. ::-webkit-scrollbar-thumb {
  26. background-color:;
  27. }
  28.  
  29. ::-webkit-scrollbar {
  30. width:0px;
  31. height:0px;
  32. }
  33.  
  34. #overlay {
  35. background: url('https://img1.picmix.com/output/stamp/thumb/9/6/4/6/1606469_f1f53.gif');
  36. z-index: -1;
  37. position: fixed;
  38. background-size: 20%;
  39. background-repeat: repeat;
  40. left: 0px; top: 0px; right: 0px; bottom: 0px;
  41. }
  42.  
  43. #container {
  44. position: absolute;
  45. left: 13.5%;
  46. top: 10%;
  47. height: 500px;
  48. width: 1000px;
  49. border: 2px solid #C1C1C1;
  50. background-color: #E8E8E8;
  51. box-shadow: 0px 0px 18px 18px #ABABAB;
  52. background-image: url('https://img1.picmix.com/output/stamp/thumb/9/6/4/6/1606469_f1f53.gif');
  53. background-size: 14%;
  54. background-repeat: repeat;
  55. border-radius: 4%;
  56. }
  57.  
  58. #icon {
  59. position: absolute;
  60. z-index: 2;
  61. left: 410px;
  62. top: -40px;
  63. border-radius: 50%;
  64. height: 155px;
  65. width: 155px;
  66. background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTkofV5GRXLfUjUxS4BoGWv7YDK1eTB7_PGl5Nlx0yYFUKX2TNNMhHGvvyuxFWkn2vq2gA&usqp=CAU%27%27);
  67. background-size: 135%;
  68. background-repeat: no-repeat;
  69. background-position: -30px 0px;
  70. border: 2px solid #C1C1C1;
  71. box-shadow: 0px 0px 8px 8px #ABABAB;
  72. opacity: 0.9;
  73. }
  74.  
  75. #icon:hover {
  76. background-image: url('https://i.pinimg.com/originals/c4/2a/c1/c42ac162921f9102eacd020f57ca456c.gif');
  77. }
  78.  
  79. #topicon {
  80. position: absolute;
  81. z-index: 2;
  82. left: -82px;
  83. top: -40px;
  84. border-radius: 50%;
  85. height: 155px;
  86. width: 155px;
  87. background-size: 170%;
  88. background-repeat: no-repeat;
  89. background-position: -60px -45px;
  90. border: 2px solid #C1C1C1;
  91. box-shadow: 0px 0px 8px 8px #ABABAB;
  92. background-image: url('https://i.pinimg.com/originals/55/18/9b/55189ba1bc2da0408519f42f282bf360.jpg');
  93. opacity: 1;
  94. }
  95.  
  96. #boticon {
  97. position: absolute;
  98. z-index: 2;
  99. right: -82px;
  100. top: -40px;
  101. border-radius: 50%;
  102. height: 155px;
  103. width: 155px;
  104. background-size: 200%;
  105. background-repeat: no-repeat;
  106. background-position: top;
  107. border: 2px solid #C1C1C1;
  108. box-shadow: 0px 0px 8px 8px #ABABAB;
  109. background-image: url('https://pm1.narvii.com/6722/c4978f3eb8aef8df55b9323bf671a80447466257_00.jpg');
  110. opacity: 1;
  111. }
  112.  
  113. #bigimg {
  114. position: absolute;
  115. z-index: 1;
  116. left: 92px;
  117. top: -50px;
  118. height: 200px;
  119. width: 390px;
  120. background-image: url('https://i.ibb.co/hyFSq53/Xing.png');
  121. background-size: 80%;
  122. background-repeat: no-repeat;
  123. }
  124.  
  125. #big2 {
  126. position: absolute;
  127. z-index: 1;
  128. left: 605px;
  129. top: -50px;
  130. background-image: url('https://i.ibb.co/QNXbh8c/Zhe.png');
  131. background-size: 71%;
  132. background-repeat: no-repeat;
  133. height: 200px;
  134. width: 390px;
  135. }
  136.  
  137. #ooc {
  138. position: absolute;
  139. z-index: 2;
  140. left: 12px;
  141. bottom: 12px;
  142. border: 2px solid #C1C1C1;
  143. box-shadow: 0px 0px 8px 8px #ABABAB;
  144. height: 170px;
  145. width: 306px;
  146. background-color: #E7E7E7;
  147. padding: 5px;
  148. overflow-y: auto;
  149. font-family: 'Charm';
  150. font-size: 12px;
  151. color: #333;
  152. line-height: 16px;
  153. border-radius: 3%;
  154. }
  155.  
  156. #info {
  157. position: absolute;
  158. z-index: 2;
  159. right: 12px;
  160. bottom: 12px;
  161. border: 2px solid #C1C1C1;
  162. box-shadow: 0px 0px 8px 8px #ABABAB;
  163. height: 170px;
  164. width: 318px;
  165. background-color: #E7E7E7;
  166. padding: 5px;
  167. overflow-y: auto;
  168. font-family: 'Charm';
  169. font-size: 12px;
  170. color: #333;
  171. line-height: 16px;
  172. border-radius: 3%;
  173. }
  174.  
  175. #yaten1 {
  176. position: absolute;
  177. z-index: 1;
  178. left: 12px;
  179. bottom: 259px;
  180. border: 2px solid #C1C1C1;
  181. box-shadow: 0px 0px 8px 8px #ABABAB;
  182. height: 150px;
  183. width: 315px;
  184. background-image: url('https://64.media.tumblr.com/d71dd71962a4bfe968397c458e38cdd6/tumblr_nes64wnq7r1u0ed63o3_250.gif');
  185. background-size: 100%;
  186. background-repeat: no-repeat;
  187. opacity: 0.8;
  188. filter: grayscale(10%);
  189. }
  190.  
  191. #yaten1:hover {
  192. background-image: url('https://data.whicdn.com/images/306247568/original.gif');
  193. background-size: 130%;
  194. }
  195.  
  196. #yaten2 {
  197. position: absolute;
  198. z-index: 1;
  199. right: 12px;
  200. bottom: 255px;
  201. border: 2px solid #C1C1C1;
  202. box-shadow: 0px 0px 8px 8px #ABABAB;
  203. height: 150px;
  204. width: 330px;
  205. background-image: url('https://i.pinimg.com/originals/13/26/95/1326958f5c7d88e173948f0ea7996972.gif');
  206. background-size: 100%;
  207. background-repeat: no-repeat;
  208. opacity: 0.8;
  209. filter: grayscale(10%);
  210. }
  211.  
  212. #yaten2:hover {
  213. background-image: url('https://media1.tenor.com/images/73b5479a3ef28bd482799c4be7c63384/tenor.gif?itemid=12936768');
  214. }
  215.  
  216. #stats {
  217. position: absolute;
  218. z-index: 1;
  219. left: 382px;
  220. bottom: 12px;
  221. border: 2px solid #C1C1C1;
  222. box-shadow: 0px 0px 8px 8px #ABABAB;
  223. height: 370px;
  224. width: 210px;
  225. background-color: #E7E7E7;
  226. padding: 5px;
  227. overflow-y: auto;
  228. font-family: 'Charm';
  229. font-size: 12px;
  230. color: #333;
  231. line-height: 17px;
  232. border-radius: 3%;
  233. }
  234.  
  235. #tab1 {
  236. position: absolute;
  237. left: 70px;
  238. bottom: 206px;
  239. height: 40px;
  240. width: 40px;
  241. background-image: url('https://media2.giphy.com/media/S9bfFrEDZyayBmIjAK/giphy.gif');
  242. background-size: 100%;
  243. background-repeat: no-repeat;
  244. }
  245.  
  246. #tab2 {
  247. position: absolute;
  248. left: 230px;
  249. bottom: 206px;
  250. height: 40px;
  251. width: 40px;
  252. background-image: url('https://media2.giphy.com/media/S9bfFrEDZyayBmIjAK/giphy.gif');
  253. background-size: 100%;
  254. background-repeat: no-repeat;
  255. }
  256.  
  257. #tab3 {
  258. position: absolute;
  259. right: 239px;
  260. bottom: 206px;
  261. height: 40px;
  262. width: 40px;
  263. background-image: url('https://media2.giphy.com/media/S9bfFrEDZyayBmIjAK/giphy.gif');
  264. background-size: 100%;
  265. background-repeat: no-repeat;
  266. }
  267.  
  268. #tab4 {
  269. position: absolute;
  270. right: 76px;
  271. bottom: 206px;
  272. height: 40px;
  273. width: 40px;
  274. background-image: url('https://media2.giphy.com/media/S9bfFrEDZyayBmIjAK/giphy.gif');
  275. background-size: 100%;
  276. background-repeat: no-repeat;
  277. }
  278.  
  279. b {
  280. font-family: 'Passion One';
  281. color: #A8A8A8;
  282. font-size: 13px;
  283. letter-spacing: 1px;
  284. }
  285.  
  286. h1 {
  287. font-family: 'Cookie';
  288. font-size: 20px;
  289. background-color: #A7A7A7;
  290. background-image: url('https://img1.picmix.com/output/stamp/thumb/9/6/4/6/1606469_f1f53.gif');
  291. line-height: 20px;
  292. background-size: 76%;
  293. background-repeat: repeat;
  294. color: #fff;
  295. text-align: center;
  296. margin-top: 6px;
  297. letter-spacing: 2px;
  298. margin-bottom: 0px;
  299. }
  300.  
  301. h2 {
  302. font-family: 'Bebas Neue';
  303. font-size: 12px;
  304. text-align: right;
  305. color: #009A40;
  306. border-top: 1px dotted #A7A7A7;
  307. margin-top: 0px;
  308. letter-spacing: 2px;
  309. margin-bottom: 4px;
  310. }
  311.  
  312. a {
  313. font-family: 'Redressed';
  314. color: #A3AA13;
  315. text-decoration: none;
  316. font-size: 12px;
  317. }
  318.  
  319. a:hover {
  320. color: green;
  321. }
  322.  
  323. .friend {
  324. width: 65px;
  325. height:41px;
  326. opacity: 1;
  327. border: 1px dashed #000;
  328. border-Radius: 10%;
  329. margin-right: .5px;
  330. margin-top: 4px;
  331. margin-bottom:-5px;
  332. opacity: 0.8;
  333. -webkit-transition:opacity 0.7s linear;
  334. -webkit-transition:all 0.6s ease-out;
  335. -moz-transition:all 0.6s ease-out;
  336. transition:all 0.6s ease-out;
  337. }
  338.  
  339. .friend:hover {
  340. opacity: 0.7;
  341. border: 1px dashed yellow;
  342. margin-right: .5px;
  343. margin-top: 4px;
  344. margin-bottom:-5px;
  345. -webkit-transition:opacity 0.7s linear;
  346. -webkit-transition:all 0.6s ease-out;
  347. -moz-transition:all 0.6s ease-out;
  348. transition:all 0.6s ease-out;
  349. }
  350.  
  351. </style>
  352. <div id="profile" oncontextmenu="return false;">
  353. <div id="overlay"></div>
  354. <div id="container">
  355. <div id="topicon"></div>
  356. <div id="icon"></div>
  357. <div id="boticon"></div>
  358. <div id="bigimg"></div>
  359. <div id="big2"></div>
  360. <div id="yaten1"></div>
  361. <div id="yaten2"></div>
  362. <a href="#2"><div id="tab1"></div></a>
  363. <a href="#1"><div id="tab2"></div></a>
  364. <a href="#4"><div id="tab3"></div></a>
  365. <a href="#3"><div id="tab4"></div></a>
  366. <div id="stats"><h1>Statistics</h1><h2>Starlight.</h2>
  367. <b>Name:</B> <font style=float:right>Stat.</font><br>
  368. <B>Gender:</B> <font style=float:right>Male (♂️).</font><br>
  369. <B>D.o.B.:</B> <font style=float:right>Stat.</font><br>
  370. <B>Age:</B> <font style=float:right>Stat.</font><br>
  371. <B>Zodiac:</B> <font style=float:right>Stat.</font><br>
  372. <B>Species:</B> <font style=float:right>Kinmoku Humanoid.</font><br>
  373. <B>Star System:</B> <font style=float:right>Stat.</font><br>
  374. <B>Queen:</B> <font style=float:right><a target="_blank" href="https://roleplay.chat/profile.php?user=" target="_blank">Unknown</a>.</font><br>
  375. <B>P.o.B.:</B> <font style=float:right>Stat.</font><br>
  376. <B>Nationality:</B> <font style=float:right>Stat.</font><br>
  377. <B>Ethnicity:</B> <font style=float:right>Stat.</font><br>
  378. <B>Sexuality:</b> <font style=float:right>Stat.</font><br>
  379. <B>Marital:</B> <font style=float:right>Single.</font><br>
  380. <B>Occupation:</b> <font style=float:right><a title="">Stat</a>.</font><br>
  381. <B>Residence:</B> <font style=float:right>Crystaia City, CA, U.S.A.</font><br>
  382. <B>Hair Color:</B> <font style=float:right>Stat.</font><br>
  383. <B>Eye Color:</b> <font style=float:right>Stat.</font><br>
  384. <B>Skin Tone:</B> <font style=float:right>Fair.</font><br>
  385. <B>Hair Style:</B> <font style=float:right>Stat.</font><br>
  386. <B>Height:</B> <font style=float:right>5'10".</font><br>
  387. <B>Weight:</b> <font style=float:right>Stat.</font><br>
  388. <B>Build:</b> <font style=float:right>Stat.</font><br>
  389. <B>Blood Type:</B> <font style=float:right>Stat.</font><br>
  390. <B>Scent:</B> <font style=float:right>Stat.</font>
  391. </div>
  392. <div id="ooc">
  393. <div style="height: 170px; overflow: hidden;">
  394. <a name="1"></a>
  395. <div style="height: 170px; overflow-y: auto;">
  396. <div style="margin: 0 auto; width: 25em;">
  397. <h1>Out of Character</h1><h2>Typist Notes.</h2>
  398. <B>00.</B> This code was made for Xing Zhe by <a href="//roleplay.chat/profile.php?user=Sailor+Chuu">Chuu</a> exclusively for this character. Do not steal! Friend code was graciously lent to me to use freely by <a href="//roleplay.chat/profile.php?user=Fa">Li Jie</a>.<br>
  399. <B>01.</B> OOC here!<br>
  400. <B>02.</B> OOC here.
  401.  
  402. </div></div>
  403.  
  404. <a name="2"></a>
  405. <div style="height: 170px; overflow-y: auto;">
  406. <div style="margin: 0 auto; width: 25em;">
  407. <h1>Connections</h1><h2>Friends & Foes.</h2>
  408. <a href=" " target="_blank"><img src="https://i.pinimg.com/originals/61/cc/f4/61ccf4518ce23d3479b825e0bac97aee.gif" title="Info here" class="friend"></a>
  409. <a href=" " target="_blank"><img src="https://i.pinimg.com/originals/61/cc/f4/61ccf4518ce23d3479b825e0bac97aee.gif" title="Info here" class="friend"></a>
  410. <a href=" " target="_blank"><img src="https://i.pinimg.com/originals/61/cc/f4/61ccf4518ce23d3479b825e0bac97aee.gif" title="Info here" class="friend"></a>
  411. <a href=" " target="_blank"><img src="https://i.pinimg.com/originals/61/cc/f4/61ccf4518ce23d3479b825e0bac97aee.gif" title="Info here" class="friend"></a>
  412. <a href=" " target="_blank"><img src="https://i.pinimg.com/originals/61/cc/f4/61ccf4518ce23d3479b825e0bac97aee.gif" title="Info here" class="friend"></a>
  413. <a href=" " target="_blank"><img src="https://i.pinimg.com/originals/61/cc/f4/61ccf4518ce23d3479b825e0bac97aee.gif" title="Info here" class="friend"></a>
  414. <a href=" " target="_blank"><img src="https://i.pinimg.com/originals/61/cc/f4/61ccf4518ce23d3479b825e0bac97aee.gif" title="Info here" class="friend"></a>
  415. <a href=" " target="_blank"><img src="https://i.pinimg.com/originals/61/cc/f4/61ccf4518ce23d3479b825e0bac97aee.gif" title="Info here" class="friend"></a>
  416. </div></div></div></div>
  417.  
  418. <div id="info">
  419. <div style="height: 170px; overflow: hidden;">
  420. <a name="3"></a>
  421. <div style="height: 170px; overflow-y: auto;">
  422. <div style="margin: 0 auto; width: 26em;">
  423. <h1>Personality</h1><h2>Diva.</h2>
  424. </div></div>
  425.  
  426. <a name="4"></a>
  427. <div style="height: 170px; overflow-y: auto;">
  428. <div style="margin: 0 auto; width: 26em;">
  429. <h1>Headcanons</h1><h2>Your World.</h2>
  430. </div></div></div></div>
  431. </div>
Add Comment
Please, Sign In to add comment