mik98

random - css

Apr 4th, 2020
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.41 KB | None | 0 0
  1. body {
  2. background-color: #ddd;
  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: -90px;
  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:"m.velasquez"; /* CHANGE TEXT HERE */
  39. position: absolute;
  40. top: 125px;
  41. left: 380px;
  42. width: 540px;
  43. height: 400px;
  44. border-radius: 0px 4px 0px 0px;
  45. background: rgba(245,245,245,0.8);
  46. padding: 365px 10px 10px 350px;
  47. box-sizing: border-box;
  48. font-family: hollanda;
  49. font-size: 55px;
  50. color: skyblue;
  51.  
  52. }
  53.  
  54. div#xg_layout_column_1 {
  55. position: relative;
  56. z-index: 1;
  57. top: 100px;
  58. left: 100px;
  59. width: 900px;
  60. height: auto;
  61. overflow: hidden;
  62. background: #;
  63. }
  64.  
  65. @font-face { font-family: "hollanda"; src: url('https://dl.dropboxusercontent.com/s/5ez5g189i6aozdi/Hollanda.ttf'); ;}
  66.  
  67. div#xg_layout_column_1:before {
  68. content:"angel energy";
  69. z-index: -1000;
  70. position: absolute;
  71. width: 440px;
  72. height: 400px;
  73. font-family: hollanda;
  74. color: #fff;
  75. font-size: 55px;
  76. text-align: center;
  77. border-radius: 4px 0px 0px 4px;
  78. top: 25px;
  79. left: 0px;
  80. background: url(https://www.gallerycorner.com.au/wp-content/uploads/2017/11/75654329.jpg) 0px 0px repeat; /* CHANGE IMAGE HERE */
  81. background-size: cover;
  82. -webkit-filter: grayscale(0.3);
  83. line-height: 100px;
  84. }
  85.  
  86. div#xg_layout_column_1:after {
  87. content:"";
  88. position: absolute;
  89. top: 105px;
  90. left: 70px;
  91. width: 300px;
  92. height: 150px;
  93. background: url(https://data.whicdn.com/images/336745045/original.jpg) 0px -40px no-repeat; /* CHANGE IMAGE HERE */
  94. background-size: cover;
  95. filter: grayscale(0);
  96. background-size: 100%;
  97. }
  98.  
  99. div.module_user_summary:before {
  100. z-index: 100!important;
  101. visibility: visible!important;
  102. content:"";
  103. position: absolute;
  104. top: 120px;
  105. left: 518px;
  106. width: 110px;
  107. height: 110px;
  108. border-radius: 4px;
  109. background: url(https://data.whicdn.com/images/337689984/original.jpg) -53px 0px no-repeat; /* CHANGE IMAGE HERE */
  110. background-size: 170%;
  111. filter: grayscale(0.2)brightness(100%)contrast(90%);
  112. }
  113.  
  114. div.module_user_summary:after {
  115. z-index: 100!important;
  116. visibility: visible;
  117. content:"";
  118. position: absolute;
  119. top: 120px;
  120. left: 632px;
  121. width: 110px;
  122. height: 110px;
  123. border-radius: 4px;
  124. background: url(https://data.whicdn.com/images/337870258/original.jpg) -53px 0px no-repeat; /* CHANGE IMAGE HERE */
  125. background-size: 150%;
  126. filter: grayscale(0.2)brightness(100%)contrast(90%);
  127. }
  128.  
  129. div.xg_span-16:before {
  130. visibility: visible!important;
  131. z-index: 100;
  132. content:""; /* CHANGE TEXT HERE */
  133. position: absolute;
  134. top: 365px;
  135. left: 314px;
  136. width: 180px;
  137. height: 25px;
  138. font: 30px 'Montserrat';
  139. font-weight: bold;
  140. overflow: hidden;
  141. box-sizing: border-box;
  142. padding: 10px;
  143. text-transform: uppercase;
  144. color: #f8f8f8;
  145. background-color: #821414;
  146. color: #e7e7e7;
  147. background-image: linear-gradient(to bottom right, skyblue, #fff);
  148. }
  149.  
  150. div.module_user_thumbnail:before {
  151. opacity: 1;
  152. visibility: visible;
  153. content:"2 months ago with 54,022 notes"; /* CHANGE TEXT HERE */
  154. position: absolute;
  155. z-index: -100;
  156. top: 60px;
  157. left: 480px;
  158. width: 300px;
  159. height: 40px;
  160. border-radius: 4px 4px 0px 0px;
  161. font: 8px 'arial narrow';
  162. font-weight: 900;
  163. color: #000;
  164. overflow: hidden;
  165. text-transform: uppercase;
  166. text-align: left;
  167. padding: 10px 10px 10px 10px;
  168. box-sizing: border-box;
  169. background: #fdfdfd;
  170. }
  171.  
  172. div.module_user_thumbnail:after {
  173. z-index: 100!important;
  174. visibility: visible;
  175. content:"";
  176. position: absolute;
  177. top: 234px;
  178. left: 518px;
  179. width: 110px;
  180. height: 110px;
  181. border-radius: 4px;
  182. background: url(https://66.media.tumblr.com/1eb9217b6cfd899ae10f690dad399d39/26be904368bacec5-32/s500x750/641b72df361e8b0557b053c816ca5f9c178c092a.gifv) -40px 0px no-repeat; /* CHANGE IMAGE HERE */
  183. background-size: 175%;
  184. filter: grayscale(0.2)contrast(100%);
  185. }
  186.  
  187. .dy-avatar.dy-avatar-full-width:after {
  188. z-index: 100!important;
  189. visibility: visible;
  190. content:"";
  191. position: absolute;
  192. top: 234px;
  193. left: 632px;
  194. width: 110px;
  195. height: 110px;
  196. border-radius: 4px;
  197. background: url(https://66.media.tumblr.com/a0b8cb2665da3c766386b33c3c92dabf/26be904368bacec5-d2/s500x750/3e4d58b72922b6ffc773313a2ed6df6768d76a37.gifv) -50px 0px no-repeat; /* CHANGE IMAGE HERE */
  198. background-size: 195%;
  199. filter: grayscale(0.2)contrast(100%);
  200. }
  201.  
  202.  
  203. .dy-avatar.dy-avatar-full-width:before {
  204. visibility: visible;
  205. z-index: 100;
  206. content:""; /* CHANGE TEXT HERE */
  207. position: absolute;
  208. top: 255px;
  209. left: 70px;
  210. width: 300px;
  211. height: 150px;
  212. border-radius: 0px 4px 4px 0px;
  213. font: 20px 'Montserrat';
  214. font-weight: bold;
  215. text-align: center;
  216. box-sizing: border-box;
  217. padding: 10px 10px 10px 10px;
  218. text-transform: uppercase;
  219. background: rgba(240,240,240,0.9);
  220. color: #fff;
  221. }
  222.  
  223. div#xg_layout_column_2 {
  224. position: absolute;
  225. z-index: 100!important;
  226. width: 900px;
  227. height: 40px;
  228. top: 70px;
  229. font-size: 11px;
  230. left: 9%;
  231. background: #trans;
  232. font-family:'arial narrow';
  233. color: #fff;
  234. -moz-transition: all 0.5s ease-out;
  235. -o-transition: all 0.5s ease-out;
  236. }
  237.  
  238. div.module_user_summary {
  239. visibility: hidden;
  240. }
  241.  
  242. .dy-avatar.dy-avatar-full-width {
  243. z-index: -1!important;
  244. width: 900px;
  245. margin-left: 0px;
  246. margin-top: 0px;
  247. height: 30px;
  248. background: #trans;
  249. }
  250.  
  251. img#xj_photo_img_tag {
  252. visibility: visible;
  253. z-index: 1!important;
  254. width: 30px!important;
  255. height: 30px!important;
  256. margin-left: 740px;
  257. margin-top: 65px;
  258. border-radius: 100px;
  259. filter: grayscale(0)
  260. }
  261.  
  262. div.xg_span-16 {
  263. visibility: visible;
  264. z-index: -1!important;
  265. }
  266.  
  267. div.xg_3col {
  268. visibility: visible;
  269. }
  270.  
  271. /* POP UP + BUTTON COLOURS */
  272.  
  273. .xg_floating_container.xg_lightborder {
  274. background-color: #821414;
  275. }
  276.  
  277. input.button.action-primary {
  278. background-color: #821414;
  279. }
  280.  
  281. p.buttongroup {
  282. background-color: #821414;
  283. padding: 5px;
  284. }
  285.  
  286. a.xj_cancel.action-secondary {
  287. color: rgb (255, 255, 255);
  288. }
  289.  
  290. /* REMOVED CODES */
  291.  
  292. .online {
  293. display: none;
  294.  
  295. }
  296.  
  297. .xg_module_body.profile.vcard {
  298. display: none;
  299. }
  300.  
  301. .account-links {
  302. display: none;
  303.  
  304. }
  305.  
  306. #xg_foot {
  307. display: none;
  308. }
  309.  
  310. p.left {
  311. display: none;
  312. }
  313.  
  314. p.right.xg_lightfont {
  315. display: none;
  316. }
  317.  
  318. #xg_sitedesc {
  319. display: none;
  320. }
  321.  
  322. #xg_sitename {
  323. display: none;
  324. }
  325.  
  326. img.poweredbyLogo {
  327. display: none;
  328. }
  329.  
  330. .xg_module_head {
  331. display: auto;
  332. border-bottom: 0px solid #fff!important;
  333. }
  334.  
  335. #xg_profile_activity{
  336. display:none;
  337. }
  338.  
  339. .xg_sprite {
  340. background: transparent;
  341. }
  342.  
  343. a.send-message-link {
  344. display: none;
  345. }
  346.  
  347. dd.profile-like-button {
  348. display: none;
  349. }
  350.  
  351. dd.profile-social-buttons {
  352. display: none;
  353. }
  354.  
  355. .module_blog {
  356. display: none!important;
  357. }
  358.  
  359. a.xj_block_messages {
  360. display: none;
  361. }
  362.  
  363. 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 {
  364. display: none;
  365. }
  366.  
  367. ul.nobullets.last-child {
  368. display: none;
  369. }
  370.  
  371. span.fn {
  372. display: none;
  373. }
  374.  
  375. span.fn:before {
  376. content:"";
  377. }
  378.  
  379. a.xj_appearance_editor_profile {
  380. display: none;
  381. }
  382.  
  383. .xg_module.topmsg.birthday_msg {
  384. display: none!important;
  385. }
  386.  
  387. /* TEXT + LINK CODES*/
  388.  
  389. a#add-as-friend-link {
  390. position: fixed;
  391. font-size: 20px;
  392. font-weight: 100;
  393. font-family: 'hollanda';
  394. margin-top: 89px;
  395. margin-left: -120px;
  396. letter-spacing: 2px;
  397. text-transform: lowercase;
  398. text-align: right;
  399. color: rgb(255, 255, 255)!important;
  400. -webkit-transition: ease-in-out 0.6s;
  401. -webkit-transition-duration: 700ms;
  402. text-shadow: 0px 2px 2px #111111;
  403. transform: rotate(-90deg);
  404. }
  405.  
  406. #xg_body a {
  407. color: auto!important;
  408. background-color: transparent;
  409. font-style: normal;
  410. -webkit-transition: 1s;
  411.  
  412. }
  413.  
  414. p {
  415. color: auto!important;
  416. font-size: 11px;
  417. font-family: 'raleway';
  418. }
  419.  
  420.  
  421. ::selection {
  422. background: #bd9c9c;
  423. color: #ffffff;
  424. }
  425.  
  426.  
  427. ::-webkit-scrollbar {
  428. width: 4px;
  429. height: 0px;
  430. background: transparent;
  431. }
  432.  
  433. ::-webkit-scrollbar-thumb {
  434. background: #bd9c9c;
  435. border-radius: 4px;
  436. }
  437.  
  438. ::-webkit-scrollbar-corner {
  439. background: transparent;
  440. }
  441.  
  442. #links {
  443. z-index: 1!important;
  444. position: fixed;
  445. overflow: hidden;
  446. font: 13px 'Raleway';
  447. text-transform: lowercase;
  448. margin-top: -15px;
  449. margin-left: 420px;
  450. text-align: left;
  451. width: 370px;
  452. height: 30px!important;
  453. background: #trans;
  454. line-height: 40px;
  455. text-shadow: 0px 2px 2px #111:
  456. }
  457.  
  458. #links a {
  459. color: #fff!important;
  460. margin-left: 20px;
  461. padding-left:10px;
  462. padding: 5px;
  463. -webkit-transition: all 0.7s ease;
  464. }
  465.  
  466.  
  467. .bio {
  468. background-color: #;
  469. width: 300px;
  470. height: 150px;
  471. margin-left: 70px;
  472. margin-top: 265px;
  473. font-family: raleway;
  474. background: rgb(0,0,0,0.0);
  475. color: #808080;
  476. overflow: scroll;
  477. font-size: 8px;
  478. text-align: justify;
  479. line-height:20px;
  480. padding-right: 4px;
  481. }
  482.  
  483. @font-face {
  484. font-family: 'Raleway';
  485. font-style: normal;
  486. font-weight: 400;
  487. src: local('Raleway'), local('Raleway-Regular'),
  488. url(https://fonts.gstatic.com/s/raleway/v11/0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2');
  489. 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;
  490. }
  491.  
  492. @font-face {
  493. font-family: 'Raleway';
  494. font-style: normal;
  495. font-weight: 700;
  496. src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v11/JbtMzqLaYbbbCL9X6EvaI_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  497. 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, U+E0FF, U+EFFD, U+F000;
  498. }
  499.  
  500. .bio b, strong {color: #c3a074; font-family: arial; font-size:8px; letter-spacing: 1.5px; color: #f8f8f8; background-color: #821414; color: #e7e7e7; background-image: linear-gradient(to bottom right, #444, skyblue);padding: 2px;border-radius: 4px;}
  501.  
  502.  
  503.  
  504. @font-face {
  505. font-family: "corals";
  506. src: url('https://dl.dropboxusercontent.com/s/8ppkpi4qrpd0zfq/TT%20Corals%20Thin-DEMO.otf') ;}
  507.  
  508. i, em {
  509. color: #000;
  510. font-family: arial narrow;
  511. font-style: normal;
  512. font-size: 12px;
  513. letter-spacing: 1px;
  514. line-height: 0px;
  515.  
  516.  
  517. }
  518.  
  519.  
  520.  
  521. #link {
  522. display: inline-block;
  523. position: fixed;
  524. width: 195px;
  525. -webkit-transition-duration: 0.8s;
  526. -moz-transition-duration: 0.8s;
  527. opacity: 1;
  528. margin-top: -95px;
  529. margin-left: 20px;
  530. }
  531.  
  532. #link a.links {
  533. display: inline-block;
  534. width: 20px;
  535. height: 14px;
  536. text-align: center;
  537. text-transform: lowercase;
  538. word-spacing: 80px;
  539. line-height: 15px;
  540. color: skyblue;
  541. font-size: 12px;
  542. font-family: calibri;
  543. padding: 5px 4px 5px 4px;
  544. -webkit-transition: all 0.5s ease-in-out;
  545. -moz-transition: all 0.5s ease-in-out;
  546. -o-transition: all 0.5s ease-in-out;
  547. -ms-transition: all 0.5s ease-in-out;
  548. transition: all 0.5s ease-in-out;
  549. cursor: pointer;
  550. margin: 0px 1px 3px 2px;
  551. background: #fff;
  552. border-radius: 0px;
  553. }
  554.  
  555. #link a:hover {
  556. background: #fff;
  557. color: ; -webkit-transition: all 0.5s ease-in-out;
  558. -moz-transition: all 0.5s ease-in-out;
  559. -o-transition: all 0.5s ease-in-out;
  560. -ms-transition: all 0.5s ease-in-out;
  561. transition: all 0.5s ease-in-out;
  562. }
  563.  
  564.  
  565. div.xg_span-16:after { position: absolute; content:""; width: 300px; height: 260px; top: 200px; left: 580px; font: 13px ABeeZee; color: rgba(255, 255, 255, 1); background-color: #e8e8e8; text-transform: uppercase; box-sizing: border-box;padding: 10px 10px 10px 10px; text-align: justify;}
  566.  
  567. div.xg_3col:before {
  568. visibility: visible!important;
  569. z-index: 200!important;
  570. content:"sep29 ♡⟳"; /* CHANGE TEXT HERE */
  571. position: absolute;
  572. top: 460px;
  573. left: 580px;
  574. width: 300px;
  575. height: 40px;
  576. padding: 10px 10px 10px 20px;
  577. box-sizing: border-box;
  578. border-radius: 0px 0px 4px 4px;
  579. font: 13px 'arial';
  580. word-spacing: 194px;
  581. text-align: left;
  582. color: #f8f8f8;
  583. background-color: #821414;
  584. color: #444;
  585. background-image: linear-gradient(to bottom right, #fff, #fff);
  586. }
  587.  
  588. div.xg_span-16:before {
  589. z-index: -100!important;
  590. visibility: visible!important;
  591. content:"";
  592. position: absolute;
  593. top: -110px;
  594. left: 490px;
  595. width: 510px;
  596. height: 510px;
  597. background: url(https://66.media.tumblr.com/a4ce7274ce2b2de0a1bbe88529eeefd8/e52bec05a283e2e2-5d/s640x960/0efa6b026a24198a99f6e7d7f5c0dd7191f37228.png) -50px -35px no-repeat; /* CHANGE IMAGE HERE */
  598. background-size: 100%;
  599. border-radius: 6px;
  600. filter: grayscale(0)contrast(100%)brightness(100%);
  601. }
  602.  
  603. .xg_3col:after{
  604. z-index: -100!important;
  605. visibility: visible!important;
  606. content:"";
  607. position: absolute;
  608. top: 310px;
  609. left: 130px;
  610. width: 510px;
  611. height: 510px;
  612. background: url(https://66.media.tumblr.com/a4ce7274ce2b2de0a1bbe88529eeefd8/e52bec05a283e2e2-5d/s640x960/0efa6b026a24198a99f6e7d7f5c0dd7191f37228.png) -50px -35px no-repeat; /* CHANGE IMAGE HERE */
  613. background-size: 100%;
  614. border-radius: 6px;
  615. filter: grayscale(0)contrast(100%)brightness(100%);
  616. }
Advertisement
Add Comment
Please, Sign In to add comment