Blame view

frontend/web/css/main.css 3.72 KB
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
  }
  
c6152cd6   Administrator   VItaliy 25.11.2015
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
  div.required:after {content: " *"; color: #fec831;}
  
  .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;
  }