a0e8d4e0
Alexey Boroda
first commit
|
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
|
/* your styles go here */
/* CSS used here will be applied after bootstrap.css */
.modal-header-success {
color: #fff;
padding: 9px 15px;
border-bottom: 1px solid #eee;
background-color: #5cb85c;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.modal-header-warning {
color: #fff;
padding: 9px 15px;
border-bottom: 1px solid #eee;
background-color: #f0ad4e;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.modal-header-danger {
color: #fff;
padding: 9px 15px;
border-bottom: 1px solid #eee;
background-color: #d9534f;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.modal-header-info {
color: #fff;
padding: 9px 15px;
border-bottom: 1px solid #eee;
background-color: #5bc0de;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.modal-header-primary {
color: #fff;
padding: 9px 15px;
border-bottom: 1px solid #eee;
background-color: #428bca;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.modal-header-theme {
color: #fff;
padding: 9px 15px;
border-bottom: 1px solid #eee;
background-color: #38a7bb;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.has-success .form-control {
border-color: #d6e9c6;
}
.has-error .form-control {
border-color: #ebccd1;
}
#back-to-top {
position: fixed;
bottom: 50px;
right: 50px;
z-index: 9999;
width: 60px;
height: 60px;
text-align: center;
line-height: 50px;
font-size: 32px;
|
505c1c76
Eugeny Galkovskiy
Блог
|
98
|
background: #4fbfa8;
|
a0e8d4e0
Alexey Boroda
first commit
|
99
100
101
102
103
104
105
106
107
108
109
|
color: #fff;
cursor: pointer;
text-decoration: none;
transition: opacity 0.2s ease-out;
opacity: 0;
padding: 4px 1px 4px 0;
border-radius: 50%;
box-shadow: 1px 4px 3px 0px rgba(0, 0, 0, 0.2);
}
#back-to-top:hover {
|
505c1c76
Eugeny Galkovskiy
Блог
|
110
111
|
transition:0.2s;
background: #206b5c;
|
a0e8d4e0
Alexey Boroda
first commit
|
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
|
color: #fff;
}
#back-to-top.show {
opacity: 1;
}
#top .social a:hover.vk {
background: #507299;
}
#top .social a:hover.odnoklassniki {
background: #ee8208;
}
#navigation .navbar-nav ul.dropdown-menu li.active a {
background: none;
color: white;
}
#navigation .navbar-nav ul.dropdown-menu li.active {
background: #38a7bb;
|
a86beefd
Eugeny Galkovskiy
Главная
|
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
|
}
/**/
.header-kristal .container h1{
font-weight: inherit;
letter-spacing: 1px;
font-size: 40px;
}
.header-kristal .container h1 span{
font-weight:bold;
}
.header-kristal .container .header-text-right{
text-align: left;
font-weight: bold;
font-size: 24px;
line-height: 29px;
}
.header-kristal .container .img-responsive{
margin-bottom: -68px;
margin-top: -80px;
}
.header-kristal .mtop90{
margin-top: 90px;
}
.kristal-cont .icon{
overflow:hidden;
border:none;
}
.kristal-cont .icon img{
width: 100%;
margin-top: -7px;
padding: 0;
}
.image-full-screen {
height: calc(100vh - 140px);
max-height: 900px;
width: 100%;
background-image: url(../img/full_screen_photo.jpg);
margin-bottom: 0;
box-shadow: inset 0px 100px 150px -100px rgba(0, 0, 0, 0.6), inset 0px -100px 100px -100px rgba(0, 0, 0, 0.75);
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}
.kristal-cont#get-it {
background: #4fbfa8;
padding: 30px 0 10px;
color: #fff;
text-align: center;
}
.text-down p{
font-size: 18px;
padding-bottom: 20px;
}
.text-down p:last-child{
padding-bottom: 0px;
margin-bottom: 0;
}
|
04436925
Eugeny Galkovskiy
Главная
|
193
194
195
196
|
.showcase .item h4{
color:#fff;
text-shadow: 20px 0px 100px black;
}
|
d516cc76
Eugeny Galkovskiy
Модалка заказа
|
197
198
199
|
#footer {
padding: 25px 0;
}
|
40f47e9e
Eugeny Galkovskiy
контакты
|
200
201
202
|
ul.list-style-none {
padding: 0;
}
|
99b10610
Eugeny Galkovskiy
Блог
|
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
|
.read-more{
margin-top: 20px;
}
.post-tags{
margin-top: 15px;
margin-bottom: 15px;
}
.post-tags:after{
content:'';
display:block;
clear:both;
}
.post-tag {
float: left;
}
.post-tag a{
border: 1px solid #eeeeee;
padding: 4px 12px;
margin-right: 5px;
position: relative;
text-decoration: none;
}
.post-tag a:hover{
border: 1px solid #4fbfa8;
}
.artbox_form_container:after, .list-view:after,.input_bl.submit_btn:after, .form-comm-wr .input_bl:after{
content:'';
display:block;
clear:both;
}
.input_bl.stars-wr_{
float:none;
}
.artbox_list_container .list-view{
margin-bottom:40px;
}
.form-comm-wr .input_bl.submit_btn button[type='submit']{
background: none;
border: 1px solid #d2d2d2;
color: #7d7d7d;
border-radius: 0px;
text-transform: uppercase;
}
.form-comm-wr .input_bl.submit_btn button[type='submit']:hover{
background: #4fbfa8;
border: 1px solid #4fbfa8;
color: #fff;
}
.input_bl.submit_btn{
float: right;
margin-top: 27px;
width: 100%;
text-align: center;
}
.form-comm-wr{
background:none;
padding:0;
width:100%;
}
.artbox_form_container{
padding: 0;
margin-top: -10px;
}
.form-comm-wr .form-group {
margin-bottom: 10px;
position: relative;
float: none;
}
.form-comm-wr .form-group label.control-label{
width: inherit;
float: none;
text-transform: none;
font-size: 14px;
color: black;
margin: 5px 0px;
}
input[type="text"].form-control{
border-radius: 0;
padding: 17px 13px;
}
.input_bl input{
width: 100%;
max-width: 400px;
}
.area_bl textarea, .answer-form textarea{
border-radius: 0;
width: 100%;
height: 160px;
}
.tag-cloud li.active a {
color: #fff!important;
background-color: #4fbfa8;
border-color: #4fbfa8!important;
}
|
8f9233b8
Eugeny Galkovskiy
Блог
|
297
298
299
300
|
.post .image{
max-height:300px;
overflow:hidden;
}
|
01f51f24
Eugeny Galkovskiy
Блог
|
301
302
303
304
305
|
.post .image a{
height: 300px;
overflow: hidden;
display: block;
}
|
505c1c76
Eugeny Galkovskiy
Блог
|
306
307
308
|
.post .img-responsive{
width:100%;
}
|
a86beefd
Eugeny Galkovskiy
Главная
|
309
310
311
312
313
314
315
316
317
|
@media (max-width: 1199px){
.header-kristal .container .img-responsive{
margin-bottom: -68px;
margin-top: -110px;
width: 70%;
}
.header-kristal .mtop90 {
margin-top: 0px;
}
|
6afa0829
Eugeny Galkovskiy
Запись на приём
|
318
319
320
|
}
.appment-page .modal-body{
margin-bottom: 60px;
|
af4ddfe9
Eugeny Galkovskiy
Услуги - записать...
|
321
322
323
|
}
.pages#get-it{
padding: 20px 0 20px;
|
d5c6be95
Eugeny Galkovskiy
Страница Цены
|
324
325
326
|
}
.price-page{
margin-bottom: 50px;
|
fc48eb62
Eugeny Galkovskiy
Отзывы
|
327
328
329
330
331
332
333
334
335
336
337
|
}
.artbox_list_container .artbox_list_container{
margin:25px 0px;
}
.title-comment{
width: 730px;
margin-left: auto;
margin-right: auto;
}
.feedback-wr .form-comm-wr{
margin-bottom: 60px;
|
3cb0ab69
Eugeny Galkovskiy
Отзывы
|
338
339
340
341
342
343
344
|
}
.comments-wr {
margin-top: 20px;
margin-bottom: 20px;
}
.artbox_list_container #list-view{
padding-top:40px;
|
760f6c65
Eugeny Galkovskiy
Галерея, стили
|
345
|
}
|
760f6c65
Eugeny Galkovskiy
Галерея, стили
|
346
347
348
349
350
351
352
353
354
|
figure.reviews_gallery {
width: 33.333%;
float: left;
padding: 10px;
}
.reviews_gallery img {
width: 100%;
height: 100%;
}
|
3f503297
Eugeny Galkovskiy
Галерея, стили
|
355
|
.reviews_gallery:last-child img{
|
1a1f8d21
Eugeny Galkovskiy
Галерея, стили
|
356
357
|
margin-bottom:60px;
}
|
760f6c65
Eugeny Galkovskiy
Галерея, стили
|
358
359
360
361
362
363
364
365
366
|
@media ( max-width: 690px ) {
figure.reviews_gallery{
width:50%;
}
}
@media ( max-width: 380px ) {
figure.reviews_gallery{
width:100%;
}
|
a0e8d4e0
Alexey Boroda
first commit
|
367
|
}
|