You are here

commerce-kickstart-theme-alpha-default-normal.css in Commerce Kickstart 7.2

/* This file will hold styles that are loaded using the same media query as the normal grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the widescreen layout unless they are overridden by the widescreen styles. */
/**************************************************
* --
* 3. Section content
* --
**************************************************/
/**********************************************
* 3.2. Zone content
**********************************************/
/*******************************************
* 3.2.2. Content
*******************************************/
/* HP blocks: Slideshow */
#block-views-demo-content-slideshow-block-1 .event-slider .views-field-nothing,
#block-views-demo-content-slideshow-block-1 .view-display-id-block_1 .bx-prev,
#block-views-demo-content-slideshow-block-1 .view-display-id-block_1 .bx-next {
  border: 0;
  width: 320px; }
#block-views-demo-content-slideshow-block-1 .event-slider .views-field-nothing {
  background: transparent url("../images/bg_title_slideshow_current.png") left top no-repeat;
  left: 32.5%;
  /* LTR */ }
#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_previous.png") left top no-repeat;
  /* LTR */ }
#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_next.png") left top no-repeat;
  /* LTR */
  margin-right: 5px;
  /* LTR */ }

/**************************************************
* --
* 4. Section footer
* --
**************************************************/
/**********************************************
* 4.1. Zone footer
**********************************************/
/**
* Connect with us
*/
#block-menu-menu-social-connection h2 {
  background: url("../images/bg_block_footer_title.png") left top no-repeat;
  /* LTR */
  color: #eeeeee; }

/**************************************************
* --
* 5. Commerce specific
* --
**************************************************/
/**********************************************
* 5.3. Product page
**********************************************/
/**
* Add to cart popin.
*/
div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper {
  float: none;
  min-height: 210px;
  height: 100%;
  position: absolute;
  right: 0;
  /* LTR */ }
div.messages.commerce-add-to-cart-confirmation .message-inner .view-confirm-message-product-display {
  float: left;
  /* LTR */ }
  div.messages.commerce-add-to-cart-confirmation .message-inner .view-confirm-message-product-display .view-content {
    padding-bottom: 20px; }

File

themes/commerce_kickstart_theme/css/commerce-kickstart-theme-alpha-default-normal.css
View source
  1. /* This file will hold styles that are loaded using the same media query as the normal grid. */
  2. /* If you are using the default media queries provided by Omega, these styles will also
  3. * apply to the widescreen layout unless they are overridden by the widescreen styles. */
  4. /**************************************************
  5. * --
  6. * 3. Section content
  7. * --
  8. **************************************************/
  9. /**********************************************
  10. * 3.2. Zone content
  11. **********************************************/
  12. /*******************************************
  13. * 3.2.2. Content
  14. *******************************************/
  15. /* HP blocks: Slideshow */
  16. #block-views-demo-content-slideshow-block-1 .event-slider .views-field-nothing,
  17. #block-views-demo-content-slideshow-block-1 .view-display-id-block_1 .bx-prev,
  18. #block-views-demo-content-slideshow-block-1 .view-display-id-block_1 .bx-next {
  19. border: 0;
  20. width: 320px; }
  21. #block-views-demo-content-slideshow-block-1 .event-slider .views-field-nothing {
  22. background: transparent url("../images/bg_title_slideshow_current.png") left top no-repeat;
  23. left: 32.5%;
  24. /* LTR */ }
  25. #block-views-demo-content-slideshow-block-1 .bx-prev,
  26. #block-views-demo-content-slideshow-block-1 .bx-prev:hover {
  27. background: transparent url("../images/bg_title_slideshow_previous.png") left top no-repeat;
  28. /* LTR */ }
  29. #block-views-demo-content-slideshow-block-1 .bx-next,
  30. #block-views-demo-content-slideshow-block-1 .bx-next:hover {
  31. background: transparent url("../images/bg_title_slideshow_next.png") left top no-repeat;
  32. /* LTR */
  33. margin-right: 5px;
  34. /* LTR */ }
  35. /**************************************************
  36. * --
  37. * 4. Section footer
  38. * --
  39. **************************************************/
  40. /**********************************************
  41. * 4.1. Zone footer
  42. **********************************************/
  43. /**
  44. * Connect with us
  45. */
  46. #block-menu-menu-social-connection h2 {
  47. background: url("../images/bg_block_footer_title.png") left top no-repeat;
  48. /* LTR */
  49. color: #eeeeee; }
  50. /**************************************************
  51. * --
  52. * 5. Commerce specific
  53. * --
  54. **************************************************/
  55. /**********************************************
  56. * 5.3. Product page
  57. **********************************************/
  58. /**
  59. * Add to cart popin.
  60. */
  61. div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper {
  62. float: none;
  63. min-height: 210px;
  64. height: 100%;
  65. position: absolute;
  66. right: 0;
  67. /* LTR */ }
  68. div.messages.commerce-add-to-cart-confirmation .message-inner .view-confirm-message-product-display {
  69. float: left;
  70. /* LTR */ }
  71. div.messages.commerce-add-to-cart-confirmation .message-inner .view-confirm-message-product-display .view-content {
  72. padding-bottom: 20px; }