forked from newscoop/theme-Quetzal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquetzal.ie.css
93 lines (73 loc) · 1.28 KB
/
quetzal.ie.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
/* lte IE 9*/
#topnav .navbar-inner{
filter:none;
}
.home-featured-news .other-featured article{
margin-right: 4px;
}
.quetzal-carousel .video {
filter: alpha(opacity = 80);
}
.quetzal-carousel .video:hover {
filter: alpha(opacity = 100);
}
.quetzal-carousel .carousel-control {
filter: alpha(opacity = 80);
}
.quetzal-carousel .carousel-control:hover {
filter: alpha(opacity = 100);
}
/* lte IE 7*/
#header #seachform .btn {
*height: 30px;
*margin-top:1px;
}
.most-prominent,
.other-featured,
#sidebar,
.article-container,
.community,
.auth-page
{
*margin-left:0px;
}
.archive-block{
*padding-left: 20px;
}
.section-articles{
*margin-left:-10px;
*margin-right: 10px;
}
.home-featured-news .most-prominent{
*max-height:157px;
}
.front-bottom-blocks{
*margin-top:20px;
}
.arrow-left{
*left:0px;
}
.arrow-right{
*left:0px;
}
#comment-form input[type="text"],
#comment-form input[type="email"],
#comment-form input[type="url"],
#comment-form textarea {
*width: 85%;
}
article.main-article figure figcaption {
*position: relative;
*width: 280px;
}
.internal-page .internal-nav ul > li {
*width:45px;
*float: left;
*text-align: center;
}
.debate .well {
*width: 28%;
}
.community input.btn[type="submit"], .community button.btn {
*height: 31px;
}