%PDF- %PDF-
Direktori : /var/www/tif-dev/wp-content/themes/inkfactory/assets/scss/ |
Current File : //var/www/tif-dev/wp-content/themes/inkfactory/assets/scss/_reset.scss |
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } // remove white border in lazy images img[src=''], img:not([src]) { opacity: 0; } /* Change Autocomplete styles in Chrome */ input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus { -webkit-transition: 'color 9999s ease-out, background-color 9999s ease-out'; -webkit-transition-delay: 9999s; } /* stylelint-disable */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { padding: 0; margin: 0; vertical-align: baseline; border: 0; } *, *::before, *::after { box-sizing: border-box; } a { color: inherit; text-decoration: none; &:focus, &:hover, &:active, &:visited { text-decoration: none; } } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; -webkit-tap-highlight-color: transparent; } ol, ul, li { list-style: none; } blockquote, q { quotes: none; } blockquote::before, blockquote::after, q::before, q::after { content: ''; content: none; } button { padding: 0; margin: 0; background: none; border: none; } table { border-spacing: 0; border-collapse: collapse; } input, textarea { border-radius: 0; } input::-ms-clear { // hides extra button X for clear text in input on IE & EDGE width: 0; }