Chibi-Elle

BINTA CODE [DONE]

Dec 22nd, 2020 (edited)
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.92 KB | None | 0 0
  1. <style type="text/css">
  2. @import url('https://fonts.googleapis.com/css?family=Josefin+Sans|Lobster+Two|Vidaloka|Fugaz+One|Montez');
  3.  
  4. body {
  5. background-color: #003B19;
  6. background-image: ;
  7. background-position: center;
  8. background-size: 100%;
  9. background-repeat:no-repeat;
  10. }
  11.  
  12. #profile {
  13. position: fixed;
  14. left: 0px;
  15. right: 0px;
  16. top: 0px;
  17. bottom: 0px;
  18. }
  19.  
  20. #overlay {
  21. position: fixed;
  22. z-index: -1;
  23. background-image: url('https://i.ibb.co/jkVrqnc/circle-overlay.png');
  24. background-repeat: repeat;
  25. background-size: 100%;
  26. top: 0px;
  27. left: 0px;
  28. bottom: 0px;
  29. right: 0px;
  30. }
  31.  
  32. ::-webkit-scrollbar-track {
  33. background-color:;
  34. }
  35.  
  36. ::-webkit-scrollbar-thumb {
  37. background-color:;
  38. }
  39.  
  40. ::-webkit-scrollbar {
  41. width:0px;
  42. height:0px;
  43. }
  44.  
  45. #container {
  46. position: absolute;
  47. left: 2%;
  48. top: 6.5%;
  49. height: 570px;
  50. border: 4px solid #004C21;
  51. width: 1300px;
  52. background-color: #013517;
  53. background-image: url('https://i.ibb.co/Sf6XvLg/black-particles.png');
  54. background-repeat: repeat;
  55. background-size: 20%;
  56. }
  57.  
  58. #leftimage {
  59. position: absolute;
  60. z-index: 1;
  61. left: 10px;
  62. bottom: 10px;
  63. height: 148px;
  64. width: 340px;
  65. background-image: url('https://i.pinimg.com/originals/ea/8a/f3/ea8af366c1e791bbb14eaab1b236c64d.gif');
  66. background-size: 100%;
  67. background-repeat: no-repeat;
  68. background-position: center;
  69. box-shadow: 0px 0px 3px 3px #002F14;
  70. filter: grayscale(100%);
  71. }
  72.  
  73. #leftimage:hover {
  74. filter: grayscale(0%);
  75. }
  76.  
  77. #rightimage {
  78. position: absolute;
  79. z-index: 2;
  80. right: 10px;
  81. bottom: 10px;
  82. height: 148px;
  83. width: 340px;
  84. background-image: url('https://i.pinimg.com/originals/7d/5e/76/7d5e76aecb34a421a16d016d62f9e4ad.gif');
  85. background-size: 100%;
  86. background-repeat: no-repeat;
  87. background-position: center;
  88. filter: grayscale(100%);
  89. box-shadow: 0px 0px 3px 3px #002F14;
  90. }
  91.  
  92. #rightimage:hover {
  93. filter: grayscale(0%);
  94. }
  95.  
  96. #gif {
  97. position: absolute;
  98. z-index: 1;
  99. right: -10px;
  100. bottom: 10px;
  101. width: 130px;
  102. height: 250px;
  103. background-image: url('https://media1.giphy.com/media/lOrpsCYnLqnUa2wpAF/giphy.gif');
  104. background-repeat: no-repeat;
  105. background-size: 100%;
  106. }
  107.  
  108. #toptitle {
  109. position: absolute;
  110. z-index: 2;
  111. left: 410px;
  112. width: 500px;
  113. height: 120px;
  114. bottom: -80px;
  115. background-image: url('https://i.ibb.co/0QKf6yS/BINTA-TITLE-2.png');
  116. background-repeat: no-repeat;
  117. background-size: 100%;
  118. }
  119.  
  120. #title {
  121. position: absolute;
  122. z-index: 1;
  123. bottom: -18px;
  124. left: 390px;
  125. height: 148px;
  126. width: 520px;
  127. background-image: url('https://i.ibb.co/stw3J9Q/BINTA-TITLE.png');
  128. background-repeat: no-repeat;
  129. background-size: 100%;
  130. }
  131.  
  132. #linfo {
  133. position: absolute;
  134. z-index: 1;
  135. left: 10px;
  136. bottom: 175px;
  137. border: 2px solid #004C21;
  138. background-color: 000;
  139. padding: 5px;
  140. height: 371px;
  141. width: 280px;
  142. font-family: 'Josefin Sans';
  143. font-size: 12px;
  144. line-height: 16px;
  145. color: #fff;
  146. overflow-y: auto;
  147. }
  148.  
  149. #topbox {
  150. position: absolute;
  151. z-index: 1;
  152. left: 320px;
  153. bottom: 346px;
  154. height: 200px;
  155. width: 310px;
  156. border: 2px solid #004C21;
  157. background-color: 000;
  158. padding: 5px;
  159. font-family: 'Josefin Sans';
  160. font-size: 12px;
  161. line-height: 16px;
  162. color: #fff;
  163. overflow-y: auto;
  164. }
  165.  
  166. #flower {
  167. position: absolute;
  168. z-index: 2;
  169. bottom: 346px;
  170. left: 645px;
  171. height: 200px;
  172. width: 200px;
  173. background-image: url('https://i.ibb.co/ZdYGjG0/flower.png');
  174. background-repeat: no-repeat;
  175. background-size: 100%;
  176. }
  177.  
  178. #bottombox {
  179. position: absolute;
  180. z-index: 1;
  181. left: 320px;
  182. bottom: 175px;
  183. height: 140px;
  184. width: 510px;
  185. border: 2px solid #004C21;
  186. background-color: 000;
  187. padding: 5px;
  188. font-family: 'Josefin Sans';
  189. font-size: 12px;
  190. line-height: 16px;
  191. color: #fff;
  192. overflow-y: auto;
  193. }
  194.  
  195. #school {
  196. position: absolute;
  197. z-index: 1;
  198. left: 860px;
  199. bottom: 175px;
  200. height: 200px;
  201. width: 320px;
  202. border: 2px solid #004C21;
  203. background-color: 000;
  204. padding: 5px;
  205. font-family: 'Josefin Sans';
  206. font-size: 12px;
  207. line-height: 16px;
  208. color: #fff;
  209. overflow-y: auto;
  210. }
  211.  
  212. #log {
  213. position: absolute;
  214. z-index: 1;
  215. left: 860px;
  216. bottom: 406px;
  217. height: 140px;
  218. width: 320px;
  219. border: 2px solid #004C21;
  220. background-color: 000;
  221. padding: 5px;
  222. font-family: 'Josefin Sans';
  223. font-size: 12px;
  224. line-height: 16px;
  225. color: #fff;
  226. overflow-y: auto;
  227. }
  228.  
  229. #sidetitle {
  230. position: absolute;
  231. z-index: 2;
  232. right: -45px;
  233. height: 100px;
  234. width: 260px;
  235. bottom: 350px;
  236. background-image: url('https://i.ibb.co/px9qCVh/Binta-title-3.png');
  237. background-size: 100%;
  238. background-repeat: no-repeat;
  239. transform: rotate(90deg);
  240. }
  241.  
  242. a {
  243. font-family: 'Lobster Two';
  244. font-size: 12px;
  245. color: #FFD179;
  246. text-decoration: none;
  247. }
  248.  
  249. a:hover {
  250. color: green;
  251. }
  252.  
  253. b {
  254. font-family: 'Vidaloka';
  255. color: #777;
  256. }
  257.  
  258. i {
  259. color: green;
  260. font-family: 'Montez';
  261. font-size: 13px;
  262. }
  263.  
  264. h1 {
  265. font-family: 'Fugaz One';
  266. font-size: 17px;
  267. text-align: center;
  268. line-height: 14px;
  269. color: #;
  270. background-color: #;
  271. background-image: radial-gradient(circle, #001709, #001D0C, #003013, #005823);
  272. background-position: bottom left;
  273. margin: 0px;
  274. margin-bottom: 6px;
  275. letter-spacing: 3px;
  276. }
  277.  
  278. </style>
  279. <div id="profile" oncontextmenu="return false;">
  280. <div id="overlay"></div>
  281. <div id="container">
  282. <div id="leftimage"></div>
  283. <div id="rightimage"></div>
  284. <div id="gif"></div>
  285. <div id="sidetitle"></div>
  286. <div id="toptitle"></div>
  287. <div id="title"></div>
  288. <div id="linfo"><h1 class="glow">Statistics</h1>
  289. <B>Name:</B><font style=float:right>Binta Hassan.</font><br>
  290. <B>Nicknames:</B> <font style=float:right>STAT.</font><br>
  291. <B>Alias:</b> <font style=float:right>STAT.</font><br>
  292. <B>Gender:</B> <font style=float:right>Female.</font><br>
  293. <B>D.o.B.:</B> <font style=float:right>STAT.</font><br>
  294. <B>Zodiac:</B> <font style=float:right>STAT.</font><br>
  295. <B>Species:</B> <font style=float:right>Human.</font><br>
  296. <B>Blood Status:</B> <font style=float:right>Pure.</font><br>
  297. <B>Birthplace:</B> <font style=float:right>STAT.</font><br>
  298. <B>Ethnicity:</B> <font style=float:right>STAT.</font><br>
  299. <B>Nationality:</B> <font style=float:right>STAT.</font><br>
  300. <B>Orientation:</b> <font style=float:right>Hetero.</font><br>
  301. <B>Marital:</b> <font style=float:right>Single.</font><br>
  302. <B>Alignment:</B> <font style=float:right>STAT.</font><br>
  303. <B>Affiliation:</B> <font style=float:right>Hogwarts.</font><br>
  304. <B>Hair Color:</b> <font style=float:right>Black (Dyes).</font><br>
  305. <B>Eye Color:</b> <font style=float:right>Brown.</font><br>
  306. <B>Height:</b> <font style=float:right>STAT.</font><br>
  307. <B>Weight:</b> <font style=float:right>STAT.</font><br>
  308. <B>Build:</b> <font style=float:right>Ectomorph.</font><br>
  309. <B>Scent:</b> <font style=float:right>STAT.</font><br>
  310. <B>Blood Type:</b> <font style=float:right>STAT.</font></div>
  311. <div id="flower"></div>
  312. <div id="topbox"><h1>Out of Character</h1><B>00.</B> Coded by <a href="//roleplay.chat/profile.php?user=Sailor+Chuu" target="_blank">Chuu</a> for Binta to use.<br>
  313. <center><B>Bold.</B> // <i>Italics</i> // <a href="" target="_blank">Link</a></center></div>
  314. <div id="bottombox"><h1>Connections</h1></div>
  315. <div id="school"><h1>School Dossier</h1></div>
  316. <div id="log"><h1>RP Log</h1></div>
  317. </div>
Add Comment
Please, Sign In to add comment