You are here

lt-ie9.css in Brainstorm profile 7

/*
 * Target IE 6, 7 and 8 (less than IE9)
 */
/*
 * Assuming a mobile first approach with respond.js OFF, we must reset the font
 * size for lt IE9
 */
html {
  font-size: 81.3%;
}
.view-main-slider .active .views-field-field-background-image .field-content,
.view-main-slider .active .item-0 .views-field-field-main-slider-image .field-content,
.view-main-slider .active .item-0 .views-field-title,
.view-main-slider .active .item-0 .views-field-body,
.view-main-slider .active .item-1 .views-field-field-main-slider-image .field-content,
.view-main-slider .active .item-1 .views-field-title,
.view-main-slider .active .item-1 .views-field-body .title-ul,
#content .view-main-slider .active .item-1 .views-field-body ul,
.view-main-slider .active .item-2 .views-field-title,
.view-main-slider .active .item-2 .views-field-body,
.view-testimonials .owl-item.active {
  opacity: 1;
}
.view-main-slider .views-field-field-background-image {
  background-color: transparent;
}
.view-portfolio-isotope li:hover .views-field-title,
.view-portfolio td:hover .views-field-title,
.view-portfolio-isotope li:hover .isotope-filter,
.view-portfolio td:hover .views-field-field-tags-portfolio {
  bottom: 55px;
  opacity: 1;
}
.view-isotope-filter-block,
.view-columns {
  display: inline-block;
}
#content .view-blog .views-field-view-node {
  margin-left: 30px;
}
.field-name-field-portfolio-image img {
  max-height: none;
}
.color-1:before {
  content: '';
}
.color-1:after {
  left: 20px;
}

File

themes/brainstorm_theme/css/lt-ie9.css
View source
  1. /*
  2. * Target IE 6, 7 and 8 (less than IE9)
  3. */
  4. /*
  5. * Assuming a mobile first approach with respond.js OFF, we must reset the font
  6. * size for lt IE9
  7. */
  8. html {
  9. font-size: 81.3%;
  10. }
  11. .view-main-slider .active .views-field-field-background-image .field-content,
  12. .view-main-slider .active .item-0 .views-field-field-main-slider-image .field-content,
  13. .view-main-slider .active .item-0 .views-field-title,
  14. .view-main-slider .active .item-0 .views-field-body,
  15. .view-main-slider .active .item-1 .views-field-field-main-slider-image .field-content,
  16. .view-main-slider .active .item-1 .views-field-title,
  17. .view-main-slider .active .item-1 .views-field-body .title-ul,
  18. #content .view-main-slider .active .item-1 .views-field-body ul,
  19. .view-main-slider .active .item-2 .views-field-title,
  20. .view-main-slider .active .item-2 .views-field-body,
  21. .view-testimonials .owl-item.active {
  22. opacity: 1;
  23. }
  24. .view-main-slider .views-field-field-background-image {
  25. background-color: transparent;
  26. }
  27. .view-portfolio-isotope li:hover .views-field-title,
  28. .view-portfolio td:hover .views-field-title,
  29. .view-portfolio-isotope li:hover .isotope-filter,
  30. .view-portfolio td:hover .views-field-field-tags-portfolio {
  31. bottom: 55px;
  32. opacity: 1;
  33. }
  34. .view-isotope-filter-block,
  35. .view-columns {
  36. display: inline-block;
  37. }
  38. #content .view-blog .views-field-view-node {
  39. margin-left: 30px;
  40. }
  41. .field-name-field-portfolio-image img {
  42. max-height: none;
  43. }
  44. .color-1:before {
  45. content: '';
  46. }
  47. .color-1:after {
  48. left: 20px;
  49. }