Chibi-Elle

MALI [GIFT]

Oct 15th, 2021 (edited)
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.10 KB | None | 0 0
  1. <style type="text/css">
  2. @import url('https://fonts.googleapis.com/css?family=Explora|Fleur+De+Leah|Crushed|Handlee|Satisfy');
  3. @font-face { font-family: "zeitgeist"; src: url('https://dl.dropboxusercontent.com/s/2iuciu8ndwb8br0/Zeitgeist-RegularDemo.ttf'); }
  4. @font-face { font-family: "gloss"; src: url('https://dl.dropboxusercontent.com/s/e097emqjup6jer5/Gloss_And_Bloom.ttf'); }
  5.  
  6. body {
  7. background-color: #00b89c;
  8. background-image: url('http://trendingdubai.com/wp-content/uploads/2019/04/sakura.gif');
  9. background-position: top left;
  10. background-size: 45%;
  11. background-repeat: no-repeat;
  12. }
  13.  
  14. #mali {
  15. position: fixed;
  16. left: 0px;
  17. right: 0px;
  18. top: 0px;
  19. bottom: 0px;
  20. }
  21.  
  22. ::-webkit-scrollbar-track {
  23. background-color:;
  24. }
  25.  
  26. ::-webkit-scrollbar-thumb {
  27. background-color: pink;
  28. }
  29.  
  30. ::-webkit-scrollbar {
  31. width: 2px;
  32. height: 3px;
  33. }
  34.  
  35. #container {
  36. position: absolute;
  37. left: 1%;
  38. bottom: 2%;
  39. height: 170px;
  40. width: 480px;
  41. background: #fff;
  42. border-left: 12px solid teal;
  43. border-right: 12px solid teal;
  44. border-radius: 2%;
  45. background-image: url('https://www.transparenttextures.com/patterns/dark-stripes-light.png');
  46.  
  47. }
  48.  
  49. #title {
  50. position: absolute;
  51. z-index: 1;
  52. top: -110px;
  53. height: 100px;
  54. left: -9px;
  55. width: 100px;
  56. background-image: url('https://64.media.tumblr.com/916d1c6989da6766570d488b433b6e55/cb3590691eba22f5-37/s400x600/22f42caf033b32535a9571bf6bf48585727d83ad.png');
  57. background-size: 100%;
  58. background-repeat: no-repeat;
  59. border: 1px dotted teal;
  60. box-shadow: -2px 2px teal;
  61. }
  62.  
  63. #title:hover {
  64. background-image: url('https://64.media.tumblr.com/42e0bd9427e53dfede0c8b625da9ae37/cb3590691eba22f5-ba/s400x600/3a1b3d639c0e49d7b0c3234b1db39522ed537d83.png');
  65. }
  66.  
  67. #quotebox {
  68. position: absolute;
  69. z-index: 2;
  70. top: -94px;
  71. left: 100px;
  72. height: 76px;
  73. width: 178px;
  74. padding: 5px;
  75. background: ;
  76. box-shadow: ;
  77. text-align: left;
  78. font-family: 'Explora';
  79. font-size: 30px;
  80. line-height: 32px;
  81. color: #fff;
  82. text-shadow: -2px 2px teal;
  83. }
  84.  
  85. #info {
  86. position: absolute;
  87. z-index: 2;
  88. left: 8px;
  89. top: 8px;
  90. border: 1px dotted teal;
  91. height: 143px;
  92. width: 452px;
  93. padding: 5px;
  94. background: #fff;
  95. overflow-y: auto;
  96. line-height: 15px;
  97. font-family: 'Handlee';
  98. font-size: 11px;
  99. color: #777;
  100. }
  101.  
  102. #friendo {
  103. position: absolute;
  104. z-index: 1;
  105. border: px solid #000;
  106. left: 500px;
  107. bottom: 14px;
  108. height: 144px;
  109. width: 80px;
  110. text-align: center;
  111. overflow-y: auto;
  112. }
  113.  
  114. .friend {
  115. width: 70px;
  116. height: 44px;
  117. opacity: 1;
  118. border: 1px solid teal;
  119. border-radius: 5%;
  120. margin-right: 1px;
  121. margin-top: 4px;
  122. margin-bottom: -3px;
  123. opacity: 1;
  124. -webkit-transition: opacity 0.7s linear;
  125. -webkit-transition: all 0.6s ease-out;
  126. -moz-transition: all 0.6s ease-out;
  127. transition: all 0.6s ease-out;
  128. }
  129.  
  130. .friend:hover {
  131. opacity: 0.7;
  132. border: 1px dashed white;
  133. margin-right: 1px;
  134. margin-top: 4px;
  135. margin-bottom:-5px;
  136. -webkit-transition: opacity 0.7s linear;
  137. -webkit-transition: all 0.6s ease-out;
  138. -moz-transition: all 0.6s ease-out;
  139. transition: all 0.6s ease-out;
  140. }
  141.  
  142. u {
  143. font-family: "zeitgesit";
  144. font-size: 30px;
  145. color: teal;
  146. text-decoration: none;
  147. text-shadow: -1px 1px #054f43;
  148. }
  149.  
  150. span {
  151. text-decoration: none;
  152. background: #67c2b4;
  153. color: #415753;
  154. font-family: 'satisfy';
  155. padding: 2px;
  156. border: 1.5px solid teal;
  157. border-radius: 3%;
  158. line-height: 15px;
  159. }
  160.  
  161. span:hover {
  162. opacity: 0.8;
  163. letter-spacing: 1px;
  164. }
  165.  
  166. a {
  167. font-family: 'Satisfy';
  168. text-decoration: none;
  169. color: #00b89c;
  170. text-shadow: 0px 0px 3px pink;
  171. }
  172.  
  173. h1 {
  174. font-family: 'Fleur De Leah';
  175. background-image: linear-gradient(to right, #FBD5E0, #F6A2BA, #D7758E);
  176. text-align: right;
  177. line-height: 11px;
  178. font-size: 25px;
  179. margin-bottom: 8px;
  180. margin-top: 3.5px;
  181. color: teal;
  182. text-shadow: -1.5px 1.5px pink;
  183. }
  184.  
  185. b {
  186. font-family: 'Crushed';
  187. font-size: 11px;
  188. color: #B9415D;
  189. }
  190.  
  191. #pt2 {
  192. position: absolute;
  193. z-index: 1;
  194. left: 610px;
  195. bottom: 90px;
  196. height: 420px;
  197. width: 500px;
  198. border-radius: 2%;
  199. background: #fff;
  200. background-image: url('https://www.transparenttextures.com/patterns/dark-stripes-light.png');
  201. box-shadow: -5px -5px teal;
  202. }
  203.  
  204. #stats {
  205. position: absolute;
  206. z-index: 2;
  207. left: 8px;
  208. top: 8px;
  209. border: 1px dotted teal;
  210. height: 185px;
  211. width: 225px;
  212. padding: 5px;
  213. background: #fff;
  214. overflow-y: auto;
  215. line-height: 16px;
  216. font-family: 'Handlee';
  217. font-size: 11px;
  218. color: #777;
  219. }
  220.  
  221. #boximgtop {
  222. position: absolute;
  223. z-index: 2;
  224. right: 8px;
  225. top: 8px;
  226. border: 1px dotted teal;
  227. height: 185px;
  228. width: 225px;
  229. padding: 5px;
  230. background-image: url('https://64.media.tumblr.com/7c88d221e29e8ef9341b117e6219d5db/06e91ddd3010d25c-69/s400x600/f481a56c3abadae385f6b7ca361517e3be885527.png');
  231. background-size: 100%;
  232. background-repeat: no-repeat;
  233. background-position: center;
  234. }
  235.  
  236.  
  237. #boximgbot {
  238. position: absolute;
  239. z-index: 2;
  240. left: 8px;
  241. bottom: 8px;
  242. border: 1px dotted teal;
  243. height: 185px;
  244. width: 225px;
  245. padding: 5px;
  246. background-image: url('https://64.media.tumblr.com/c3235f3a2677dd361b9d412c352738ff/a1d286b11861669a-4c/s1280x1920/d37bd1d0a0341622e807c57896779e24f4f5bbfc.jpg');
  247. background-size: 100%;
  248. background-repeat: no-repeat;
  249. background-position: center;
  250. }
  251.  
  252. #magic {
  253. position: absolute;
  254. z-index: 2;
  255. right: 8px;
  256. bottom: 8px;
  257. border: 1px dotted teal;
  258. height: 185px;
  259. width: 225px;
  260. padding: 5px;
  261. background: #fff;
  262. overflow-y: auto;
  263. line-height: 16px;
  264. font-family: 'Handlee';
  265. font-size: 11px;
  266. color: #777;
  267. }
  268.  
  269. </style>
  270. <div id="mali" oncontextmenu="return false;">
  271. <div id="container">
  272. <div id="title"></div>
  273. <div id="quotebox"><u>❝</u> don't count your days, make your days count. <u>❞</u></div>
  274. <div id="info">
  275. <h1>Out of Character</h1>
  276. <B>Credit</B> goes to <a href="//roleplay.chat/profile.php?user=Sailor+Chuu">Chuu</a> for the code! Do not take any part of it. If you're interested in something similar, leave mail! <br>
  277. <B>01.</B> Words words words.<br>
  278. <B>02.</b> Words words words words. <span>Test this here</span>
  279. </div>
  280. <div id="friendo">
  281. <a href="//roleplay.chat/profile.php?user=Channarong" target="_blank"><img src="https://64.media.tumblr.com/75bc17bb17dc50e3214146b629b5e996/99f4deffdd2108a3-c4/s540x810/7f5c7407dad4334b231bb1aac436532b69356c5e.gif" title="Chan." class="friend"></a><br>
  282. <a href="//roleplay.chat/profile.php?user=Khemkaeng" target="_blank"><img src="https://c.tenor.com/xsBwhbf4PaoAAAAC/bambam-got7.gif" title="Scorpio." class="friend"></a><br>
  283. <a href="//roleplay.chat/profile.php?user=Henry+Lim" target="_blank"><img src="https://i.pinimg.com/originals/e2/63/37/e26337d814ded2056eef377e91d77563.gif" title="Henry." class="friend"></a><br>
  284. <a href=" " target="_blank"><img src="https://64.media.tumblr.com/9c2f7316bfde47dee69814e0070f30f8/5ea8e1f4301ca1cf-07/s400x600/c8f2853a4f489a93c2e094c12ed0485caa51c866.gif" title="Info here" class="friend"></a><br>
  285. <a href=" " target="_blank"><img src="https://64.media.tumblr.com/9c2f7316bfde47dee69814e0070f30f8/5ea8e1f4301ca1cf-07/s400x600/c8f2853a4f489a93c2e094c12ed0485caa51c866.gif" title="Info here" class="friend"></a><br>
  286. <a href=" " target="_blank"><img src="https://64.media.tumblr.com/9c2f7316bfde47dee69814e0070f30f8/5ea8e1f4301ca1cf-07/s400x600/c8f2853a4f489a93c2e094c12ed0485caa51c866.gif" title="Info here" class="friend"></a>
  287. </div>
  288. <div id="pt2">
  289. <div id="stats">
  290. <h1>Statistics</h1>
  291. <B>Name.</B> <font style=float:right>Malivalaya.</font><br>
  292. <B>Surname.</B> <font style=float:right>Luo-Bunchai.</font><br>
  293. <B>Nickname.</B> <font style=float:right>Mali, Chan Jr.</font><br>
  294. <B>Alias.</B> <font style=float:right>TBD.</font><br>
  295. <B>Age.</B> <font style=float:right>20.</font><br>
  296. <B>D.o.B.</B> <font style=float:right>##.</font><br>
  297. <B>Zodiac.</b> <font style=float:right>##.</font><br>
  298. <B>Orient.</B> <font style=float:right>Heterosexual.</font><br>
  299. <B>Alignment:</B> <font style=float:right>Good.</font><br>
  300. <B>Affiliation:</B> <font style=float:right>Vidon Guild.</font><br>
  301. <B>Hair Color:</B> <font style=float:right>Brunette.</font><br>
  302. <B>Eye Color:</B> <font style=float:right>Brown.</font><br>
  303. <B>Height:</B> <font style=float:right>##.</font><br>
  304. <B>Build:</B> <font style=float:right>Petite.</font>
  305. </div>
  306. <div id="boximgtop"></div>
  307. <div id="boximgbot"></div>
  308. <div id="magic">
  309. <h1>Magic</h1>
  310.  
  311. </div>
  312. </div>
  313. </div>
Add Comment
Please, Sign In to add comment