mik98

limerence - css

Apr 23rd, 2024 (edited)
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.98 KB | None | 0 0
  1. body {
  2. background-color: #000;
  3. background-image: url(http://api.ning.com:80/files/ZP48tQoNiuhqCCMNX5cQ6BrLkly9BSWgnyZ1UzdfSa93DsXN41IU4qeaPUcBMXQ9qtnH6Gp7rtktOeO8degYc7e6bCgSzrWV/skylinebuildingsnewyorkskyscrapers.jpg);
  4. background-size: cover;
  5. }
  6.  
  7. body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}
  8.  
  9. body, html { width: 100%; height: 100%; outline: 0px solid rgba(255, 255, 255, .3);
  10. outline-offset: -10px; }
  11.  
  12. #xg_body {
  13. left: 120px;
  14. position: fixed;
  15. margin-top: -20px;
  16. margin-left: 50px;
  17.  
  18. }
  19.  
  20. div#xg_ad_below_header, div#xg_ad_below_footer {
  21. display: none!important;
  22. }
  23.  
  24. /* ᴘʟᴇᴀsᴇ ᴅᴏ ɴᴏᴛ ᴛᴏᴜᴄʜ ᴛʜɪs */
  25.  
  26. body:after {
  27. content:"hk";
  28. font-family: georgia;
  29. font-size: 13px;
  30. letter-spacing: 2px;
  31. color: #fff;
  32. text-transform: uppercase;
  33. left: 40px;
  34. bottom: 40px;
  35. position: fixed;
  36. width: 24px;
  37. height: 16px;
  38. background-color: rgba(132, 132, 132, .5);
  39. padding: 7px;
  40. background-origin: content-box;
  41. outline: 2px solid #ccc;
  42. outline-offset: 3px;
  43. }
  44.  
  45. /* ᴘʟᴇᴀsᴇ ᴅᴏ ɴᴏᴛ ᴛᴏᴜᴄʜ ᴛʜɪs */
  46.  
  47. /* MAIN + PSEUDOS */
  48.  
  49. .xg_3col:after {
  50. z-index: -100;
  51. content:""; /* CHANGE TEXT HERE */
  52. position: absolute;
  53. top: 125px;
  54. left: 200px;
  55. width: 590px;
  56. height: 370px;
  57. border-radius:6px;
  58. background: #111;
  59. }
  60.  
  61.  
  62. div#xg_layout_column_1 {
  63. visibility: hidden;
  64. position: absolute;
  65. overflow: hidden;
  66. top: -20px;
  67. left: 50px;
  68. width: 770px;
  69. height: 770px;
  70. }
  71.  
  72.  
  73.  
  74. div#xg_layout_column_2 {
  75. z-index: 100!important;
  76. position: absolute;
  77. width: 750px;
  78. height: auto;
  79. top: 20px;
  80. font-size: 11px;
  81. left: 180px;
  82. background-color: #trans;
  83. font-family:'Open Sans',Arial,Helvetica,sans-serif;
  84. color: #000;
  85. }
  86.  
  87. /* POP UP + BUTTON COLOURS */
  88.  
  89. .xg_floating_container.xg_lightborder {
  90. background-color: rgb(132, 132, 132);
  91. }
  92.  
  93. input.button.action-primary {
  94. background-color: rgb(193, 193, 193);
  95. }
  96.  
  97. input.button.submit {
  98. background-color: rgb(193, 193, 193);
  99. }
  100.  
  101. a.cancellink.action-secondary {
  102. color: rgb (255, 255, 255);
  103. }
  104.  
  105. p.buttongroup {
  106. background-color: rgb(211, 211, 211);
  107. padding: 5px;
  108. }
  109.  
  110. a.xj_cancel.action-secondary {
  111. color: rgb (255, 255, 255);
  112. }
  113.  
  114. /* REMOVED CODES */
  115.  
  116. #xg_masthead, #xg_navigation, #xn_bar { display: none; } .xg_module_body.profile.vcard, .online, .account-links { display: none;} #xg_profile_activity{ display: none;} .xg_sprite { background: transparent;} a.send-message-link, dd.profile-like-button, dd.profile-social-buttons, a.xj_block_messages {display: none; }
  117.  
  118. h1, h2, h3, #xj_approvalBox, .module_groups, .module_blog, .xg_sprite.xg_sprite-add, .xg_module_comment_wall, .xg_chatBar, .xg_span-5, .module_feed, .module_about_user, .module_members, #xj_module_gift { display: none; } #xg_foot, p.left, p.right.xg_lightfont, #xg_sitedesc, img.poweredbyLogo { display: none!important; }
  119.  
  120. .xg_module_head { display: auto; border-bottom: 0px solid #fff!important; }
  121.  
  122.  
  123.  
  124. ul.nobullets.last-child { display: none;}
  125.  
  126. a.xj_appearance_editor_profile { display: none;}
  127.  
  128. /* TEXT + LINK CODES*/
  129.  
  130. a#add-as-friend-link {
  131. position: fixed;
  132. font-size: 20px;
  133. font-weight: 900;
  134. font-family: 'Playfair Display';
  135. margin-top: 179px;
  136. margin-left: -150px;
  137. letter-spacing: 2px;
  138. text-transform: lowercase;
  139. text-align: right;
  140. color: rgb(255, 255, 255)!important;
  141. -webkit-transition: ease-in-out 0.6s;
  142. -webkit-transition-duration: 700ms;
  143. text-shadow: 0px 2px 2px #111111;
  144. transform: rotate(-90deg);
  145.  
  146.  
  147.  
  148. }
  149.  
  150. div.xg_span-16:before {
  151. visibility: visible!important;
  152. z-index: 100;
  153. content:""; /* CHANGE TEXT HERE */
  154. position: absolute;
  155. top: 148px;
  156. left: 160px;
  157. width: 260px;
  158. height: 320px;
  159. font: 30px 'robold';
  160. font-weight: bold;
  161. overflow: hidden;
  162. box-sizing: border-box;
  163. padding: 10px;
  164. text-transform: uppercase;
  165. background: url(https://gifdb.com/images/high/cute-hug-romantic-pull-closer-la87v3klv4dyc891.gif) 0px 0px;
  166. background-size: cover;
  167. color: #fff;
  168. border-top: 50px solid #222;
  169. border-bottom: 90px solid #222;
  170. border-radius: 10px;
  171.  
  172. }
  173.  
  174. .pfp {
  175. background-image: url(https://64.media.tumblr.com/ebf205f6e722ba0b7f2f9a8dd4eedd60/0678b348b009f8e2-6e/s500x750/361ae66674162f250f8f98b25a9a335d8a6b6f87.gifv);
  176. background-color: #trans;
  177. background-size: cover;
  178. margin-top: 145px;
  179. margin-left: 30px;
  180. width: 34px;
  181. height: 34px;
  182. border-radius: 100%;
  183. position: absolute;
  184. }
  185.  
  186. .name {
  187. background-image: url();
  188. bacground-color: #556B2F;
  189. background-size: cover;
  190. margin-top: 9px;
  191. margin-left: 470px;
  192. width: 34px;
  193. height: 34px;
  194. border-radius: 100%;
  195. position: absolute;
  196. }
  197.  
  198. .comments {
  199. background-image: url(https://storage.ning.com/topology/rest/1.0/file/get/8577449255?profile=original);
  200. bacground-color: #556B2F;
  201. background-size: cover;
  202. margin-top: 425px;
  203. margin-left: 30px;
  204. width: 134px;
  205. height: 28px;
  206. position: fixed;
  207. }
  208.  
  209.  
  210. .username {
  211. color: #fff;
  212. font-family: roboto;
  213. font-size: 13px;
  214. line-height: 35px;
  215. text-transform: normal;
  216. width: 395px;
  217. height: 30px;
  218. margin-top: 125px;
  219. margin-left: 65px;
  220. overflow: hidden;
  221. padding: 10px;
  222. border: 0px solid #fff;
  223. position: fixed;
  224. }
  225.  
  226. @font-face {font-family: roboto; src: url(HTTPS://DL.DROPBOXUSERCONTENT.COM/s/i5x37kqbtb40s0b/Roboto-Light.ttf);}
  227.  
  228.  
  229. .location {
  230. color: #fff;
  231. font-family: robold;
  232. font-size: 12px;
  233. line-height: 35px;
  234. text-transform: uppercase;
  235. width: 395px;
  236. height: 30px;
  237. margin-top: 145px;
  238. margin-left: 65px;
  239. overflow: hidden;
  240. padding: 10px;
  241. border: 0px solid #fff;
  242. position: fixed;
  243. }
  244.  
  245. .captionname {
  246. color: #fff;
  247. font-family: robold;
  248. font-size: 12px;
  249. line-height: 35px;
  250. text-transform: uppercase;
  251. width: 395px;
  252. height: 30px;
  253. margin-top: 383px;
  254. margin-left: 25px;
  255. overflow: hidden;
  256. padding: 10px;
  257. border: 0px solid #fff;
  258. position: fixed;
  259. }
  260.  
  261. .caption {
  262. color: #fff;
  263. font-family: roboto;
  264. font-size: 12px;
  265. line-height: 35px;
  266. text-transform: lowercase;
  267. width: 395px;
  268. height: 30px;
  269. margin-top: 383px;
  270. margin-left: 95px;;
  271. overflow: hidden;
  272. padding: 10px;
  273. border: 0px solid #fff;
  274. position: fixed;
  275. }
  276.  
  277.  
  278.  
  279. @font-face {font-family: robold; src: url(HTTPS://DL.DROPBOXUSERCONTENT.COM/s/qynix3bz0j8ppva/Roboto-BoldCondensed.ttf);}
  280.  
  281.  
  282. #xg_body a {
  283. color: auto;
  284. background-color: transparent;
  285. font-style: normal;
  286. -webkit-transition: 1s;
  287. }
  288.  
  289. p {
  290. color: auto!important;
  291. font-size: 11px;
  292. font-family: tahoma;
  293. }
  294.  
  295. a {
  296. color: #000!important;
  297. }
  298.  
  299. ::selection {
  300. background: #c6f3f5;
  301. color: #ffffff;
  302. }
  303.  
  304. b, strong {
  305. color: auto;
  306. font-family: auto;
  307. font-size: auto;
  308. font-weight: 900;
  309. }
  310.  
  311. i, em {
  312. color: ;
  313. font-family: auto;
  314. font-size: auto;
  315. font-style: normal;
  316. letter-spacing: 2px;
  317. font-style: italic;
  318. line-height: 0px;
  319. }
  320.  
  321. u {
  322. text-decoration: underline;
  323. }
  324.  
  325.  
  326. /* EXTRA CODES */
  327.  
  328. ::-webkit-scrollbar {
  329. width: 7px;
  330. background: transparent;
  331. }
  332.  
  333. ::-webkit-scrollbar-thumb {
  334. background-color: transparent;
  335. border: 1px solid trans;
  336. }
  337.  
  338. ::-webkit-scrollbar-corner {
  339. background: transparent;
  340. }
  341.  
  342. #container {
  343. z-index: -1!important;
  344. position: fixed;
  345. width: 650px;
  346. height:400px;
  347. margin-left: -60px;
  348. margin-top: -30px;
  349. background-color: #trans;
  350. }
  351.  
  352. #backdrop {
  353. overflow: hidden;
  354. position: absolute;
  355. width: 990px;
  356. height: 570px;
  357. margin-left: 60px;
  358. margin-top: 120px;
  359. background: transparent;
  360. }
  361.  
  362. #contain {
  363. position: fixed;
  364. width: 370px;
  365. height: 540px;
  366. margin-left: 240px;
  367. margin-top: 15px;
  368. background: transparent;
  369. overflow: auto;
  370.  
  371. }
  372.  
  373.  
  374. .view {
  375. width: 85px;
  376. height: 85px;
  377. top: -10px;
  378. margin: 15px;
  379. float: left;
  380. overflow: hidden;
  381. position: relative;
  382. text-align: center;
  383. box-shadow: 0px 1px 1px 0px #trans;
  384. filter: grayscale(0.3);
  385. }
  386. .view .mask,.view .content {
  387. width: 85px;
  388. height: 85px;
  389. position: absolute;
  390. overflow: hidden;
  391. top: 0;
  392. left: 0;
  393. }
  394.  
  395. .view img {
  396. top: -5px;
  397. left: -8px;
  398. width: 85px!important;
  399. height: 85px!important;
  400. display: block;
  401. position: relative;
  402. border-radius: 10px;
  403. }
  404.  
  405. .view .bio {
  406. overflow: auto;
  407. font-family: 'Playfair Display';
  408. font-size: 6px!important;
  409. font-style: italic;
  410. position: relative;
  411. color: #fff!important;
  412. padding: 10px 20px 20px;
  413. text-align: center;
  414. height: 70px!important;
  415. text-transform: lowercase;
  416. }
  417.  
  418. .likes {
  419. background-image: url(https://storage.ning.com/topology/rest/1.0/file/get/8706422273?profile=original);
  420. bacground-color: #556B2F;
  421. background-size: cover;
  422. margin-top: 373px;
  423. margin-left: 25px;
  424. width: 134px;
  425. filter: grayscale(10.2);
  426. height: 25px;
  427. position: fixed;
  428. }
  429.  
  430. .view .info {
  431. margin-top: 10px;
  432. display: inline-block;
  433. text-decoration: none;
  434. padding: 5px;
  435. color: #fff;
  436. font-size: 8px;
  437. text-transform: uppercase;
  438. letter-spacing: 1px;
  439. }
  440.  
  441. .view-tenth img {
  442. -webkit-transform: scaleY(1);
  443. -moz-transform: scaleY(1);
  444. -o-transform: scaleY(1);
  445. -ms-transform: scaleY(1);
  446. transform: scaleY(1);
  447. -webkit-transition: all 0.7s ease-in-out;
  448. -moz-transition: all 0.7s ease-in-out;
  449. -o-transition: all 0.7s ease-in-out;
  450. -ms-transition: all 0.7s ease-in-out;
  451. transition: all 0.7s ease-in-out;
  452. }
  453. .view-tenth .mask {
  454. background-color: rgba(0, 0, 0, .8);
  455. -webkit-transition: all 0.5s linear;
  456. -moz-transition: all 0.5s linear;
  457. -o-transition: all 0.5s linear;
  458. -ms-transition: all 0.5s linear;
  459. transition: all 0.5s linear;
  460. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  461. filter: alpha(opacity=0);
  462. opacity: 0;
  463. }
  464.  
  465. .view-tenth .bio {
  466. color: #333;
  467. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  468. filter: alpha(opacity=0);
  469. opacity: 0;
  470. -webkit-transform: scale(0);
  471. -moz-transform: scale(0);
  472. -o-transform: scale(0);
  473. -ms-transform: scale(0);
  474. transform: scale(0);
  475. -webkit-transition: all 0.5s linear;
  476. -moz-transition: all 0.5s linear;
  477. -o-transition: all 0.5s linear;
  478. -ms-transition: all 0.5s linear;
  479. transition: all 0.5s linear;
  480. }
  481. .view-tenth .info {
  482. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  483. filter: alpha(opacity=0);
  484. opacity: 0;
  485. -webkit-transform: scale(0);
  486. -moz-transform: scale(0);
  487. -o-transform: scale(0);
  488. -ms-transform: scale(0);
  489. transform: scale(0);
  490. -webkit-transition: all 0.5s linear;
  491. -moz-transition: all 0.5s linear;
  492. -o-transition: all 0.5s linear;
  493. -ms-transition: all 0.5s linear;
  494. transition: all 0.5s linear;
  495. }
  496. .view-tenth:hover img {
  497. -webkit-transform: scale(10);
  498. -moz-transform: scale(10);
  499. -o-transform: scale(10);
  500. -ms-transform: scale(10);
  501. transform: scale(10);
  502. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  503. filter: alpha(opacity=0);
  504. opacity: 0;
  505. }
  506. .view-tenth:hover .mask {
  507. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  508. filter: alpha(opacity=100);
  509. opacity: 1;
  510. }
  511. .view-tenth:hover .bio,.view-tenth:hover .info {
  512. -webkit-transform: scale(1);
  513. -moz-transform: scale(1);
  514. -o-transform: scale(1);
  515. -ms-transform: scale(1);
  516. transform: scale(1);
  517. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  518. filter: alpha(opacity=100);
  519. opacity: 1;
  520. }
  521.  
  522.  
  523. @font-face {
  524. font-family: 'Montserrat';
  525. font-style: normal;
  526. font-weight: 400;
  527. src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v10/zhcz-_WihjSQC0oHJ9TCYAzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2');
  528. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  529. }
  530.  
  531. @font-face {
  532. font-family: 'Roboto';
  533. font-style: normal;
  534. font-weight: 400;
  535. src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2) format('woff2');
  536. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  537. }
  538.  
  539. @font-face {
  540. font-family: 'Oswald';
  541. font-style: normal;
  542. font-weight: 400;
  543. src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v13/_P8jt3Y65hJ9c4AzRE0V1OvvDin1pK8aKteLpeZ5c0A.woff2) format('woff2');
  544. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  545. }
  546.  
  547. @font-face {
  548. font-family: 'Tahoma';
  549. font-style: normal;
  550. font-weight: 400;
  551. src: local('Tahoma'), url(https://fonts.gstatic.com/l/font?kit=uT4xUN-A31FyybSEXZkk1OvvDin1pK8aKteLpeZ5c0A&skey=9d22fae1754942f6&v=v8) format('woff2');
  552. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  553. }
  554.  
  555. @font-face {
  556. font-family: 'Playfair Display';
  557. font-style: normal;
  558. font-weight: 400;
  559. src: local('Playfair Display'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/2NBgzUtEeyB-Xtpr9bm1CRD8Ne_KjP89kA3_zOrHj8E.woff2) format('woff2');
  560. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  561. }
  562.  
  563. #link {
  564. display: inline-block;
  565. position: fixed;
  566. width: 25px;
  567. height: 55px;
  568. -webkit-transition-duration: 0.8s;
  569. -moz-transition-duration: 0.8s;
  570. opacity: 0.7;
  571. margin-top: 130px;
  572. margin-left: 240px;
  573. padding: 0px 15px 10px 0px;
  574. line-height: 10px;
  575. -webkit-filter: grayscale(0) brightness(100%);
  576. border-radius:6px;
  577.  
  578. }
  579.  
  580. #link a.links {
  581. display: inline-block;
  582. background-color: #fff;
  583.  
  584. width: 30px;
  585. height: 0px;
  586. text-align: center;
  587. text-transform: uppercase;
  588. line-height: 0px;
  589. color: #fff;
  590. text-shadow: 0px 0px 6px #FFFFFF;
  591. font-size: 0px;
  592. font-family: 'beckman';
  593. -webkit-transition: all 0.5s ease-in-out;
  594. -moz-transition: all 0.5s ease-in-out;
  595. -o-transition: all 0.5s ease-in-out;
  596. -ms-transition: all 0.5s ease-in-out;
  597. transition: all 0.5s ease-in-out;
  598. margin: 3px;
  599. -webkit-filter: grayscale(0) contrast(105%);
  600.  
  601. }
Advertisement
Add Comment
Please, Sign In to add comment