Advertisement
duskopro

WPPS-144550-DP-ig-after-css

Jan 9th, 2025
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.27 KB | Source Code | 0 0
  1. /*.visit-insta::before {
  2.     content: "Discover the World’s Most Exclusive Ultra-Luxury Travel & Lifestyle Experiences—Follow Us on Instagram";
  3. visibility: visible;
  4. }
  5. .visit-insta{
  6.     content: "Discover the World’s Most Exclusive Ultra-Luxury Travel & Lifestyle Experiences—Follow Us on Instagram";
  7. visibility: hidden;
  8. }*/
  9. .insta_feed a.sbi_photo {
  10.     height: 360px !important;
  11.     padding: 0 23px;
  12.     margin: 0 5px;
  13. }
  14. .insta_feed a.sbi_photo:before {
  15.         content: "";
  16.     background: url(/wp-content/plugins/instagram-feed/img/small-logo.png) no-repeat;
  17.     width: 35px;
  18.     height: 35px;
  19.     background-size: cover;
  20.     position: absolute;
  21.     top: 50%;
  22.     z-index: 9;
  23.     opacity: 0;
  24.     transition: all 0.5s;
  25.     left: 0;
  26.     right: 0;
  27.     margin: 0 auto;
  28.     margin-top: -12px;
  29. }
  30.  
  31. #sb_instagram .sbi_photo{
  32.     text-align: center;
  33. }
  34. .insta_feed a:hover.sbi_photo:before {
  35.     opacity: 1;
  36. }
  37.  
  38. .insta_feed a:hover.sbi_photo:after {
  39.     opacity: 0.4;
  40. }
  41. .insta_feed a.sbi_photo:after {
  42.     content: "";
  43.     position: absolute;
  44.     left: 4px;
  45.     right: 4px;
  46.     top: 0;
  47.     bottom: 0;
  48.     background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  49.     opacity: 0.5;
  50.     z-index: 0;
  51.     opacity: 0;
  52.     transition: all 0.5s;
  53. }
  54.  
  55.  
  56. #sb_instagram #sbi_load {
  57.     margin-top: 2px;
  58. }
  59.  
  60.  
  61. #sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
  62.    display: none;
  63. }
  64.  
  65.  
  66. div#sbi_load {
  67.     display: none;
  68. }
  69.  
  70. p.sbi_bio {
  71.     display: none !important;
  72. }
  73.  
  74. .insta_feed {
  75.     padding: 20px 150px;
  76.     height: auto;
  77.     background: #000;
  78.     width: 100%;
  79.     display: inline-block;
  80.     position: relative;
  81.     margin-bottom: 0 !important;
  82.  
  83. }
  84. .visit-insta {
  85.     font-size: 40px;
  86.     text-transform: uppercase;
  87.     text-align: center;
  88.     position: relative;
  89.     margin: 0 auto;
  90.     width: auto;
  91.     display: table;
  92.     color:#fff;
  93.     border-bottom: solid 1px #fff;
  94.     font-weight: 600;
  95. }
  96.  
  97.  
  98. .insta_feed .sbi.sbi_mob_col_auto {
  99.     display: inline-block;
  100.     margin-top: 15px !important;
  101.   /*  box-shadow:0 1px 3px #ffffff82;*/
  102.     padding: 20px 30px !important;
  103. }
  104.  
  105. .insta_feed div#sbi_images {
  106.     padding: 5px;
  107.     /*width: 900px !important;*/
  108.     margin: 0 auto;
  109.     display: table;
  110.     float: none !important;
  111. }
  112.  
  113. .insta_feed .sb_instagram_header {
  114.     float: none !important;
  115.     display: table;
  116.     text-align: center !important;
  117.     /*width: 900px !important;*/
  118.     margin: 12px auto !important;
  119. }
  120.  
  121. #sb_instagram .sbi_header_img {
  122.     border: solid 3px #d1ad74;
  123.     border-radius: 50%;
  124. }
  125.  
  126. #sb_instagram .sbi_header_text h3 {
  127.     color: #fff;
  128. }
  129.  
  130.  
  131.  
  132. @media(max-width: 767px){
  133. .insta_feed a.sbi_photo {
  134.     height: 420px !important;
  135. }
  136.     .insta_feed div#sbi_images {
  137.     width: auto !important;
  138. }
  139.  
  140. .insta_feed{
  141.     padding-left: 0 !important;
  142.     padding-right: 0 !important;
  143.     margin-bottom: -8px !important;
  144.     overflow: hidden;
  145. }
  146.  
  147. .insta_feed a.sbi_photo{
  148.     padding: 0 50px !important;
  149. }
  150. .visit-insta {
  151.     font-size: 20px;
  152. }
  153. #sb_instagram.sbi_col_4 #sbi_images {
  154.     grid-template-columns: repeat(1, 1fr);
  155. }
  156. }
  157.  
  158. @media(max-width: 500px){
  159. .insta_feed div#sb_instagram div#sbi_images .sbi_item {
  160.     /*width: 50%;*/
  161. }
  162. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement