mik98

online - css

Jul 30th, 2026
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.90 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&family=Roboto+Mono:wght@400;600;700&display=swap');
  2.  
  3. body{
  4. background:#050505!important;
  5. }
  6.  
  7. #xg_layout_column_2{
  8. background:transparent;
  9. font-family:Poppins,sans-serif;
  10. font-size:10px;
  11. margin-left:-70px;
  12. margin-top:95px;
  13. width:1100px;
  14. height:540px;
  15. }
  16.  
  17. ::-webkit-scrollbar{
  18. display:none;
  19. }
  20.  
  21. #code{
  22. position:relative;
  23. width:590px;
  24. height:490px;
  25. margin:0 auto;
  26. font-family:Poppins,sans-serif;
  27. }
  28.  
  29. #lovebox{
  30. position:absolute;
  31. left:103px;
  32. top:8px;
  33. width:500px;
  34. height:445px;
  35. overflow:hidden;
  36. background:#070707;
  37. border:1px solid #202020;
  38. border-radius:28px;
  39. transform:scale(.735);
  40. transform-origin:top left;
  41. }
  42.  
  43. /* LEFT PANEL */
  44.  
  45. #leftpanel{
  46. position:absolute;
  47. left:0;
  48. top:0;
  49. width:250px;
  50. height:400px;
  51. border-right:1px solid #202020;
  52. }
  53.  
  54. #updatebar{
  55. position:absolute;
  56. left:10px;
  57. top:13px;
  58. width:225px;
  59. height:39px;
  60. background:#090909;
  61. border:1px solid #202020;
  62. border-radius:16px 0 0 16px;
  63. }
  64.  
  65. #updatelabel{
  66. position:absolute;
  67. left:14px;
  68. top:0;
  69. height:39px;
  70. color:#dc4f95;
  71. font-size:7px;
  72. font-weight:800;
  73. line-height:39px;
  74. letter-spacing:3px;
  75. text-transform:uppercase;
  76. }
  77.  
  78. #updatetext{
  79. position:absolute;
  80. left:128px;
  81. top:0;
  82. width:82px;
  83. height:39px;
  84. overflow:hidden;
  85. color:#777;
  86. font-family:'Roboto Mono',monospace;
  87. font-size:7px;
  88. font-weight:700;
  89. line-height:39px;
  90. letter-spacing:.5px;
  91. white-space:nowrap;
  92. }
  93.  
  94. #starbutton{
  95. position:absolute;
  96. z-index:25;
  97. right:6px;
  98. top:10px;
  99. width:34px;
  100. height:34px;
  101. background:#050505;
  102. border:1px solid #202020;
  103. border-radius:50%;
  104. color:#2b9efd;
  105. font-size:19px;
  106. line-height:34px;
  107. text-align:center;
  108. }
  109.  
  110. #leftimage{
  111. position:absolute;
  112. left:0;
  113. top:55px;
  114. width:250px;
  115. height:295px;
  116. overflow:hidden;
  117. background:#050505;
  118. border-top:3px solid transparent;
  119. border-image:linear-gradient(90deg,#2b9efd,#e1a94c,#dc4f95) 1;
  120. }
  121.  
  122. .grid{
  123. position:absolute;
  124. inset:-90px;
  125. background-image:
  126. linear-gradient(45deg,transparent 49%,#1c1c1c 49%,#1c1c1c 51%,transparent 51%),
  127. linear-gradient(-45deg,transparent 49%,#1c1c1c 49%,#1c1c1c 51%,transparent 51%);
  128. background-size:92px 92px;
  129. opacity:.75;
  130. }
  131.  
  132. #leftportrait{
  133. position:absolute;
  134. z-index:5;
  135. left:-48px;
  136. bottom:-4px;
  137. width:315px;
  138. height:328px;
  139. background-image:url(https://storage.ning.com/topology/rest/1.0/file/get/31204398901?profile=original);
  140. background-size:contain;
  141. background-repeat:no-repeat;
  142. background-position:center bottom;
  143. filter:
  144. grayscale(100%)
  145. contrast(1.06)
  146. drop-shadow(-2px 0 #dc4f95)
  147. drop-shadow(2px 0 #2b9efd)
  148. drop-shadow(0 2px #e1a94c);
  149. pointer-events:none;
  150. }
  151.  
  152. .dot{
  153. position:absolute;
  154. z-index:3;
  155. width:8px;
  156. height:8px;
  157. background:#dc4f95;
  158. border-radius:50%;
  159. }
  160.  
  161. #dot1{
  162. left:40px;
  163. top:52px;
  164. }
  165.  
  166. #dot2{
  167. left:202px;
  168. top:111px;
  169. }
  170.  
  171. #dot3{
  172. left:39px;
  173. top:209px;
  174. }
  175.  
  176. #dot4{
  177. left:204px;
  178. top:255px;
  179. }
  180.  
  181. #leftarrow,
  182. #rightarrow{
  183. position:absolute;
  184. z-index:30;
  185. top:176px;
  186. width:39px;
  187. height:39px;
  188. background:#060606;
  189. border:1px solid #202020;
  190. border-radius:50%;
  191. color:#2b9efd!important;
  192. font-size:27px;
  193. line-height:36px;
  194. text-align:center;
  195. text-decoration:none!important;
  196. }
  197.  
  198. #leftarrow{
  199. left:-21px;
  200. }
  201.  
  202. #rightarrow{
  203. right:-21px;
  204. }
  205.  
  206. #leftarrow:hover,
  207. #rightarrow:hover{
  208. background:#111;
  209. }
  210.  
  211. #leftcard{
  212. position:absolute;
  213. z-index:30;
  214. left:21px;
  215. top:298px;
  216. width:218px;
  217. height:83px;
  218. background:rgba(38,38,38,.9);
  219. border:1px solid #292929;
  220. border-radius:21px;
  221. box-shadow:0 6px 18px rgba(0,0,0,.42);
  222. backdrop-filter:blur(8px);
  223. -webkit-backdrop-filter:blur(8px);
  224. }
  225.  
  226. #iconring{
  227. position:absolute;
  228. left:14px;
  229. top:18px;
  230. width:43px;
  231. height:43px;
  232. padding:3px;
  233. background:linear-gradient(145deg,#2b9efd,#e1a94c,#dc4f95);
  234. border-radius:50%;
  235. }
  236.  
  237. #profileicon{
  238. width:43px;
  239. height:43px;
  240. background-image:url(https://i.pinimg.com/736x/10/17/5e/10175e1de82a189dde1e46737af05564.jpg);
  241. background-size:cover;
  242. background-position:center;
  243. border-radius:50%;
  244. filter:grayscale(100%);
  245. }
  246.  
  247. #online{
  248. position:absolute;
  249. right:9px;
  250. top:-13px;
  251. width:81px;
  252. height:25px;
  253. background:#742044;
  254. border:1px solid #dc4f95;
  255. border-radius:15px;
  256. color:#fff;
  257. font-size:8px;
  258. font-weight:800;
  259. line-height:25px;
  260. letter-spacing:3px;
  261. text-align:center;
  262. text-transform:uppercase;
  263. }
  264.  
  265. #leftdescription{
  266. position:absolute;
  267. left:77px;
  268. top:22px;
  269. width:123px;
  270. height:43px;
  271. overflow-y:scroll;
  272. overflow-x:hidden;
  273. color:#888;
  274. font-family:'Roboto Mono',monospace;
  275. font-size:8px;
  276. font-weight:700;
  277. line-height:15px;
  278. letter-spacing:.5px;
  279. scrollbar-width:none;
  280. -ms-overflow-style:none;
  281. }
  282.  
  283. #leftdescription::-webkit-scrollbar,
  284. #rightdescription::-webkit-scrollbar{
  285. display:none;
  286. width:0;
  287. height:0;
  288. }
  289.  
  290. /* RIGHT PANEL */
  291.  
  292. #rightpanel{
  293. position:absolute;
  294. left:250px;
  295. top:0;
  296. width:250px;
  297. height:400px;
  298. }
  299.  
  300. #rightimage{
  301. position:absolute;
  302. left:43px;
  303. top:67px;
  304. width:202px;
  305. height:201px;
  306. overflow:hidden;
  307. background:#050505;
  308. border:1px solid #202020;
  309. border-radius:24px;
  310. }
  311.  
  312. .smallgrid{
  313. inset:-70px;
  314. background-size:75px 75px;
  315. }
  316.  
  317. #rightportrait{
  318. position:absolute;
  319. z-index:4;
  320. right:-2px;
  321. bottom:-2px;
  322. width:202px;
  323. height:201px;
  324. background-image:url(https://64.media.tumblr.com/c881873cbb2ee2ba7602746cc945281f/b6eaaa0ed109cef0-1c/s400x600/7ae03a349f7763878cb2f17b1abfc3c817541bee.gifv);
  325. background-size:cover;
  326. background-position:center top;
  327. filter:
  328. grayscale(100%)
  329. contrast(1.05)
  330. drop-shadow(-2px 0 #dc4f95)
  331. drop-shadow(2px 0 #2b9efd);
  332. pointer-events:none;
  333. }
  334.  
  335. #live{
  336. position:absolute;
  337. z-index:100;
  338. right:29px;
  339. top:51px;
  340. width:88px;
  341. height:25px;
  342. background:#742044;
  343. border:1px solid #dc4f95;
  344. border-radius:15px;
  345. color:#fff;
  346. font-size:8px;
  347. font-weight:800;
  348. line-height:25px;
  349. letter-spacing:3px;
  350. text-align:center;
  351. text-transform:uppercase;
  352. }
  353.  
  354. #liveindicator{
  355. position:absolute;
  356. z-index:101;
  357. right:9px;
  358. top:57px;
  359. width:12px;
  360. height:12px;
  361. background:#727b19;
  362. border:1px solid #e1a94c;
  363. border-radius:50%;
  364. }
  365.  
  366. #descriptioncard{
  367. position:absolute;
  368. z-index:20;
  369. left:7px;
  370. top:230px;
  371. width:190px;
  372. height:150px;
  373. background:rgba(36,36,36,.88);
  374. border:1px solid #292929;
  375. border-radius:24px;
  376. box-shadow:0 7px 22px rgba(0,0,0,.42);
  377. backdrop-filter:blur(8px);
  378. -webkit-backdrop-filter:blur(8px);
  379. }
  380.  
  381. #plusbutton{
  382. position:absolute;
  383. left:67px;
  384. top:-31px;
  385. width:55px;
  386. height:55px;
  387. background:
  388. linear-gradient(#050505,#050505) padding-box,
  389. linear-gradient(145deg,#2b9efd,#e1a94c,#dc4f95) border-box;
  390. border:3px solid transparent;
  391. border-radius:50%;
  392. color:#2b9efd;
  393. font-size:36px;
  394. line-height:50px;
  395. text-align:center;
  396. }
  397.  
  398. #rightdescription{
  399. position:absolute;
  400. left:23px;
  401. top:36px;
  402. width:144px;
  403. height:108px;
  404. overflow-y:scroll;
  405. overflow-x:hidden;
  406. color:#7f7f7f;
  407. font-family:'Roboto Mono',monospace;
  408. font-size:8px;
  409. font-weight:700;
  410. line-height:18px;
  411. letter-spacing:.7px;
  412. text-align:justify;
  413. scrollbar-width:none;
  414. -ms-overflow-style:none;
  415. }
  416.  
  417. /* STRUCTURE LINES */
  418.  
  419. #verticaldivider{
  420. position:absolute;
  421. left:355px;
  422. top:268px;
  423. width:1px;
  424. height:132px;
  425. background:#202020;
  426. }
  427.  
  428. #horizontaldivider{
  429. position:absolute;
  430. left:355px;
  431. top:268px;
  432. width:145px;
  433. height:1px;
  434. background:#202020;
  435. }
  436.  
  437. #bottomdivider{
  438. position:absolute;
  439. left:0;
  440. bottom:44px;
  441. width:500px;
  442. height:1px;
  443. background:#202020;
  444. }
  445.  
  446. /* BOTTOM NAVIGATION */
  447.  
  448. #bottomnav{
  449. position:absolute;
  450. left:0;
  451. bottom:0;
  452. width:500px;
  453. height:44px;
  454. line-height:44px;
  455. text-align:center;
  456. }
  457.  
  458. #bottomnav a{
  459. display:inline-block;
  460. width:10px;
  461. height:10px;
  462. margin:0 15px;
  463. background:#392131;
  464. border:1px solid #dc4f95;
  465. border-radius:50%;
  466. vertical-align:middle;
  467. transition:.25s;
  468. }
  469.  
  470. #bottomnav a:hover{
  471. background:#dc4f95;
  472. transform:scale(1.2);
  473. }
  474.  
  475. /* HIDE NING ELEMENTS */
  476.  
  477. h1,h2,h3,
  478. #xg_head,
  479. #xg_foot,
  480. #xg_layout_column_1,
  481. .xg_module.xg_module_comment_wall,
  482. .xg_span-5,
  483. ul.nobullets.last-child,
  484. .xg_chat.chatFooter,
  485. li.right,
  486. #xn_bar,
  487. #xn_bar_menu_tabs,
  488. #xn_bar_menu_more,
  489. p#xn_gyo_link,
  490. p#xn_brand{
  491. display:none!important;
  492. }
Advertisement
Add Comment
Please, Sign In to add comment