style-layer-slider.css
3.4 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
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
/* BEDIN LAYER SLIDER */
.ls-ct-half, .ls-ct-center {
border-radius: 100px !important;
}
.ls-fullwidth .ls-nav-prev,
.ls-fullwidth .ls-nav-next {
opacity: 0.7;
}
.ls-fullwidth .ls-nav-prev:hover,
.ls-fullwidth .ls-nav-next:hover {
opacity: 1;
}
/* slide 1 */
.ls-slide1 .ls-title {
font: 60px/66px 'Source Sans Pro', Arial, sans-serif;
color: #fff;
border-bottom: solid 1px rgba(255,255,255,0.5) !important;
text-transform: uppercase;
text-align: center;
padding-bottom: 19px;
}
.ls-slide1 .ls-title strong {
color: #e6400c;
display: block;
font-weight: 600;
}
.ls-slide1 .ls-mini-text {
font: 400 23px 'Source Sans Pro', Arial, sans-serif;
color: #fff;
text-align: center;
}
/* slide 2 */
.ls-slide2 .ls-title {
font: 25px 'Source Sans Pro', Arial, sans-serif;
color: #fff;
text-align: center;
line-height: 1.2 !important;
}
.ls-slide2 .ls-title strong,
.ls-slide2 .ls-title em {
display: block;
font-weight: 300;
padding-top: 9px;
}
.ls-slide2 .ls-title strong {
font-size: 360%;
}
.ls-slide2 .ls-title em {
font-size: 200%;
font-style: normal;
padding-top: 5px;
}
.ls-slide2 .ls-price {
font: 300 20px 'Open Sans', sans-serif;
color: #fff;
text-align: center;
background: rgba(230,64,12,0.9);
border-radius: 190px !important;
overflow: hidden;
width: 177px;
height: 177px;
display: table-cell;
vertical-align: middle;
}
.ls-slide2 .ls-price b {
display: block;
font-weight: normal;
padding-top: 15%;
}
.ls-slide2 .ls-price strong {
font: 300 425%/1 'Source Sans Pro', Arial, sans-serif;
font-weight: 300;
}
.ls-slide2 .ls-price strong span {
font-size: 30px;
}
.ls-slide2 .ls-more {
color: #fff;
display: inline-block;
border: solid 1px #fff;
font: 300 18px 'Open Sans', sans-serif;
padding: 7px 20px 8px;
}
.ls-slide2 .ls-more:hover {
text-decoration: none;
color: #fff;
background: #e6400c;
border-color: #e6400c;
}
/* slide 3 */
.ls-slide3 .ls-title {
font: 300 46px/59px 'Source Sans Pro', Arial, sans-serif;
color: #fff;
border-bottom: solid 1px #b90010 !important;
text-align: center;
padding-bottom: 27px;
}
.ls-slide3 .ls-title strong {
display: block;
font-weight: 600;
}
.ls-slide3 .ls-buy {
color: #fff;
border: solid 5px rgba(55,0,5,0.6);
padding: 12px 20px 8px;
background: #d11018;
float: left;
margin-right: 20px;
}
.ls-slide3 .ls-buy:hover {
text-decoration: none;
color: #fff;
border-color: rgba(255,255,255,0.6);
}
.ls-slide3 .ls-price {
font: 400 75%/1 'Source Sans Pro', Arial, sans-serif;
color: #fff;
float: left;
}
.ls-slide3 .ls-price span {
float: left;
padding-top: 18px;
margin-right: 17px;
}
.ls-slide3 .ls-price strong {
font-weight: 200;
font-size: 567%;
top: -20px;
position: relative;
line-height: 1;
}
.ls-slide3 .ls-price strong sup {
font-size: 49%;
position: relative;
top: -16px;
line-height: 1;
}
/* slide 4 */
.ls-slide4 .ls-title {
font: 300 68px/81px 'Source Sans Pro', Arial, sans-serif;
color: #fff;
text-align: center;
text-transform: uppercase;
border-bottom: solid 1px rgba(255,255,255,0.6);
padding-bottom: 27px;
}
.ls-slide4 .ls-mini-text {
font-size: 100px;
height: 43px;
}
.ls-slide4 .ls-mini-text span {
float: left;
margin-right: 13px;
font: 400 17% 'Open Sans', sans-serif;
color: #fff;
}
.ls-slide4 .ls-mini-text a {
color: #fff;
font: 300 20% 'Open Sans', sans-serif;
padding: 7px 20px 8px;
background: #000;
top: -20%;
position: relative;
float: left;
}
.ls-slide4 .ls-mini-text a:hover {
text-decoration: none;
color: #fff;
background: #e6400c;
}