UNPKG

css-wipe

Version:
4 lines (2 loc) 2.22 kB
"use strict"; module.exports = "\n* {\n box-sizing: border-box;\n}\n/* webkit specific styles */\n\ninput[type=\"color\"]::-webkit-color-swatch {\n border: none;\n}\n\ninput[type=\"color\"]::-webkit-color-swatch-wrapper {\n padding: 0;\n}\n/*\nhtml5doctor.com Reset Stylesheet\nv1.6.1\nLast Updated: 2010-09-17\nAuthor: Richard Clark - http://richclarkdesign.com\nTwitter: @rich_clark\n*/\n\nhtml, body, div, span, object, iframe,\nh1, h2, h3, h4, h5, h6, p, blockquote, pre,\nabbr, address, cite, code,\ndel, dfn, em, img, ins, kbd, q, samp,\nsmall, strong, sub, sup, var,\nb, i,\ndl, dt, dd, ol, ul, li,\nfieldset, form, label, legend,\ntable, caption, tbody, tfoot, thead, tr, th, td,\narticle, aside, canvas, details, figcaption, figure,\nfooter, header, hgroup, menu, nav, section, summary,\ntime, mark, audio, video {\n margin:0;\n padding:0;\n border:0;\n outline:0;\n font-size:100%;\n vertical-align:baseline;\n background:transparent;\n font-weight:inherit;\n}\n\nbody {\n line-height:1;\n}\n\narticle,aside,details,figcaption,figure,\nfooter,header,hgroup,menu,nav,section {\n display:block;\n}\n\nnav ul {\n list-style:none;\n}\n\nblockquote, q {\n quotes:none;\n}\n\nblockquote:before, blockquote:after,\nq:before, q:after {\n content:'';\n content:none;\n}\n\na {\n margin:0;\n padding:0;\n font-size:100%;\n vertical-align:baseline;\n background:transparent;\n}\n\n/* change colours to suit your needs */\nins {\n background-color:#ff9;\n color:#000;\n text-decoration:none;\n}\n\n/* change colours to suit your needs */\nmark {\n background-color:#ff9;\n color:#000;\n font-style:italic;\n font-weight:bold;\n}\n\ndel {\n text-decoration: line-through;\n}\n\nabbr[title], dfn[title] {\n border-bottom:1px dotted;\n cursor:help;\n}\n\ntable {\n border-collapse:collapse;\n border-spacing:0;\n}\n\n/* change border colour to suit your needs */\nhr {\n display:block;\n height:1px;\n border:0;\n border-top:1px solid #cccccc;\n margin:1em 0;\n padding:0;\n}\n\ninput, select {\n vertical-align:middle;\n}\n\ninput:focus {\n outline: none;\n}\nul, ol {\n list-style-type: none;\n}\n";