splitted up stylesheet and added lots of scaffolding to it. Style needs working.
[theme-danix.xyz.git] / assets / sass / base / _reset.scss
CommitLineData
748286b5 1///\r
2/// Forty by HTML5 UP\r
3/// html5up.net | @ajlkn\r
4/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r
5///\r
6\r
7// Reset.\r
8// Based on meyerweb.com/eric/tools/css/reset (v2.0 | 20110126 | License: public domain)\r
9\r
10 html, body, div, span, applet, object,\r
11 iframe, h1, h2, h3, h4, h5, h6, p, blockquote,\r
12 pre, a, abbr, acronym, address, big, cite,\r
13 code, del, dfn, em, img, ins, kbd, q, s, samp,\r
14 small, strike, strong, sub, sup, tt, var, b,\r
15 u, i, center, dl, dt, dd, ol, ul, li, fieldset,\r
16 form, label, legend, table, caption, tbody,\r
17 tfoot, thead, tr, th, td, article, aside,\r
18 canvas, details, embed, figure, figcaption,\r
19 footer, header, hgroup, menu, nav, output, ruby,\r
20 section, summary, time, mark, audio, video {\r
21 margin: 0;\r
22 padding: 0;\r
23 border: 0;\r
24 font-size: 100%;\r
25 font: inherit;\r
26 vertical-align: baseline;\r
27 }\r
28\r
29 article, aside, details, figcaption, figure,\r
30 footer, header, hgroup, menu, nav, section {\r
31 display: block;\r
32 }\r
33\r
34 body {\r
35 line-height: 1;\r
36 }\r
37\r
38 ol, ul {\r
39 list-style:none;\r
40 }\r
41\r
42 blockquote, q {\r
43 quotes: none;\r
44\r
45 &:before,\r
46 &:after {\r
47 content: '';\r
48 content: none;\r
49 }\r
50 }\r
51\r
52 table {\r
53 border-collapse: collapse;\r
54 border-spacing: 0;\r
55 }\r
56\r
57 body {\r
58 -webkit-text-size-adjust: none;\r
59 }\r
60\r
61 mark {\r
62 background-color: transparent;\r
63 color: inherit;\r
64 }\r
65\r
66 input::-moz-focus-inner {\r
67 border: 0;\r
68 padding: 0;\r
69 }\r
70\r
71 input, select, textarea {\r
72 -moz-appearance: none;\r
73 -webkit-appearance: none;\r
74 -ms-appearance: none;\r
75 appearance: none;\r
76 }