Advertisement
RiQ363

Untitled

Jul 15th, 2015
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.35 KB | None | 0 0
  1. div.ecwid-productBrowser-productsList-details div.ecwid-productBrowser-sku {
  2. color: #000000;
  3. padding: 2px 0 0px 2px;
  4. }
  5.  
  6. div.ecwid-productBrowser-productsList-details div.ecwid-productBrowser-price{
  7. font-size: 18px;
  8. padding: 0px 0 0 2px;
  9. }
  10.  
  11. div.ecwid-productBrowser-productsList-details div.ecwid-BuyNow {
  12. padding-top: 0px;
  13. }
  14.  
  15. div.ecwid-productBrowser-productsList-like {
  16. padding-bottom: 0px;
  17. }
  18.  
  19. div.ecwid-productBrowser-productsList-thumbnail {
  20. padding: 0px 2px 0px 10px;
  21. }
  22.  
  23. .ecwid a,
  24. .ecwid a:active,
  25. .ecwid a:visited {
  26. font: bold 16px tahoma, geneva, verdana, sans-serif;
  27. color: #030303;
  28. background-color: transparent;
  29. text-decoration: underline;
  30. cursor: pointer;
  31. }
  32.  
  33. .ecwid-minicart-mini-count {
  34. color: #030303;
  35. font: bold 16px tahoma,geneva,verdana,sans-serif;
  36. }
  37.  
  38. td.ecwid-productBrowser-cart-itemsTable-headerCell {
  39. font: normal 14px tahoma, geneva, verdana, sans-serif;
  40. padding: 0 20px;
  41. color: #030303;
  42. border-bottom: solid 1px #c4c4c4;
  43. }
  44.  
  45. div.ecwid-productBrowser-cart div.ecwid-productBrowser-productNameLink a,
  46. div.ecwid-productBrowser-cart div.ecwid-productBrowser-productNameLink a:active,
  47. div.ecwid-productBrowser-cart div.ecwid-productBrowser-productNameLink a:visited {
  48. color: #030303;
  49. }
  50.  
  51. tr.ecwid-productBrowser-cart-itemsTable-row-selected,
  52. td.ecwid-productBrowser-cart-itemsTable-cell-selected {
  53. background-color: transparent !important;
  54. }
  55.  
  56. div.ecwid-productBrowser-cart-removeItemButton {
  57. display: block;
  58. position: absolute;
  59. top: 30px;
  60. right: 0px;
  61. background: transparent url(http://i.imgur.com/AdMD6IU.png) no-repeat center center;
  62. width: 25px;
  63. height: 25px;
  64. cursor: pointer;
  65. }
  66.  
  67. div.ecwid-results-topPanel-viewAsPanel {
  68. display:none !important;
  69. }
  70.  
  71. div.ecwid-productBrowser-nav {
  72. display: none;
  73. }
  74.  
  75. div.ecwid-productBrowser-details-inStockLabel {
  76. display:none;
  77. }
  78.  
  79. #VCategories-1 {
  80. position: relative;
  81. right: 780px !important;
  82. top: -150px;
  83. }
  84.  
  85. #ProductBrowser-2 {
  86. position: relative;
  87. left: 160px !important;
  88. }
  89.  
  90. div.ecwid-categoriesMenuBar span.ecwid-categories-category {
  91. font-size: 14px;
  92. }
  93. div.ecwid-categories-vertical td.gwt-MenuItem {
  94. padding: 0 10px 0 30px;
  95. }
  96. div.ecwid-categories-MenuBarPopup {
  97. display: none;
  98. }
  99.  
  100. div.ecwid-noimage,
  101. div.ecwid-noimage-small {
  102. display:none;
  103. }
  104.  
  105. .ecwid-minicart-mini-label {
  106. display: none;
  107. }
  108.  
  109. .ecwid-minicart-mini-rollover .ecwid-minicart-mini-link {
  110. cursor: pointer !important;
  111. color: transparent !important;
  112. }
  113.  
  114. .ecwid-minicart-mini-rollover {
  115. background: transparent !important;
  116. border: none !important;
  117. }
  118.  
  119. /* change color to black */
  120. .ecwid-minicart-mini-rollover a,
  121. .ecwid-minicart-mini-rollover span {
  122. color: black !important;
  123. }
  124.  
  125. /* change font size of product names in list view */
  126. .ecwid-productBrowser-productNameLink a {
  127. font: normal 18px tahoma, geneva, verdana, sans-serif !important;
  128. }
  129.  
  130. /* Change size of Buy Now button */
  131. .ecwid-BuyNow {
  132. transform: scale(0.75);
  133. position: relative !important;
  134. left: -70px;
  135. }
  136.  
  137. .ecwid-categories-vertical-table-cell
  138. .ecwid-categories-vertical-table-cell-categoryLink
  139. span.ecwid-categories-category {
  140. font: normal 16px "trebuchet MS", helvetica, verdana, sans-serif !important;
  141. }
  142.  
  143. td.ecwid-categories-vertical-table-cell-selected
  144. span.ecwid-categories-category {
  145. color: #a20505 !important;
  146. }
  147.  
  148. table.ecwid-categories-vertical-table-cell-categoryLink {
  149. margin: 5px 10px !important;
  150. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement