-
Notifications
You must be signed in to change notification settings - Fork 77
/
jquery.bsPhotoGallery.css
136 lines (127 loc) · 2.57 KB
/
jquery.bsPhotoGallery.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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
ul[data-bsp-ul-index] {
padding:0 0 0 0;
margin:0 0 40px 0;
}
ul[data-bsp-ul-index] li {
list-style:none;
margin-bottom:10px;
}
#bsPhotoGalleryModal .modal-content {
border-radius:0;
}
#bsPhotoGalleryModal .modal-dialog img {
text-align:center;
margin:0 auto;
width:100%;
}
#bsPhotoGalleryModal .modal-body {
padding:0px !important;
text-align: center;
}
#bsPhotoGalleryModal .bsp-text-container {
text-align:left;
padding-top:10px;
}
#bsPhotoGalleryModal .bsp-close {
position: absolute;
right: -8px;
top: -7px;
background: rgba(255, 255, 255, 0.89);
padding: 0px 8px 5px;
border: 1px solid rgba(0,0,0,.49);
border-radius: 50%;
}
#bsPhotoGalleryModal .bsp-close:hover {
cursor: pointer;
opacity:.6;
}
#bsPhotoGalleryModal .bsp-close img {
width: 13px;
height: 13px;
}
.bspHasModal {
cursor: pointer;
}
.bspText.bspShortText {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.bspText {
color:#666;
font-size:11px;
margin-bottom:10px;
padding:12px;
background:#fff;
}
#bsPhotoGalleryModal a.bsp-controls img {
width: 20px;
height: 35px;
}
a.bsp-controls,
a.bsp-controls:visited,
a.bsp-controls:active {
position: absolute;
top: 46%;
background: rgba(255, 255, 255, 0.49);
}
a.bsp-controls.next {
right:0px;
border-top: 1px solid rgba(0,0,0,.49);
border-left: 1px solid rgba(0,0,0,.49);
border-bottom: 1px solid rgba(0,0,0,.49);
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
padding-left: 4px;
border-right:none;
}
a.bsp-controls.previous {
left:0px;
border-top: 1px solid rgba(0,0,0,.49);
border-right: 1px solid rgba(0,0,0,.49);
border-bottom: 1px solid rgba(0,0,0,.49);
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
padding-right: 4px;
border-left:none;
}
a.bsp-controls:hover {
opacity:.6;
text-shadow: none;
}
.bsp-text-container {
clear:both;
display:block;
padding-bottom: 5px;
}
#bsPhotoGalleryModal h6{
margin-bottom: 0;
font-weight: bold;
color: #000;
font-size: 14px;
padding-left: 12px;
padding-right: 12px;
margin-bottom: 5px;
}
#bsPhotoGalleryModal .pText {
font-size: 11px;
margin-bottom: 0px;
padding: 0 12px 5px;
}
.bspImgWrapper {
overflow: hidden;
height: 100px;
background-position-x: center !important;
background-position-y: center !important;
background-size: cover !important;
}
@media (min-width: 992px){
#bsPhotoGalleryModal .modal-lg {
max-width: 1000px;
}
}
@media screen and (max-width: 575px){
.bspImgWrapper {
height: 150px;
}
}