Initial commit
[editorial.git] / assets / main / sass / base / _reset.scss
diff --git a/assets/main/sass/base/_reset.scss b/assets/main/sass/base/_reset.scss
new file mode 100644 (file)
index 0000000..0396226
--- /dev/null
@@ -0,0 +1,76 @@
+///\r
+/// Massively by HTML5 UP\r
+/// html5up.net | @ajlkn\r
+/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r
+///\r
+\r
+// Reset.\r
+// Based on meyerweb.com/eric/tools/css/reset (v2.0 | 20110126 | License: public domain)\r
+\r
+       html, body, div, span, applet, object,\r
+       iframe, h1, h2, h3, h4, h5, h6, p, blockquote,\r
+       pre, a, abbr, acronym, address, big, cite,\r
+       code, del, dfn, em, img, ins, kbd, q, s, samp,\r
+       small, strike, strong, sub, sup, tt, var, b,\r
+       u, i, center, dl, dt, dd, ol, ul, li, fieldset,\r
+       form, label, legend, table, caption, tbody,\r
+       tfoot, thead, tr, th, td, article, aside,\r
+       canvas, details, embed, figure, figcaption,\r
+       footer, header, hgroup, menu, nav, output, ruby,\r
+       section, summary, time, mark, audio, video {\r
+               margin: 0;\r
+               padding: 0;\r
+               border: 0;\r
+               font-size: 100%;\r
+               font: inherit;\r
+               vertical-align: baseline;\r
+       }\r
+\r
+       article, aside, details, figcaption, figure,\r
+       footer, header, hgroup, menu, nav, section {\r
+               display: block;\r
+       }\r
+\r
+       body {\r
+               line-height: 1;\r
+       }\r
+\r
+       ol, ul {\r
+               list-style:none;\r
+       }\r
+\r
+       blockquote,     q {\r
+               quotes: none;\r
+\r
+               &:before,\r
+               &:after {\r
+                       content: '';\r
+                       content: none;\r
+               }\r
+       }\r
+\r
+       table {\r
+               border-collapse: collapse;\r
+               border-spacing: 0;\r
+       }\r
+\r
+       body {\r
+               -webkit-text-size-adjust: none;\r
+       }\r
+\r
+       mark {\r
+               background-color: transparent;\r
+               color: inherit;\r
+       }\r
+\r
+       input::-moz-focus-inner {\r
+               border: 0;\r
+               padding: 0;\r
+       }\r
+\r
+       input, select, textarea {\r
+               -moz-appearance: none;\r
+               -webkit-appearance: none;\r
+               -ms-appearance: none;\r
+               appearance: none;\r
+       }
\ No newline at end of file