mik98

daffoldil - leah - css

Feb 27th, 2021
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.47 KB | None | 0 0
  1. body {
  2. background-color: #fff
  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: -80px;
  13. margin-left: -20px;
  14. }
  15.  
  16.  
  17. div#xg_ad_below_header, div#xg_ad_below_footer {
  18. display: none!important;
  19. }
  20.  
  21. div#xg_navigation {
  22. visibility: hidden;
  23. position: fixed;
  24. }
  25.  
  26. div.xg_theme #xg_navigation ul li a, .xg_theme #xg_navigation ul {
  27. display: none;
  28. }
  29.  
  30.  
  31. div#xg_masthead {
  32. position: relative;
  33. }
  34.  
  35. div#xn_bar {
  36. display: none;
  37. }
  38.  
  39. #xg_body:before {
  40. content:""; /* CHANGE TEXT HERE */
  41. position: absolute;
  42. top: 125px;
  43. left: 245px;
  44. font: 11px 'Roboto';
  45. color: #000;
  46. text-transform: lowercase;
  47. text-align: justify;
  48. width: 620px;
  49. height: 470px;
  50. background: #eee;
  51. padding-top: 220px!important;
  52. padding: 60px;
  53. box-sizing: border-box;
  54. overflow: hidden;
  55. border-radius: 0px 30px;
  56. }
  57.  
  58. div#xg_layout_column_1 {
  59. position: relative;
  60. z-index: 1;
  61. top: 100px;
  62. left: 100px;
  63. width: 800px;
  64. height: auto;
  65. overflow: hidden;
  66. background: #;
  67. }
  68.  
  69. div#xg_layout_column_1:before {
  70. content:"";
  71. position: absolute;
  72. width: 280px;
  73. height: 115px;
  74. top: 5px;
  75. left: 300px;
  76. background: url(https://storage.ning.com/topology/rest/1.0/file/get/8606802660?profile=original) -70px 0px repeat; /* CHANGE IMAGE HERE */
  77. background-size: cover;
  78. -webkit-filter: grayscale(0.2);
  79. }
  80.  
  81. div#xg_layout_column_1:after {
  82. content:"";
  83. position: absolute;
  84. background: rgb(255, 255, 255);
  85. z-index: 100;
  86. top: 105px;
  87. left: 445px;
  88. width: 135px;
  89. height: 175px;
  90. background: url(https://storage.ning.com/topology/rest/1.0/file/get/8606766460?profile=original) 0px -70px no-repeat; /* CHANGE IMAGE HERE */
  91. background-size: cover;
  92. filter: grayscale(0.3);
  93. }
  94.  
  95. .xg_3col:after {
  96. z-index: 10;
  97. content:"I've loved and I've hurt, I've broken people down with words, More grace than I deserve, for sure, Known to be crazy, known to be wild, Mama had herself a little devilish child, Ain't no stranger to the troubles at my door. I've been at the wrong place at the wrong time, Chasing all the wrong things most of my life, been every kind of lost that you can't find, But I got one thing right"; /* CHANGE TEXT HERE */
  98. position: absolute;
  99. line-height: 24px;
  100. top: 255px;
  101. left: 275px;
  102. width: 220px;
  103. height: 280px;
  104. background: #eee;
  105. border: 3px solid #fff;
  106. color: #141444;
  107. font-family: bebas neue;
  108. font-style: italic;
  109. text-align: center;
  110. letter-spacing: 1px;
  111. font-size: 13px;
  112. padding: 10px;
  113.  
  114. }
  115.  
  116. @font-face { font-family: "bebas neue"; src: url('https://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  117.  
  118. div.module_user_summary:before {
  119. z-index: 100!important;
  120. visibility: visible!important;
  121. content:"";
  122. position: absolute;
  123. top: 105px;
  124. left: 590px;
  125. width: 135px;
  126. height: 170px;
  127. background: url(https://storage.ning.com/topology/rest/1.0/file/get/8606768863?profile=original) 0px -30px no-repeat; /* CHANGE IMAGE HERE */
  128. background-size: cover;
  129. filter: grayscale(1);
  130. }
  131.  
  132. div.module_user_summary:after {
  133. z-index: 100!important;
  134. visibility: visible;
  135. content:"";
  136. position: absolute;
  137. top: 285px;
  138. left: 590px;
  139. width: 135px;
  140. height: 170px;
  141. background: url(https://storage.ning.com/topology/rest/1.0/file/get/8606769892?profile=original) 0px -40px no-repeat; /* CHANGE IMAGE HERE */
  142. background-size: cover;
  143. filter: grayscale(0.3);
  144. }
  145.  
  146. div.xg_span-16:before {
  147. visibility: visible!important;
  148. z-index: 100;
  149. content:""; /* CHANGE TEXT HERE */
  150. position: absolute;
  151. top: 425px;
  152. left: 150px;
  153. width: 160px;
  154. height: 160px;
  155. font: 30px 'Montserrat';
  156. font-weight: bold;
  157. overflow: hidden;
  158. box-sizing: border-box;
  159. padding: 10px;
  160. text-transform: uppercase;
  161. background: url(https://storage.ning.com/topology/rest/1.0/file/get/8606801259?profile=original) 0px 0px;
  162. background-size: cover;
  163. color: #fff;
  164. -webkit-filter: grayscale(0.2);
  165.  
  166. }
  167.  
  168. div.module_user_thumbnail:before {
  169. opacity: 10;
  170. visibility: visible;
  171. content:""; /* CHANGE TEXT HERE */
  172. position: absolute;
  173. z-index: 1;
  174. top: 285px;
  175. left: 445px;
  176. width: 135px;
  177. height: 170px;
  178. font: 12px 'Roboto';
  179. font-weight: 900;
  180. color: #000;
  181. overflow: hidden;
  182. text-transform: uppercase;
  183. text-align: center;
  184. padding-top: 5px!important;
  185. padding: 10px;
  186. box-sizing: border-box;
  187. background: url(https://storage.ning.com/topology/rest/1.0/file/get/8606771470?profile=original) 0px -30px;
  188. background-size: cover;
  189. filter: grayscale(1);
  190. }
  191.  
  192. div.module_user_thumbnail:after {
  193. opacity: 10;
  194. visibility: visible;
  195. content:""; /* CHANGE TEXT HERE */
  196. position: absolute;
  197. top: 55px;
  198. left: 445px;
  199. width: 255px;
  200. height: 20px;
  201. font: 12px 'Roboto';
  202. font-weight: 900;
  203. color: #000;
  204. overflow: hidden;
  205. text-transform: uppercase;
  206. text-align: center;
  207. padding-top: 5px!important;
  208. padding: 10px;
  209. background: url(https://storage.ning.com/topology/rest/1.0/file/get/8474197462?profile=original);
  210. background-size: cover;
  211. filter: contrast(10%) brightness(210%);
  212. }
  213.  
  214. .dy-avatar.dy-avatar-full-width:after {
  215. opacity: 10;
  216. z-index: 100!important;
  217. visibility: visible;
  218. content:""; /* CHANGE TEXT HERE */
  219. position: absolute;
  220. top: 95px;
  221. left: 436px;
  222. width: 300px;
  223. height: 1px;
  224. font: 12px 'Roboto';
  225. font-weight: 900;
  226. color: #000;
  227. overflow: hidden;
  228. text-transform: uppercase;
  229. text-align: center;
  230. background-color: #fff;
  231. }
  232.  
  233. .xg_3col:before {
  234. z-index: 100;
  235. content:"Been every kind of lost that you can't find"; /* CHANGE TEXT HERE */
  236. position: absolute;
  237. top: 140px;
  238. left: 180px;
  239. width: 210px;
  240. height: 80px;
  241. text-transform: lowercase;
  242. font-family: housky;
  243. font-size: 50px;
  244. line-height: 27px;
  245. color: #141444;
  246. }
  247.  
  248. @font-face {font-family: housky; src: url(HTTPS://DL.DROPBOXUSERCONTENT.COM/s/418gosng3fzj9d0/Housky%20Demo.ttf);}
  249.  
  250.  
  251. .bio {
  252. color: #141444;
  253. z-index: 100;
  254. font-family: georgia;
  255. font-style: italic;
  256. font-size: 12px;
  257. text-align: center;
  258. transform: rotate(-90deg);
  259. text-transform: normal;
  260. width: 325px;
  261. height: 200px;
  262. margin-top: 115px;
  263. margin-left: 60px;
  264. overflow: hidden;
  265.  
  266. }
  267.  
  268. .xg_span-16:after{
  269. z-index: 100;
  270. content:"But I got one thing right"; /* CHANGE TEXT HERE */
  271. position: absolute;
  272. top: 190px;
  273. left: 220px;
  274. width: 210px;
  275. height: 240px;
  276. text-transform: lowercase;
  277. font-family: smf;
  278. font-size: 18px;
  279. line-height: 24px;
  280. color: #aaa;
  281. text-align: right;
  282. }
  283.  
  284.  
  285.  
  286. @font-face {font-family: smf; src: url(HTTPS://DL.DROPBOXUSERCONTENT.COM/s/6m4tzkspt7u7hfr/MADE%20Soulmaze%20Filled.ttF);}
  287.  
  288.  
  289.  
  290.  
  291. .dy-avatar.dy-avatar-full-width:before {
  292. visibility: visible;
  293. z-index: 100;
  294. content:""; /* CHANGE TEXT HERE */
  295. position: absolute;
  296. top: 55px;
  297. left: 435px;
  298. width: 300px;
  299. height: 410px;
  300. font: 20px 'Montserrat';
  301. font-weight: bold;
  302. text-align: center;
  303. overflow: hidden;
  304. box-sizing: border-box;
  305. line-height: 30px;
  306. padding: 10px;
  307. text-transform: uppercase;
  308. background: #ddd;
  309. color: #fff;
  310. border-radius: 10px;
  311.  
  312. }
  313.  
  314. div#xg_layout_column_2 {
  315. position: absolute;
  316. z-index: 100!important;
  317. width: 820px;
  318. height: 40px;
  319. top: 70px;
  320. font-size: 11px;
  321. left: 9%;
  322. background: #trans;
  323. font-family:'Roboto';
  324. color: #fff;
  325. -moz-transition: all 0.5s ease-out;
  326. -o-transition: all 0.5s ease-out;
  327. }
  328.  
  329. div.module_user_summary {
  330. visibility: hidden;
  331. }
  332.  
  333. .dy-avatar.dy-avatar-full-width {
  334. z-index: -1!important;
  335. width: 900px;
  336. margin-left: 0px;
  337. margin-top: 0px;
  338. height: 30px;
  339. background: #trans;
  340. }
  341.  
  342. img#xj_photo_img_tag {
  343. visibility: hide;
  344. z-index: 1!important;
  345. width: 120px!important;
  346. height: 120px!important;
  347. margin-left: 550px;
  348. margin-top: 105px;
  349. border: 5px solid #fff;
  350. border-radius: 100px;
  351. transition:all 0.3s ease-in-out;
  352. box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .6);
  353. }
  354.  
  355. div.xg_span-16 {
  356. visibility: visible;
  357. z-index: -1!important;
  358. }
  359.  
  360. div.xg_3col {
  361. visibility: visible;
  362. }
  363.  
  364. /* POP UP + BUTTON COLOURS */
  365.  
  366. .xg_floating_container.xg_lightborder {
  367. background-color: rgb(132, 132, 132);
  368. }
  369.  
  370. input.button.action-primary {
  371. background-color: rgb(85, 85, 85);
  372. }
  373.  
  374. p.buttongroup {
  375. background-color: rgb(170, 170, 170);
  376. padding: 5px;
  377. }
  378.  
  379. a.xj_cancel.action-secondary {
  380. color: rgb (255, 255, 255);
  381. }
  382.  
  383. /* REMOVED CODES */
  384.  
  385. .online {
  386. display: none;
  387.  
  388. }
  389.  
  390. .xg_module_body.profile.vcard {
  391. display: none;
  392. }
  393.  
  394. .account-links {
  395. display: none;
  396.  
  397. }
  398.  
  399. #xg_foot {
  400. display: none;
  401. }
  402.  
  403. p.left {
  404. display: none;
  405. }
  406.  
  407. p.right.xg_lightfont {
  408. display: none;
  409. }
  410.  
  411. #xg_sitedesc {
  412. display: none;
  413. }
  414.  
  415. #xg_sitename {
  416. display: none;
  417. }
  418.  
  419. img.poweredbyLogo {
  420. display: none;
  421. }
  422.  
  423. .xg_module_head {
  424. display: auto;
  425. border-bottom: 0px solid #fff!important;
  426. }
  427.  
  428. #xg_profile_activity{
  429. display:none;
  430. }
  431.  
  432. .xg_sprite {
  433. background: transparent;
  434. }
  435.  
  436. a.send-message-link {
  437. display: none;
  438. }
  439.  
  440. dd.profile-like-button {
  441. display: none;
  442. }
  443.  
  444. dd.profile-social-buttons {
  445. display: none;
  446. }
  447.  
  448. .module_blog {
  449. display: none!important;
  450. }
  451.  
  452. a.xj_block_messages {
  453. display: none;
  454. }
  455.  
  456. 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 {
  457. display: none;
  458. }
  459.  
  460. ul.nobullets.last-child {
  461. display: none;
  462. }
  463.  
  464. span.fn {
  465. display: none;
  466. }
  467.  
  468. span.fn:before {
  469. content:"";
  470. }
  471.  
  472. a.xj_appearance_editor_profile {
  473. display: none;
  474. }
  475.  
  476. .xg_module.topmsg.birthday_msg {
  477. display: none!important;
  478. }
  479.  
  480. /* TEXT + LINK CODES*/
  481.  
  482. a#add-as-friend-link {
  483. position: fixed;
  484. font-size: 20px;
  485. font-weight: 900;
  486. font-family: 'Playfair Display';
  487. margin-top: 89px;
  488. margin-left: -120px;
  489. letter-spacing: 2px;
  490. text-transform: uppercase;
  491. text-align: right;
  492. color: #141444!important;
  493. -webkit-transition: ease-in-out 0.6s;
  494. -webkit-transition-duration: 700ms;
  495. text-shadow: 0px 2px 2px #111111;
  496. transform: rotate(-90deg);
  497.  
  498. }
  499.  
  500. #xg_body a {
  501. color: auto!important;
  502. background-color: transparent;
  503. font-style: normal;
  504. -webkit-transition: 1s;
  505.  
  506. }
  507.  
  508. p {
  509. color: auto!important;
  510. font-size: 11px;
  511. font-family: 'Tahoma';
  512. }
  513.  
  514.  
  515. ::selection {
  516. background: #c6f3f5;
  517. color: #ffffff;
  518. }
  519.  
  520. ::-webkit-scrollbar {
  521. width: 4px;
  522. height: 0px;
  523. background: transparent;
  524. }
  525.  
  526. ::-webkit-scrollbar-thumb {
  527. background: #aaa;
  528. border-radius: 4px;
  529. }
  530.  
  531. ::-webkit-scrollbar-corner {
  532. background: transparent;
  533. }
  534.  
  535. #link {
  536. display: inline-block;
  537. position: fixed;
  538. width: 320px;
  539. height: 215px;
  540. -webkit-transition-duration: 0.8s;
  541. -moz-transition-duration: 0.8s;
  542. opacity: 0.7;
  543. margin-top: 415px;
  544. margin-left: 220px;
  545. padding: 0px 15px 10px 0px;
  546. line-height: 10px;
  547. -webkit-filter: grayscale(10) brightness(100%);
  548. border-radius:6px;
  549.  
  550. }
  551.  
  552. #link a.links {
  553. display: inline-block;
  554. width: 30px;
  555. height: 0px;
  556. text-align: center;
  557. text-transform: uppercase;
  558. line-height: 0px;
  559. color: #fff;
  560. text-shadow: 0px 0px 6px #FFFFFF;
  561. font-size: 0px;
  562. font-family: 'beckman';
  563. -webkit-transition: all 0.5s ease-in-out;
  564. -moz-transition: all 0.5s ease-in-out;
  565. -o-transition: all 0.5s ease-in-out;
  566. -ms-transition: all 0.5s ease-in-out;
  567. transition: all 0.5s ease-in-out;
  568. margin: 3px;
  569. -webkit-filter: grayscale(10) contrast(5%);
  570.  
  571. }
Advertisement
Add Comment
Please, Sign In to add comment