[PLUGINS] +les plugins de bases
[ptitvelo/web/www.git] / www / plugins / beespip / css / reset.css
1 /* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
2
3 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
4 a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
5 small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
6 table, caption, tbody, tfoot, thead, tr, th, td {
7 margin: 0;
8 padding: 0;
9 border: 0;
10 outline: 0;
11 font-weight: inherit;
12 font-style: inherit;
13 font-size: 100%;
14 font-family: inherit;
15 vertical-align: baseline;
16 }
17 /* remember to define focus styles! */
18 :focus {
19 outline: 0;
20 }
21 body {
22 line-height: 1;
23 color: black;
24 background: white;
25 }
26 ol, ul {
27 list-style: none;
28 }
29 /* tables still need 'cellspacing="0"' in the markup */
30 table {
31 border-collapse: separate;
32 border-spacing: 0;
33 }
34 caption, th, td {
35 text-align: left;
36 font-weight: normal;
37 }
38 blockquote:before, blockquote:after,
39 q:before, q:after {
40 content: "";
41 }
42 blockquote, q {
43 quotes: "" "";
44 }