Advertisement
AmazingTurtle

Untitled

Feb 22nd, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.71 KB | None | 0 0
  1. table th, table tbody td, table tbody tr:nth-child(2n) td, fieldset, fieldset legend {
  2.     background: transparent;
  3.     color: white;
  4. }
  5.  
  6. table.cart td.product-remove, table.cart td.actions {
  7.     border-top-color: rgba(255, 255, 255, 0.2);
  8. }
  9.  
  10. table.shop_table {
  11.     background: rgba(255, 255, 255, 0.1);
  12. }
  13.  
  14. #panel-5-0-0-0 .woocommerce {
  15.     padding: 0;
  16. }
  17.  
  18. tr.woocommerce-cart-form__cart-item.cart_item > td {
  19.     background: rgba(255, 255, 255, 0.1);
  20. }
  21.  
  22. .woocommerce-tabs ul.tabs li.active a,
  23. ul.products li.product .price,
  24. .onsale,
  25. .widget_search form:before,
  26. .widget_product_search form:before,
  27. h1,
  28. h2,
  29. h3,
  30. h4,
  31. h5,
  32. h6,
  33. body,
  34. .secondary-navigation a,
  35. .onsale,
  36. .pagination .page-numbers li .page-numbers:not(.current),
  37. .woocommerce-pagination .page-numbers li .page-numbers:not(.current),
  38. .widget-area .widget a,
  39. .hentry .entry-header .posted-on a,
  40. .hentry .entry-header .byline a, #panel-5-0-0-0 a {
  41.   color: white;
  42. }
  43. .widget-area .widget a:not(.button) {
  44.   text-decoration: none;
  45.   opacity: 0.7;
  46.   transition: opacity 0.125s ease-in-out;
  47. }
  48. .widget-area .widget a:not(.button):hover {
  49.   opacity: 1.0;
  50. }
  51. .storefront-primary-navigation {
  52.   background: rgba(0, 0, 0, 0.7);
  53. }
  54. #menu-main-menu .menu-item a:hover {
  55.   background: rgba(0, 0, 0, 0.5);
  56. }
  57. h1:not(.logo),
  58. h2,
  59. h3,
  60. h4,
  61. h5,
  62. h6,
  63. #order_review_heading {
  64.   background: rgba(255, 255, 255, 0.2);
  65.   padding: 8px 16px;
  66.   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  67.   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  68. }
  69. mark {
  70.   color: white;
  71.   opacity: 0.6;
  72.   font-weight: 100;
  73. }
  74. .page-template-template-homepage:not(.has-post-thumbnail) .site-main,
  75. .page-template-template-homepage:not(.has-post-thumbnail) .site-main .post-11.page {
  76.   padding-top: 0;
  77. }
  78. #panel-6-0-0-0 > .panel-widget-style {
  79.   background: rgba(0, 0, 0, 0.9);
  80. }
  81. .woocommerce {
  82.   padding: 0 16px 0;
  83. }
  84. .woocommerce .woocommerce-info {
  85.   margin: 0 -16px 16px -16px;
  86.   border-radius: 0;
  87.   background-color: rgba(61, 156, 210, 0.8);
  88. }
  89. .woocommerce .woocommerce-info a.showcoupon {
  90.   color: #97d315 !important;
  91. }
  92. .woocommerce-checkout-review-order {
  93.   background: rgba(255, 255, 255, 0.1) !important;
  94.   color: white;
  95. }
  96. .woocommerce-checkout-review-order #payment .payment_methods > li:not(.woocommerce-notice) {
  97.   background: rgba(255, 255, 255, 0.1);
  98. }
  99. .woocommerce-checkout-review-order table th,
  100. .woocommerce-checkout-review-order table tbody td,
  101. .woocommerce-checkout-review-order #payment .payment_methods > li .payment_box,
  102. #payment .place-order {
  103.   background: transparent !important;
  104. }
  105. #panel-6-0-0-0 a {
  106.   color: white;
  107.   opacity: 0.6;
  108. }
  109. #panel-6-0-0-0 a:hover {
  110.   color: white;
  111.   opacity: 0.45;
  112. }
  113. #panel-6-0-0-0 > .panel-widget-style {
  114.   color: white;
  115. }
  116. .products img {
  117.   border-radius: 4px;
  118.   padding: 4px;
  119.   border: 4px solid rgba(255, 255, 255, 0.25);
  120.     background: white;
  121.     background-clip: content-box;
  122.     transition: border-color 0.125s ease-in-out;
  123. }
  124. .products img:hover {
  125.   border-color: rgba(255, 255, 255, 0.4);
  126. }
  127. .woocommerce-billing-fields .input-text,
  128. .woocommerce-billing-fields input[type=email],
  129. .woocommerce-billing-fields input[type=password],
  130. .woocommerce-billing-fields input[type=search],
  131. .woocommerce-billing-fields input[type=text],
  132. .woocommerce-billing-fields input[type=url],
  133. .woocommerce-billing-fields textarea,
  134. .woocommerce-billing-fields .input-text,
  135. .woocommerce-shipping-fields input[type=email],
  136. .woocommerce-shipping-fields input[type=password],
  137. .woocommerce-shipping-fields input[type=search],
  138. .woocommerce-shipping-fields input[type=text],
  139. .woocommerce-shipping-fields input[type=url],
  140. .woocommerce-shipping-fields textarea {
  141.   background: rgba(255, 255, 255, 0.1);
  142.   color: white;
  143.   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  144.   transition: all 0.125s ease-in-out;
  145. }
  146. .woocommerce-billing-fields .input-text:focus,
  147. .woocommerce-billing-fields input[type=email]:focus,
  148. .woocommerce-billing-fields input[type=password]:focus,
  149. .woocommerce-billing-fields input[type=search]:focus,
  150. .woocommerce-billing-fields input[type=text]:focus,
  151. .woocommerce-billing-fields input[type=url]:focus,
  152. .woocommerce-billing-fields textarea:focus,
  153. .woocommerce-billing-fields .input-text:active,
  154. .woocommerce-billing-fields input[type=email]:active,
  155. .woocommerce-billing-fields input[type=password]:active,
  156. .woocommerce-billing-fields input[type=search]:active,
  157. .woocommerce-billing-fields input[type=text]:active,
  158. .woocommerce-billing-fields input[type=url]:active,
  159. .woocommerce-billing-fields textarea:active {
  160.   background: rgba(255, 255, 255, 0.2);
  161.   border-bottom-color: rgba(255, 255, 255, 0.4);
  162. }
  163. textarea.input-text {
  164.   background: rgba(255, 255, 255, 0.1);
  165.   color: white;
  166.   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  167.   transition: all 0.125s ease-in-out;
  168. }
  169. textarea.input-text:focus,
  170. textarea.input-text:active {
  171.   background: rgba(255, 255, 255, 0.2);
  172.   border-bottom-color: rgba(255, 255, 255, 0.4);
  173. }
  174.  
  175. table.woocommerce-checkout-review-order-table .product-name,
  176. table.woocommerce-checkout-review-order-table .product-price,
  177. table.woocommerce-checkout-review-order-table .product-total {
  178.     background: rgba(255, 255, 255, 0.2) !important;
  179. }
  180.  
  181. #panel-6-0-0-0> .panel-widget-style {
  182.     border: none;
  183.     border-radius: 2.5px;
  184.     overflow: hidden;
  185. }
  186.  
  187. .woocommerce-account #content {
  188.     background: #222;
  189. }
  190.  
  191. #panel-5-0-0-0> .panel-widget-style {
  192.     background: rgba(0, 0, 0, 0.9);
  193. }
  194.  
  195. #payment .place-order .button {
  196.     color: black;
  197.     background: white;
  198. }
  199.  
  200. table td, table th {
  201.     padding-right: 20px;
  202. }
  203.  
  204. .product-quantity {
  205.     color: rgba(0, 255, 64, 0.7);
  206. }
  207.  
  208. .col2-set#customer_details {
  209.     width: initial;
  210.     float: none;
  211.     margin-right: initial;
  212. }
  213.  
  214. #order_review, #order_review_heading {
  215.     width: initial;
  216.     float: none;
  217. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement