-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
39 lines (36 loc) · 1.05 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.w3dcart-product-simple table{
width:100%;
}
.w3dcart-product-simple .add-to-cart, .w3dcart-product-fancy-black .add-to-cart{
background: url("images/add_cart2.gif") no-repeat scroll 0 0 transparent;
display: block;
font-size: 0;
height: 31px;
overflow: hidden;
width: 115px;
}
.w3dcart-product-simple .w3dcart-products-item {
margin-bottom: 10px;
}
.w3dcart-product-simple .price, .w3dcart-product-fancy-black .price {
font-size : 11px;
}
.w3dcart-product-fancy-black table{
width:100%;
}
.w3dcart-product-fancy-black .w3dcart-products-item{
background-color:white;
color:white;
padding:5px;
margin-bottom: 10px;
border:2px groove black;
-moz-border-radius: 10px; /* Firefox */
-webkit-border-radius: 10px; /* Safari, Chrome */
border-radius: 10px; /* CSS3 */
}
.w3dcart-product-fancy-black .w3dcart-products-item a{
color: #333;
}
.w3dcart-product-fancy-black .w3dcart-products-item .price{
color: #333;
}