forked from peterbe/mincss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththree.css
More file actions
47 lines (39 loc) · 708 Bytes
/
three.css
File metadata and controls
47 lines (39 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
a.three:hover,
a.hundred:link { text-decoration: none }
.container > a.one,
.container > a.notused,
input[type="button"]
{ color: green; }
:-moz-placeholder {
color: #999999;
}
::-webkit-input-placeholder {
color: #999999;
}
input[type="search"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
{
-webkit-appearance: none;
}
/* A comment */
@media (max-width: 900px) {
.container .two {
color: red;
}
a.four {
color: notused;
}
}
div::-moz-focus-inner,
button::-moz-focus-inner {
padding: 0;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 0 0;
}
to {
background-position: 40px 0;
}
}
@import url(other.css);