Chibi-Elle

SAPHIR CODE [GIFT]

Jan 7th, 2021 (edited)
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.74 KB | None | 0 0
  1. <style type="text/css">
  2. @import url('https://fonts.googleapis.com/css?family=Marck+Script|Lobster+Two|Pirata+One|Courgette|Satisfy|Cookie|Bebas+Neue');
  3.  
  4. body {
  5. background-color: #AC0E00;
  6. background-image: url('https://ak.picdn.net/shutterstock/videos/1010739512/thumb/1.jpg');
  7. background-position: center;
  8. background-size: 100%;
  9. background-repeat:repeat;
  10. }
  11.  
  12. #saphir {
  13. position: fixed;
  14. left: 0px;
  15. right: 0px;
  16. top: 0px;
  17. bottom: 0px;
  18. }
  19.  
  20. ::-webkit-scrollbar-track {
  21. background-color:;
  22. }
  23.  
  24. ::-webkit-scrollbar-thumb {
  25. background-color:;
  26. }
  27.  
  28. ::-webkit-scrollbar {
  29. width:0px;
  30. height:0px;
  31. }
  32.  
  33. #container {
  34. position: absolute;
  35. left: 9.5%;
  36. top: 11.5%;
  37. height: 460px;
  38. width: 1100px;
  39. border: 4px solid #010059;
  40. box-shadow: 0px 0px 10px 10px #0623AB;
  41. background-color: #010059;
  42. background-image: url('https://i.ibb.co/xsdy7Cp/planet.png');
  43. background-size: 15%;
  44. background-repeat: repeat;
  45. }
  46.  
  47. #render {
  48. position: absolute;
  49. z-index: 1;
  50. bottom: -154px;
  51. left: -75px;
  52. background-image: url('https://i.ibb.co/GPLx5gH/Kai-EXO.png');
  53. background-size: 100%;
  54. background-repeat: no-repeat;
  55. height: 660px;
  56. width: 340px;
  57. }
  58.  
  59. #icon1 {
  60. position: absolute;
  61. z-index: 1;
  62. right: -50px;
  63. top: 10px;
  64. height: 120px;
  65. width: 120px;
  66. border-radius: 50%;
  67. border: 4px solid #010059;
  68. box-shadow: 0px 0px 10px 10px #0623AB;
  69. background-image: url('https://pbs.twimg.com/media/Cj-WsGbXAAADd0J.jpg');
  70. background-repeat: no-repeat;
  71. background-size: 100%;
  72. }
  73.  
  74. #icon2 {
  75. position: absolute;
  76. z-index: 1;
  77. right: -50px;
  78. top: 166px;
  79. height: 120px;
  80. width: 120px;
  81. border-radius: 50%;
  82. border: 4px solid #010059;
  83. box-shadow: 0px 0px 10px 10px #0623AB;
  84. background-image: url('https://pbs.twimg.com/media/EnJaRG4XMAEjLfC.jpg');
  85. background-repeat: no-repeat;
  86. background-size: 149%;
  87. background-position: center;
  88. }
  89.  
  90. #icon3 {
  91. position: absolute;
  92. z-index: 1;
  93. right: -50px;
  94. bottom: 10px;
  95. height: 120px;
  96. width: 120px;
  97. border-radius: 50%;
  98. border: 4px solid #010059;
  99. box-shadow: 0px 0px 10px 10px #0623AB;
  100. background-image: url('https://data.whicdn.com/images/348966943/original.jpg');
  101. background-repeat: no-repeat;
  102. background-size: 133%;
  103. background-position: center;
  104. }
  105.  
  106. #title {
  107. position: absolute;
  108. z-index: 2;
  109. left: 190px;
  110. bottom: -70px;
  111. height: 140px;
  112. width: 500px;
  113. background-image: url('https://i.ibb.co/vhqkDBB/Saphir-Title.png');
  114. background-repeat: no-repeat;
  115. background-size: 100%;
  116. }
  117.  
  118. #moon {
  119. position: absolute;
  120. z-index: 2;
  121. left: 630px;
  122. bottom: -10px;
  123. width: 70px;
  124. height: 70px;
  125. border-radius: 50%;
  126. box-shadow: 15px 15px 0 0 black;
  127. }
  128.  
  129. #ooc {
  130. position: absolute;
  131. z-index: 2;
  132. bottom: 10px;
  133. left: 730px;
  134. height: 150px;
  135. width: 250px;
  136. background-color: #000;
  137. border: 2px solid #010059;
  138. box-shadow: 0px 0px 4px 4px #0623AB;
  139. padding: 5px;
  140. overflow-y: auto;
  141. font-family: 'Marck Script';
  142. color: #fff;
  143. font-size: 12px;
  144. line-height: 16px;
  145. }
  146.  
  147. #dropgif {
  148. position: absolute;
  149. z-index: 1;
  150. opacity: 0.6;
  151. left: 550px;
  152. bottom: 55px;
  153. height: 150px;
  154. width: 250px;
  155. border: 2px solid #010059;
  156. box-shadow: 0px 0px 4px 4px #0623AB;
  157. background-image: url('https://i.gifer.com/Tepu.gif');
  158. background-repeat: no-repeat;
  159. background-size: 100%;
  160. }
  161.  
  162. #dropgif:hover {
  163. background-image: url('https://64.media.tumblr.com/4906ea9a3e47ff021ded516d8b4825d2/420085a69c868dd0-d5/s500x750/d9bd49666fd48df17dfcbae86ccbbc91a8910e28.gif');
  164. background-size: 100%;
  165. background-repeat: no-repeat;
  166. }
  167.  
  168. #lgif {
  169. position: absolute;
  170. z-index: 1;
  171. opacity: 0.6;
  172. left: 212px;
  173. bottom: 7px;
  174. width: 292px;
  175. height: 155px;
  176. border: 2px solid #010059;
  177. box-shadow: 0px 0px 4px 4px #0623AB;
  178. background-image: url('https://i.pinimg.com/originals/24/c0/19/24c019208a5c0389acb166997005cda7.gif');
  179. background-repeat: no-repeat;
  180. background-size: 100%;
  181. transform: skew(-10deg);
  182. }
  183.  
  184. #lgif:hover {
  185. background-image: url('https://media4.giphy.com/media/PuBvLz7913crK/giphy.gif');
  186. background-size: 100%;
  187. background-repeat: no-repeat;
  188. }
  189.  
  190.  
  191. #rinfo {
  192. position: absolute;
  193. z-index: 1;
  194. left: 730px;
  195. width: 250px;
  196. height: 204px;
  197. bottom: 230px;
  198. border: 2px solid #010059;
  199. box-shadow: 0px 0px 4px 4px #0623AB;
  200. padding: 5px;
  201. overflow-y: auto;
  202. background-color: #000;
  203. font-family: 'Marck Script';
  204. color: #fff;
  205. font-size: 12px;
  206. line-height: 16px;
  207. }
  208.  
  209. p::first-letter {
  210. font-size: 230%;
  211. font-family: 'Lobster Two';
  212. color: #0623AB;
  213. float: left;
  214. margin-right: 2px;
  215. margin-top: -6px;
  216. }
  217.  
  218. b {
  219. font-family: 'Pirata One';
  220. color: #507AE6;
  221. }
  222.  
  223. i {
  224. font-family: 'Courgette';
  225. color: #9AD6FA;
  226. font-size: 10.5px;
  227. }
  228.  
  229. a {
  230. font-family: 'Satisfy';
  231. text-decoration: none;
  232. color: #666;
  233. font-size: 11px;
  234. }
  235.  
  236. #gem1 {
  237. position: absolute;
  238. z-index: 1;
  239. left: 812px;
  240. bottom: 183px;
  241. height: 40px;
  242. width: 40px;
  243. background-color: transparent;
  244. background-image: url('https://thumbs.gfycat.com/ThickInsecureLark-size_restricted.gif');
  245. background-repeat: no-repeat;
  246. background-size: 100%;
  247. }
  248.  
  249. #gem2 {
  250. position: absolute;
  251. z-index: 1;
  252. left: 882px;
  253. bottom: 183px;
  254. height: 40px;
  255. width: 40px;
  256. background-color: transparent;
  257. background-image: url('https://thumbs.gfycat.com/ThickInsecureLark-size_restricted.gif');
  258. background-repeat: no-repeat;
  259. background-size: 100%;
  260. }
  261.  
  262. #gem3 {
  263. position: absolute;
  264. z-index: 1;
  265. left: 952px;
  266. bottom: 183px;
  267. height: 40px;
  268. width: 40px;
  269. background-color: transparent;
  270. background-image: url('https://thumbs.gfycat.com/ThickInsecureLark-size_restricted.gif');
  271. background-repeat: no-repeat;
  272. background-size: 100%;
  273. }
  274.  
  275. #quote1 {
  276. position: absolute;
  277. top: 20px;
  278. left: 185px;
  279. height: 80px;
  280. width: 530px;
  281. background-image: url('https://i.ibb.co/JtrBnbR/saph-quote-1.png');
  282. background-repeat: no-repeat;
  283. background-size: 93%;
  284. }
  285.  
  286. #quote2 {
  287. position: absolute;
  288. top: 108px;
  289. left: 165px;
  290. height: 80px;
  291. width: 530px;
  292. background-image: url('https://i.ibb.co/kMDK1rX/saph-quote-2.png');
  293. background-repeat: no-repeat;
  294. background-size: 93%;
  295. }
  296.  
  297. #quote3 {
  298. position: absolute;
  299. top: 190px;
  300. left: 225px;
  301. height: 80px;
  302. width: 530px;
  303. background-image: url('https://i.ibb.co/8BckpvT/saph-quote-3.png');
  304. background-repeat: no-repeat;
  305. background-size: 93%;
  306. }
  307.  
  308. #quote4 {
  309. position: absolute;
  310. top: 260px;
  311. left: 230px;
  312. height: 80px;
  313. width: 300px;
  314. background-image: url('https://i.ibb.co/yRGhczH/saph-quote-4.png');
  315. background-repeat: no-repeat;
  316. background-size: 93%;
  317. }
  318.  
  319. h1 {
  320. font-family: 'Cookie';
  321. font-size: 20px;
  322. background-color: #040069;
  323. background-image: url('https://img1.picmix.com/output/stamp/thumb/9/6/4/6/1606469_f1f53.gif');
  324. line-height: 20px;
  325. background-size: 16%;
  326. background-repeat: repeat;
  327. color: #fff;
  328. text-align: center;
  329. margin-top: 3px;
  330. letter-spacing: 2px;
  331. margin-bottom: 0px;
  332. }
  333.  
  334. h2 {
  335. font-family: 'Bebas Neue';
  336. font-size: 12px;
  337. text-align: right;
  338. color: #BBFFF9;
  339. border-top: 1px dotted #040069;
  340. margin-top: 0px;
  341. letter-spacing: 2px;
  342. margin-bottom: 4px;
  343. }
  344.  
  345. </style>
  346. <div id="saphir" oncontextmenu="return false;">
  347. <div id="container">
  348. <div id="render"></div>
  349. <div id="title"></div>
  350. <a href="#2"><div id="gem1"></div></a>
  351. <a href="#3"><div id="gem2"></div></a>
  352. <a href="#1"><div id="gem3"></div></a>
  353. <div id="icon1"></div>
  354. <div id="icon2"></div>
  355. <div id="icon3"></div>
  356. <div id="moon"></div>
  357. <div id="dropgif"></div>
  358. <div id="lgif"></div>
  359. <div id="quote1"></div>
  360. <div id="quote2"></div>
  361. <div id="quote3"></div>
  362. <div id="quote4"></div>
  363. <div id="ooc">
  364. <h1>Out of Character</h1><h2>Typist Notes.</h2>
  365. <b>00.</B> Coded by <a href="https://roleplay.chat/profile.php?user=Sailor+Chuu" target="_blank">Chuu</a> for Saphir's use only! Do not steal this code.<br>
  366. <B>01.</B> OOC here.<br>
  367. <B>02.</B> OOC some more.
  368. </div>
  369. <div id="rinfo">
  370. <div style="height: 204px; overflow: hidden;">
  371. <a name="1"></a>
  372. <div style="height: 204px; overflow-y: auto;">
  373. <div style="margin: 0 auto; width: 20.7em;">
  374. <h1>Statistics</h1><h2>Sleeping Prince.</h2>
  375. <b>Name:</B> <font style=float:right>Stat.</font><br>
  376. <B>Hangul:</B> <font style=float:right>Stat.</font><br>
  377. <B>Meaning:</B> <font style=float:right>Stat.</font><br>
  378. <B>Gender:</B> <font style=float:right>Male (♂️).</font><br>
  379. <B>D.o.B.:</B> <font style=float:right>Stat.</font><br>
  380. <B>Age:</B> <font style=float:right>Stat.</font><br>
  381. <B>Greek Zodiac:</B> <font style=float:right>Stat.</font><br>
  382. <B>Species:</B> <font style=float:right>Nemesis Humanoid.</font><br>
  383. <B>Star System:</B> <font style=float:right>Stat.</font><br>
  384. <B>Queen:</B> <font style=float:right><a target="_blank" href="https://roleplay.chat/profile.php?user=" target="_blank">Unknown</a>.</font><br>
  385. <B>P.o.B.:</B> <font style=float:right>Stat.</font><br>
  386. <B>Nationality:</B> <font style=float:right>Stat.</font><br>
  387. <B>Ethnicity:</B> <font style=float:right>Stat.</font><br>
  388. <B>Sexuality:</b> <font style=float:right>Stat.</font><br>
  389. <B>Marital:</B> <font style=float:right>Single.</font><br>
  390. <B>Occupation:</b> <font style=float:right><a title="">Stat</a>.</font><br>
  391. <B>Residence:</B> <font style=float:right>Crystaia City, CA, U.S.A.</font><br>
  392. <B>Hair Color:</B> <font style=float:right>Stat.</font><br>
  393. <B>Eye Color:</b> <font style=float:right>Stat.</font><br>
  394. <B>Skin Tone:</B> <font style=float:right>Olive.</font><br>
  395. <B>Hair Style:</B> <font style=float:right>Stat.</font><br>
  396. <B>Height:</B> <font style=float:right>Stat.</font><br>
  397. <B>Weight:</b> <font style=float:right>Stat.</font><br>
  398. <B>Build:</b> <font style=float:right>Stat.</font><br>
  399. <B>Blood Type:</B> <font style=float:right>Stat.</font><br>
  400. <B>Scent:</B> <font style=float:right>Stat.</font>
  401. </div></div>
  402.  
  403. <a name="2"></a>
  404. <div style="height: 204px; overflow-y: auto;">
  405. <div style="margin: 0 auto; width: 20.7em;">
  406. <h1>Alter Ego</h1><h2>Dangerous Gem.</h2>
  407.  
  408. </div></div>
  409.  
  410. <a name="3"></a>
  411. <div style="height: 204px; overflow-y: auto;">
  412. <div style="margin: 0 auto; width: 20.7em;">
  413. <h1>Headcanons</h1><h2>Beginning Anew.</h2>
  414.  
  415. </div></div></div></div>
  416.  
  417. </div>
Add Comment
Please, Sign In to add comment