oswilno/assets/css/reset.css

55 lines
1.1 KiB
CSS
Raw Permalink Normal View History

2022-07-04 08:31:12 +02:00
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
2022-07-14 19:36:33 +02:00
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
2022-07-04 08:31:12 +02:00
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
2022-07-14 19:36:33 +02:00
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
2022-07-04 08:31:12 +02:00
}
2022-07-14 19:36:33 +02:00
2022-07-04 08:31:12 +02:00
/* HTML5 display-role reset for older browsers */
2022-07-14 19:36:33 +02:00
article, aside, details, figcaption, figure,
2022-07-04 08:31:12 +02:00
footer, header, hgroup, menu, nav, section {
2022-07-14 19:36:33 +02:00
display: block;
2022-07-04 08:31:12 +02:00
}
2022-07-14 19:36:33 +02:00
2022-07-04 08:31:12 +02:00
body {
2022-07-14 19:36:33 +02:00
line-height: 1;
2022-07-04 08:31:12 +02:00
}
2022-07-14 19:36:33 +02:00
2022-07-04 08:31:12 +02:00
ol, ul {
2022-07-14 19:36:33 +02:00
list-style: none;
2022-07-04 08:31:12 +02:00
}
2022-07-14 19:36:33 +02:00
2022-07-04 08:31:12 +02:00
blockquote, q {
2022-07-14 19:36:33 +02:00
quotes: none;
2022-07-04 08:31:12 +02:00
}
2022-07-14 19:36:33 +02:00
2022-07-04 08:31:12 +02:00
blockquote:before, blockquote:after,
q:before, q:after {
2022-07-14 19:36:33 +02:00
content: '';
content: none;
2022-07-04 08:31:12 +02:00
}
2022-07-14 19:36:33 +02:00
2022-07-04 08:31:12 +02:00
table {
2022-07-14 19:36:33 +02:00
border-collapse: collapse;
border-spacing: 0;
2022-07-04 08:31:12 +02:00
}