mik98

tik tok - css

Jan 4th, 2021 (edited)
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.07 KB | None | 0 0
  1. body {
  2. background-color: rgb(0, 0, 0);
  3. background-image: url();
  4. background-size: cover;
  5. }
  6.  
  7. html,body{cursor: url(http://static.tumblr.com/bcpenwm/e1znbxtup/cursor.png), progress;}
  8.  
  9. #xg_body {
  10. left: auto;
  11. position: fixed!important;
  12. margin-top: -40px;
  13. margin-left: -50px;
  14. }
  15.  
  16. div#xg_ad_below_header, div#xg_ad_below_footer {
  17. display: none!important;
  18. }
  19.  
  20. div#xg_navigation {
  21. visibility: hidden;
  22. position: fixed;
  23. }
  24.  
  25. div.xg_theme #xg_navigation ul li a, .xg_theme #xg_navigation ul {
  26. display: none;
  27. }
  28.  
  29.  
  30. div#xg_masthead {
  31. position: relative;
  32. }
  33.  
  34. div#xn_bar {
  35. display: none;
  36. }
  37.  
  38. #xg_body:before {
  39. content:""; /* CHANGE TEXT HERE */
  40. position: absolute;
  41. top: 145px;
  42. left: 305px;
  43. font: 11px 'Roboto';
  44. color: #000;
  45. text-transform: lowercase;
  46. text-align: justify;
  47. width: 505px;
  48. height: 325px;
  49. background: #222;
  50. padding: 60px;
  51. box-sizing: border-box;
  52. overflow: hidden;
  53. }
  54.  
  55. div#xg_layout_column_1 {
  56. position: relative;
  57. z-index: 1;
  58. top: 100px;
  59. left: 100px;
  60. width: 800px;
  61. height: auto;
  62. overflow: hidden;
  63. background: #;
  64. }
  65.  
  66. div#xg_layout_column_1:before {
  67. content:"";
  68. z-index: 100;
  69. position: absolute;
  70. width: 25px;
  71. height: 25px;
  72. border-radius: 100px;
  73. top: 323px;
  74. left: 420px;
  75. background: url(https://i1.sndcdn.com/artworks-biniT42Astjcp5dt-3r4v6A-t500x500.jpg) -10px 0px repeat; /* CHANGE IMAGE HERE */
  76. background-size: cover;
  77. -webkit-filter: grayscale(0);
  78. animation: spinner2 5s linear infinite;
  79. }
  80.  
  81. @keyframes spinner2 {
  82. 0% {
  83. transform: rotate(0deg);
  84. }
  85.  
  86. 100% {
  87. transform: rotate(360deg);
  88.  
  89. }
  90.  
  91. }
  92.  
  93.  
  94. div#xg_layout_column_1:after {
  95. content:"";
  96. z-index: 100;
  97. position: absolute;
  98. background: rgb(255, 255, 255);
  99. top: 195px;
  100. left: 414px;
  101. width: 65px;
  102. height: 205px;
  103. background: url(https://storage.ning.com/topology/rest/1.0/file/get/8381362901?profile=original) 0px 0px no-repeat; /* CHANGE IMAGE HERE */
  104. background-size: cover;
  105. filter: grayscale(0);
  106. background-size: 50%;
  107.  
  108. }
  109.  
  110. .xg_3col:after {
  111. z-index: 100;
  112. content:"♫ Brandz, Zion - Intro (Real Love) "; /* CHANGE TEXT HERE */
  113. position: absolute;
  114. top: 435px;
  115. font-size: 9px;
  116. color: #fff;
  117. left: 340px;
  118. width: 280px;
  119. height: 80px;
  120. border-radius:6px;
  121. background: trans;
  122. background-size: cover;
  123. filter: grayscale(1);
  124. }
  125.  
  126. div.module_user_summary:before {
  127. z-index: 100!important;
  128. visibility: visible!important;
  129. content:"";
  130. position: absolute;
  131. top: 75px;
  132. left: 538px;
  133. width: 70px;
  134. height: 70px;
  135. background: url(https://data.whicdn.com/images/345562579/original.jpg) 0px 0px no-repeat; /* CHANGE IMAGE HERE */
  136. background-size: cover;
  137. filter: grayscale(0);
  138. border-radius: 100px;
  139. }
  140.  
  141. div.module_user_summary:after {
  142. z-index: -100!important;
  143. visibility: visible;
  144. content:"";
  145. position: absolute;
  146. top: 65px;
  147. left: 225px;
  148. width: 225px;
  149. height: 285px;
  150. background: url(https://storage.ning.com/topology/rest/1.0/file/get/8381141484?profile=original) 0px 0px no-repeat; /* CHANGE IMAGE HERE */
  151. border-right: 240px solid #111!important;
  152. border-radius: 10px;
  153. background-size: cover;
  154. filter: grayscale(0);
  155. }
  156.  
  157. div.xg_span-16:before {
  158. visibility: visible!important;
  159. z-index: 100;
  160. content:"twenty-two. virgo. single, don't bother. a chaotic mess. nate, oliver and jayne keep me happy. "; /* CHANGE TEXT HERE */
  161. position: absolute;
  162. top: 380px;
  163. left: 575px;
  164. width: 200px;
  165. height: 160px;
  166. font: 11px 'helvetica';
  167. text-align: center;
  168. overflow: hidden;
  169. box-sizing: border-box;
  170. padding: 10px;
  171. text-transform: lowercase;
  172. background: #trans;
  173. color: #fff;
  174. }
  175.  
  176. .xg_3col:before {
  177. z-index: 100;
  178. content:"Following | For you"; /* CHANGE TEXT HERE */
  179. position: absolute;
  180. top: 170px;
  181. color: #fff;
  182. left: 385px;
  183. width: 180px;
  184. height: 80px;
  185. border-radius:6px;
  186. background: trans;
  187. background-size: cover;
  188. }
  189.  
  190.  
  191. div.module_user_thumbnail:before {
  192. opacity: 10;
  193. visibility: visible;
  194. content:""; /* CHANGE TEXT HERE */
  195. position: absolute;
  196. z-index: 1;
  197. top: 85px;
  198. left: 470px;
  199. width: 205px;
  200. height: 245px;
  201. font: 12px 'helvetica';
  202. text-decoration: underline;
  203. font-weight: 900;
  204. color: #fff;
  205. overflow: hidden;
  206. text-transform: normal;
  207. text-align: center;
  208. padding-top: 5px!important;
  209. padding: 10px;
  210. box-sizing: border-box;
  211. background: url(https://storage.ning.com/topology/rest/1.0/file/get/8381187452?profile=original);
  212. background-size: 100%;
  213. border-top: 80px solid #111!important;
  214. border-bottom: 60px solid #111!important;
  215.  
  216.  
  217. }
  218.  
  219. div.module_user_thumbnail:after {
  220. opacity: 10;
  221. visibility: visible;
  222. z-index: 100;
  223. content:"@mikaylagrace"; /* CHANGE TEXT HERE */
  224. position: absolute;
  225. top: 150px;
  226. left: 513px;
  227. width: 95px;
  228. height: 10px;
  229. font: 10px 'helvetica';
  230. color: #fff;
  231. overflow: hidden;
  232. text-transform: lowercase;
  233. text-align: center;
  234. padding-top: 5px!important;
  235. padding: 10px;
  236. background: trans;
  237.  
  238. }
  239.  
  240. .dy-avatar.dy-avatar-full-width:after {
  241. opacity: 10;
  242. z-index: 100!important;
  243. visibility: visible;
  244. content:"would like to confirm that i don't give a fuck"; /* CHANGE TEXT HERE */
  245. position: absolute;
  246. top: 300px;
  247. left: 230px;
  248. width: 150px;
  249. height: 50px;
  250. font: 11px 'helvetica';
  251. color: #fff;
  252. overflow: hidden;
  253. text-transform: lowercase;
  254. text-align: left;
  255. padding-top: 5px!important;
  256. padding: 10px;
  257. background: trans;
  258.  
  259. }
  260.  
  261.  
  262. .dy-avatar.dy-avatar-full-width:before {
  263. visibility: visible;
  264. z-index: 100;
  265. content:"@mikaylagrace . 1h ago"; /* CHANGE TEXT HERE */
  266. position: absolute;
  267. top: 270px;
  268. left: 170px;
  269. width: 260px;
  270. height: 45px;
  271. font: 12px 'Montserrat';
  272. font-weight: 900;
  273. text-align: center;
  274. overflow: hidden;
  275. box-sizing: border-box;
  276. line-height: 30px;
  277. padding: 10px;
  278. text-transform: lowercase;
  279. background: #trans;
  280. color: #fff;
  281. }
  282.  
  283. div#xg_layout_column_2 {
  284. position: absolute;
  285. z-index: 100!important;
  286. width: 820px;
  287. height: 40px;
  288. top: 70px;
  289. font-size: 11px;
  290. left: 9%;
  291. background: #trans;
  292. font-family:'Roboto';
  293. color: #fff;
  294. -moz-transition: all 0.5s ease-out;
  295. -o-transition: all 0.5s ease-out;
  296. }
  297.  
  298. div.module_user_summary {
  299. visibility: hidden;
  300. }
  301.  
  302. .dy-avatar.dy-avatar-full-width {
  303. z-index: -1!important;
  304. width: 900px;
  305. margin-left: 0px;
  306. margin-top: 0px;
  307. height: 30px;
  308. background: #trans;
  309. }
  310.  
  311. img#xj_photo_img_tag {
  312. visibility: visible;
  313. z-index: 1000!important;
  314. width: 25px!important;
  315. height: 25px!important;
  316. margin-left: 418px;
  317. margin-top: 165px;
  318. border: 1px solid #fff;
  319. border-radius: 100px;
  320. transition:all 0.3s ease-in-out;
  321. box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .6);
  322. }
  323.  
  324. div.xg_span-16 {
  325. visibility: visible;
  326. z-index: -1!important;
  327. }
  328.  
  329. div.xg_3col {
  330. visibility: visible;
  331. }
  332.  
  333. /* POP UP + BUTTON COLOURS */
  334.  
  335. .xg_floating_container.xg_lightborder {
  336. background-color: rgb(132, 132, 132);
  337. }
  338.  
  339. input.button.action-primary {
  340. background-color: rgb(85, 85, 85);
  341. }
  342.  
  343. p.buttongroup {
  344. background-color: rgb(170, 170, 170);
  345. padding: 5px;
  346. }
  347.  
  348. a.xj_cancel.action-secondary {
  349. color: rgb (255, 255, 255);
  350. }
  351.  
  352. /* REMOVED CODES */
  353.  
  354. .online {
  355. display: none;
  356.  
  357. }
  358.  
  359. .xg_module_body.profile.vcard {
  360. display: none;
  361. }
  362.  
  363. .account-links {
  364. display: none;
  365.  
  366. }
  367.  
  368. #xg_foot {
  369. display: none;
  370. }
  371.  
  372. p.left {
  373. display: none;
  374. }
  375.  
  376. p.right.xg_lightfont {
  377. display: none;
  378. }
  379.  
  380. #xg_sitedesc {
  381. display: none;
  382. }
  383.  
  384. #xg_sitename {
  385. display: none;
  386. }
  387.  
  388. img.poweredbyLogo {
  389. display: none;
  390. }
  391.  
  392. .xg_module_head {
  393. display: auto;
  394. border-bottom: 0px solid #fff!important;
  395. }
  396.  
  397. #xg_profile_activity{
  398. display:none;
  399. }
  400.  
  401. .xg_sprite {
  402. background: transparent;
  403. }
  404.  
  405. a.send-message-link {
  406. display: none;
  407. }
  408.  
  409. dd.profile-like-button {
  410. display: none;
  411. }
  412.  
  413. dd.profile-social-buttons {
  414. display: none;
  415. }
  416.  
  417. .module_blog {
  418. display: none!important;
  419. }
  420.  
  421. a.xj_block_messages {
  422. display: none;
  423. }
  424.  
  425. h1, h2, h3, #xj_approvalBox, .module_groups, .xg_sprite.xg_sprite-add, .xg_module_comment_wall, .xg_chatBar, .xg_span-5, .module_feed, .module_about_user, .module_members, #xj_module_gift {
  426. display: none;
  427. }
  428.  
  429. ul.nobullets.last-child {
  430. display: none;
  431. }
  432.  
  433. span.fn {
  434. display: none;
  435. }
  436.  
  437. span.fn:before {
  438. content:"";
  439. }
  440.  
  441. a.xj_appearance_editor_profile {
  442. display: none;
  443. }
  444.  
  445. .xg_module.topmsg.birthday_msg {
  446. display: none!important;
  447. }
  448.  
  449. /* TEXT + LINK CODES*/
  450.  
  451. a#add-as-friend-link {
  452. position: fixed;
  453. font-size: 20px;
  454. font-weight: 900;
  455. font-family: 'cocogoose';
  456. bottom: 10px;
  457. left: -5px;
  458. letter-spacing: 2px;
  459. text-transform: uppercase;
  460. text-align: right;
  461. color: #222!important;
  462. }
  463.  
  464. #xg_body a {
  465. color: auto!important;
  466. background-color: transparent;
  467. font-style: normal;
  468. -webkit-transition: 1s;
  469.  
  470. }
  471.  
  472. p {
  473. color: auto!important;
  474. font-size: 11px;
  475. font-family: 'Tahoma';
  476. }
  477.  
  478.  
  479. ::selection {
  480. background: #c6f3f5;
  481. color: #ffffff;
  482. }
  483.  
  484. ::-webkit-scrollbar {
  485. width: 4px;
  486. height: 0px;
  487. background: transparent;
  488. }
  489.  
  490. ::-webkit-scrollbar-thumb {
  491. background: #aaa;
  492. border-radius: 4px;
  493. }
  494.  
  495. ::-webkit-scrollbar-corner {
  496. background: transparent;
  497. }
  498.  
  499. #link {
  500. display: inline-block;
  501. position: fixed;
  502. width: 0px;
  503. height: 25px;
  504. -webkit-transition-duration: 0.8s;
  505. -moz-transition-duration: 0.8s;
  506. opacity: 0.7;
  507. margin-top: 200px;
  508. margin-left: 720px;
  509. padding: 0px 15px 10px 0px;
  510. line-height: 0px;
  511. -webkit-filter: grayscale(0) brightness(100%);
  512. border-radius:6px;
  513.  
  514. }
  515.  
  516. #link a.links {
  517. display: inline-block;
  518. width: 10px;
  519. height: 70px;
  520. text-align: center;
  521. text-transform: uppercase;
  522. line-height: 0px;
  523. color: #fff;
  524. text-shadow: 0px 0px 6px #FFFFFF;
  525. font-size: 0px;
  526. font-family: 'beckman';
  527. -webkit-transition: all 0.5s ease-in-out;
  528. -moz-transition: all 0.5s ease-in-out;
  529. -o-transition: all 0.5s ease-in-out;
  530. -ms-transition: all 0.5s ease-in-out;
  531. transition: all 0.5s ease-in-out;
  532. margin: 0px;
  533. -webkit-filter: grayscale(10) contrast(105%);
  534.  
  535. }
Advertisement
Add Comment
Please, Sign In to add comment