Added CSS class to required fields in media/css/geral.css
[cascardo/ema.git] / media / css / reset.css
1 /* -------------------------------------------------------------- \r
2   \r
3    reset.css\r
4    * Resets default browser CSS.\r
5    \r
6    Based on work by Eric Meyer:\r
7    * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/\r
8    \r
9 -------------------------------------------------------------- */\r
10 \r
11 html, body, div, span, object, iframe,\r
12 h1, h2, h3, h4, h5, h6, p, blockquote, pre,\r
13 a, abbr, acronym, address, code,\r
14 del, dfn, em, img, q, dl, dt, dd, ol, ul, li,\r
15 fieldset, form, label, legend,\r
16 table, caption, tbody, tfoot, thead, tr, th, td {\r
17         margin: 0;\r
18         padding: 0;\r
19         border: 0;\r
20         font-weight: inherit;\r
21         font-style: inherit;\r
22         font-size: 100%;\r
23         font-family: inherit;\r
24         vertical-align: baseline;\r
25 }\r
26 \r
27 \r
28 body { line-height: 1.5; background: #fff; margin:1.5em 0; }\r
29 \r
30 /* Tables still need 'cellspacing="0"' in the markup. */\r
31 table { border-collapse: separate; border-spacing: 0; }\r
32 caption, th, td { text-align: left; font-weight:400; }\r
33 \r
34 /* Remove possible quote marks (") from <q>, <blockquote>. */\r
35 blockquote:before, blockquote:after, q:before, q:after { content: ""; }\r
36 blockquote, q { quotes: "" ""; }\r
37 \r
38 a img { border: none; }\r
39 \r