mik98

incomplete css

Dec 26th, 2020 (edited)
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.88 KB | None | 0 0
  1. body {
  2. background-color: #eee;
  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: -150px;
  13. }
  14.  
  15. div#xg_ad_below_header, div#xg_ad_below_footer {
  16. display: none!important;
  17. }
  18.  
  19. div#xg_navigation {
  20. visibility: hidden;
  21. position: fixed;
  22. }
  23.  
  24. div.xg_theme #xg_navigation ul li a, .xg_theme #xg_navigation ul {
  25. display: none;
  26. }
  27.  
  28.  
  29. div#xg_masthead {
  30. position: relative;
  31. }
  32.  
  33. div#xn_bar {
  34. display: none;
  35. }
  36.  
  37. #xg_body:before {
  38. content:""; /* CHANGE TEXT HERE */
  39. position: absolute;
  40. top: 155px;
  41. left: 300px;
  42. font: 11px 'Roboto';
  43. color: #000;
  44. text-transform: lowercase;
  45. text-align: justify;
  46. width: 500px;
  47. height: 415px;
  48. background: #ddd;
  49. padding: 60px;
  50. box-sizing: border-box;
  51. border-radius: 10px;
  52. }
  53.  
  54. div#xg_layout_column_1 {
  55. position: relative;
  56. z-index: 1;
  57. top: 100px;
  58. left: 100px;
  59. width: 800px;
  60. height: auto;
  61. overflow: hidden;
  62. background: #;
  63. }
  64.  
  65. div#xg_layout_column_1:before {
  66. content:"";
  67. z-index: 100;
  68. position: absolute;
  69. width: 220px;
  70. height: 355px;
  71. top: 115px;
  72. left: 100px;
  73. background: url(https://storage.ning.com/topology/rest/1.0/file/get/8345850092?profile=original) 0px 0px repeat; /* CHANGE IMAGE HERE */
  74. background-size: cover;
  75. -webkit-filter: grayscale(0);
  76. }
  77.  
  78. div#xg_layout_column_1:after {
  79. content:"";
  80. position: absolute;
  81. background: rgb(255, 255, 255);
  82. top: 85px;
  83. left: 505px;
  84. width: 225px;
  85. height: 275px;
  86. background: url(https://storage.ning.com/topology/rest/1.0/file/get/8345826870?profile=original) 0px 0px no-repeat; /* CHANGE IMAGE HERE */
  87. background-size: cover;
  88. filter: grayscale(0.3);
  89. border-top: 50px solid #fff;
  90. border-bottom: 50px solid #fff;
  91. border-radius: 10px;
  92. backgrounf
  93. }
  94.  
  95.  
  96.  
  97. div.module_user_summary:before {
  98. z-index: 100!important;
  99. visibility: visible!important;
  100. content:"";
  101. position: absolute;
  102. top: 93px;
  103. left: 515px;
  104. width: 35px;
  105. height: 35px;
  106. background: url(https://media2.giphy.com/media/Hck1GWRiMHJrw9fpSR/giphy.gif) 0px 0px no-repeat; /* CHANGE IMAGE HERE */
  107. background-size: cover;
  108. filter: grayscale(0);
  109. border-radius: 100px;
  110. }
  111.  
  112. div.module_user_summary:after {
  113. z-index: -100!important;
  114. visibility: visible!important;
  115. content:"";
  116. position: absolute;
  117. top: 410px;
  118. left: 512px;
  119. width: 115px;
  120. height: 35px;
  121. background: url(https://storage.ning.com/topology/rest/1.0/file/get/8230142066?profile=original) 0px 0px no-repeat; /* CHANGE IMAGE HERE */
  122. background-size: cover;
  123. filter: grayscale(1);
  124. }
  125.  
  126. div.xg_span-16:before {
  127. visibility: visible!important;
  128. z-index: 100;
  129. content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. "; /* CHANGE TEXT HERE */
  130. position: absolute;
  131. top: 325px;
  132. left: 360px;
  133. width: 220px;
  134. height: 360px;
  135. font: 14px 'biysk';
  136. letter-spacing: 2px;
  137. overflow: hidden;
  138. box-sizing: border-box;
  139. padding: 5px;
  140. text-transform: lowercase;
  141. line-height: 22px;
  142. background: #trans;
  143. color: #fff;
  144. text-align: center;
  145. }
  146.  
  147. @font-face { font-family: biysk; src: url('https://dl.dropboxusercontent.com/s/ybgjttm22pow1n7/Biysk.ttf') ; }
  148.  
  149. @font-face { font-family: serenade; src: url('https://dl.dropboxusercontent.com/s/qpgsh740pinr4ic/Serenade%20Demo.ttf') ;}
  150.  
  151.  
  152. div.module_user_thumbnail:before {
  153. opacity: 10;
  154. visibility: visible;
  155. content:"mikaylagrace"; /* CHANGE TEXT HERE */
  156. position: absolute;
  157. z-index: -1;
  158. top: 120px;
  159. left: 245px;
  160. width: 215px;
  161. height: 95px;
  162. font: 70px 'serenade';
  163. font-weight: 900;
  164. color: #f4ca16;
  165. overflow: hidden;
  166. text-transform: lowercase;
  167. text-align: center;
  168. padding-top: 5px!important;
  169. padding: 10px;
  170. box-sizing: border-box;
  171. letter-spacing: 4px;
  172. background: #fff;
  173. border-radius: 10px;
  174. line-height: 90px;
  175. }
  176.  
  177. div.module_user_thumbnail:after {
  178. opacity: 10;
  179. visibility: visible;
  180. content:"mikayla_g"; /* CHANGE TEXT HERE */
  181. position: absolute;
  182. z-index: 1;
  183. top: 95px;
  184. left: 550px;
  185. width: 115px;
  186. height: 25px;
  187. font: 13px 'quicksand';
  188. font-weight: 900;
  189. color: #aaa;
  190. overflow: hidden;
  191. text-transform: lowercase;
  192. text-align: left;
  193. padding-top: 5px!important;
  194. padding: 10px;
  195. box-sizing: border-box;
  196. background: #trans;
  197. }
  198.  
  199.  
  200. @font-face { font-family:"quicksand"; src: url('https://static.tumblr.com/fxpo5zq/ad0m5vybr/quicksand_light.otf'); }
  201.  
  202. .dy-avatar.dy-avatar-full-width:after {
  203. opacity: 10;
  204. visibility: visible;
  205. content:"⟐ out of this world >"; /* CHANGE TEXT HERE */
  206. position: absolute;
  207. top: 110px;
  208. left: 545px;
  209. width: 125px;
  210. height: 10px;
  211. font: 9px 'cocogoose';
  212. font-weight: 1900;
  213. color: #aaa;
  214. overflow: hidden;
  215. text-transform: uppercase;
  216. text-align: center;
  217. padding-top: 5px!important;
  218. padding: 10px;
  219. background: trans;
  220. }
  221.  
  222. @font-face { font-family: "cocogoose"; src: url('https://dl.dropboxusercontent.com/s/vyyl7cv9e486ouc/Cocogoose%20Pro-trial.ttf'); }
  223.  
  224.  
  225. .xg_3col:before {
  226. z-index: 100;
  227. content:"mikayla_g: out of my mind. be back in 5. "; /* CHANGE TEXT HERE */
  228. position: absolute;
  229. word-spacing:0px;
  230. font-size: 10px;
  231. font-family: quicksand;
  232. text-transform: lowercase;
  233. color: #111;
  234. top: 540px;
  235. left: 618px;
  236. width: 280px;
  237. height: 80px;
  238. border-radius:6px;
  239. background: trans;
  240. }
  241.  
  242. .dy-avatar.dy-avatar-full-width:before {
  243. visibility: visible;
  244. z-index: 100;
  245. content:"island princess"; /* CHANGE TEXT HERE */
  246. position: absolute;
  247. top: 5px;
  248. left: 5px;
  249. width: 260px;
  250. height: 45px;
  251. font: 20px 'Montserrat';
  252. font-weight: bold;
  253. text-align: center;
  254. overflow: hidden;
  255. box-sizing: border-box;
  256. line-height: 30px;
  257. padding: 10px;
  258. text-transform: uppercase;
  259. background: #000;
  260. color: #fff;
  261. }
  262.  
  263. div#xg_layout_column_2 {
  264. position: absolute;
  265. z-index: 100!important;
  266. width: 820px;
  267. height: 40px;
  268. top: 70px;
  269. font-size: 11px;
  270. left: 9%;
  271. background: #trans;
  272. font-family:'Roboto';
  273. color: #fff;
  274. -moz-transition: all 0.5s ease-out;
  275. -o-transition: all 0.5s ease-out;
  276. }
  277.  
  278. div.module_user_summary {
  279. visibility: hidden;
  280. }
  281.  
  282. .dy-avatar.dy-avatar-full-width {
  283. z-index: -1!important;
  284. width: 900px;
  285. margin-left: 0px;
  286. margin-top: 0px;
  287. height: 30px;
  288. background: #trans;
  289. }
  290.  
  291. img#xj_photo_img_tag {
  292. visibility: visible;
  293. z-index: 1!important;
  294. width: 65px!important;
  295. height: 65px!important;
  296. margin-left: 310px;
  297. margin-top: 85px;
  298. border: 10px solid #fff;
  299. border-radius: 100px;
  300. }
  301.  
  302. div.xg_span-16 {
  303. visibility: visible;
  304. z-index: -1!important;
  305. }
  306.  
  307. div.xg_3col {
  308. visibility: visible;
  309. }
  310.  
  311. /* POP UP + BUTTON COLOURS */
  312.  
  313. .xg_floating_container.xg_lightborder {
  314. background-color: rgb(132, 132, 132);
  315. }
  316.  
  317. input.button.action-primary {
  318. background-color: rgb(85, 85, 85);
  319. }
  320.  
  321. p.buttongroup {
  322. background-color: rgb(170, 170, 170);
  323. padding: 5px;
  324. }
  325.  
  326. a.xj_cancel.action-secondary {
  327. color: rgb (255, 255, 255);
  328. }
  329.  
  330. /* REMOVED CODES */
  331.  
  332. .online {
  333. display: none;
  334.  
  335. }
  336.  
  337. .xg_module_body.profile.vcard {
  338. display: none;
  339. }
  340.  
  341. .account-links {
  342. display: none;
  343.  
  344. }
  345.  
  346. #xg_foot {
  347. display: none;
  348. }
  349.  
  350. p.left {
  351. display: none;
  352. }
  353.  
  354. p.right.xg_lightfont {
  355. display: none;
  356. }
  357.  
  358. #xg_sitedesc {
  359. display: none;
  360. }
  361.  
  362. #xg_sitename {
  363. display: none;
  364. }
  365.  
  366. img.poweredbyLogo {
  367. display: none;
  368. }
  369.  
  370. .xg_module_head {
  371. display: auto;
  372. border-bottom: 0px solid #fff!important;
  373. }
  374.  
  375. #xg_profile_activity{
  376. display:none;
  377. }
  378.  
  379. .xg_sprite {
  380. background: transparent;
  381. }
  382.  
  383. a.send-message-link {
  384. display: none;
  385. }
  386.  
  387. dd.profile-like-button {
  388. display: none;
  389. }
  390.  
  391. dd.profile-social-buttons {
  392. display: none;
  393. }
  394.  
  395. .module_blog {
  396. display: none!important;
  397. }
  398.  
  399. a.xj_block_messages {
  400. display: none;
  401. }
  402.  
  403. 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 {
  404. display: none;
  405. }
  406.  
  407. ul.nobullets.last-child {
  408. display: none;
  409. }
  410.  
  411. span.fn {
  412. display: none;
  413. }
  414.  
  415. span.fn:before {
  416. content:"";
  417. }
  418.  
  419. a.xj_appearance_editor_profile {
  420. display: none;
  421. }
  422.  
  423. .xg_module.topmsg.birthday_msg {
  424. display: none!important;
  425. }
  426.  
  427. /* TEXT + LINK CODES*/
  428.  
  429. a#add-as-friend-link {
  430. position: fixed;
  431. font-size: 20px;
  432. font-weight: 900;
  433. font-family: 'Playfair Display';
  434. margin-top: 89px;
  435. margin-left: -120px;
  436. letter-spacing: 2px;
  437. text-transform: uppercase;
  438. text-align: right;
  439. color: rgb(255, 255, 255)!important;
  440. -webkit-transition: ease-in-out 0.6s;
  441. -webkit-transition-duration: 700ms;
  442. text-shadow: 0px 2px 2px #111111;
  443. transform: rotate(-90deg);
  444. }
  445.  
  446. #xg_body a {
  447. color: auto!important;
  448. background-color: transparent;
  449. font-style: normal;
  450. -webkit-transition: 1s;
  451.  
  452. }
  453.  
  454. p {
  455. color: auto!important;
  456. font-size: 11px;
  457. font-family: 'Tahoma';
  458. }
  459.  
  460.  
  461. ::selection {
  462. background: #c6f3f5;
  463. color: #ffffff;
  464. }
  465.  
  466. ::-webkit-scrollbar {
  467. width: 4px;
  468. height: 0px;
  469. background: transparent;
  470. }
  471.  
  472. ::-webkit-scrollbar-thumb {
  473. background: #aaa;
  474. border-radius: 4px;
  475. }
  476.  
  477. ::-webkit-scrollbar-corner {
  478. background: transparent;
  479. }
  480.  
  481. #links {
  482. z-index: 1!important;
  483. position: fixed;
  484. overflow: hidden;
  485. font: 13px 'Roboto';
  486. text-transform: lowercase;
  487. margin-top: -5px;
  488. margin-left: 420px;
  489. text-align: left;
  490. width: 370px;
  491. height: 30px!important;
  492. background: #trans;
  493. line-height: 40px;
  494. text-shadow: 0px 2px 2px #111:
  495. }
  496.  
  497. #links a {
  498. color: #fff!important;
  499. margin-left: 20px;
  500. padding-left:10px;
  501. padding: 5px;
  502. -webkit-transition: all 0.7s ease;
  503. }
Add Comment
Please, Sign In to add comment