mik98

heart of wax - css

Jul 27th, 2026
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.21 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800;900&display=swap');
  2. @import url('https://fonts.cdnfonts.com/css/magical-childhood');
  3.  
  4. body {
  5. background:#111!important;
  6. margin:0;
  7. padding:0;
  8. }
  9.  
  10. #xg_body a {
  11. text-decoration:none;
  12. }
  13.  
  14. #xg_layout_column_2 {
  15. background:transparent;
  16. font-family:poppins;
  17. font-size:10px;
  18. margin-left:-110px;
  19. margin-top:10px;
  20. width:1200px;
  21. height:700px;
  22. }
  23.  
  24. ::-webkit-scrollbar {
  25. display:none;
  26. }
  27.  
  28. #code {
  29. position:relative;
  30. width:940px;
  31. height:650px;
  32. margin:0 auto;
  33. font-family:poppins;
  34. }
  35.  
  36. #wholebox {
  37. position:absolute;
  38. left:40px;
  39. top:35px;
  40. width:860px;
  41. height:500px;
  42. border:1px solid #292929;
  43. background:#101010;
  44. }
  45.  
  46.  
  47. /* LEFT PANEL */
  48.  
  49. #leftpanel {
  50. position:absolute;
  51. left:0;
  52. top:0;
  53. width:430px;
  54. height:500px;
  55. overflow:hidden;
  56. background:#0d0d0d;
  57. border-right:1px solid #292929;
  58. }
  59.  
  60. #leftshape {
  61. position:absolute;
  62. z-index:1;
  63. left:-15px;
  64. top:5px;
  65. width:300px;
  66. height:420px;
  67. background-image:url(https://i.imgur.com/JRHnTx4.png);
  68. background-size:cover;
  69. background-position:center;
  70. opacity:.16;
  71. filter:grayscale(100%);
  72. transform:rotate(-15deg);
  73. }
  74.  
  75. #limedot {
  76. position:absolute;
  77. z-index:9;
  78. left:20px;
  79. top:20px;
  80. width:20px;
  81. height:20px;
  82. background:#b6e925;
  83. border-radius:100%;
  84. }
  85.  
  86. #limebox {
  87. position:absolute;
  88. z-index:3;
  89. left:200px;
  90. top:52px;
  91. width:50px;
  92. height:15px;
  93. background:#b6e925;
  94. }
  95.  
  96. #bigtitle {
  97. position:absolute;
  98. z-index:2;
  99. left:170px;
  100. top:185px;
  101. width:275px;
  102. height:190px;
  103. font-family:'Magical Childhood',Arial Black;
  104. font-size:70px;
  105. font-weight:bold;
  106. line-height:54px;
  107. letter-spacing:-5px;
  108. color:#b6e925;
  109. text-align:center;
  110. transform:rotate(-90deg);
  111. }
  112.  
  113. #sidebarphoto {
  114. position:absolute;
  115. z-index:3;
  116. right:0;
  117. top:0;
  118. width:150px;
  119. height:435px;
  120. background-image:url(https://i.pinimg.com/736x/e2/72/e1/e272e1ffa953cf58f155e6c6d6a65c77.jpg);
  121. background-size:cover;
  122. background-position:center;
  123. filter:grayscale(100%);
  124. }
  125.  
  126. #sidetext {
  127. position:absolute;
  128. z-index:7;
  129. right:25px;
  130. top:35px;
  131. width:70px;
  132. height:125px;
  133. overflow:hidden;
  134. color:#eee;
  135. font-size:4px;
  136. font-weight:600;
  137. line-height:10px;
  138. letter-spacing:.6px;
  139. text-align:justify;
  140. }
  141.  
  142. #pola1,
  143. #pola2,
  144. #pola3 {
  145. position:absolute;
  146. z-index:7;
  147. width:90px;
  148. height:100px;
  149. border:5px solid #fff;
  150. background-size:cover;
  151. background-position:center;
  152. box-shadow:0 0 3px #000;
  153. filter:grayscale(100%);
  154. }
  155.  
  156. #pola1 {
  157. left:90px;
  158. top:78px;
  159. background-image:url(https://i.pinimg.com/736x/cc/2a/63/cc2a632ff4f76372feea8bf2d4c2d013.jpg);
  160. transform:rotate(8deg);
  161. }
  162.  
  163. #pola2 {
  164. left:125px;
  165. top:230px;
  166. background-image:url(https://i.pinimg.com/736x/c8/22/2a/c8222a5e1f8388c7c2468d4715a1b0e1.jpg);
  167. transform:rotate(16deg);
  168. }
  169.  
  170. #pola3 {
  171. left:50px;
  172. top:175px;
  173. background-image:url(https://i.pinimg.com/1200x/5b/39/1c/5b391ca5a43512e335dc224b7160553a.jpg);
  174. transform:rotate(-9deg);
  175. }
  176.  
  177. #personpng {
  178. position:absolute;
  179. z-index:10;
  180. right:0px;
  181. bottom:0;
  182. width:260px;
  183. height:500px;
  184. background-image:url(https://storage.ning.com/topology/rest/1.0/file/get/31204397852?profile=original);
  185. background-size:cover;
  186. background-position:center;
  187. filter:grayscale(100%) brightness(70%);
  188. }
  189.  
  190. #subtitle {
  191. position:absolute;
  192. z-index:12;
  193. left:20px;
  194. bottom:78px;
  195. width:120px;
  196. height:45px;
  197. overflow:hidden;
  198. color:#db3291;
  199. font-size:5px;
  200. font-weight:bold;
  201. line-height:12px;
  202. letter-spacing:.2px;
  203. text-align:justify;
  204. }
  205.  
  206. #pinkmenu {
  207. position:absolute;
  208. z-index:20;
  209. left:0;
  210. bottom:0;
  211. width:430px;
  212. height:65px;
  213. background:#df3090;
  214. text-align:center;
  215. line-height:65px;
  216. }
  217.  
  218. #pinkmenu a {
  219. display:inline-block;
  220. width:85px;
  221. height:65px;
  222. margin:0 5px;
  223. color:#b6e925!important;
  224. font-size:6px;
  225. font-weight:800;
  226. letter-spacing:.7px;
  227. text-transform:lowercase;
  228. text-align:center;
  229. }
  230.  
  231. #pinkmenu a:hover {
  232. color:#fff!important;
  233. }
  234.  
  235. #sidedots {
  236. position:absolute;
  237. z-index:20;
  238. left:-18px;
  239. top:180px;
  240. width:10px;
  241. height:150px;
  242. }
  243.  
  244. #sidedots span {
  245. display:block;
  246. width:5px;
  247. height:5px;
  248. margin-bottom:20px;
  249. background:#df3090;
  250. border-radius:100%;
  251. }
  252.  
  253.  
  254. /* RIGHT PANEL */
  255.  
  256. #rightpanel {
  257. position:absolute;
  258. left:430px;
  259. top:0;
  260. width:430px;
  261. height:500px;
  262. background:#101010;
  263. }
  264.  
  265. #featurebox {
  266. position:absolute;
  267. left:47px;
  268. top:48px;
  269. width:340px;
  270. height:320px;
  271. overflow:hidden;
  272. border:1px solid #2b2b2b;
  273. background:#111;
  274. }
  275.  
  276. #featurephoto {
  277. position:absolute;
  278. z-index:3;
  279. left:20px;
  280. top:20px;
  281. width:230px;
  282. height:150px;
  283. background-image:url(https://i.pinimg.com/736x/cc/2a/63/cc2a632ff4f76372feea8bf2d4c2d013.jpg);
  284. background-size:cover;
  285. background-position:center;
  286. filter:grayscale(100%);
  287. }
  288.  
  289. #featuretext {
  290. position:absolute;
  291. z-index:5;
  292. left:20px;
  293. top:190px;
  294. width:230px;
  295. height:42px;
  296. overflow:hidden;
  297. color:#929292;
  298. font-family:'Roboto Mono',monospace;
  299. font-size:8px;
  300. font-weight:bold;
  301. line-height:14px;
  302. letter-spacing:.2px;
  303. text-align:justify;
  304. }
  305.  
  306. #navtitle {
  307. position:absolute;
  308. z-index:7;
  309. left:20px;
  310. bottom:-14px;
  311. width:300px;
  312. height:100px;
  313. color:#b6e925;
  314. font-family:'Magical Childhood',Arial Black;
  315. font-size:49px;
  316. font-weight:bold;
  317. line-height:37px;
  318. letter-spacing:-4px;
  319. text-align:left;
  320. }
  321.  
  322. #pinkbar {
  323. position:absolute;
  324. z-index:5;
  325. right:0;
  326. top:0;
  327. width:70px;
  328. height:320px;
  329. background-color:#df3090;
  330. background-image:url(https://i.imgur.com/JRHnTx4.png);
  331. background-size:cover;
  332. background-position:center;
  333. }
  334.  
  335.  
  336. /* SIX LINKS */
  337.  
  338. #linkbox {
  339. position:absolute;
  340. left:25px;
  341. bottom:15px;
  342. width:380px;
  343. height:70px;
  344. }
  345.  
  346. #linkbox a {
  347. display:inline-block;
  348. width:120px;
  349. height:27px;
  350. margin:2px 1px;
  351. border:1px solid #292929;
  352. background:#101010;
  353. color:#b6e925!important;
  354. font-size:7px;
  355. font-weight:800;
  356. line-height:27px;
  357. text-align:center;
  358. box-sizing:border-box;
  359. }
  360.  
  361. #linkbox a:hover {
  362. background:#df3090;
  363. color:#fff!important;
  364. }
  365.  
  366. #linkbox span {
  367. display:inline-block;
  368. width:4px;
  369. height:4px;
  370. margin-right:10px;
  371. border:1px solid #df3090;
  372. border-radius:100%;
  373. background:#df3090;
  374. }
  375.  
  376.  
  377. /* NING CLEANUP */
  378.  
  379. h1,h2,h3,
  380. #xg_head,
  381. #xg_foot,
  382. #xg_layout_column_1,
  383. .xg_module.xg_module_comment_wall,
  384. .xg_span-5,
  385. ul.nobullets.last-child,
  386. .xg_chat.chatFooter,
  387. li.right,
  388. #xn_bar,
  389. #xn_bar_menu_tabs,
  390. #xn_bar_menu_more,
  391. p#xn_gyo_link,
  392. p#xn_brand {
  393. display:none!important;
  394. }
Advertisement
Add Comment
Please, Sign In to add comment