mik98

paradox - css

Nov 21st, 2020 (edited)
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.95 KB | None | 0 0
  1. body {
  2. background-color: #000;
  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: -60px;
  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:"";
  40. position: absolute;
  41. top: 125px;
  42. left: 315px;
  43. font: 11px 'Roboto';
  44. color: #000;
  45. text-transform: lowercase;
  46. text-align: justify;
  47. width: 465px;
  48. height: 455px;
  49. background: #222;
  50. padding-top: 220px!important;
  51. padding: 60px;
  52. box-sizing: border-box;
  53. overflow: hidden;
  54. border-radius: 30px;
  55. }
  56.  
  57. div#xg_layout_column_1 {
  58. position: relative;
  59. z-index: 1;
  60. top: 100px;
  61. left: 100px;
  62. width: 800px;
  63. height: auto;
  64. overflow: hidden;
  65. background: #;
  66. }
  67.  
  68. div#xg_layout_column_1:before {
  69. content:"she is a paradox. she is faithful yet detached. she is committed and yet relaxed. she loves everyone and yet nobody. she is sociable and yet solitary. she is gentle and yet tough. she is passionate and yet platonic. in short, she is predictable in her unpredictability.";
  70. position: absolute;
  71. z-index: 100;
  72. font-family: nothing for you;
  73. line-height: 25px;
  74. font-size: 17px;
  75. width: 210px;
  76. height: 415px;
  77. text-align: center;
  78. top: 160px;
  79. left: 275px;
  80. background: #trans;
  81. background-size: cover;
  82. -webkit-filter: grayscale(1);
  83. }
  84.  
  85. @font-face { font-family: "nothing for you"; src: url('https://dl.dropboxusercontent.com/s/h9h96imkupmv2c6/NothingForYou.otf'); }
  86.  
  87.  
  88. div#xg_layout_column_1:after {
  89. content:"";
  90. z-index: 100;
  91. position: absolute;
  92. background: rgb(255, 255, 255);
  93. top: 25px;
  94. left: 445px;
  95. width: 285px;
  96. height: 455px;
  97. background: url(https://storage.ning.com/topology/rest/1.0/file/get/8193288072?profile=original) 0px 0px no-repeat; /* CHANGE IMAGE HERE */
  98. background-size: cover;
  99. filter: grayscale(0.3);
  100. }
  101.  
  102. div.module_user_summary:before {
  103. z-index: -100!important;
  104. visibility: visible!important;
  105. content:"";
  106. position: absolute;
  107. top: 225px;
  108. left: 215px;
  109. width: 465px;
  110. height: 95px;
  111. background: #777;
  112. background-size: cover;
  113. filter: grayscale(1);
  114. }
  115.  
  116. div.module_user_summary:after {
  117. z-index: 100!important;
  118. visibility: visible;
  119. content:"";
  120. position: absolute;
  121. top: 85px;
  122. left: 180px;
  123. width: 80px;
  124. height: 80px;
  125. background: url(https://media3.giphy.com/media/9p44ofbNMyBHdMtOiL/giphy.gif) 0px 0px no-repeat; /* CHANGE IMAGE HERE */
  126. background-size: cover;
  127. filter: grayscale(0.3);
  128. border-radius: 100px;
  129. border: 15px solid #111;
  130.  
  131. }
  132.  
  133. div.xg_span-16:before {
  134. visibility: visible!important;
  135. z-index: 100;
  136. content:"mikayla grace"; /* CHANGE TEXT HERE */
  137. position: absolute;
  138. top: 110px;
  139. left: 320px;
  140. width: 400px;
  141. height: 120px;
  142. font: 25px 'dalmatins';
  143. font-weight: bold;
  144. overflow: hidden;
  145. box-sizing: border-box;
  146. padding: 0px;
  147. text-transform: lowercase;
  148. text-align: center;
  149. background: #trnas;
  150. color: #fff;
  151. }
  152.  
  153. @font-face { font-family: "dalmatins"; src: url('https://dl.dropboxusercontent.com/s/vt2bux883emjhf3/Dalmatins.otf') ;}
  154.  
  155.  
  156. div.module_user_thumbnail:before {
  157. opacity: 10;
  158. visibility: visible;
  159. content:"twenty-2. virgo. single af. nate, oli, arri & bree. ♥"; /* CHANGE TEXT HERE */
  160. position: absolute;
  161. z-index: 100;
  162. top: 80px;
  163. left: 260px;
  164. width: 315px;
  165. height: 25px;
  166. font: 10px 'mont';
  167. color: #fff;
  168. overflow: hidden;
  169. text-transform: uppercase;
  170. text-align: center;
  171. padding-top: 5px!important;
  172. padding: 10px;
  173. box-sizing: border-box;
  174. background: #trans;
  175. -webkit-transition: ease-in-out 0.6s;
  176. -webkit-transition-delay: 1s;
  177. transition-delay: 1s;
  178. }
  179.  
  180. @font-face { font-family: "mont"; src: url('https://dl.dropboxusercontent.com/s/yevz2utt48rxzq2/Mont-HeavyDEMO.otf'); }
  181.  
  182.  
  183.  
  184.  
  185. .dy-avatar.dy-avatar-full-width:before {
  186. visibility: visible;
  187. z-index: 100;
  188. content:""; /* CHANGE TEXT HERE */
  189. position: absolute;
  190. top: 125px;
  191. left: 245px;
  192. width: 270px;
  193. height: 285px;
  194. font: 20px 'Montserrat';
  195. font-weight: bold;
  196. text-align: center;
  197. overflow: hidden;
  198. box-sizing: border-box;
  199. line-height: 30px;
  200. padding: 10px;
  201. padding-left: 55px;
  202. text-transform: uppercase;
  203. background: #111;
  204. color: #fff;
  205. border-radius: 20px;
  206. }
  207.  
  208. div#xg_layout_column_2 {
  209. position: absolute;
  210. z-index: 100!important;
  211. width: 820px;
  212. height: 40px;
  213. top: 70px;
  214. font-size: 11px;
  215. left: 9%;
  216. background: #trans;
  217. font-family:'Roboto';
  218. color: #fff;
  219. -moz-transition: all 0.5s ease-out;
  220. -o-transition: all 0.5s ease-out;
  221. }
  222.  
  223. div.module_user_summary {
  224. visibility: hidden;
  225. }
  226.  
  227. .dy-avatar.dy-avatar-full-width {
  228. z-index: -1!important;
  229. width: 900px;
  230. margin-left: 0px;
  231. margin-top: 0px;
  232. height: 30px;
  233. background: #trans;
  234. }
  235.  
  236. img#xj_photo_img_tag {
  237. visibility: hide;
  238. z-index: 1!important;
  239. width: 120px!important;
  240. height: 120px!important;
  241. margin-left: 550px;
  242. margin-top: 105px;
  243. border: 5px solid #fff;
  244. border-radius: 100px;
  245. transition:all 0.3s ease-in-out;
  246. box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .6);
  247. }
  248.  
  249. div.xg_span-16 {
  250. visibility: visible;
  251. z-index: -1!important;
  252. }
  253.  
  254. div.xg_3col {
  255. visibility: visible;
  256. }
  257.  
  258. /* POP UP + BUTTON COLOURS */
  259.  
  260. .xg_floating_container.xg_lightborder {
  261. background-color: rgb(132, 132, 132);
  262. }
  263.  
  264. input.button.action-primary {
  265. background-color: rgb(85, 85, 85);
  266. }
  267.  
  268. p.buttongroup {
  269. background-color: rgb(170, 170, 170);
  270. padding: 5px;
  271. }
  272.  
  273. a.xj_cancel.action-secondary {
  274. color: rgb (255, 255, 255);
  275. }
  276.  
  277. /* REMOVED CODES */
  278.  
  279. .online {
  280. display: none;
  281.  
  282. }
  283.  
  284. .xg_module_body.profile.vcard {
  285. display: none;
  286. }
  287.  
  288. .account-links {
  289. display: none;
  290.  
  291. }
  292.  
  293. #xg_foot {
  294. display: none;
  295. }
  296.  
  297. p.left {
  298. display: none;
  299. }
  300.  
  301. p.right.xg_lightfont {
  302. display: none;
  303. }
  304.  
  305. #xg_sitedesc {
  306. display: none;
  307. }
  308.  
  309. #xg_sitename {
  310. display: none;
  311. }
  312.  
  313. img.poweredbyLogo {
  314. display: none;
  315. }
  316.  
  317. .xg_module_head {
  318. display: auto;
  319. border-bottom: 0px solid #fff!important;
  320. }
  321.  
  322. #xg_profile_activity{
  323. display:none;
  324. }
  325.  
  326. .xg_sprite {
  327. background: transparent;
  328. }
  329.  
  330. a.send-message-link {
  331. display: none;
  332. }
  333.  
  334. dd.profile-like-button {
  335. display: none;
  336. }
  337.  
  338. dd.profile-social-buttons {
  339. display: none;
  340. }
  341.  
  342. .module_blog {
  343. display: none!important;
  344. }
  345.  
  346. a.xj_block_messages {
  347. display: none;
  348. }
  349.  
  350. 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 {
  351. display: none;
  352. }
  353.  
  354. ul.nobullets.last-child {
  355. display: none;
  356. }
  357.  
  358. span.fn {
  359. display: none;
  360. }
  361.  
  362. span.fn:before {
  363. content:"";
  364. }
  365.  
  366. a.xj_appearance_editor_profile {
  367. display: none;
  368. }
  369.  
  370. .xg_module.topmsg.birthday_msg {
  371. display: none!important;
  372. }
  373.  
  374. /* TEXT + LINK CODES*/
  375.  
  376. a#add-as-friend-link {
  377. position: fixed;
  378. font-size: 20px;
  379. font-weight: 900;
  380. font-family: 'Playfair Display';
  381. margin-top: 89px;
  382. margin-left: -120px;
  383. letter-spacing: 2px;
  384. text-transform: uppercase;
  385. text-align: right;
  386. color: rgb(255, 255, 255)!important;
  387. -webkit-transition: ease-in-out 0.6s;
  388. -webkit-transition-duration: 700ms;
  389. text-shadow: 0px 2px 2px #111111;
  390. transform: rotate(-90deg);
  391. }
  392.  
  393. #xg_body a {
  394. color: auto!important;
  395. background-color: transparent;
  396. font-style: normal;
  397. -webkit-transition: 1s;
  398.  
  399. }
  400.  
  401. p {
  402. color: auto!important;
  403. font-size: 11px;
  404. font-family: 'Tahoma';
  405. }
  406.  
  407.  
  408. ::selection {
  409. background: #c6f3f5;
  410. color: #ffffff;
  411. }
  412.  
  413. ::-webkit-scrollbar {
  414. width: 4px;
  415. height: 0px;
  416. background: transparent;
  417. }
  418.  
  419. ::-webkit-scrollbar-thumb {
  420. background: #aaa;
  421. border-radius: 4px;
  422. }
  423.  
  424. ::-webkit-scrollbar-corner {
  425. background: transparent;
  426. }
  427.  
  428. #link {
  429. display: inline-block;
  430. position: fixed;
  431. width: 320px;
  432. height: 215px;
  433. -webkit-transition-duration: 0.8s;
  434. -moz-transition-duration: 0.8s;
  435. opacity: 0.7;
  436. margin-top: 410px;
  437. margin-left: 245px;
  438. padding: 0px 15px 10px 0px;
  439. line-height: 10px;
  440. -webkit-filter: grayscale(10) brightness(100%);
  441. border-radius:6px;
  442.  
  443. }
  444.  
  445. #link a.links {
  446. display: inline-block;
  447. width: 30px;
  448. height: 0px;
  449. text-align: center;
  450. text-transform: uppercase;
  451. line-height: 0px;
  452. color: #fff;
  453. text-shadow: 0px 0px 6px #FFFFFF;
  454. font-size: 0px;
  455. font-family: 'beckman';
  456. -webkit-transition: all 0.5s ease-in-out;
  457. -moz-transition: all 0.5s ease-in-out;
  458. -o-transition: all 0.5s ease-in-out;
  459. -ms-transition: all 0.5s ease-in-out;
  460. transition: all 0.5s ease-in-out;
  461. margin: 12px;
  462. -webkit-filter: grayscale(10) contrast(65%);
  463.  
  464. }
Advertisement
Add Comment
Please, Sign In to add comment