forked from rbtech/css-purge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style_purged.css
94 lines (80 loc) · 1.94 KB
/
style_purged.css
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
.something {
color: #ffffff;
}
.something-again {
color: #CCC;
padding: 10px;
background-color: #FFFFFF;
}
.something-more-again {
display: table;
position: absolute;
top: 100px;
left: 700px;
bottom: 70px;
width: 100%;
height: 100%;
right: 700px;
color: #eee;
background-color: #333;
}
.test {
color: purple;
font-weight: bold;
}
.test2 {
color: green;
}
.invalidProperties {
invalid: property;
}
#sidebar ul li a {
color: #900;
text-decoration: none;
padding: 3px 0;
display: block;
}
@media all and (min-width: 1001px) {
#sidebar ul li a:after {
content: " (" attr(data-email) ")";
font-size: 11px;
font-style: italic;
color: #666;
background-color: #ABCDEF;
}
}
@media all and (max-width: 1000px) and (min-width: 700px) {
#sidebar ul li a:before {
content: "Email: ";
font-style: italic;
color: #333;
}
}
@media all and (max-width: 699px) and (min-width: 520px), (min-width: 1151px) {
#sidebar ul li a {
padding-left: 10px;
background: url(../images/email.png) right center no-repeat;
padding-right: 30px;
}
}
@font-face {
font-family: "AppFontSerif";
font-style: italic;
font-weight: normal;
src: url("../fonts/corporateACondensedRegularItalic/corporateacon-regita-webfont.eot?#iefix") format("embedded-opentype"),
url("../fonts/corporateACondensedRegularItalic/corporateacon-regita-webfont.ttf") format("truetype");
}
@font-face {
font-family: "AppFontSerif";
font-style: normal;
font-weight: normal;
src: url("../fonts/corporateACondensedRegular/corporateacon-reg-webfont.eot?#iefix") format("embedded-opentype"),
url("../fonts/corporateACondensedRegular/corporateacon-reg-webfont.ttf") format("truetype");
}
@font-face {
font-family: "AppFontSerif";
font-style: italic;
font-weight: normal;
src: url("../fonts/corporateARegularItalic/corporatea-regita-webfont.eot?#iefix") format("embedded-opentype"),
url("../fonts/corporateARegularItalic/corporatea-regita-webfont.ttf") format("truetype");
}