blob: bc7dc68dcbffe51e1db40ea1f045b2c9f7fdcabf (
plain) (
blame)
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
|
/*
Striped by Pixelarity
pixelarity.com | hello@pixelarity.com
License: pixelarity.com/license
*/
form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
position: relative;
box-shadow: none !important;
-ms-behavior: url("assets/js/ie/PIE.htc");}
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
position: relative;
box-shadow: none !important;
-ms-behavior: url("assets/js/ie/PIE.htc");}
.pagination .pages a {
position: relative;
box-shadow: none !important;
-ms-behavior: url("assets/js/ie/PIE.htc");
}
.box.calendar td a, .box.calendar td span {
position: relative;
box-shadow: none !important;
-ms-behavior: url("assets/js/ie/PIE.htc");
}
.box.text-style1 .inner {
position: relative;
box-shadow: none !important;
-ms-behavior: url("assets/js/ie/PIE.htc");
}
#nav li a {
position: relative;
box-shadow: none !important;
-ms-behavior: url("assets/js/ie/PIE.htc");
}
.box.post .info {
box-shadow: none !important;
-ms-behavior: url("assets/js/ie/PIE.htc");
}
.box.post .info .stats li a {
position: relative;
box-shadow: none !important;
-ms-behavior: url("assets/js/ie/PIE.htc");
}
#logo {
position: relative;
box-shadow: none !important;
-ms-behavior: url("assets/js/ie/PIE.htc");
}
|