-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmargin_padding.css
346 lines (330 loc) · 11.6 KB
/
margin_padding.css
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
139
140
141
142
143
144
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
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
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
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
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
/* Margins */
/* Top */
.mrgT-5{margin-top: 5px;}
.mrgT-10{margin-top: 10px;}
.mrgT-15{margin-top: 15px;}
.mrgT-20{margin-top: 20px;}
.mrgT-25{margin-top: 25px;}
.mrgT-30{margin-top: 30px;}
.mrgT-35{margin-top: 35px;}
.mrgT-40{margin-top: 40px;}
.mrgT-45{margin-top: 45px;}
.mrgT-50{margin-top: 50px;}
.mrgT-55{margin-top: 55px;}
.mrgT-60{margin-top: 60px;}
.mrgT-65{margin-top: 65px;}
.mrgT-70{margin-top: 70px;}
.mrgT-75{margin-top: 75px;}
.mrgT-80{margin-top: 80px;}
.mrgT-85{margin-top: 85px;}
.mrgT-90{margin-top: 90px;}
.mrgT-95{margin-top: 95px;}
.mrgT-100{margin-top: 100px;}
.mrgT-105{margin-top: 105px;}
.mrgT-110{margin-top: 110px;}
.mrgT-115{margin-top: 115px;}
.mrgT-120{margin-top: 120px;}
.mrgT-125{margin-top: 125px;}
.mrgT-130{margin-top: 130px;}
.mrgT-135{margin-top: 135px;}
.mrgT-140{margin-top: 140px;}
.mrgT-145{margin-top: 145px;}
.mrgT-150{margin-top: 150px;}
.mrgT-155{margin-top: 155px;}
.mrgT-160{margin-top: 160px;}
.mrgT-165{margin-top: 165px;}
.mrgT-170{margin-top: 170px;}
.mrgT-175{margin-top: 175px;}
.mrgT-180{margin-top: 180px;}
.mrgT-185{margin-top: 185px;}
.mrgT-190{margin-top: 190px;}
.mrgT-195{margin-top: 195px;}
.mrgT-200{margin-top: 200px;}
/* Top Important*/
.mrgT-5{margin-top: 5px !important;}
.mrgT-10{margin-top: 10px !important;}
.mrgT-15{margin-top: 15px !important;}
.mrgT-20{margin-top: 20px !important;}
.mrgT-25{margin-top: 25px !important;}
.mrgT-30{margin-top: 30px !important;}
.mrgT-35{margin-top: 35px !important;}
.mrgT-40{margin-top: 40px !important;}
.mrgT-45{margin-top: 45px !important;}
.mrgT-50{margin-top: 50px !important;}
.mrgT-55{margin-top: 55px !important;}
.mrgT-60{margin-top: 60px !important;}
.mrgT-65{margin-top: 65px !important;}
.mrgT-70{margin-top: 70px !important;}
.mrgT-75{margin-top: 75px !important;}
.mrgT-80{margin-top: 80px !important;}
.mrgT-85{margin-top: 85px !important;}
.mrgT-90{margin-top: 90px !important;}
.mrgT-95{margin-top: 95px !important;}
.mrgT-100{margin-top: 100px !important;}
.mrgT-105{margin-top: 105px !important;}
.mrgT-110{margin-top: 110px !important;}
.mrgT-115{margin-top: 115px !important;}
.mrgT-120{margin-top: 120px !important;}
.mrgT-125{margin-top: 125px !important;}
.mrgT-130{margin-top: 130px !important;}
.mrgT-135{margin-top: 135px !important;}
.mrgT-140{margin-top: 140px !important;}
.mrgT-145{margin-top: 145px !important;}
.mrgT-150{margin-top: 150px !important;}
.mrgT-155{margin-top: 155px !important;}
.mrgT-160{margin-top: 160px !important;}
.mrgT-165{margin-top: 165px !important;}
.mrgT-170{margin-top: 170px !important;}
.mrgT-175{margin-top: 175px !important;}
.mrgT-180{margin-top: 180px !important;}
.mrgT-185{margin-top: 185px !important;}
.mrgT-190{margin-top: 190px !important;}
.mrgT-195{margin-top: 195px !important;}
.mrgT-200{margin-top: 200px !important;}
/* Bottom */
.mrgB-5{margin-bottom: 5px;}
.mrgB-10{margin-bottom: 10px;}
.mrgB-15{margin-bottom: 15px;}
.mrgB-20{margin-bottom: 20px;}
.mrgB-25{margin-bottom: 25px;}
.mrgB-30{margin-bottom: 30px;}
.mrgB-35{margin-bottom: 35px;}
.mrgB-40{margin-bottom: 40px;}
.mrgB-45{margin-bottom: 45px;}
.mrgB-50{margin-bottom: 50px;}
.mrgB-55{margin-bottom: 55px;}
.mrgB-60{margin-bottom: 60px;}
.mrgB-65{margin-bottom: 65px;}
.mrgB-70{margin-bottom: 70px;}
.mrgB-75{margin-bottom: 75px;}
.mrgB-80{margin-bottom: 80px;}
.mrgB-85{margin-bottom: 85px;}
.mrgB-90{margin-bottom: 90px;}
.mrgB-95{margin-bottom: 95px;}
.mrgB-100{margin-bottom: 100px;}
.mrgB-105{margin-bottom: 105px;}
.mrgB-110{margin-bottom: 110px;}
.mrgB-115{margin-bottom: 115px;}
.mrgB-120{margin-bottom: 120px;}
.mrgB-125{margin-bottom: 125px;}
.mrgB-130{margin-bottom: 130px;}
.mrgB-135{margin-bottom: 135px;}
.mrgB-140{margin-bottom: 140px;}
.mrgB-145{margin-bottom: 145px;}
.mrgB-150{margin-bottom: 150px;}
.mrgB-155{margin-bottom: 155px;}
.mrgB-160{margin-bottom: 160px;}
.mrgB-165{margin-bottom: 165px;}
.mrgB-170{margin-bottom: 170px;}
.mrgB-175{margin-bottom: 175px;}
.mrgB-180{margin-bottom: 180px;}
.mrgB-185{margin-bottom: 185px;}
.mrgB-190{margin-bottom: 190px;}
.mrgB-195{margin-bottom: 195px;}
.mrgB-200{margin-bottom: 200px;}
/* Bottom Important*/
.mrgB-5{margin-bottom: 5px !important;}
.mrgB-10{margin-bottom: 10px !important;}
.mrgB-15{margin-bottom: 15px !important;}
.mrgB-20{margin-bottom: 20px !important;}
.mrgB-25{margin-bottom: 25px !important;}
.mrgB-30{margin-bottom: 30px !important;}
.mrgB-35{margin-bottom: 35px !important;}
.mrgB-40{margin-bottom: 40px !important;}
.mrgB-45{margin-bottom: 45px !important;}
.mrgB-50{margin-bottom: 50px !important;}
.mrgB-55{margin-bottom: 55px !important;}
.mrgB-60{margin-bottom: 60px !important;}
.mrgB-65{margin-bottom: 65px !important;}
.mrgB-70{margin-bottom: 70px !important;}
.mrgB-75{margin-bottom: 75px !important;}
.mrgB-80{margin-bottom: 80px !important;}
.mrgB-85{margin-bottom: 85px !important;}
.mrgB-90{margin-bottom: 90px !important;}
.mrgB-95{margin-bottom: 95px !important;}
.mrgB-100{margin-bottom: 100px !important;}
.mrgB-105{margin-bottom: 105px !important;}
.mrgB-110{margin-bottom: 110px !important;}
.mrgB-115{margin-bottom: 115px !important;}
.mrgB-120{margin-bottom: 120px !important;}
.mrgB-125{margin-bottom: 125px !important;}
.mrgB-130{margin-bottom: 130px !important;}
.mrgB-135{margin-bottom: 135px !important;}
.mrgB-140{margin-bottom: 140px !important;}
.mrgB-145{margin-bottom: 145px !important;}
.mrgB-150{margin-bottom: 150px !important;}
.mrgB-155{margin-bottom: 155px !important;}
.mrgB-160{margin-bottom: 160px !important;}
.mrgB-165{margin-bottom: 165px !important;}
.mrgB-170{margin-bottom: 170px !important;}
.mrgB-175{margin-bottom: 175px !important;}
.mrgB-180{margin-bottom: 180px !important;}
.mrgB-185{margin-bottom: 185px !important;}
.mrgB-190{margin-bottom: 190px !important;}
.mrgB-195{margin-bottom: 195px !important;}
.mrgB-200{margin-bottom: 200px !important;}
/* Padding */
/* Top */
.padT-5{padding-top: 5px;}
.padT-10{padding-top: 10px;}
.padT-15{padding-top: 15px;}
.padT-20{padding-top: 20px;}
.padT-25{padding-top: 25px;}
.padT-30{padding-top: 30px;}
.padT-35{padding-top: 35px;}
.padT-40{padding-top: 40px;}
.padT-45{padding-top: 45px;}
.padT-50{padding-top: 50px;}
.padT-55{padding-top: 55px;}
.padT-60{padding-top: 60px;}
.padT-65{padding-top: 65px;}
.padT-70{padding-top: 70px;}
.padT-75{padding-top: 75px;}
.padT-80{padding-top: 80px;}
.padT-85{padding-top: 85px;}
.padT-90{padding-top: 90px;}
.padT-95{padding-top: 95px;}
.padT-100{padding-top: 100px;}
.padT-105{padding-top: 105px;}
.padT-110{padding-top: 110px;}
.padT-115{padding-top: 115px;}
.padT-120{padding-top: 120px;}
.padT-125{padding-top: 125px;}
.padT-130{padding-top: 130px;}
.padT-135{padding-top: 135px;}
.padT-140{padding-top: 140px;}
.padT-145{padding-top: 145px;}
.padT-150{padding-top: 150px;}
.padT-155{padding-top: 155px;}
.padT-160{padding-top: 160px;}
.padT-165{padding-top: 165px;}
.padT-170{padding-top: 170px;}
.padT-175{padding-top: 175px;}
.padT-180{padding-top: 180px;}
.padT-185{padding-top: 185px;}
.padT-190{padding-top: 190px;}
.padT-195{padding-top: 195px;}
.padT-200{padding-top: 200px;}
/* Top Important*/
.padT-5{padding-top: 5px !important;}
.padT-10{padding-top: 10px !important;}
.padT-15{padding-top: 15px !important;}
.padT-20{padding-top: 20px !important;}
.padT-25{padding-top: 25px !important;}
.padT-30{padding-top: 30px !important;}
.padT-35{padding-top: 35px !important;}
.padT-40{padding-top: 40px !important;}
.padT-45{padding-top: 45px !important;}
.padT-50{padding-top: 50px !important;}
.padT-55{padding-top: 55px !important;}
.padT-60{padding-top: 60px !important;}
.padT-65{padding-top: 65px !important;}
.padT-70{padding-top: 70px !important;}
.padT-75{padding-top: 75px !important;}
.padT-80{padding-top: 80px !important;}
.padT-85{padding-top: 85px !important;}
.padT-90{padding-top: 90px !important;}
.padT-95{padding-top: 95px !important;}
.padT-100{padding-top: 100px !important;}
.padT-105{padding-top: 105px !important;}
.padT-110{padding-top: 110px !important;}
.padT-115{padding-top: 115px !important;}
.padT-120{padding-top: 120px !important;}
.padT-125{padding-top: 125px !important;}
.padT-130{padding-top: 130px !important;}
.padT-135{padding-top: 135px !important;}
.padT-140{padding-top: 140px !important;}
.padT-145{padding-top: 145px !important;}
.padT-150{padding-top: 150px !important;}
.padT-155{padding-top: 155px !important;}
.padT-160{padding-top: 160px !important;}
.padT-165{padding-top: 165px !important;}
.padT-170{padding-top: 170px !important;}
.padT-175{padding-top: 175px !important;}
.padT-180{padding-top: 180px !important;}
.padT-185{padding-top: 185px !important;}
.padT-190{padding-top: 190px !important;}
.padT-195{padding-top: 195px !important;}
.padT-200{padding-top: 200px !important;}
/* Bottom */
.padB-5{padding-bottom: 5px;}
.padB-10{padding-bottom: 10px;}
.padB-15{padding-bottom: 15px;}
.padB-20{padding-bottom: 20px;}
.padB-25{padding-bottom: 25px;}
.padB-30{padding-bottom: 30px;}
.padB-35{padding-bottom: 35px;}
.padB-40{padding-bottom: 40px;}
.padB-45{padding-bottom: 45px;}
.padB-50{padding-bottom: 50px;}
.padB-55{padding-bottom: 55px;}
.padB-60{padding-bottom: 60px;}
.padB-65{padding-bottom: 65px;}
.padB-70{padding-bottom: 70px;}
.padB-75{padding-bottom: 75px;}
.padB-80{padding-bottom: 80px;}
.padB-85{padding-bottom: 85px;}
.padB-90{padding-bottom: 90px;}
.padB-95{padding-bottom: 95px;}
.padB-100{padding-bottom: 100px;}
.padB-105{padding-bottom: 105px;}
.padB-110{padding-bottom: 110px;}
.padB-115{padding-bottom: 115px;}
.padB-120{padding-bottom: 120px;}
.padB-125{padding-bottom: 125px;}
.padB-130{padding-bottom: 130px;}
.padB-135{padding-bottom: 135px;}
.padB-140{padding-bottom: 140px;}
.padB-145{padding-bottom: 145px;}
.padB-150{padding-bottom: 150px;}
.padB-155{padding-bottom: 155px;}
.padB-160{padding-bottom: 160px;}
.padB-165{padding-bottom: 165px;}
.padB-170{padding-bottom: 170px;}
.padB-175{padding-bottom: 175px;}
.padB-180{padding-bottom: 180px;}
.padB-185{padding-bottom: 185px;}
.padB-190{padding-bottom: 190px;}
.padB-195{padding-bottom: 195px;}
.padB-200{padding-bottom: 200px;}
/* Bottom Important*/
.padB-5{padding-bottom: 5px !important;}
.padB-10{padding-bottom: 10px !important;}
.padB-15{padding-bottom: 15px !important;}
.padB-20{padding-bottom: 20px !important;}
.padB-25{padding-bottom: 25px !important;}
.padB-30{padding-bottom: 30px !important;}
.padB-35{padding-bottom: 35px !important;}
.padB-40{padding-bottom: 40px !important;}
.padB-45{padding-bottom: 45px !important;}
.padB-50{padding-bottom: 50px !important;}
.padB-55{padding-bottom: 55px !important;}
.padB-60{padding-bottom: 60px !important;}
.padB-65{padding-bottom: 65px !important;}
.padB-70{padding-bottom: 70px !important;}
.padB-75{padding-bottom: 75px !important;}
.padB-80{padding-bottom: 80px !important;}
.padB-85{padding-bottom: 85px !important;}
.padB-90{padding-bottom: 90px !important;}
.padB-95{padding-bottom: 95px !important;}
.padB-100{padding-bottom: 100px !important;}
.padB-105{padding-bottom: 105px !important;}
.padB-110{padding-bottom: 110px !important;}
.padB-115{padding-bottom: 115px !important;}
.padB-120{padding-bottom: 120px !important;}
.padB-125{padding-bottom: 125px !important;}
.padB-130{padding-bottom: 130px !important;}
.padB-135{padding-bottom: 135px !important;}
.padB-140{padding-bottom: 140px !important;}
.padB-145{padding-bottom: 145px !important;}
.padB-150{padding-bottom: 150px !important;}
.padB-155{padding-bottom: 155px !important;}
.padB-160{padding-bottom: 160px !important;}
.padB-165{padding-bottom: 165px !important;}
.padB-170{padding-bottom: 170px !important;}
.padB-175{padding-bottom: 175px !important;}
.padB-180{padding-bottom: 180px !important;}
.padB-185{padding-bottom: 185px !important;}
.padB-190{padding-bottom: 190px !important;}
.padB-195{padding-bottom: 195px !important;}
.padB-200{padding-bottom: 200px !important;}