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