Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.90 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3.             .application-products .item-01 {
  4.                 background-image: url(//www.brastemp.meu.br/wp-content/themes/brastemp2015/assets/images/tomates.png);
  5.             }
  6.            
  7.             @media (max-width: 1023px) {
  8.                 .application-products .item-01 {
  9.                     background-image: url(//www.brastemp.meu.br/wp-content/themes/brastemp2015/assets/images/tomates-tablet.jpg);
  10.                 }
  11.             }
  12.            
  13.             @media (max-width: 767px) {
  14.                 .application-products .item-01 {
  15.                     background-image: url(//www.brastemp.meu.br/wp-content/themes/brastemp2015/assets/images/tomates-mobile.jpg);
  16.                 }
  17.             }
  18.            
  19.             .application-products .item-02 {
  20.                 background-image: url(//www.brastemp.meu.br/wp-content/themes/brastemp2015/assets/images/bagel.jpg);
  21.             }
  22.  
  23.             @media (max-width: 1279px) {
  24.                 .application-products .item-02 {
  25.                     background-size: cover;
  26.                 }
  27.             }
  28.             @media (max-width: 1023px) {
  29.                 .application-products .item-02 {
  30.                     background-image: url(//www.brastemp.meu.br/wp-content/themes/brastemp2015/assets/images/bagel-tablet.jpg);
  31.                     background-size: cover !important;
  32.                 }
  33.             }
  34.  
  35.             @media (max-width: 767px) {
  36.                 .application-products .item-02 {
  37.                     background-image: url(//www.brastemp.meu.br/wp-content/themes/brastemp2015/assets/images/bagel-mobile.jpg);
  38.                     background-size: 100% auto !important;
  39.                 }
  40.             }
  41.  
  42.  
  43.  
  44.             .register-newsletter .item-01 {
  45.                 background-image: url(//www.brastemp.meu.br/wp-content/themes/brastemp2015/assets/images/img-newsletter-01.jpg);
  46.             }
  47.  
  48.  
  49.             @media (max-width: 1023px) {
  50.                 .register-newsletter .item-01 {
  51.                     background-image: url(//www.brastemp.meu.br/wp-content/themes/brastemp2015/assets/images/img-newsletter-01-tablet.jpg);
  52.                 }
  53.             }
  54.  
  55.             @media (max-width: 767px) {
  56.                 .register-newsletter .item-01 {
  57.                     background-image: url(//www.brastemp.meu.br/wp-content/themes/brastemp2015/assets/images/img-newsletter-01-mobile.jpg);
  58.                 }
  59.             }
  60.  
  61.             .register-newsletter .item-02 {
  62.                 background-image: url(//www.brastemp.meu.br/wp-content/themes/brastemp2015/assets/images/img-newsletter-02.jpg);
  63.             }
  64.  
  65.             @media (max-width: 767px) {
  66.                 .register-newsletter .item-02 {
  67.                     background-image: url(//www.brastemp.meu.br/wp-content/themes/brastemp2015/assets/images/img-newsletter-02-mobile.jpg);
  68.                 }
  69.             }
  70.            
  71.         </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement