File tree Expand file tree Collapse file tree 1 file changed +94
-1
lines changed
Expand file tree Collapse file tree 1 file changed +94
-1
lines changed Original file line number Diff line number Diff line change 11/*
22 * Aline.css, Light CSS-Grid Framework;
33 * Author: Vladimir "srw" Ozhiganov;
4- * Version: 0.1.2 ;
4+ * Version: 0.1.3 ;
55*/
66html {
77 position : relative;
@@ -149,6 +149,90 @@ input:focus {
149149.col-100 {
150150 width : 100%
151151}
152+ .offset-5 {
153+ margin-left : 5%
154+ }
155+ .offset-8 {
156+ margin-left : 8.3333333%
157+ }
158+ .offset-10 {
159+ margin-left : 10%
160+ }
161+ .offset-15 {
162+ margin-left : 15%
163+ }
164+ .offset-16 {
165+ margin-left : 16.6666667%
166+ }
167+ .offset-20 {
168+ margin-left : 20%
169+ }
170+ .offset-25 {
171+ margin-left : 25%
172+ }
173+ .offset-30 {
174+ margin-left : 30%
175+ }
176+ .offset-33 , .offset-34 {
177+ margin-left : 33.3333333%
178+ }
179+ .offset-35 {
180+ margin-left : 35%
181+ }
182+ .offset-40 {
183+ margin-left : 40%
184+ }
185+ .offset-42 {
186+ margin-left : 41.6666666%
187+ }
188+ .offset-45 {
189+ margin-left : 45%
190+ }
191+ .offset-50 {
192+ margin-left : 50%
193+ }
194+ .offset-55 {
195+ margin-left : 55%
196+ }
197+ .offset-58 {
198+ margin-left : 58.3333333%
199+ }
200+ .offset-60 {
201+ margin-left : 60%
202+ }
203+ .offset-65 {
204+ margin-left : 65%
205+ }
206+ .offset-66 {
207+ margin-left : 66.6666666%
208+ }
209+ .offset-70 {
210+ margin-left : 70%
211+ }
212+ .offset-75 {
213+ margin-left : 75%
214+ }
215+ .offset-80 {
216+ margin-left : 80%
217+ }
218+ .offset-84 {
219+ margin-left : 83.3333333%
220+ }
221+ .offset-85 {
222+ margin-left : 85%
223+ }
224+ .offset-90 {
225+ margin-left : 90%
226+ }
227+ .offset-92 {
228+ margin-left : 91.6666667%
229+ }
230+ .offset-95 {
231+ margin-left : 95%
232+ }
233+ .offset-100 {
234+ margin-left : 100%
235+ }
152236.va-top {
153237 vertical-align : top!important
154238}
@@ -264,6 +348,15 @@ body textarea:required:valid {
264348ion {
265349 display : none
266350}
351+ .mfp-wrap ~ * : not (# SystemMessagesWrapper ) {
352+ filter : blur (3px )
353+ }
354+ .mfp-zoom-out-cur {
355+ cursor : default!important ;
356+ }
357+ .mfp-close {
358+ cursor : pointer!important ;
359+ }
267360/*MEDIA STYLES*/
268361@media only screen and (max-width : 1200px ) {
269362 .container , .container-p {
You can’t perform that action at this time.
0 commit comments