mik98

irigas - css

Aug 24th, 2020
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.21 KB | None | 0 0
  1. body {
  2. background-color: #ddd;
  3. background-image: url();
  4. background-size: cover;
  5. }
  6.  
  7. body, html {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}
  8.  
  9. a, a:hover {cursor:url(http://static.tumblr.com/vmteopo/DH3njhg50/help_cursor.png), crosshair; }
  10.  
  11. #xg_body {
  12. left: auto;
  13. position: fixed!important;
  14. margin-top: -100px;
  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.  
  40.  
  41. #xg_body:before {
  42. content:""; /* CHANGE TEXT HERE */
  43. position: absolute;
  44. top: 125px;
  45. left: 97px;
  46. width: 535px;
  47. height: 440px;
  48. background: url(https://thumbs.gfycat.com/UnselfishUglyFoxhound-size_restricted.gif) -5px -5px repeat; /* CHANGE IMAGE HERE */
  49. background-size: 154%;
  50. -webkit-filter: grayscale(0)brightness(50%)contrast(100%);
  51. border-radius:4px;
  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: #trans;
  63. }
  64.  
  65. div.xg_span-16:after { position: absolute; content:""; width: 197px; height: 354px; top: 180px; left: 110px; font: 13px ABeeZee; color: rgba(255, 255, 255, 1); background-color: rgba(255,255,255,0.5); padding: 10px; text-align: justify;border:solid rgba(255,255,255,0.5) 1px;border-radius:0px 0px 4px 4px;}
  66.  
  67. div#xg_layout_column_1:before {
  68. content:"";
  69. z-index:100;
  70. position: absolute;
  71. width: 65px!important;
  72. height: 65px!important;
  73. border-radius:4px;
  74. margin-left: 154px;
  75. margin-top: 90px;
  76. background: url(https://64.media.tumblr.com/a21d21c66332b70d297ee542fed47df2/tumblr_p7xibjwyTs1xqcj07o2_400.png) -10px 0px repeat; /* CHANGE IMAGE HERE */
  77. background-size: 115%;
  78. -webkit-filter: grayscale(0.2)brightness(70%)contrast(90%);
  79. }
  80.  
  81.  
  82. div#xg_layout_column_1:after {
  83. content:"";
  84. position: absolute;
  85. top: 90px;
  86. left: 20px;
  87. width: 65px;
  88. height: 65px;
  89. background: url(https://64.media.tumblr.com/9fb5702e482a71d3342821c88a3cdf9f/tumblr_pz9k68qQ951v0a90fo6_400.png) 0px 0px no-repeat; /* CHANGE IMAGE HERE */
  90. background-size: 110%;
  91. -webkit-filter: grayscale(0.2)brightness(70%)contrast(90%);
  92. }
  93.  
  94. div.module_user_summary:before {
  95. z-index: -100!important;
  96. visibility: visible!important;
  97. content:"";
  98. position: absolute;
  99. top: 90px;
  100. left: 87px;
  101. width: 65px;
  102. height: 65px;
  103. background: url(https://64.media.tumblr.com/a2d3952575171113430f5b5ff63afff0/tumblr_p7xibjwyTs1xqcj07o8_400.png) -10px 0px no-repeat; /* CHANGE IMAGE HERE */
  104. background-size: 120%;
  105. -webkit-filter: grayscale(0.2)brightness(70%)contrast(90%);
  106. }
  107.  
  108. div.module_user_summary:after {
  109. z-index: -100!important;
  110. visibility: visible;
  111. content:"";
  112. position: absolute;
  113. top: 380px;
  114. left: 154px;
  115. width: 65px;
  116. height: 65px;
  117. background: url(https://64.media.tumblr.com/ff8845b9cf4341a324f34426bdba38a7/f39adea81e0b1b0c-d2/s640x960/30d81218d5a02f724d7678f895b1ed60ab713fec.jpg) -10px -2px no-repeat; /* CHANGE IMAGE HERE */
  118. background-size: 115%;
  119. -webkit-filter: grayscale(0.2)brightness(70%)contrast(90%);
  120. }
  121.  
  122. div.xg_span-16:before {
  123. visibility: visible!important;
  124. z-index: 100;
  125. content:"mikayla grace"; /* CHANGE TEXT HERE */
  126. position: absolute;
  127. top: 131px;
  128. left: 110px;
  129. width: 229px;
  130. height: 40px;
  131. font: 35px 'paduka';
  132. box-sizing: border-box;
  133. padding: 10px;
  134. background: trans;
  135. border:solid #trans 1px;
  136. color: #fff;
  137. border-radius: 4px 4px 0px 0px;
  138. text-align:center;
  139.  
  140.  
  141. animation-name: blinker;
  142. animation-duration: 1.5s;
  143. animation-timing-function: linear;
  144. animation-iteration-count: infinite;}
  145.  
  146. @keyframes blinker {
  147. 0% { opacity: 1.0; }
  148. 50% { opacity: 0.0; }
  149. 100% { opacity: 1.0; }
  150. }
  151.  
  152.  
  153.  
  154.  
  155. @font-face { font-family: paduka; src: url('https://dl.dropboxusercontent.com/s/17sjbqt7xfnor93/Paduka%20Script%20free.ttf') ; }
  156.  
  157.  
  158. div.module_user_thumbnail:before {
  159. opacity: 1;
  160. visibility: visible;
  161. content:""; /* CHANGE TEXT HERE */
  162. position: absolute;
  163. z-index: 1;
  164. top: 380px;
  165. left: 20px;
  166. width: 65px;
  167. height: 65px;
  168. background: url(https://i.pinimg.com/736x/54/3c/9e/543c9eda93527f5f819df6ad7104d2a4.jpg) -5px -10px repeat; /* CHANGE IMAGE HERE */
  169. background-size: 135%;
  170. -webkit-filter: grayscale(0.2)brightness(70%)contrast(90%);
  171. }
  172.  
  173. div.module_user_thumbnail:after {
  174. opacity: 1;
  175. visibility: visible;
  176. content:""; /* CHANGE TEXT HERE */
  177. position: absolute;
  178. top: 380px;
  179. left: 87px;
  180. width: 65px;
  181. height: 65px;
  182. background: url(https://data.whicdn.com/images/309787381/original.jpg) -12px 0px repeat; /* CHANGE IMAGE HERE */
  183. background-size: 120%;
  184. -webkit-filter: grayscale(0.2)brightness(70%)contrast(90%);
  185. }
  186.  
  187. .dy-avatar.dy-avatar-full-width:after {
  188. opacity: 1;
  189. z-index: 100!important;
  190. visibility: visible;
  191. content:""; /* CHANGE TEXT HERE */
  192. position: absolute;
  193. top: 300px;
  194. left: 430px;
  195. width: 65px;
  196. height: 20px;
  197. background: url(http://i.imgur.com/LWKqh4u.png) 0px 0px repeat; /* CHANGE IMAGE HERE */
  198. background-size: cover;
  199. box-shadow: 0 1px 4px rgba(0, 0, 0, 0), 0 0 40px rgba(0, 0, 0, 0) inset;
  200. -webkit-filter: grayscale(0.2)brightness(70%)contrast(90%);
  201. }
  202.  
  203. div#xg_layout_column_1:hover div.module_user_thumbnail:before, div#xg_layout_column_1:hover div.module_user_thumbnail:after, div#xg_layout_column_1:hover .dy-avatar.dy-avatar-full-width:after {
  204. opacity: 1;
  205. }
  206.  
  207. .dy-avatar.dy-avatar-full-width:before {
  208. visibility: visible;
  209. z-index: 100;
  210. content:"mikayla_grace."; /* CHANGE TEXT HERE */
  211. position: absolute;
  212. top: 48px;
  213. left: 250px;
  214. width: 260px;
  215. height: 280px;
  216. border-radius:4px;
  217. font: 11px 'biysk';
  218. text-align: left;
  219. overflow: hidden;
  220. box-sizing: border-box;
  221. line-height: 500px;
  222. padding: 10px;
  223. background: rgba(255,255,255,0.5);
  224. border:solid 1px rgba(255,255,255,0.5);
  225. color: #444;
  226. }
  227.  
  228. @font-face { font-family: 'poppins'; src: url('https://dl.dropboxusercontent.com/s/c7yh7zqu0j7bvb0/Poppins-Regular.otf'); ;}
  229.  
  230.  
  231. div#xg_layout_column_2 {
  232. position: absolute;
  233. z-index: 100!important;
  234. width: 540px;
  235. height: 40px;
  236. top: 70px;
  237. font-size: 11px;
  238. left: 9%;
  239. background: #trans;
  240. font-family:'Roboto';
  241. color: #fff;
  242. -moz-transition: all 0.5s ease-out;
  243. -o-transition: all 0.5s ease-out;
  244. }
  245.  
  246. div.module_user_summary {
  247. visibility: hidden;
  248. }
  249.  
  250. .dy-avatar.dy-avatar-full-width {
  251. z-index: -1!important;
  252. width: 900px;
  253. margin-left: 0px;
  254. margin-top: 0px;
  255. height: 30px;
  256. background: #trans;
  257. }
  258.  
  259. img#xj_photo_img_tag {
  260. visibility: visible;
  261. z-index:100;
  262. position: absolute;
  263. width: 240px;
  264. height: 240px;
  265. filter: grayscale(0.2)brightness(80%);
  266. margin-top: 58px;
  267. margin-left: 260px;
  268. transition:all 0.3s ease-in-out;
  269. }
  270.  
  271. div.xg_span-16 {
  272. visibility: visible;
  273. z-index: -1!important;
  274. }
  275.  
  276. div.xg_3col {
  277. visibility: visible;
  278. }
  279.  
  280. /* POP UP + BUTTON COLOURS */
  281.  
  282. .xg_floating_container.xg_lightborder {
  283. background-color: #b34a00;
  284. }
  285.  
  286. input.button.action-primary {
  287. background-color: #b34a00;
  288. }
  289.  
  290. p.buttongroup {
  291. background-color: #b34a00;
  292. padding: 5px;
  293. }
  294.  
  295. a.xj_cancel.action-secondary {
  296. color: #fff;
  297. }
  298.  
  299. /* REMOVED CODES */
  300.  
  301. .online {
  302. display: none;
  303.  
  304. }
  305.  
  306. .xg_module_body.profile.vcard {
  307. display: none;
  308. }
  309.  
  310. .account-links {
  311. display: none;
  312.  
  313. }
  314.  
  315. #xg_foot {
  316. display: none;
  317. }
  318.  
  319. p.left {
  320. display: none;
  321. }
  322.  
  323. p.right.xg_lightfont {
  324. display: none;
  325. }
  326.  
  327. #xg_sitedesc {
  328. display: none;
  329. }
  330.  
  331. #xg_sitename {
  332. display: none;
  333. }
  334.  
  335. img.poweredbyLogo {
  336. display: none;
  337. }
  338.  
  339. .xg_module_head {
  340. display: auto;
  341. border-bottom: 0px solid #fff!important;
  342. }
  343.  
  344. #xg_profile_activity{
  345. display:none;
  346. }
  347.  
  348. .xg_sprite {
  349. background: transparent;
  350. }
  351.  
  352. a.send-message-link {
  353. display: none;
  354. }
  355.  
  356. dd.profile-like-button {
  357. display: none;
  358. }
  359.  
  360. dd.profile-social-buttons {
  361. display: none;
  362. }
  363.  
  364. .module_blog {
  365. display: none!important;
  366. }
  367.  
  368. a.xj_block_messages {
  369. display: none;
  370. }
  371.  
  372. 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 {
  373. display: none;
  374. }
  375.  
  376. ul.nobullets.last-child {
  377. display: none;
  378. }
  379.  
  380. span.fn {
  381. display: none;
  382. }
  383.  
  384. span.fn:before {
  385. content:"";
  386. }
  387.  
  388. a.xj_appearance_editor_profile {
  389. display: none;
  390. }
  391.  
  392. .xg_module.topmsg.birthday_msg {
  393. display: none!important;
  394. }
  395.  
  396. /* TEXT + LINK CODES*/
  397.  
  398. a#add-as-friend-link {
  399. position: fixed;
  400. font-size: 20px;
  401. font-family: 'biysk';
  402. margin-top: 89px;
  403. margin-left: -120px;
  404. letter-spacing: 2px;
  405. text-align: right;
  406. color: #fff!important;
  407. -webkit-transition: ease-in-out 0.6s;
  408. -webkit-transition-duration: 700ms;
  409. text-shadow: 0px 2px 2px #111111;
  410. transform: rotate(-90deg);
  411. }
  412.  
  413. #xg_body a {
  414. color: auto!important;
  415. background-color: transparent;
  416. font-style: normal;
  417. -webkit-transition: 1s;
  418.  
  419. }
  420.  
  421. p {
  422. color: auto!important;
  423. font-size: 11px;
  424. font-family: 'Tahoma';
  425. }
  426.  
  427. a {
  428. color: #fff!important;
  429. }
  430.  
  431.  
  432. ::selection {
  433. background: #0e0e0e;
  434. color: #b34a00;
  435. }
  436.  
  437. b, strong {
  438. color: auto;
  439. font-family: auto;
  440. font-size: auto;
  441. font-weight: 900;
  442. }
  443.  
  444. i, em {
  445. color: ;
  446. font-family: auto;
  447. font-size: auto;
  448. font-style: normal;
  449. letter-spacing: 2px;
  450. font-style: italic;
  451. line-height: 0px;
  452. }
  453.  
  454. u {
  455. text-decoration: underline;
  456. }
  457.  
  458.  
  459. /* EXTRA CODES */
  460.  
  461. ::-webkit-scrollbar {
  462. width: 2px;
  463. height: 0px;
  464. background: transparent;
  465. }
  466.  
  467. ::-webkit-scrollbar-thumb {
  468. background-color: #b34a00;
  469. border-radius:4px;
  470. }
  471.  
  472. ::-webkit-scrollbar-corner {
  473. background: transparent;
  474. }
  475.  
  476. #link {
  477. display: inline-block;
  478. position: fixed;
  479. width: 220px;
  480. -webkit-transition-duration: 0.8s;
  481. -moz-transition-duration: 0.8s;
  482. opacity: 1;
  483. margin-top: 3px;
  484. margin-left: 17px;
  485. }
  486.  
  487. #link a.links {
  488. display: inline-block;
  489. width: 53px;
  490. text-align: center;
  491. text-transform: uppercase;
  492. line-height: 9px;
  493. color: #fff;
  494. font-size: 8px;
  495. font-family: corals;
  496. padding: 5px 4px 5px 4px;
  497. -webkit-transition: all 0.5s ease-in-out;
  498. -moz-transition: all 0.5s ease-in-out;
  499. -o-transition: all 0.5s ease-in-out;
  500. -ms-transition: all 0.5s ease-in-out;
  501. transition: all 0.5s ease-in-out;
  502. cursor: pointer;
  503. margin: 0px 1px 3px 2px;
  504. background: rgba(255,255,255,0.5) ;
  505. border:solid 1px #fff;
  506. }
  507.  
  508. #link a:hover {
  509. background: #b34a00;
  510. color:#111;
  511. -webkit-transition: all 0.5s ease-in-out;
  512. -moz-transition: all 0.5s ease-in-out;
  513. -o-transition: all 0.5s ease-in-out;
  514. -ms-transition: all 0.5s ease-in-out;
  515. transition: all 0.5s ease-in-out;
  516. }
  517.  
  518. .bio {
  519. background-color: #;
  520. width: 190px;
  521. height: 120px;
  522. margin-left: 20px;
  523. margin-top:180px;
  524. font-family: raleway;
  525. color: #fff;
  526. overflow: scroll;
  527. font-size: 10px;
  528. padding-right:3px;
  529. text-align: justify;
  530. line-height:20px;
  531. text-transform: lowercase;
  532. }
  533.  
  534. @font-face {
  535. font-family: 'Raleway';
  536. font-style: normal;
  537. font-weight: 400;
  538. src: local('Raleway'), local('Raleway-Regular'),
  539. url(https://fonts.gstatic.com/s/raleway/v11/0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2');
  540. 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;
  541. }
  542.  
  543. @font-face {
  544. font-family: 'Raleway';
  545. font-style: normal;
  546. font-weight: 700;
  547. src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v11/JbtMzqLaYbbbCL9X6EvaI_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  548. 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;
  549. }
  550.  
  551. .bio b, strong {color: #843f5b; font-family: corals; font-size: 12px; background-color: #; padding: 0px;border-bottom:1px solid #843f5b;}
  552.  
  553.  
  554.  
  555. @font-face {
  556. font-family: "corals";
  557. src: url('https://dl.dropboxusercontent.com/s/8ppkpi4qrpd0zfq/TT%20Corals%20Thin-DEMO.otf') ;}
  558.  
  559. i, em {
  560. color: #b34a00;
  561. font-family: jenna sue;
  562. font-size: 20px;
  563. font-style: normal;
  564. line-height: 0px;
  565. }
  566.  
  567.  
  568.  
  569. u {
  570. text-decoration: underline;
  571. }
  572.  
  573.  
  574. @font-face { font-family: "jenna sue"; src: url('https://dl.dropboxusercontent.com/s/bsju94guldr45k8/JennaSue.ttf?dl=0'); format("truetype");}
  575.  
  576.  
  577. @font-face { font-family: biysk; src: url('https://dl.dropboxusercontent.com/s/ybgjttm22pow1n7/Biysk.ttf') ; }
  578.  
  579.  
  580. div.xg_3col:before {
  581. visibility: visible!important;
  582. z-index: 200!important;
  583. content:"❝ We're all dealing with the same game, just different levels. Dealing with the same hell, just different devils... ❞"; /* CHANGE TEXT HERE */
  584. position: absolute;
  585. top: 438px;
  586. left: 350px;
  587. width: 260px;
  588. height: 118px;
  589. overflow: hidden;
  590. font: 26px 'Bebas Neue';
  591. line-height:20px;
  592. letter-spacing: 0.5px;
  593. padding:12px;
  594. color: #fff;
  595. background:rgba(255,255,255,0.5);
  596. border-radius:4px 4px 4px 4px;
  597. text-align: center;
  598. text-transform: lowercase;
  599. padding: 10px;
  600. box-sizing: border-box;
  601. border-top: 1px solid rgba(255,255,255,0.5);
  602. border-left: 1px solid rgba(255,255,255,0.5);
  603. border-right: 1px solid rgba(255,255,255,0.5);
  604. }
  605.  
  606. @font-face {font-family:Bebas Neue;src:url(https://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}
  607.  
  608.  
  609.  
  610. .xg_3col:after{
  611. content:"";
  612. position: absolute;
  613. z-index: 1101;
  614. width: 130px;
  615. height: 120px;
  616. top: 390px;
  617. left: 580px;
  618. background: url(https://storage.ning.com/topology/rest/1.0/file/get/7498332283?profile=original) 0px 0px repeat; /* CHANGE IMAGE HERE */
  619. background-size: cover;
  620. -webkit-filter: grayscale(0.2)contrast(100%);
  621. animation: bounce 1.4s;
  622. animation-direction: alternate;
  623. animation-timing-function: cubic-bezier(.1, 0.1, 1.5, .1);
  624. animation-iteration-count: infinite;
  625. }
  626.  
  627. @keyframes bounce {
  628. 0% {
  629. -webkit-transform: translate3d(0, 0, 0);
  630. transform: translate3d(0, 0, 0);
  631. }
  632. 100% {
  633. -webkit-transform: translate3d(0, 60px, 0);
  634. transform: translate3d(0, 60px, 0);
  635. }
  636.  
  637. align-content:normal;
  638. align-items:normal;
  639. align-self:
  640. }
Add Comment
Please, Sign In to add comment