Skip to content

Commit 436642a

Browse files
author
Slinto
committed
Img copy to build/ dir
1 parent 9b13a20 commit 436642a

3 files changed

Lines changed: 195 additions & 114 deletions

File tree

build/css/app.css

Lines changed: 19 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
22
html {
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
}
107
body {
118
margin: 0;
@@ -28,10 +25,8 @@ audio,
2825
canvas,
2926
progress,
3027
video {
31-
display: inline-block;
32-
/* 1 */
33-
vertical-align: baseline;
34-
/* 2 */
28+
display: inline-block; /* 1 */
29+
vertical-align: baseline; /* 2 */
3530
}
3631
audio:not([controls]) {
3732
display: none;
@@ -92,9 +87,6 @@ figure {
9287
margin: 1em 40px;
9388
}
9489
hr {
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,
113105
optgroup,
114106
select,
115107
textarea {
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
}
123112
button {
124113
overflow: visible;
@@ -131,10 +120,8 @@ button,
131120
html input[type="button"],
132121
input[type="reset"],
133122
input[type="submit"] {
134-
-webkit-appearance: button;
135-
/* 2 */
136-
cursor: pointer;
137-
/* 3 */
123+
-webkit-appearance: button; /* 2 */
124+
cursor: pointer; /* 3 */
138125
}
139126
button[disabled],
140127
html input[disabled] {
@@ -150,25 +137,15 @@ input {
150137
}
151138
input[type="checkbox"],
152139
input[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
}
160143
input[type="number"]::-webkit-inner-spin-button,
161144
input[type="number"]::-webkit-outer-spin-button {
162145
height: auto;
163146
}
164147
input[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
}
174151
input[type="search"]::-webkit-search-cancel-button,
@@ -181,10 +158,8 @@ fieldset {
181158
padding: 0.35em 0.625em 0.75em;
182159
}
183160
legend {
184-
border: 0;
185-
/* 1 */
186-
padding: 0;
187-
/* 2 */
161+
border: 0; /* 1 */
162+
padding: 0; /* 2 */
188163
}
189164
textarea {
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

Comments
 (0)