frontend.css
1.8 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
85
86
87
88
89
90
91
/* Post Slider */
/* Wrappers */
body.rtl .fl-module-post-slider .bx-viewport {
direction: ltr;
}
.fl-module-post-slider .bx-wrapper {
margin: 0 auto 40px;
}
.fl-module-post-slider .bx-controls {
width: 100%;
position: absolute;
bottom: 0;
margin-top: 20px;
}
.fl-post-slider-navigation{
position: absolute;
top: 50%;
left: 0;
right: 0;
z-index: 20;
margin-top: -16px;
}
.fl-post-slider-navigation a{
position: absolute;
display: inline-block;
opacity: .7;
}
.fl-post-slider-navigation a:hover{ opacity: 1; }
.fl-post-slider-navigation .slider-prev{ left: 5px; }
.fl-post-slider-navigation .slider-next{ right: 5px; }
.fl-post-slider-navigation .fl-post-slider-svg-container{
position: relative;
width: 32px;
height: 32px;
}
.fl-post-slider-navigation svg{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.fl-post-slider-navigation path{ fill: #fff; }
/*Module styles =======================================*/
/* Background Photo */
.fl-post-slider{
position: relative;
}
.fl-post-slider .fl-post-slider-post {
position: absolute;
top: 0;
visibility: hidden;
}
.fl-post-slider .fl-post-slider-post:first-child,
.fl-post-slider-loaded .fl-post-slider-post {
position: relative;
visibility: visible;
}
.fl-post-slider-post .fl-slide-bg-photo {
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1;
}
.fl-post-slider-post .fl-post-slider-mobile-img { display: none; }
.fl-post-slider-post .fl-slide-bg-photo { display: block; }
.fl-post-slider-post .fl-post-slider-content{
z-index: 10;
}
.fl-post-slider-post .fl-post-slider-title{
margin: 0 0 20px 0 !important;
}
.fl-post-slider-post .fl-post-slider-feed-meta {
margin-bottom: 10px;
}