Advertisement
Chibi-Elle

JEOSEUNG SAJA CODE [DONE]

Apr 26th, 2021 (edited)
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.94 KB | None | 0 0
  1. <style type="text/css">
  2. @import url('https://fonts.googleapis.com/css?family=East+Sea+Dokdo|Do+Hyeon|Pirata+One|Trade+Winds');
  3.  
  4. body {
  5. background-color: white;
  6. background-image: url('https://i.ibb.co/87FkSDh/Background-Reaper.jpg');
  7. background-position: center;
  8. background-size: 100%;
  9. background-repeat: no-repeat;
  10. }
  11.  
  12. #grimly {
  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: 11%;
  36. top: 13%;
  37. height: 400px;
  38. width: 1000px;
  39. border: 3px solid #000;
  40. background: #000;
  41. box-shadow: 0px 0px 3px 3px #010;
  42. background-image: url('https://wallpaperaccess.com/full/1934093.jpg');
  43. background-size: 100%;
  44. background-repeat: no-repeat;
  45. background-position: top;
  46. }
  47.  
  48. #img {
  49. position: absolute;
  50. left: 400px;
  51. height: 180px;
  52. width: 180px;
  53. top: 120px;
  54. border-radius: 50%;
  55. border: 10px solid #000;
  56. box-shadow: 0px 0px 10px 10px #222;
  57. background-image: url('https://i.ibb.co/hKtdnn0/Lee-Dong-Wook.jpg');
  58. background-size: 100%;
  59. background-repeat: no-repeat;
  60. background-position: top;
  61. filter: blur(0px);
  62. }
  63.  
  64. #img:hover {
  65. filter: blur(1px);
  66. -webkit-transition: opacity 0.8s linear;
  67. -webkit-transition: all 0.7s ease-out;
  68. -moz-transition: all 0.7s ease-out;
  69. transition: all 0.7s ease-out;
  70. }
  71.  
  72. #title {
  73. position: absolute;
  74. opacity: 0.9;
  75. z-index: 1;
  76. right: 130px;
  77. bottom: -15px;
  78. height: 150px;
  79. width: 200px;
  80. background-image: url('https://i.imgur.com/OR41dw3.png');
  81. background-size: 100%;
  82. background-repeat: no-repeat;
  83. filter: grayscale(100%);
  84. }
  85.  
  86. #title:hover {
  87. opacity: 1;
  88. filter: blur(0px);
  89. }
  90.  
  91. #tab1 {
  92. position: absolute;
  93. left: 620px;
  94. top: 140px;
  95. height: 40px;
  96. width: 40px;
  97. background: #000;
  98. box-shadow: 0px 0px 5px 5px #222;
  99. border-radius: 50%;
  100. z-index: 1;
  101. }
  102.  
  103. #tab1:hover {
  104. opacity: 0.8;
  105. background: #333;
  106. filter: blur(1px);
  107. }
  108.  
  109. #tab2 {
  110. position: absolute;
  111. z-index: 1;
  112. left: 630px;
  113. top: 200px;
  114. height: 40px;
  115. width: 40px;
  116. background: #000;
  117. box-shadow: 0px 0px 5px 5px #222;
  118. border-radius: 50%;
  119. }
  120.  
  121. #tab2:hover {
  122. opacity: 0.8;
  123. background: #333;
  124. filter: blur(1px);
  125. }
  126.  
  127. #tab3 {
  128. position: absolute;
  129. left: 617px;
  130. top: 260px;
  131. height: 40px;
  132. z-index: 1;
  133. width: 40px;
  134. background: #000;
  135. box-shadow: 0px 0px 5px 5px #222;
  136. border-radius: 50%;
  137. }
  138.  
  139. #tab3:hover {
  140. opacity: 0.8;
  141. background: #333;
  142. filter: blur(1px);
  143. }
  144.  
  145. #tab4 {
  146. position: absolute;
  147. z-index: 1;
  148. left: 580px;
  149. top: 310px;
  150. height: 40px;
  151. width: 40px;
  152. background: #000;
  153. box-shadow: 0px 0px 5px 5px #222;
  154. border-radius: 50%;
  155.  
  156. }
  157.  
  158. #tab4:hover {
  159. opacity: 0.8;
  160. background: #333;
  161. filter: blur(1px);
  162. }
  163.  
  164. #tab5 {
  165. position: absolute;
  166. z-index: 1;
  167. left: 527px;
  168. bottom: 18px;
  169. height: 40px;
  170. width: 40px;
  171. background: #000;
  172. box-shadow: 0px 0px 5px 5px #222;
  173. border-radius: 50%;
  174. }
  175.  
  176. #tab5:hover {
  177. opacity: 0.8;
  178. background: #333;
  179. filter: blur(1px);
  180. }
  181.  
  182. #tab6 {
  183. position: absolute;
  184. z-index: 1;
  185. left: 466px;
  186. bottom: 11px;
  187. height: 40px;
  188. width: 40px;
  189. background: #000;
  190. box-shadow: 0px 0px 5px 5px #222;
  191. border-radius: 50%;
  192. }
  193.  
  194. #tab6:hover {
  195. opacity: 0.8;
  196. background: #333;
  197. filter: blur(1px);
  198. }
  199.  
  200. #friendbox {
  201. position: absolute;
  202. z-index: 1;
  203. left: 12px;
  204. top: 105px;
  205. height: 50px;
  206. width: 340px;
  207. background: #111;
  208. border: 1px solid #000;
  209. box-shadow: 0px 0px 5px 5px #222;
  210. border-radius: 3%;
  211. padding: 5px;
  212. overflow-y: auto;
  213. }
  214.  
  215. #mainbox {
  216. position: absolute;
  217. z-index: 1;
  218. left: 12px;
  219. bottom: 12px;
  220. height: 185px;
  221. width: 340px;
  222. background: #111;
  223. border: 1px solid #000;
  224. box-shadow: 0px 0px 5px 5px #222;
  225. border-radius: 3%;
  226. padding: 5px;
  227. overflow-y: auto;
  228. font-family: 'East Sea Dokdo';
  229. font-size: 16px;
  230. color: #888;
  231. line-height: 16px;
  232. }
  233.  
  234. #topbox {
  235. position: absolute;
  236. z-index: 1;
  237. left: 12px;
  238. top: 12px;
  239. height: 60px;
  240. width: 125px;
  241. background: #111;
  242. border: 1px solid #000;
  243. box-shadow: 0px 0px 5px 5px #222;
  244. border-radius: 3%;
  245. padding: 5px;
  246. overflow-y: auto;
  247. font-family: 'East Sea Dokdo';
  248. font-size: 16px;
  249. color: #888;
  250. line-height: 14px;
  251. }
  252.  
  253. b {
  254. font-family: 'Do Hyeon';
  255. color: white;
  256. font-size: 10px;
  257. text-shadow: 0px 0px 3px #777;
  258. }
  259.  
  260. a {
  261. font-family: 'Pirata One';
  262. font-size: 10px;
  263. letter-spacing: 0.5px;
  264. color: #695e75;
  265. text-decoration: none;
  266. }
  267.  
  268. h1 {
  269. font-family: 'Trade Winds';
  270. font-size: 17px;
  271. color: #;
  272. text-align: right;
  273. letter-spacing: 2px;
  274. border-left: 175px solid #000;
  275. text-shadow: 0px 0px 3px #fff;
  276. margin-top: 0px;
  277. margin-bottom: 4px;
  278. line-height: 20px;
  279. }
  280.  
  281. .friend {
  282. width: 40px;
  283. height: 40px;
  284. opacity: 1;
  285. border: 1px dashed #695e75;
  286. border-Radius: 10%;
  287. margin-right: .5px;
  288. margin-top: 4px;
  289. margin-bottom:-5px;
  290. opacity: 0.8;
  291. -webkit-transition:opacity 0.7s linear;
  292. -webkit-transition:all 0.6s ease-out;
  293. -moz-transition:all 0.6s ease-out;
  294. transition:all 0.6s ease-out;
  295. filter: grayscale(100%);
  296. }
  297.  
  298. .friend:hover {
  299. opacity: 0.7;
  300. border: 1px dashed #eee;
  301. margin-right: .5px;
  302. margin-top: 4px;
  303. margin-bottom:-5px;
  304. filter: grayscale(0%);
  305. -webkit-transition:opacity 0.7s linear;
  306. -webkit-transition:all 0.6s ease-out;
  307. -moz-transition:all 0.6s ease-out;
  308. transition:all 0.6s ease-out;
  309. }
  310.  
  311. </style>
  312. <div id="grimly" oncontextmenu="return false;">
  313. <div id="container">
  314. <div id="img"></div>
  315. <div id="title"></div>
  316. <a href="#2"><div id="tab1"></div></a>
  317. <a href="#3"><div id="tab2"></div></a>
  318. <a href="#4"><div id="tab3"></div></a>
  319. <a href="#5"><div id="tab4"></div></a>
  320. <a href="#6"><div id="tab5"></div></a>
  321. <a href="#1"><div id="tab6"></div></a>
  322. <div id="topbox"><B>00.</B> <a href="//roleplay.chat/profile.php?user=Boram" target="_blank">Boram</a> coded this. Do not touch! This box scrolls. FC is Lee Dong Wook.
  323. <br>
  324. </div>
  325. <div id="friendbox"><center>
  326. <a href=" " target="_blank"><img src="https://64.media.tumblr.com/d74fdcf310611c8782a432e0c4bf73b5/tumblr_pl325xXSzT1x6x3yto2_400.png" title="Info here" class="friend"></a>
  327. <a href=" " target="_blank"><img src="https://64.media.tumblr.com/d74fdcf310611c8782a432e0c4bf73b5/tumblr_pl325xXSzT1x6x3yto2_400.png" title="Info here" class="friend"></a>
  328. <a href=" " target="_blank"><img src="https://64.media.tumblr.com/d74fdcf310611c8782a432e0c4bf73b5/tumblr_pl325xXSzT1x6x3yto2_400.png" title="Info here" class="friend"></a>
  329. <a href=" " target="_blank"><img src="https://64.media.tumblr.com/d74fdcf310611c8782a432e0c4bf73b5/tumblr_pl325xXSzT1x6x3yto2_400.png" title="Info here" class="friend"></a>
  330. <a href=" " target="_blank"><img src="https://64.media.tumblr.com/d74fdcf310611c8782a432e0c4bf73b5/tumblr_pl325xXSzT1x6x3yto2_400.png" title="Info here" class="friend"></a>
  331. <a href=" " target="_blank"><img src="https://64.media.tumblr.com/d74fdcf310611c8782a432e0c4bf73b5/tumblr_pl325xXSzT1x6x3yto2_400.png" title="Info here" class="friend"></a>
  332. <a href=" " target="_blank"><img src="https://64.media.tumblr.com/d74fdcf310611c8782a432e0c4bf73b5/tumblr_pl325xXSzT1x6x3yto2_400.png" title="Info here" class="friend"></a>
  333. <a href=" " target="_blank"><img src="https://64.media.tumblr.com/d74fdcf310611c8782a432e0c4bf73b5/tumblr_pl325xXSzT1x6x3yto2_400.png" title="Info here" class="friend"></a>
  334. <a href=" " target="_blank"><img src="https://64.media.tumblr.com/d74fdcf310611c8782a432e0c4bf73b5/tumblr_pl325xXSzT1x6x3yto2_400.png" title="Info here" class="friend"></a>
  335. <a href=" " target="_blank"><img src="https://64.media.tumblr.com/d74fdcf310611c8782a432e0c4bf73b5/tumblr_pl325xXSzT1x6x3yto2_400.png" title="Info here" class="friend"></a>
  336. <a href=" " target="_blank"><img src="https://64.media.tumblr.com/d74fdcf310611c8782a432e0c4bf73b5/tumblr_pl325xXSzT1x6x3yto2_400.png" title="Info here" class="friend"></a>
  337. <a href=" " target="_blank"><img src="https://64.media.tumblr.com/d74fdcf310611c8782a432e0c4bf73b5/tumblr_pl325xXSzT1x6x3yto2_400.png" title="Info here" class="friend"></a>
  338. <a href=" " target="_blank"><img src="https://64.media.tumblr.com/d74fdcf310611c8782a432e0c4bf73b5/tumblr_pl325xXSzT1x6x3yto2_400.png" title="Info here" class="friend"></a>
  339. </center></div>
  340. <div id="mainbox">
  341. <div style="height: 185px; overflow-y: hidden;">
  342. <a name="1"></a>
  343. <div style="height: 185px; overflow: auto;">
  344. <div style="margin: 0 auto; width: 21em;">
  345. <h1>Statistics</h1>
  346.  
  347. </div></div>
  348.  
  349. <a name="2"></a>
  350. <div style="height: 185px; overflow: auto;">
  351. <div style="margin: 0 auto; width: 21em;">
  352. <h1>Headcanons</h1>
  353. </div></div>
  354.  
  355. <a name="3"></a>
  356. <div style="height: 185px; overflow: auto;">
  357. <div style="margin: 0 auto; width: 21em;">
  358. <h1>Abilities</h1>
  359. </div></div>
  360.  
  361. <a name="4"></a>
  362. <div style="height: 185px; overflow: auto;">
  363. <div style="margin: 0 auto; width: 21em;">
  364. <h1>Personality</h1>
  365. </div></div>
  366.  
  367. <a name="5"></a>
  368. <div style="height: 185px; overflow: auto;">
  369. <div style="margin: 0 auto; width: 21em;">
  370. <h1>Stuff</h1>
  371. </div></div>
  372.  
  373. <a name="6"></a>
  374. <div style="height: 185px; overflow: auto;">
  375. <div style="margin: 0 auto; width: 21em;">
  376. <h1>Stuff</h1>
  377.  
  378. </div></div></div></div>
  379.  
  380. </div>
  381. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement