You are here

commerce-kickstart-theme-ie-lte-8-rtl.css in Commerce Kickstart 7.2

/* User menu */
.block-menu-user-menu .content ul.menu li.first {
  border-left: 1px solid #ffffff;
  padding-left: 7px; }
.block-menu-user-menu .content ul.menu li.last {
  padding-right: 7px; }

/* Pseudo Breadcrumb */
#region-breadcrumb .pseudo-breadcrumb li a {
  background: url("../images/btn_close.png") right center no-repeat; }

/* Search api facet blocks */
.region-sidebar-first .block-facetapi ul li a.facetapi-inactive {
  padding-right: 0px; }

/* Blocks */
#promotional_banner {
  left: 0;
  right: -10px; }
  #promotional_banner .promotional_banner_special_offer {
    left: 10px;
    right: auto; }

.block-shipping-discount {
  left: auto;
  right: -50px; }

#region-footer2-second {
  float: left !important;
  padding: 0 !important; }

/* HP blocks: Slideshow */
#block-views-demo-content-slideshow-block-1 .event-slider .views-field-nothing {
  background: transparent url("../images/bg_title_slideshow_current.png") right top no-repeat;
  left: auto;
  right: 31%; }
#block-views-demo-content-slideshow-block-1 .bx-prev,
#block-views-demo-content-slideshow-block-1 .bx-prev:hover {
  background: transparent url("../images/bg_title_slideshow_next.png") right top no-repeat; }
#block-views-demo-content-slideshow-block-1 .bx-next,
#block-views-demo-content-slideshow-block-1 .bx-next:hover {
  background: transparent url("../images/bg_title_slideshow_previous.png") right top no-repeat;
  margin-right: 0;
  margin-left: 5px; }

/* Connect with us */
#block-menu-menu-social-connection h2 {
  background: url("../images/bg_block_footer_title-rtl.png") right top no-repeat !important; }
#block-menu-menu-social-connection .content ul.menu li a.facebook {
  background: url("../images/icon_facebook.png") 98% 50% no-repeat; }
#block-menu-menu-social-connection .content ul.menu li a.twitter {
  background: url("../images/icon_twitter.png") 98% 50% no-repeat; }
#block-menu-menu-social-connection .content ul.menu li a.pinterest {
  background: url("../images/icon_pinterest.png") 98% 50% no-repeat; }

/* All Products Page */
.region-sidebar-first .block-facetapi ul li input.facetapi-checkbox {
  margin: 0 0 0 .5em; }

/* Collection page */
.view-collection-taxonomy-term .view-content .item-list .products-per-collection li.views-row {
  padding-left: 5px; }
  .view-collection-taxonomy-term .view-content .item-list .products-per-collection li.views-row:nth-child(4n+5) {
    clear: right;
    float: right; }

/**************************************************
* --
* 8. Comments
* --
**************************************************/
.node-teaser .links.node-links .links .node-readmore a {
  padding-left: 15px; }
.node-teaser .links.node-links .links .comment-comments a {
  padding-right: 20px; }
  .node-teaser .links.node-links .links .comment-comments a span {
    float: right; }

File

themes/commerce_kickstart_theme/css/commerce-kickstart-theme-ie-lte-8-rtl.css
View source
  1. /* User menu */
  2. .block-menu-user-menu .content ul.menu li.first {
  3. border-left: 1px solid #ffffff;
  4. padding-left: 7px; }
  5. .block-menu-user-menu .content ul.menu li.last {
  6. padding-right: 7px; }
  7. /* Pseudo Breadcrumb */
  8. #region-breadcrumb .pseudo-breadcrumb li a {
  9. background: url("../images/btn_close.png") right center no-repeat; }
  10. /* Search api facet blocks */
  11. .region-sidebar-first .block-facetapi ul li a.facetapi-inactive {
  12. padding-right: 0px; }
  13. /* Blocks */
  14. #promotional_banner {
  15. left: 0;
  16. right: -10px; }
  17. #promotional_banner .promotional_banner_special_offer {
  18. left: 10px;
  19. right: auto; }
  20. .block-shipping-discount {
  21. left: auto;
  22. right: -50px; }
  23. #region-footer2-second {
  24. float: left !important;
  25. padding: 0 !important; }
  26. /* HP blocks: Slideshow */
  27. #block-views-demo-content-slideshow-block-1 .event-slider .views-field-nothing {
  28. background: transparent url("../images/bg_title_slideshow_current.png") right top no-repeat;
  29. left: auto;
  30. right: 31%; }
  31. #block-views-demo-content-slideshow-block-1 .bx-prev,
  32. #block-views-demo-content-slideshow-block-1 .bx-prev:hover {
  33. background: transparent url("../images/bg_title_slideshow_next.png") right top no-repeat; }
  34. #block-views-demo-content-slideshow-block-1 .bx-next,
  35. #block-views-demo-content-slideshow-block-1 .bx-next:hover {
  36. background: transparent url("../images/bg_title_slideshow_previous.png") right top no-repeat;
  37. margin-right: 0;
  38. margin-left: 5px; }
  39. /* Connect with us */
  40. #block-menu-menu-social-connection h2 {
  41. background: url("../images/bg_block_footer_title-rtl.png") right top no-repeat !important; }
  42. #block-menu-menu-social-connection .content ul.menu li a.facebook {
  43. background: url("../images/icon_facebook.png") 98% 50% no-repeat; }
  44. #block-menu-menu-social-connection .content ul.menu li a.twitter {
  45. background: url("../images/icon_twitter.png") 98% 50% no-repeat; }
  46. #block-menu-menu-social-connection .content ul.menu li a.pinterest {
  47. background: url("../images/icon_pinterest.png") 98% 50% no-repeat; }
  48. /* All Products Page */
  49. .region-sidebar-first .block-facetapi ul li input.facetapi-checkbox {
  50. margin: 0 0 0 .5em; }
  51. /* Collection page */
  52. .view-collection-taxonomy-term .view-content .item-list .products-per-collection li.views-row {
  53. padding-left: 5px; }
  54. .view-collection-taxonomy-term .view-content .item-list .products-per-collection li.views-row:nth-child(4n+5) {
  55. clear: right;
  56. float: right; }
  57. /**************************************************
  58. * --
  59. * 8. Comments
  60. * --
  61. **************************************************/
  62. .node-teaser .links.node-links .links .node-readmore a {
  63. padding-left: 15px; }
  64. .node-teaser .links.node-links .links .comment-comments a {
  65. padding-right: 20px; }
  66. .node-teaser .links.node-links .links .comment-comments a span {
  67. float: right; }