featured-products.scss
1.65 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
.featured-product-items {
width: 100%;
display: table;
margin: 0 auto;
text-align: center;
}
.featured-product-items ul {
display: table-row;
}
.featured-product-item {
list-style-type: none;
display: table-cell !important;
}
.featured-product-item div {
margin: 0 auto;
}
.featured-products-list {
padding: 0;
}
.featured-product-arrow {
float: left;
width: 20px;
background-repeat: no-repeat;
height: 160px;
background-position: center 55px;
}
.featured-product-arrow span {
display: none;
}
.featured-product-prev {
background-image: url(../designs/icons/tango/Tango/16x16/actions/go-previous.png);
}
.featured-product-next {
background-image: url(../designs/icons/tango/Tango/16x16/actions/go-next.png);
}
.featured-products-block-container {
width: 92%;
}
.box-2 .featured-products-block-container, .box-3 .featured-products-block-container {
width: 78%;
}
.featured-products-group {
width: 100%;
margin: 0 auto;
text-align: center;
}
.featured-product-desc {
display: none;
}
.featured-products-block-container, .featured-products-group {
overflow: hidden;
float: left;
height: 160px;
position: relative;
}
.featured-products-group ul {
padding: 0;
padding-left: 4px;
}
.featured-products-footer {
clear: both;
}
.featured-product-info {
position: absolute;
top: 0;
z-index: 9999;
height: 125px;
overflow: hidden;
font-size: 11px;
background-color: #fff;
opacity: 0.7;
border: 1px solid #333;
padding: 5px;
text-align: left;
}
.box-2 .featured-product-info, .box-3 .featured-product-info {
width: 110px;
margin-left: 50%;
left: -60px;
}
#content .featured-product-info h3 {
font-size: 11px;
}