51 lines
1.2 KiB
CSS
51 lines
1.2 KiB
CSS
|
html, body, div, span, iframe,
|
||
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||
|
a, code, del, em, img, ins, kbd, q, s, samp,
|
||
|
small, strike, strong, sub, sup, tt, var,
|
||
|
b, u, i, center, dl, dt, dd, ol, ul, li,
|
||
|
fieldset, form, label, legend,
|
||
|
table, caption, tr, th, td,
|
||
|
article, figure, footer, header, menu {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
border: 0;
|
||
|
font-size: 100%;
|
||
|
font: inherit;
|
||
|
vertical-align: baseline;
|
||
|
}
|
||
|
body { line-height: 1; }
|
||
|
ol, ul { list-style: none; }
|
||
|
blockquote, q { quotes: none; }
|
||
|
table { border-collapse: collapse; border-spacing: 0; }
|
||
|
|
||
|
|
||
|
button {
|
||
|
border: none;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
width: auto;
|
||
|
overflow: visible;
|
||
|
|
||
|
background: transparent;
|
||
|
|
||
|
/* inherit font & color from ancestor */
|
||
|
color: inherit;
|
||
|
font: inherit;
|
||
|
|
||
|
/* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
|
||
|
line-height: normal;
|
||
|
|
||
|
/* Corrects font smoothing for webkit */
|
||
|
-webkit-font-smoothing: inherit;
|
||
|
-moz-osx-font-smoothing: inherit;
|
||
|
|
||
|
/* Corrects inability to style clickable `input` types in iOS */
|
||
|
-webkit-appearance: none;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
/* Remove excess padding and border in Firefox 4+ */
|
||
|
button::-moz-focus-inner {
|
||
|
border: 0;
|
||
|
padding: 0;
|
||
|
}
|