c88e6196c2a3f08e088a698e749200fd99649819
[markerbeacon.git] / themes / markerbeacon / static / css / reset.css
1 /*
2         Name: Reset Stylesheet
3         Description: Resets browser's default CSS
4         Author: Eric Meyer
5         Author URI: https://meyerweb.com/eric/tools/css/reset/
6 */
7
8 /* v1.0 | 20080212 */
9 html, body, div, span, applet, object, iframe,
10 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
11 a, abbr, acronym, address, big, cite, code,
12 del, dfn, em, font, img, ins, kbd, q, s, samp,
13 small, strike, strong, sub, sup, tt, var,
14 b, u, i, center,
15 dl, dt, dd, ol, ul, li,
16 fieldset, form, label, legend,
17 table, caption, tbody, tfoot, thead, tr, th, td {
18         background: transparent;
19         border: 0;
20         font-size: 100%;
21         margin: 0;
22         outline: 0;
23         padding: 0;
24         vertical-align: baseline;
25 }
26
27 body {line-height: 1;}
28
29 ol, ul {list-style: none;}
30
31 blockquote, q {quotes: none;}
32
33 blockquote:before, blockquote:after,
34 q:before, q:after {
35         content: '';
36         content: none;
37 }
38
39 /* remember to define focus styles! */
40 :focus {
41         outline: 0;
42 }
43
44 /* remember to highlight inserts somehow! */
45 ins {text-decoration: none;}
46 del {text-decoration: line-through;}
47
48 /* tables still need 'cellspacing="0"' in the markup */
49 table {
50         border-collapse: collapse;
51         border-spacing: 0;
52 }