91ae643c
Administrator
upload project
|
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
|
*{
margin: 0;
padding: 0;
}
html,body{
width: 100%;
min-width: 960px;
}
body {
font-family: 'Ubuntu', Arial;
font-weight: normal;
font-size: 14px;
line-height: 1.2;
color: #363636;
}
img {
border: none;
}
a{
text-decoration: none;
}
ul{
margin: 0 0 10px 0;
}
li a{
text-decoration: none !important;
color:#555555;
}
.upper_menu {
font-size: 13px;
color: #555555;
width: 960px;
height: 40px;
margin: 0 auto;
}
.upper_menu ul {
display: inline-block;
padding-top: 12px;
}
.squere {
border-right: 1px solid #dfdfdf;
border-left: 1px solid #dfdfdf;
height: 42px;
width: 155px;
display: inline-block;
text-align: center;
padding-top: 12px;
float: right;
position: relative;
}
.squere img {
position: absolute;
left: 13px;
top: 14px;
}
.upper_menu li{
display: inline;
margin-right: 18px;
}
.arrow_go{
margin-left: 4px;
margin-right: 4px;
}
.upper_menu li img{
margin-left: 233px;
margin-top:5px;
}
.yellow_block {
position: relative;
z-index: 15;
width: 100%;
height: 42px;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 52%, rgba(248,248,248,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(52%, rgba(248,248,248,1)), color-stop(100%, rgba(248,248,248,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 52%, rgba(248,248,248,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 52%, rgba(248,248,248,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 52%, rgba(248,248,248,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 52%, rgba(248,248,248,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0 );
}
.contacts{
margin: 25px auto;
width:960px;
position: relative;
}
.contacts input {
height: 31px;
width: 109px;
border-radius: 7px 0 0 7px;
border: 1px solid #dfdfdf;
position: absolute;
bottom: 3px;
margin-left: 78px;
padding-left: 7px;
font-size: 12px;
background-color: #f5f5f5;
}
.box {
position: absolute;
right: 49px;
bottom: 0;
width: 105px;
border-left: 1px solid #dfdfdf;
}
.box img{
margin:0 47%;
}
.box p{
font-size: 18px;
margin: 0 31%;
}
.box a{
margin-left: 34px;
color:#6b84b5;
text-decoration: none;
border-bottom: 1px dashed;
-moz-border-bottom: 1px dashed;
-webkit-border-bottom: 1px dashed;
-o-border-bottom: 1px dashed;
-ms-border-bottom: 1px dashed;
}
|
a0c30ef8
Administrator
upload project
|
139
140
141
142
|
.main_link_news{
display:inline-block;
font-size: 22px;
margin-bottom: 10px;
|
f5b3baf1
Administrator
access in admin
|
143
144
|
}
|
f0e0b86f
OlenaKl
fsgxfsgxf
|
145
146
147
148
149
150
151
|
div.required:after { content: " *";
color: #fec831;
display: inline-block;
position: relative;
top: -31px;
left: 40px;
}
|
c6152cd6
Administrator
VItaliy 25.11.2015
|
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
|
.registration_holder{
padding-top: 32px;
width: 432px;
border: 1px solid #c7c7c7;
border-radius: 0 0 12px 12px;
margin-bottom: 30px;
margin-top: -4px;
}
.modal-content1 {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
box-shadow: 0 3px 9px rgba(0,0,0,.5);
border-bottom: 3px solid #dfdfdf !important;
}
.vin_article{
font-size: 22px;
font-weight: 500;
margin-top: 22px;
border-bottom: 1px solid #dfdfdf;
padding-bottom: 4px;
}
.main-vin{
width: 960px;
border-bottom: 1px solid #dfdfdf;
margin: 20px auto;
}
.vin{
width: 960px;
margin: 20px auto;
|
f0e0b86f
OlenaKl
fsgxfsgxf
|
190
191
192
193
194
195
196
197
198
199
200
201
202
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
|
}
#modal_form input {
background-color: #f5f5f5;
width: 334px;
height: 30px;
padding-left: 9px;
border-radius: 6px;
border: 1px solid #dfdfdf;
margin: 8px 114px 20px;
}
#modal_form #email-error{
position: absolute;
left: 121px;
top: 150px;
}
#modal_form input[type="checkbox"] + label span, input[type="checkbox"]:checked + label span {
position: absolute;
left: 114px;
top: 224px;
-webkit-transition: background 0.4s linear;
-o-transition: background 0.4s linear;
-moz-transition: background 0.4s linear;
transition: background 0.4s linear;
}
#modal_form #password-error{
position: absolute;
left: 124px;
top: 199px;
}
.star1 {
color: #fec831;
position: absolute;
left: 104px;
top: 184px;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label{
position: absolute!important;
left: 135px!important;
}
.back_news a:last-child strong span{
font-size: 14px!important;
font-weight: 500;
display: block;
margin-left: 61px;
width: 240px;
}
.back_news:nth-child(2){
background-image: url('/images/arrow_slider_go.png');
background-repeat: no-repeat;
background-position: 100% 46%;
}
.back_news:nth-child(2){
background-image: url('/images/arrow_slider_go.png');
background-repeat: no-repeat;
background-position: 100% 46%;
}
.back_news:hover{
background-image: url('/images/arrow_slider_back.png');
background-repeat: no-repeat;
background-position: 0% 46%;
}
.back_news:nth-child(2):hover{
background-image: url('/images/arrow_slider_go.png');
background-repeat: no-repeat;
background-position: 100% 46%;
|
d7525165
OlenaKl
ghgfhfghfgh
|
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
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
|
}
#messages .telephone p{
font-size: 24px!important;
}
#messages .telephone img{
position: relative;
top: -4px;
}
#messages .first_block :nth-child(2){
font-size: 14px;
}
#messages .first_block p:first-child{
display: block;
font-size: 19px!important;
margin-bottom: 14px;
}
#messages .telephone{
margin-top: 11px;
margin-bottom: 3px;
}
#messages .work_hours p:first-child{
font-size: 19px;
}
#messages .block_contacts p:first-child{
font-size: 19px;
}
#messages .block_contacts a{
color: #333333;
display: inline-block;
margin-bottom: 3px;
}
#messages iframe {
width: 960px;
margin-bottom: 33px;
}
#enter_form div.required:after{
left: 100px;
}
#modal_form{
border-bottom: none!important;
}
.own_page3{
border-bottom: 4px solid #dfdfdf;
}
#enter_form a{
margin-left: 80px;
color: #6b84b5;
text-decoration: underline;
position: relative;
top: -18px;
}
|
404dc799
OlenaKl
login_form
|
327
|
#modal_form input[type="checkbox"], #form_login input[type="checkbox"]{
|
d7525165
OlenaKl
ghgfhfghfgh
|
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
|
display: inline-block!important;
width: 16px;
height: 16px;
margin-bottom: 16px;
background: url('/images/checkbox.png') no-repeat;
cursor: pointer;
padding: 0;
margin: 0 0 16px 0;
position: absolute;
left: -20px;
top: 0;
-webkit-transition: background 0.4s linear;
-o-transition: background 0.4s linear;
-moz-transition: background 0.4s linear;
transition: background 0.4s linear;
}
#modal_form input[type="checkbox"]:checked + label span {
background: url('/images/input-type-checked.png') no-repeat;
}
.form-group{
margin-bottom: 0;
}
.field-userloginform-rememberme{
display: inline-block;
margin-left: 132px;
position: relative;
top: -17px;
}
.field-userloginform-rememberme label{
color: #6b84b5;
text-decoration: underline;
font-weight: 500;
}
#modal_form .purple {
display: table;
|
404dc799
OlenaKl
login_form
|
368
|
margin: -6px auto 36px!important;
|
d7525165
OlenaKl
ghgfhfghfgh
|
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
|
}
#modal_form .field-userloginform-email{
position: relative;
}
#modal_form .field-userloginform-email .help-block{
top: 28px;
left: 115px!important;
}
#modal_form .field-userloginform-pass{
margin-top: -10px;
margin-bottom: 12px;
position: relative;
}
#modal_form .purple{
display: table;
margin: -6px auto 34px;
}
#modal_form .field-userloginform-pass .help-block{
top: 26px;
left: 114px!important;
}
.main_search{
width: 434px!important;
|
9e1b5403
OlenaKl
Merge remote-trac...
|
396
397
|
}
|
ff33498e
Administrator
VItaliy 04.12.2015
|
398
|
.field-accountsform-company{
|
25545a10
Administrator
VItaliy 30.11.2015
|
399
|
display: none;
|
404dc799
OlenaKl
login_form
|
400
401
|
}
|
9c2b01c6
Administrator
VItaliy 04.12.2015
|
402
403
404
405
406
|
.field-accounts-company{
display: none;
}
|
404dc799
OlenaKl
login_form
|
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
|
#form_login{
margin: 0 auto;
width: 561px;
position: relative;
}
#form_login input {
background-color: #f5f5f5;
width: 334px;
height: 30px;
padding-left: 9px;
border-radius: 6px;
border: 1px solid #dfdfdf;
margin: 0 auto;
}
#form_login h3{
text-align: center;
margin-bottom: 29px;
}
#userloginform-rememberme{
}
#form_login .purple{
display: table;
margin: 0 auto;
}
#form_login .field-userloginform-pass{
margin-bottom: 24px;
}
#form_login .field-userloginform-pass:after{
top: -21px;
}
|
03185ae8
OlenaKl
back call
|
443
444
445
446
|
#modal_form_call div.required:after{
left: 101px;
|
bd2e9067
OlenaKl
profile
|
447
448
449
450
451
452
453
454
455
456
457
|
}
.input2 label{
top: 8px
}
.my_profile div.required:after{
top: -34px;
left: 104px;
}
.my_profile .selectize_item2 {
|
5824a647
OlenaKl
profile
|
458
|
background: url("/images/arrow-cart-down.png") no-repeat 100% 61%;
|
bd2e9067
OlenaKl
profile
|
459
460
461
|
}
.form-control{
padding-top: 3px;
|
5824a647
OlenaKl
profile
|
462
463
464
465
466
467
468
469
470
471
|
}
.my_profile .selectize_item2{
display: inherit;
margin: 0px 13px 21px 65px!important;
width: 371px;
}
.my_profile .selectize_item2 label{
left: -65px;
|
2aefbc7c
OlenaKl
V
|
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
|
}
.myprofile .purple_white {
margin-top: 28px;
margin-left: 174px;
font-family: Arial;
font-size: 11px;
font-weight: 600;
color: #6b84b5;
height: 43px;
width: 130px;
border-radius: 8px;
border: 1px solid #6b84b5;
background-color: #ffffff;
cursor: pointer;
outline: none;
text-transform: uppercase;
display: inline-block;
text-align: center;
box-sizing: border-box;
padding-top: 14px;
position: relative;
top: 1px;
}
.myprofile input{
margin-left: 135px;
}
.myprofile div.required:after{
left: 121px;
}
.myprofile a.top{
padding-top: 13px;
text-align: center;
}
.field-passwordresetrequestform-email:after{
top: -34px!important;
left: 388px!important;
}
.myprofile .field-changepasswordform-old_pass label, .myprofile .field-changepasswordform-pass label, .myprofile .field-changepasswordform-re_pass label{
left: 0px!important;
|
800ed2af
OlenaKl
V
|
516
517
518
519
520
521
522
|
}
.second_section .bold_line{
margin-top: 13px;
margin-bottom: -2px;
}
|
bc691c00
OlenaKl
V
|
523
|
#button_grey_card{
|
800ed2af
OlenaKl
V
|
524
|
margin-top: -20px;
|
bc691c00
OlenaKl
V
|
525
526
527
528
529
|
font-size: 14px;
margin-right: 388px
}
.change_b{
width: 186px;
|
800ed2af
OlenaKl
V
|
530
|
}
|
800ed2af
OlenaKl
V
|
531
|
.table_height{
|
bc691c00
OlenaKl
V
|
532
|
height: 70px!important;
|
800ed2af
OlenaKl
V
|
533
534
535
536
537
538
539
540
|
border-bottom: 0px!important;
}
.tovar_card_visible{
display: none;
}
.table{
transition: 0.3s;
|
88cbb04d
OlenaKl
V
|
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
|
}
.inner_table{
width: 100%!important
}
.inner_table tr{
height: 47px;
border-left: 0!important;
border-bottom: 0!important;
}
.inner_table td{
vertical-align: middle;
border: 0;
|
bc691c00
OlenaKl
V
|
556
557
|
}
|
cedd6688
OlenaKl
V
|
558
559
560
|
.first_section{
height: auto;
margin-bottom: 59px;
|
b10d17b8
OlenaKl
V
|
561
562
563
564
565
|
}
.link_sort a{
color: #333;
text-decoration: none;
display: inline-block;
|
9a153572
OlenaKl
V
|
566
|
margin-left: -9px;
|
b10d17b8
OlenaKl
V
|
567
|
width: 100%;
|
9a153572
OlenaKl
V
|
568
569
570
571
572
573
574
575
576
577
|
position: relative;
}
.arrow_up{
background: url("/images/icon2.png") no-repeat 93%;
}
.arrow_downA{
background: url("/images/icon2r.png") no-repeat 93%!important;
|
4462f9aa
OlenaKl
table
|
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
|
}
.table_details{
width: auto;
}
.details_content{
width: auto;
margin: 31px auto;
}
.details-list{
margin: 20px auto;
border: 1px solid #dedede;
width: auto!important;
}
.details-list tr{
border: 1px solid #dedede;
}
.details-list td{
border: 1px solid #dedede;
padding: 10px;
}
.details-list tr td:first-child{
font-weight: 500;
font-style: italic;
}
.details-list th{
padding: 10px;
border: 1px solid #dedede;
|
8477bae2
OlenaKl
table
|
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
|
}
.tovar_table img {
float: right;
margin-right: 28px!important;
}
.large_width a:nth-child(1) img {
position: absolute;
right: -20px!important;
}
.large_width{
padding-left:13px!important;
|
e0e82549
OlenaKl
table
|
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
|
}
.thin_line {
line-height: 26px;
}
.bold_line {
line-height: 25px;
}
.row_select {
padding-bottom: 8px;
width: 163px;
position: relative;
height: auto;
}
.large_width p{
width: 250px;
display: inline-block;
}
.buttons_sm{
display: inline;
|
cedd6688
OlenaKl
V
|
652
|
}
|