394e2db6
Administrator
Importers CRUD
|
1
2
3
4
|
p, a, label, span{
font-family: "Ubuntu"
}
|
394e2db6
Administrator
Importers CRUD
|
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
.navigation:hover {
color: #879cc3;
}
.navigation {
color: #6b84b5;
text-decoration: underline;
}
.vin img {
margin-bottom: 1px;
}
.arrow_go {
padding-bottom: 1px;
}
|
394e2db6
Administrator
Importers CRUD
|
23
24
25
26
|
.choose_tovar{
width: 960px;
margin: 20px auto;
|
394e2db6
Administrator
Importers CRUD
|
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
|
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;
}
|
394e2db6
Administrator
Importers CRUD
|
64
|
.pagination>li:first-child>a, .pagination>li:first-child>span {
|
97dbfb3f
Administrator
upload project
|
65
66
|
border-top-left-radius: 20px!important;
border-bottom-left-radius: 20px!important;
|
394e2db6
Administrator
Importers CRUD
|
67
68
69
70
71
72
73
74
75
76
77
78
79
|
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;
|
97dbfb3f
Administrator
upload project
|
80
|
padding: 1px 7px!important;
|
394e2db6
Administrator
Importers CRUD
|
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
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 {
|
97dbfb3f
Administrator
upload project
|
99
100
101
102
103
104
105
106
|
border-top-right-radius: 20px!important;
border-bottom-right-radius: 20px!important;
}
.pagination{
display: table!important;
padding-top: 23px!important;
margin: 20px auto!important;
|
394e2db6
Administrator
Importers CRUD
|
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
|
}
.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{
|
97dbfb3f
Administrator
upload project
|
142
|
background-image: url('/images/arrow_slider_back.png');
|
394e2db6
Administrator
Importers CRUD
|
143
144
145
146
147
148
149
150
|
background-repeat: no-repeat;
background-position: 0% 46%;
position: relative;
width: 311px;
float: left;
}
.next_news{
float: right;
|
97dbfb3f
Administrator
upload project
|
151
|
background-image: url('/images/arrow_slider_go.png');
|
394e2db6
Administrator
Importers CRUD
|
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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
|
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 {
|
eadb88df
Administrator
first commit from...
|
217
218
219
220
221
|
}
.news a img{
width: 120px;
height: 80px;
|
394e2db6
Administrator
Importers CRUD
|
222
|
}
|