Chibi-Elle

DANNY [DONE]

Dec 13th, 2020 (edited)
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.37 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(//fonts.googleapis.com/css?family=Overlock|Redressed|Niconne|Forum|Aladin);
  3.  
  4. body {
  5. background-color: #FDFFEA;
  6. background-image: url('https://img.wallpapersafari.com/desktop/1920/1080/23/20/6dpD0Z.jpg');
  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. ::-webkit-scrollbar-track {background-color:;}
  21. ::-webkit-scrollbar-thumb {background-color:;}
  22. ::-webkit-scrollbar {width:2px;height:5px;}
  23.  
  24. #container {
  25. position: absolute;
  26. left: 35%;
  27. top: 8%;
  28. height: 550px;
  29. width: 400px;
  30. background-color: #3A0000;
  31. border: 2px solid #2C0001;
  32. box-shadow: 0px 0px 10px 10px #2C0001;
  33. }
  34.  
  35. #topimg {
  36. position: absolute;
  37. z-index: 1;
  38. right: 0px;
  39. top: 0px;
  40. width: 400px;
  41. height: 60px;
  42. background-image: url('https://data.whicdn.com/images/281118618/original.gif');
  43. border-bottom: 1px solid #2c0001;
  44. background-repeat: no-repeat;
  45. background-size: 100%;
  46. background-position: center;
  47. }
  48.  
  49. #topimg:hover {
  50. background-image: url('https://data.whicdn.com/images/228339882/original.gif');
  51. filter: grayscale(0%);
  52. background-position: center;
  53. }
  54.  
  55. #quote {
  56. position: absolute;
  57. z-index: 1;
  58. left: 85px;
  59. top: 66px;
  60. height: 85px;
  61. width: 230px;
  62. background-image: url('https://i.ibb.co/w7RxNKn/Quote.png');
  63. background-repeat: no-repeat;
  64. background-size: 100%;
  65. }
  66.  
  67. #sqpic {
  68. position: absolute;
  69. z-index: 2;
  70. left: 10px;
  71. top: 28px;
  72. height: 50px;
  73. width: 50px;
  74. border: 6px solid #111;
  75. background-image: url('https://i.imgur.com/FaRhOWR.png?1');
  76. background-size: 100%;
  77. background-repeat: no-repeat;
  78. filter: grayscale(0%);
  79. }
  80.  
  81. #sqpic2 {
  82. position: absolute;
  83. z-index: 2;
  84. right: 10px;
  85. top: 28px;
  86. height: 50px;
  87. width: 50px;
  88. border: 6px solid #111;
  89. background-image: url('https://i.imgur.com/AnMwqRj.jpg');
  90. background-size: 100%;
  91. background-repeat: no-repeat;
  92. filter: grayscale(0%);
  93. }
  94.  
  95. #banner {
  96. position: absolute;
  97. z-index: 1;
  98. left: 10px;
  99. top: 100px;
  100. border: 6px solid #111;
  101. height: 100px;
  102. width: 368px;
  103. background-image: url('https://data.whicdn.com/images/262066941/original.gif');
  104. background-repeat: no-repeat;
  105. background-size: 100%;
  106. background-position: center;
  107. }
  108.  
  109. .overlay {
  110. opacity: 0;
  111. overflow: auto;
  112. }
  113.  
  114. #banner:hover .overlay {
  115. position: absolute;
  116. opacity: 2;
  117. left: 0px;
  118. bottom: 0px;
  119. height: 90px;
  120. width: 357px;
  121. background-color: #000;
  122. color: #fff;
  123. font-size: 10px;
  124. font-family: 'Forum';
  125. padding: 5px;
  126. line-height: 13px;
  127. overflow-y: auto;
  128. }
  129.  
  130. #lilaes {
  131. position: absolute;
  132. z-index: 1;
  133. left: 15px;
  134. top: 215px;
  135. height: 80px;
  136. width: 368px;
  137. background-image: url('https://cdn.shopify.com/s/files/1/0443/2929/files/BlackRoseDivider_600x.gif?v=1497175951');
  138. background-repeat: no-repeat;
  139. background-size: 100%;
  140. opacity: 0.3;
  141. }
  142.  
  143. #content {
  144. position: absolute;
  145. z-index: 1;
  146. bottom: 10px;
  147. right: 10px;
  148. background-color: #000;
  149. border: 3px solid #111;
  150. height: 224px;
  151. width: 140px;
  152. padding: 5px;
  153. color: #fff;
  154. font-size: 10px;
  155. font-family: 'Forum';
  156. line-height: 13px;
  157. overflow-y: auto;
  158. }
  159.  
  160. #rectimg {
  161. position: absolute;
  162. z-index: 1;
  163. left: 10px;
  164. border: 3px solid #111;
  165. bottom: 10px;
  166. height: 234px;
  167. width: 146px;
  168. background-image: url('https://i.redd.it/f72eiwi4mdc41.jpg');
  169. background-size: 130%;
  170. background-repeat: no-repeat;
  171. }
  172.  
  173. #rectimg:hover {
  174. background-image: url('https://pbs.twimg.com/media/Cvzk0uZXYAAgDkH.jpg');
  175. }
  176.  
  177. #tab1 {
  178. position: absolute;
  179. z-index: 2;
  180. left: 177px;
  181. bottom: 208px;
  182. background-color: transparent;
  183. border-radius: 0%;
  184. background-image: url('https://assets.stickpng.com/images/5871675d7b7f6103e35c6c88.png');
  185. background-size: 100%;
  186. background-repeat: no-repeat;
  187. height: 40px;
  188. width: 40px;
  189. opacity: 0.8;
  190. }
  191.  
  192. #tab2 {
  193. position: absolute;
  194. z-index: 2;
  195. left: 177px;
  196. bottom: 142px;
  197. background-color: transparent;
  198. border-radius: 0%;
  199. background-image: url('https://assets.stickpng.com/images/5871675d7b7f6103e35c6c88.png');
  200. background-size: 100%;
  201. background-repeat: no-repeat;
  202. height: 40px;
  203. width: 40px;
  204. opacity: 0.8;
  205. }
  206.  
  207. #tab3 {
  208. position: absolute;
  209. z-index: 2;
  210. left: 177px;
  211. bottom: 76px;
  212. background-color: transparent;
  213. border-radius: 0%;
  214. background-image: url('https://assets.stickpng.com/images/5871675d7b7f6103e35c6c88.png');
  215. background-size: 100%;
  216. background-repeat: no-repeat;
  217. height: 40px;
  218. width: 40px;
  219. opacity: 0.8;
  220. }
  221.  
  222. #tab4 {
  223. position: absolute;
  224. z-index: 2;
  225. left: 177px;
  226. bottom: 10px;
  227. background-color: transparent;
  228. border-radius: 0%;
  229. background-image: url('https://assets.stickpng.com/images/5871675d7b7f6103e35c6c88.png');
  230. background-size: 100%;
  231. background-repeat: no-repeat;
  232. height: 40px;
  233. width: 40px;
  234. opacity: 0.8;
  235. }
  236.  
  237. h1 {
  238. font-family: 'Niconne';
  239. font-size: 15px;
  240. color: #501A1A;
  241. text-transform: ;
  242. letter-spacing: 2px;
  243. border-bottom: 0px solid #;
  244. background-image: url('');
  245. background-color: #21000c;
  246. text-align: center;
  247. margin-right: 0px;
  248. margin-left: 1px;
  249. line-height: 13px;
  250. margin-top: 0px;
  251. margin-bottom: 4px;
  252. }
  253.  
  254. b {
  255. color: #333;
  256. font-family: 'Aladin';
  257. font-size: 11px;
  258. }
  259.  
  260. a {
  261. font-family: 'Redressed';
  262. color: #ff0000;
  263. font-size: 11px;
  264. text-decoration: none;
  265. }
  266.  
  267. a:hover {
  268. color: #777;
  269. }
  270.  
  271. </style>
  272. <div id="profile" oncontextmenu="return false;">
  273. <div id="container">
  274. <a href="#2"><div id="tab1"></div></a>
  275. <a href="#3"><div id="tab2"></div></a>
  276. <a href="#4"><div id="tab3"></div></a>
  277. <a href="#1"><div id="tab4"></div></a>
  278. <div id="topimg"></div>
  279. <div id="quote"></div>
  280. <div id="sqpic"></div>
  281. <div id="sqpic2"></div>
  282. <div id="banner"><div class="overlay"><h1>Out of Character</h1><B>00.</B> Coded by <a href="//roleplay.chat/profile.php?user=Sailor+Chuu" target="_blank">Chuu</a> for Danton. Do not steal!! </div></div>
  283. <div id="lilaes"></div>
  284. <div id="rectimg"></div>
  285. <div id="content">
  286. <div style="height: 224px; overflow-y: hidden;">
  287. <a name="1"></a>
  288. <div style="height: 224px; overflow: auto;">
  289. <div style="margin: 0 auto; width: 13.7em;">
  290. <h1>Statistics</h1>
  291. <B>Stat:</B> <font style=float:right>Stat.</font><br>
  292. <B>Stat:</B> <font style=float:right>Stat.</font><br>
  293. <B>Stat:</B> <font style=float:right>Stat.</font><br>
  294. <B>Stat:</B> <font style=float:right>Stat.</font><br>
  295. <B>Stat:</B> <font style=float:right>Stat.</font><br>
  296. <B>Stat:</B> <font style=float:right>Stat.</font><br>
  297. <B>Stat:</B> <font style=float:right>Stat.</font><br>
  298. <B>Stat:</B> <font style=float:right>Stat.</font><br>
  299. <B>Stat:</B> <font style=float:right>Stat.</font><br>
  300. <B>Stat:</B> <font style=float:right>Stat.</font><br>
  301. <B>Stat:</B> <font style=float:right>Stat.</font><br>
  302. <B>Stat:</B> <font style=float:right>Stat.</font><br>
  303. <B>Stat:</B> <font style=float:right>Stat.</font><br>
  304. <B>Stat:</B> <font style=float:right>Stat.</font><br>
  305. <B>Stat:</B> <font style=float:right>Stat.</font><br>
  306. <B>Stat:</B> <font style=float:right>Stat.</font><br>
  307. <B>Stat:</B> <font style=float:right>Stat.</font><br>
  308. <B>Stat:</B> <font style=float:right>Stat.</font><br>
  309. </div></div>
  310.  
  311. <a name="2"></a>
  312. <div style="height: 224px; overflow: auto;">
  313. <div style="margin: 0 auto; width: 13.7em;">
  314. <h1>Box 2</h1>
  315. </div></div>
  316.  
  317. <a name="3"></a>
  318. <div style="height: 224px; overflow: auto;">
  319. <div style="margin: 0 auto; width: 13.7em;">
  320. <h1>Box 3</h1>
  321. </div></div>
  322.  
  323. <a name="4"></a>
  324. <div style="height: 224px; overflow: auto;">
  325. <div style="margin: 0 auto; width: 13.7em;">
  326. <h1>Last Box</h1>
  327. </div></div></div></div>
  328. </div>
Add Comment
Please, Sign In to add comment