-
Notifications
You must be signed in to change notification settings - Fork 0
/
firefox.css
executable file
·52 lines (45 loc) · 1.5 KB
/
firefox.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
@-moz-document url-prefix() {
body
{
}
/*.icon-tv, .icon-library {
top: -3px !important;
}*/
.camera_wrap [class^="icon-"],
.camera_wrap [class*=" icon-"],
.meta-info [class^="icon-"],
.meta-info [class*=" icon-"],
.wdg-cat-opposite [class^="icon-"],
.wdg-cat-opposite [class*=" icon-"],
.wdg-cat-horiz-2col-sm .first-post .sec-image .top-bar [class^="icon-"],
.wdg-cat-horiz-2col-sm .first-post .sec-image .top-bar [class*=" icon-"],
.wdg-cat-vert .first-post .top-bar span [class^="icon-"],
.wdg-cat-vert .first-post .top-bar span [class*=" icon-"],
.wdg-cat-horiz-1col-sm .first-post .top-bar span [class^="icon-"],
.wdg-cat-horiz-1col-sm .first-post .top-bar span [class*=" icon-"],
.cat-scroll-box .top-bar span [class^="icon-"],
.cat-scroll-box .top-bar span [class*=" icon-"],
.article-content [class^="icon-"],
.article-content [class*=" icon-"],
.comments-box li.comment-main > article.comment .comment-content .time [class^="icon-"],
.comments-box li.comment-main > article.comment .comment-content .time [class*=" icon-"] {
top: -2px;
}
.social-menu .dropdown-submenu > a:after {
top: 3px;
}
.rating .stars.retina.x-2 {
line-height: 12px;
}
.cat-scroll-box ul.nav-arrows li:last-child {
margin-left: -4px;
}
.cat-scroll-box ul.nav-arrows {
margin-top: -48px;
}
.blog-page .blog-items.style-1 .sec-title .post-meta-metro .popup-info > a,
.blog-page .blog-items.style-1 .sec-title .post-meta-metro .popup-info .tags {
display: block;
padding: 13.5px 10px;
}
}