11/* normalize.css v3.0.1 | MIT License | git.io/normalize */
22html {
3- font-family : sans-serif;
4- /* 1 */
5- -ms-text-size-adjust : 100% ;
6- /* 2 */
7- -webkit-text-size-adjust : 100% ;
8- /* 2 */
3+ font-family : sans-serif; /* 1 */
4+ -ms-text-size-adjust : 100% ; /* 2 */
5+ -webkit-text-size-adjust : 100% ; /* 2 */
96}
107body {
118 margin : 0 ;
@@ -28,10 +25,8 @@ audio,
2825canvas ,
2926progress ,
3027video {
31- display : inline-block;
32- /* 1 */
33- vertical-align : baseline;
34- /* 2 */
28+ display : inline-block; /* 1 */
29+ vertical-align : baseline; /* 2 */
3530}
3631audio : not ([controls ]) {
3732 display : none;
@@ -92,9 +87,6 @@ figure {
9287 margin : 1em 40px ;
9388}
9489hr {
95- -moz-box-sizing : content-box;
96- -webkit-box-sizing : content-box;
97- -moz-box-sizing : content-box;
9890 box-sizing : content-box;
9991 height : 0 ;
10092}
@@ -113,12 +105,9 @@ input,
113105optgroup ,
114106select ,
115107textarea {
116- color : inherit;
117- /* 1 */
118- font : inherit;
119- /* 2 */
120- margin : 0 ;
121- /* 3 */
108+ color : inherit; /* 1 */
109+ font : inherit; /* 2 */
110+ margin : 0 ; /* 3 */
122111}
123112button {
124113 overflow : visible;
@@ -131,10 +120,8 @@ button,
131120html input [type = "button" ],
132121input [type = "reset" ],
133122input [type = "submit" ] {
134- -webkit-appearance : button;
135- /* 2 */
136- cursor : pointer;
137- /* 3 */
123+ -webkit-appearance : button; /* 2 */
124+ cursor : pointer; /* 3 */
138125}
139126button [disabled ],
140127html input [disabled ] {
@@ -150,25 +137,15 @@ input {
150137}
151138input [type = "checkbox" ],
152139input [type = "radio" ] {
153- -webkit-box-sizing : border-box;
154- -moz-box-sizing : border-box;
155- box-sizing : border-box;
156- /* 1 */
157- padding : 0 ;
158- /* 2 */
140+ box-sizing : border-box; /* 1 */
141+ padding : 0 ; /* 2 */
159142}
160143input [type = "number" ]::-webkit-inner-spin-button ,
161144input [type = "number" ]::-webkit-outer-spin-button {
162145 height : auto;
163146}
164147input [type = "search" ] {
165- -webkit-appearance : textfield;
166- /* 1 */
167- -moz-box-sizing : content-box;
168- -webkit-box-sizing : content-box;
169- /* 2 */
170- -webkit-box-sizing : content-box;
171- -moz-box-sizing : content-box;
148+ -webkit-appearance : textfield; /* 1 */ /* 2 */
172149 box-sizing : content-box;
173150}
174151input [type = "search" ]::-webkit-search-cancel-button ,
@@ -181,10 +158,8 @@ fieldset {
181158 padding : 0.35em 0.625em 0.75em ;
182159}
183160legend {
184- border : 0 ;
185- /* 1 */
186- padding : 0 ;
187- /* 2 */
161+ border : 0 ; /* 1 */
162+ padding : 0 ; /* 2 */
188163}
189164textarea {
190165 overflow : auto;
@@ -207,6 +182,10 @@ body {
207182 color : # 000 ;
208183 text-align : center;
209184}
185+ ::-moz-selection {
186+ background : # 000 ;
187+ color : # fff ;
188+ }
210189::selection {
211190 background : # 000 ;
212191 color : # fff ;
0 commit comments