33 * dropify v0.2.0 - Override your input files with style.
44 * https://github.com/JeremyFagis/dropify
55 *
6- * (c) 2015 - Jeremy FAGIS <[email protected] > (http://fagis.fr) 6+ * (c) 2016 - Jeremy FAGIS <[email protected] > (http://fagis.fr) 77 * =============================================================
88 */
99
2222/**
2323 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
2424 */
25- article , aside , details , figcaption , figure , footer , header , hgroup , main , nav , section , summary {
25+ article ,
26+ aside ,
27+ details ,
28+ figcaption ,
29+ figure ,
30+ footer ,
31+ header ,
32+ hgroup ,
33+ main ,
34+ nav ,
35+ section ,
36+ summary {
2637 display : block; }
2738
2839/**
2940 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
3041 */
31- audio , canvas , video {
42+ audio ,
43+ canvas ,
44+ video {
3245 display : inline-block;
3346 * display : inline;
3447 * zoom : 1 ; }
@@ -69,7 +82,11 @@ html {
6982 * Address `font-family` inconsistency between `textarea` and other form
7083 * elements.
7184 */
72- html , button , input , select , textarea {
85+ html ,
86+ button ,
87+ input ,
88+ select ,
89+ textarea {
7390 font-family : sans-serif; }
7491
7592/**
@@ -90,7 +107,8 @@ a:focus {
90107/**
91108 * Improve readability when focused and also mouse hovered in all browsers.
92109 */
93- a : active , a : hover {
110+ a : active ,
111+ a : hover {
94112 outline : 0 ; }
95113
96114/* ==========================================================================
@@ -134,7 +152,8 @@ abbr[title] {
134152/**
135153 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
136154 */
137- b , strong {
155+ b ,
156+ strong {
138157 font-weight : bold; }
139158
140159blockquote {
@@ -164,13 +183,17 @@ mark {
164183/**
165184 * Address margins set differently in IE 6/7.
166185 */
167- p , pre {
186+ p ,
187+ pre {
168188 margin : 1em 0 ; }
169189
170190/**
171191 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
172192 */
173- code , kbd , pre , samp {
193+ code ,
194+ kbd ,
195+ pre ,
196+ samp {
174197 font-family : monospace, serif;
175198 _font-family : 'courier new' , monospace;
176199 font-size : 1em ; }
192215/**
193216 * Address `quotes` property not supported in Safari 4.
194217 */
195- q : before , q : after {
218+ q : before ,
219+ q : after {
196220 content : '' ;
197221 content : none; }
198222
@@ -205,7 +229,8 @@ small {
205229/**
206230 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
207231 */
208- sub , sup {
232+ sub ,
233+ sup {
209234 font-size : 75% ;
210235 line-height : 0 ;
211236 position : relative;
@@ -223,7 +248,10 @@ sub {
223248/**
224249 * Address margins set differently in IE 6/7.
225250 */
226- dl , menu , ol , ul {
251+ dl ,
252+ menu ,
253+ ol ,
254+ ul {
227255 margin : 1em 0 ; }
228256
229257dd {
@@ -232,13 +260,16 @@ dd {
232260/**
233261 * Address paddings set differently in IE 6/7.
234262 */
235- menu , ol , ul {
263+ menu ,
264+ ol ,
265+ ul {
236266 padding : 0 0 0 40px ; }
237267
238268/**
239269 * Correct list images handled incorrectly in IE 7.
240270 */
241- nav ul , nav ol {
271+ nav ul ,
272+ nav ol {
242273 list-style : none;
243274 list-style-image : none; }
244275
@@ -307,7 +338,10 @@ legend {
307338 * and Chrome.
308339 * 3. Improve appearance and consistency in all browsers.
309340 */
310- button , input , select , textarea {
341+ button ,
342+ input ,
343+ select ,
344+ textarea {
311345 font-size : 100% ;
312346 /* 1 */
313347 margin : 0 ;
@@ -321,7 +355,8 @@ button, input, select, textarea {
321355 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
322356 * the UA stylesheet.
323357 */
324- button , input {
358+ button ,
359+ input {
325360 line-height : normal; }
326361
327362/**
@@ -330,7 +365,8 @@ button, input {
330365 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
331366 * Correct `select` style inheritance in Firefox 4+ and Opera.
332367 */
333- button , select {
368+ button ,
369+ select {
334370 text-transform : none; }
335371
336372/**
@@ -342,7 +378,10 @@ button, select {
342378 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
343379 * Known issue: inner spacing remains in IE 6.
344380 */
345- button , html input [type = "button" ], input [type = "reset" ], input [type = "submit" ] {
381+ button ,
382+ html input [type = "button" ],
383+ input [type = "reset" ],
384+ input [type = "submit" ] {
346385 -webkit-appearance : button;
347386 /* 2 */
348387 cursor : pointer;
@@ -353,7 +392,8 @@ button, html input[type="button"], input[type="reset"], input[type="submit"] {
353392/**
354393 * Re-set default cursor for disabled elements.
355394 */
356- button [disabled ], html input [disabled ] {
395+ button [disabled ],
396+ html input [disabled ] {
357397 cursor : default; }
358398
359399/**
@@ -362,7 +402,8 @@ button[disabled], html input[disabled] {
362402 * 3. Remove excess padding in IE 7.
363403 * Known issue: excess padding remains in IE 6.
364404 */
365- input [type = "checkbox" ], input [type = "radio" ] {
405+ input [type = "checkbox" ],
406+ input [type = "radio" ] {
366407 box-sizing : border-box;
367408 /* 1 */
368409 padding : 0 ;
@@ -387,13 +428,15 @@ input[type="search"] {
387428 * Remove inner padding and search cancel button in Safari 5 and Chrome
388429 * on OS X.
389430 */
390- input [type = "search" ]::-webkit-search-cancel-button , input [type = "search" ]::-webkit-search-decoration {
431+ input [type = "search" ]::-webkit-search-cancel-button ,
432+ input [type = "search" ]::-webkit-search-decoration {
391433 -webkit-appearance : none; }
392434
393435/**
394436 * Remove inner padding and border in Firefox 3+.
395437 */
396- button ::-moz-focus-inner , input ::-moz-focus-inner {
438+ button ::-moz-focus-inner ,
439+ input ::-moz-focus-inner {
397440 border : 0 ;
398441 padding : 0 ; }
399442
904947a , a : visited {
905948 color : # 666 ;
906949 text-decoration : none; }
950+
907951a : hover {
908952 text-decoration : underline; }
909953
@@ -913,7 +957,11 @@ h1, h2, h3, h4 {
913957 line-height : 1.4 ;
914958 color : # 444 ;
915959 letter-spacing : -0.04em ; }
916- h1 small , h1 .small , h2 small , h2 .small , h3 small , h3 .small , h4 small , h4 .small {
960+ h1 small ,
961+ h1 .small , h2 small ,
962+ h2 .small , h3 small ,
963+ h3 .small , h4 small ,
964+ h4 .small {
917965 font-weight : normal;
918966 line-height : 1 ;
919967 color : # b3b3b3 ; }
@@ -923,7 +971,11 @@ h1, h2, h3, h4 {
923971h1 , h2 , h3 , h4 {
924972 margin-top : 20px ;
925973 margin-bottom : 10px ; }
926- h1 small , h1 .small , h2 small , h2 .small , h3 small , h3 .small , h4 small , h4 .small {
974+ h1 small ,
975+ h1 .small , h2 small ,
976+ h2 .small , h3 small ,
977+ h3 .small , h4 small ,
978+ h4 .small {
927979 font-size : 65% ; }
928980
929981h1 {
941993 background-color : # 444 ;
942994 left : 50% ;
943995 -webkit-transform : translateX (-50% );
944- -ms-transform : translateX (-50% );
945996 transform : translateX (-50% );
946997 bottom : 0 ; }
947998
0 commit comments