UNPKG

2.06 kBCSSView Raw
1* {
2 box-sizing: border-box;
3}
4/* webkit specific styles */
5
6input[type="color"]::-webkit-color-swatch {
7 border: none;
8}
9
10input[type="color"]::-webkit-color-swatch-wrapper {
11 padding: 0;
12}
13/*
14html5doctor.com Reset Stylesheet
15v1.6.1
16Last Updated: 2010-09-17
17Author: Richard Clark - http://richclarkdesign.com
18Twitter: @rich_clark
19*/
20
21html, body, div, span, object, iframe,
22h1, h2, h3, h4, h5, h6, p, blockquote, pre,
23abbr, address, cite, code,
24del, dfn, em, img, ins, kbd, q, samp,
25small, strong, sub, sup, var,
26b, i,
27dl, dt, dd, ol, ul, li,
28fieldset, form, label, legend,
29table, caption, tbody, tfoot, thead, tr, th, td,
30article, aside, canvas, details, figcaption, figure,
31footer, header, hgroup, menu, nav, section, summary,
32time, mark, audio, video {
33 margin:0;
34 padding:0;
35 border:0;
36 outline:0;
37 font-size:100%;
38 vertical-align:baseline;
39 background:transparent;
40 font-weight:inherit;
41}
42
43body {
44 line-height:1;
45}
46
47article,aside,details,figcaption,figure,
48footer,header,hgroup,menu,nav,section {
49 display:block;
50}
51
52nav ul {
53 list-style:none;
54}
55
56blockquote, q {
57 quotes:none;
58}
59
60blockquote:before, blockquote:after,
61q:before, q:after {
62 content:'';
63 content:none;
64}
65
66a {
67 margin:0;
68 padding:0;
69 font-size:100%;
70 vertical-align:baseline;
71 background:transparent;
72}
73
74/* change colours to suit your needs */
75ins {
76 background-color:#ff9;
77 color:#000;
78 text-decoration:none;
79}
80
81/* change colours to suit your needs */
82mark {
83 background-color:#ff9;
84 color:#000;
85 font-style:italic;
86 font-weight:bold;
87}
88
89del {
90 text-decoration: line-through;
91}
92
93abbr[title], dfn[title] {
94 border-bottom:1px dotted;
95 cursor:help;
96}
97
98table {
99 border-collapse:collapse;
100 border-spacing:0;
101}
102
103/* change border colour to suit your needs */
104hr {
105 display:block;
106 height:1px;
107 border:0;
108 border-top:1px solid #cccccc;
109 margin:1em 0;
110 padding:0;
111}
112
113input, select {
114 vertical-align:middle;
115}
116
117input:focus {
118 outline: none;
119}
120ul, ol {
121 list-style-type: none;
122}