18b850c7
Administrator
Importers CRUD
|
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
|
p, a, label, span{
font-family: "Ubuntu"
}
.vin {
margin-bottom: 19px!important;
width: 960px;
margin: 34px auto;
border-bottom: 1px solid #dfdfdf;
}
.navigation:hover {
color: #879cc3;
}
.navigation {
color: #6b84b5;
text-decoration: underline;
}
.vin img {
margin-bottom: 1px;
}
.arrow_go {
padding-bottom: 1px;
}
.vin_article {
font-size: 22px;
font-weight: 500;
margin-top: 22px;
}
.choose_tovar{
width: 960px;
margin: 20px auto;
|
18b850c7
Administrator
Importers CRUD
|
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
|
margin-bottom: 47px;
}
.news{
width: 477px;
display: inline-block;
margin-bottom: 32px;
}
.news img{
float: left;
margin-right: 20px;
}
.news p{
display: inline-block;
margin-bottom: 0;
}
.date{
display: inline-block;
color: #555555;
font-size: 11px;
margin-bottom: 4px;
}
.article{
font-size: 16px;
font-weight: 500;
}
.short_news{
font-size: 13px;
width: 308px;
}
|
18b850c7
Administrator
Importers CRUD
|
76
|
.pagination>li:first-child>a, .pagination>li:first-child>span {
|
e9f5784a
Administrator
upload project
|
77
78
|
border-top-left-radius: 20px!important;
border-bottom-left-radius: 20px!important;
|
18b850c7
Administrator
Importers CRUD
|
79
80
81
82
83
84
85
86
87
88
89
90
91
|
height: 24px;
width: 24px;
padding-top: 1px;
padding-left: 7px;
}
.pagination>li>a, .pagination>li>span {
margin-right: 12px;
position: relative;
float: left;
height: 24px;
width: 24px;
|
e9f5784a
Administrator
upload project
|
92
|
padding: 1px 7px!important;
|
18b850c7
Administrator
Importers CRUD
|
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
|
margin-left: -1px;
line-height: 1.42857143;
color: #333;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 20px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
z-index: 2;
color: #fff;
cursor: default;
background-color: #6b84b5;
border-color: #337ab7;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
|
e9f5784a
Administrator
upload project
|
111
112
113
114
115
116
117
118
|
border-top-right-radius: 20px!important;
border-bottom-right-radius: 20px!important;
}
.pagination{
display: table!important;
padding-top: 23px!important;
margin: 20px auto!important;
|
18b850c7
Administrator
Importers CRUD
|
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
|
}
.choose_tovar a {
text-decoration: none;
color: #333333;
}
.one_article{
float:right;
width: 699px;
font-weight: "Ubuntu";
margin-bottom:29px;
}
.big_article{
float:left;
}
.download_catalog img{
position: absolute;
bottom: 3px;
}
.one_article a{
margin-left: 35px;
color: #6b84b5;
text-decoration: underline;
}
.download_catalog{
position: relative;
margin-top: 27px;
height: 25px;
}
.back_news{
|
e9f5784a
Administrator
upload project
|
154
|
background-image: url('/images/arrow_slider_back.png');
|
18b850c7
Administrator
Importers CRUD
|
155
156
157
158
159
160
161
162
|
background-repeat: no-repeat;
background-position: 0% 46%;
position: relative;
width: 311px;
float: left;
}
.next_news{
float: right;
|
e9f5784a
Administrator
upload project
|
163
|
background-image: url('/images/arrow_slider_go.png');
|
18b850c7
Administrator
Importers CRUD
|
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
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
|
background-repeat: no-repeat;
background-position: 100% 42%;
position: relative;
width: 311px;
}
.go_news{
margin-top: 29px;
}
.go_news a{
text-decoration: none;
color:#333333;
}
.back_news img{
position: absolute;
top:17px;
}
.go_news .article{
margin-left: 26px;
display: inline-block;
margin-bottom: 0;
}
.go_news .short_news{
margin-left: 26px;
display: inline-block;
}
.next_news .article{
margin-right: 26px;
margin-left: 0;
display: inline-block;
margin-bottom: 0;
}
.next_news .short_news{
margin-left: 0;
margin-right: 26px;
display: inline-block;
}
.back_news:hover{
background-image: url('../images/arrow_slider_back-hover.png');
}
.next_news:hover{
background-image: url('../images/arrow_slider_go-hover.png');
}
.download_catalog a:hover{
color: #a2b0cd;
}
.news:hover{
background-color: #F2F2F2;
}
.long_line{
margin-top: 37px;
height: 1px;
width:688px;
background-color: #dfdfdf;
}
.small_menu_width {
|
e07bc75d
Administrator
first commit from...
|
229
230
231
232
233
|
}
.news a img{
width: 120px;
height: 80px;
|
18b850c7
Administrator
Importers CRUD
|
234
|
}
|