mik98

firecracker - green - css

Jun 8th, 2021 (edited)
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.81 KB | None | 0 0
  1. body {
  2. background-color: #e7e7e7;
  3. background-image: url();
  4. background-repeat: repeat;
  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:""; /* CHANGE TEXT HERE */
  40. position: absolute;
  41. top: 125px;
  42. left: 255px;
  43. font: 11px 'Roboto';
  44. color: #000;
  45. text-transform: lowercase;
  46. text-align: justify;
  47. width: 580px;
  48. height: 415px;
  49. background: #f6f6f6;
  50. border-radius: 6px;
  51. padding: 60px;
  52. box-sizing: border-box;
  53. border: 3px solid #fff;
  54. overflow: hidden;
  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:"mikayla grace daniels. twenty-two. virgo. jarrett miller is mine. my friends are everything. sleepy, moody and a firecracker 24/7. don't try me, boo.";
  70. position: absolute;
  71. width: 280px;
  72. height: 65px;
  73. top: 5px;
  74. left: 513px;
  75. background: #fff;
  76. text-align: center;
  77. font-family: song;
  78. padding-top: 280px!important;
  79. border-radius: 6px;
  80. font-color: #8f9779;
  81. color: #8f9779;
  82. font-size: 13px;
  83.  
  84. letter-spacing: 1px;
  85.  
  86. }
  87.  
  88.  
  89.  
  90. div#xg_layout_column_1:after {
  91. content:"";
  92. position: absolute;
  93. background: rgb(255, 255, 255);
  94. top: 45px;
  95. left: 80px;
  96. width: 195px;
  97. height: 235px;
  98. background: url(https://storage.ning.com/topology/rest/1.0/file/get/9054957468?profile=original) 0px -100px no-repeat; /* CHANGE IMAGE HERE */
  99. border-top: 50px solid #fff;
  100. border-bottom: 40px solid #fff;
  101. border-radius: 5px;
  102. background-size: cover;
  103. filter: grayscale(0.3);
  104. }
  105.  
  106. div.module_user_summary:before {
  107. z-index: -100!important;
  108. visibility: visible!important;
  109. content:"";
  110. position: absolute;
  111. top: 265px;
  112. left: 195px;
  113. width: 255px;
  114. height: 105px;
  115. background: url(https://storage.ning.com/topology/rest/1.0/file/get/9054966479?profile=original) 0px -45px no-repeat; /* CHANGE IMAGE HERE */
  116. background-size: cover;
  117. filter: grayscale(0.3);
  118. border-top: 60px solid #fff;
  119. border-bottom: 40px solid #fff;
  120. border-radius: 5px;
  121.  
  122. }
  123.  
  124. div.module_user_summary:after {
  125. z-index: -100!important;
  126. visibility: visible;
  127. content:"";
  128. position: absolute;
  129. top: 35px;
  130. left: 535px;
  131. width: 235px;
  132. height: 235px;
  133. background: url(https://storage.ning.com/topology/rest/1.0/file/get/9055012672?profile=original) 0px -15px no-repeat; /* CHANGE IMAGE HERE */
  134. background-size: cover;
  135. filter: grayscale(1);
  136. border-radius: 6px;
  137.  
  138. }
  139.  
  140. .xg_3col:after {
  141. content:"@mikaylagracedaniels"; /* CHANGE TEXT HERE */
  142. position: absolute;
  143. top: 465px;
  144. left: 625px;
  145. width: 220px;
  146. height: 65px;
  147. border-radius:6px;
  148. background: #fff;
  149. color: #78866b;
  150. font-family: sanfran;
  151. font-size: 10px;
  152. letter-spacing: 1px;
  153. text-transform: uppercase;
  154. padding-left: 35px;
  155. padding-top: 15px;
  156. text-align: center;
  157. -webkit-filter: grayscale(0.2)contrast(100%);
  158. animation: bounce 1.4s;
  159. animation-direction: alternate;
  160. animation-timing-function: cubic-bezier(.1, 0.1, 1.5, .1);
  161. animation-iteration-count: infinite;
  162. }
  163.  
  164. @keyframes bounce {
  165. 0% {
  166. -webkit-transform: translate3d(0, 0, 0);
  167. transform: translate3d(0, 0, 0);
  168. }
  169. 100% {
  170. -webkit-transform: translate3d(0, 60px, 0);
  171. transform: translate3d(0, 15px, 0);
  172. }
  173.  
  174. align-content:normal;
  175. align-items:normal;
  176. align-self:
  177. }
  178.  
  179.  
  180. @font-face{font-family:"maszyna royal";src:url('https://static.tumblr.com/it5srtk/dT5orvvwu/maszynaroyaldark.ttf');}
  181.  
  182.  
  183.  
  184. @font-face {font-family: song; src: url(HTTPS://DL.DROPBOXUSERCONTENT.COM/s/4ki9a7dh5gmz9gp/Please%20write%20me%20a%20song.ttf);}
  185.  
  186.  
  187. div.xg_span-16:before {
  188. visibility: visible!important;
  189. z-index: 100;
  190. content:"I'd leave yours only wanting more, And count the pavement stones, You cut me a key for the front door, So I could call it home. When I could only see blue, You taught me to swim & when you didn't have to, You took me in"; /* CHANGE TEXT HERE */
  191. position: absolute;
  192. top: 141px;
  193. left: 383px;
  194. width: 220px;
  195. height: 220px;
  196. font: 22px 'scarlette';
  197. font-weight: bold;
  198. overflow: hidden;
  199. box-sizing: border-box;
  200. padding: 10px;
  201. text-transform: lowercase;
  202. text-align: center;
  203. line-height: 23px;
  204. letter-spacing: 1px;
  205. background: #trans;
  206. color: #78866b;
  207. filter: brightness(90%)contrast(110%);
  208. }
  209.  
  210. @font-face { font-family: "silkscreen"; src: url('https://dl.dropboxusercontent.com/s/ejwz9kcu3vq0hz9/slkscr.ttf'); }
  211.  
  212.  
  213. @font-face { font-family: "bebas neue"; src: url('https://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  214.  
  215. @font-face { font-family: 'scarlette'; src: url('https://dl.dropboxusercontent.com/s/rzp0ijgvaswgztp/Scarlette.ttf'); ;}
  216.  
  217. div.module_user_thumbnail:before {
  218. opacity: 10;
  219. visibility: visible;
  220. content:""; /* CHANGE TEXT HERE */
  221. position: absolute;
  222. z-index: 1;
  223. top: 54px;
  224. left: 112px;
  225. width: 125px;
  226. height: 35px;
  227. font: 12px 'Roboto';
  228. font-weight: 900;
  229. color: #000;
  230. overflow: hidden;
  231. text-transform: uppercase;
  232. text-align: center;
  233. padding-top: 5px!important;
  234. padding: 10px;
  235. box-sizing: border-box;
  236. background: url(https://storage.ning.com/topology/rest/1.0/file/get/9055177682?profile=original);
  237. background-size: cover;
  238. filter: grayscale(1);
  239.  
  240. }
  241.  
  242. div.module_user_thumbnail:after {
  243. opacity: 10;
  244. visibility: visible;
  245. content:""; /* CHANGE TEXT HERE */
  246. position: absolute;
  247. top: 436px;
  248. left: 195px;
  249. width: 205px;
  250. height: 15px;
  251. font: 12px 'Roboto';
  252. font-weight: 900;
  253. color: #000;
  254. overflow: hidden;
  255. text-transform: uppercase;
  256. text-align: center;
  257. padding-top: 5px!important;
  258. padding: 10px;
  259. background: url(https://storage.ning.com/topology/rest/1.0/file/get/9055186452?profile=original);
  260. background-size: cover;
  261. filter:grayscale(1);
  262. }
  263.  
  264. .dy-avatar.dy-avatar-full-width:after {
  265. opacity: 10;
  266. z-index: 100!important;
  267. visibility: visible;
  268. content:"“Jarretts's iPhone” would like to share a photo"; /* CHANGE TEXT HERE */
  269. position: absolute;
  270. top: 297px;
  271. left: 200px;
  272. width: 220px;
  273. height: 10px;
  274. font: 11px 'sanfran';
  275. color: #888;
  276. overflow: hidden;
  277. text-transform: normal;
  278. text-align: center;
  279. padding-top: 5px!important;
  280. padding: 10px;
  281. background: trans;
  282. }
  283.  
  284. .xg_3col:before {
  285. z-index: 100;
  286. content:"short quote/saying here"; /* CHANGE TEXT HERE */
  287. position: absolute;
  288. top: 500px;
  289. left: 705px;
  290. width: 160px;
  291. height: 40px;
  292. font-face: sanfran;
  293. text-transform: lowercase;
  294. border-radius:6px;
  295. background: #trans;
  296. -webkit-filter: grayscale(0.2)contrast(100%);
  297. animation: bounce 1.4s;
  298. animation-direction: alternate;
  299. animation-timing-function: cubic-bezier(.1, 0.1, 1.5, .1);
  300. animation-iteration-count: infinite;
  301. }
  302.  
  303. @keyframes bounce {
  304. 0% {
  305. -webkit-transform: translate3d(0, 0, 0);
  306. transform: translate3d(0, 0, 0);
  307. }
  308. 100% {
  309. -webkit-transform: translate3d(0, 60px, 0);
  310. transform: translate3d(0, 15px, 0);
  311. }
  312.  
  313. align-content:normal;
  314. align-items:normal;
  315. align-self:
  316. }
  317.  
  318.  
  319.  
  320. @font-face {font-family: sanfran; src: url(HTTPS://DL.DROPBOXUSERCONTENT.COM/s/t4v5y6i9wgvt0kw/SF-UI-Display-Regular.ttf);}
  321.  
  322.  
  323. 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 {
  324. opacity: 1;
  325. }
  326.  
  327. .dy-avatar.dy-avatar-full-width:before {
  328. visibility: visible;
  329. z-index: 100;
  330. content:""; /* CHANGE TEXT HERE */
  331. position: absolute;
  332. top: 267px;
  333. left: 280px;
  334. width: 80px;
  335. height: 35px;
  336. font: 20px 'Montserrat';
  337. font-weight: bold;
  338. text-align: center;
  339. overflow: hidden;
  340. box-sizing: border-box;
  341. line-height: 30px;
  342. padding: 10px;
  343. text-transform: uppercase;
  344. background: url(https://storage.ning.com/topology/rest/1.0/file/get/9055187277?profile=original);
  345. background-size: cover;
  346. filter: grayscale(1);
  347. color: #fff;
  348. }
  349.  
  350. div#xg_layout_column_2 {
  351. position: absolute;
  352. z-index: 100!important;
  353. width: 820px;
  354. height: 40px;
  355. top: 70px;
  356. font-size: 11px;
  357. left: 9%;
  358. background: #trans;
  359. font-family:'Roboto';
  360. color: #fff;
  361. -moz-transition: all 0.5s ease-out;
  362. -o-transition: all 0.5s ease-out;
  363. }
  364.  
  365. div.module_user_summary {
  366. visibility: hidden;
  367. }
  368.  
  369. .dy-avatar.dy-avatar-full-width {
  370. z-index: -1!important;
  371. width: 900px;
  372. margin-left: 0px;
  373. margin-top: 0px;
  374. height: 30px;
  375. background: #trans;
  376. }
  377.  
  378. img#xj_photo_img_tag {
  379. visibility: visible;
  380. z-index: 100!important;
  381. width: 50px!important;
  382. height: 50px!important;
  383. margin-left: 535px;
  384. margin-top: 380px;
  385. border: 1px solid #ddd;
  386. border-radius: 100px;
  387. transition:all 0.3s ease-in-out;
  388. -webkit-filter: grayscale(0)contrast(80%)brightness(120%);
  389. animation: bounce 1.4s;
  390. animation-direction: alternate;
  391. animation-timing-function: cubic-bezier(.1, 0.1, 1.5, .1);
  392. animation-iteration-count: infinite;
  393. }
  394.  
  395. @keyframes bounce {
  396. 0% {
  397. -webkit-transform: translate3d(0, 0, 0);
  398. transform: translate3d(0, 0, 0);
  399. }
  400. 100% {
  401. -webkit-transform: translate3d(0, 60px, 0);
  402. transform: translate3d(0, 15px, 0);
  403. }
  404.  
  405. align-content:normal;
  406. align-items:normal;
  407. align-self:
  408. }
  409.  
  410.  
  411. div.xg_span-16 {
  412. visibility: visible;
  413. z-index: -1!important;
  414. }
  415.  
  416. div.xg_3col {
  417. visibility: visible;
  418. }
  419.  
  420. /* POP UP + BUTTON COLOURS */
  421.  
  422. .xg_floating_container.xg_lightborder {
  423. background-color: rgb(132, 132, 132);
  424. }
  425.  
  426. input.button.action-primary {
  427. background-color: rgb(85, 85, 85);
  428. }
  429.  
  430. p.buttongroup {
  431. background-color: rgb(170, 170, 170);
  432. padding: 5px;
  433. }
  434.  
  435. a.xj_cancel.action-secondary {
  436. color: rgb (255, 255, 255);
  437. }
  438.  
  439. /* REMOVED CODES */
  440.  
  441. .online {
  442. display: none;
  443.  
  444. }
  445.  
  446. .xg_module_body.profile.vcard {
  447. display: none;
  448. }
  449.  
  450. .account-links {
  451. display: none;
  452.  
  453. }
  454.  
  455. #xg_foot {
  456. display: none;
  457. }
  458.  
  459. p.left {
  460. display: none;
  461. }
  462.  
  463. p.right.xg_lightfont {
  464. display: none;
  465. }
  466.  
  467. #xg_sitedesc {
  468. display: none;
  469. }
  470.  
  471. #xg_sitename {
  472. display: none;
  473. }
  474.  
  475. img.poweredbyLogo {
  476. display: none;
  477. }
  478.  
  479. .xg_module_head {
  480. display: auto;
  481. border-bottom: 0px solid #fff!important;
  482. }
  483.  
  484. #xg_profile_activity{
  485. display:none;
  486. }
  487.  
  488. .xg_sprite {
  489. background: transparent;
  490. }
  491.  
  492. a.send-message-link {
  493. display: none;
  494. }
  495.  
  496. dd.profile-like-button {
  497. display: none;
  498. }
  499.  
  500. dd.profile-social-buttons {
  501. display: none;
  502. }
  503.  
  504. .module_blog {
  505. display: none!important;
  506. }
  507.  
  508. a.xj_block_messages {
  509. display: none;
  510. }
  511.  
  512. 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 {
  513. display: none;
  514. }
  515.  
  516. ul.nobullets.last-child {
  517. display: none;
  518. }
  519.  
  520. span.fn {
  521. display: none;
  522. }
  523.  
  524. span.fn:before {
  525. content:"";
  526. }
  527.  
  528. a.xj_appearance_editor_profile {
  529. display: none;
  530. }
  531.  
  532. .xg_module.topmsg.birthday_msg {
  533. display: none!important;
  534. }
  535.  
  536. /* TEXT + LINK CODES*/
  537.  
  538. a#add-as-friend-link {
  539. position: fixed;
  540. font-size: 20px;
  541. font-weight: 900;
  542. font-family: 'cocogoose';
  543. bottom: 10px;
  544. left: -5px;
  545. letter-spacing: 2px;
  546. text-transform: lowercase;
  547. text-align: right;
  548. color: #78866b!important;
  549. }
  550.  
  551. #xg_body a {
  552. color: auto!important;
  553. background-color: transparent;
  554. font-style: normal;
  555. -webkit-transition: 1s;
  556.  
  557. }
  558.  
  559. p {
  560. color: auto!important;
  561. font-size: 11px;
  562. font-family: 'Tahoma';
  563. }
  564.  
  565.  
  566. ::selection {
  567. background: #c6f3f5;
  568. color: #ffffff;
  569. }
  570.  
  571. ::-webkit-scrollbar {
  572. width: 4px;
  573. height: 0px;
  574. background: transparent;
  575. }
  576.  
  577. ::-webkit-scrollbar-thumb {
  578. background: #aaa;
  579. border-radius: 4px;
  580. }
  581.  
  582. ::-webkit-scrollbar-corner {
  583. background: transparent;
  584. }
  585.  
  586. #links {
  587. z-index: 100!important;
  588. position: fixed;
  589. overflow: hidden;
  590. font: 1px 'Roboto';
  591. text-transform: lowercase;
  592. margin-top: 280px;
  593. margin-left: 460px;
  594. text-align: left;
  595. width: 50px;
  596. height: 215px!important;
  597. background: #trans;
  598. line-height: 35px;
  599. filter: grayscale(0.5);
  600. }
  601.  
  602. #links a {
  603. color: #78866b!important;
  604. margin-left: 20px;
  605. padding-left:10px;
  606. padding: 5px;
  607. -webkit-transition: all 0.7s ease;
  608. }
  609.  
  610.  
  611. #links a {
  612. color: trans!important;
  613. background: #78866b;
  614. border: 2px solid #78866b;
  615. border-radius: 100%;
  616. padding: 6px;
  617. margin: 10px;
  618. -webkit-transition: all 0.7s ease;
  619. -webkit-filter: grayscale(0.2)contrast(100%);
  620.  
  621. }
  622.  
Add Comment
Please, Sign In to add comment