style.css
1.33 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
.gallery-items {
width: 100%;
display: table;
margin: 0 auto;
text-align: center;
}
.gallery-items ul {
display: table-row;
}
.gallery-item {
list-style-type: none;
display: table-cell !important;
vertical-align: middle;
}
.gallery-item div {
margin: 0 auto;
}
.gallery-list {
padding: 0;
margin: 0px;
}
.gallery-block-arrow {
float: left;
width: 16px;
background-repeat: no-repeat;
height: 160px;
background-position: center;
}
.gallery-block-arrow span {
display: none;
}
.gallery-block-container {
width: 82%;
}
.box-2 .gallery-block-container, .box-3 .gallery-block-container {
width: 78%;
}
.gallery-group {
width: 100%;
margin: 0 auto;
text-align: center;
}
.gallery-block-container, .gallery-group {
overflow: hidden;
float: left;
height: 160px;
position: relative;
background-color: #FFF !important;
}
.gallery-group ul {
padding: 0;
padding-left: 4px;
}
.gallery-block-footer {
clear: both;
}
.gallery-image-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 .gallery-image-info, .box-3 .gallery-image-info {
width: 110px;
margin-left: 50%;
left: -60px;
}
#content .gallery-image-info h3 {
font-size: 11px;
}