-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathiconfontello.css.tpl
More file actions
57 lines (46 loc) · 1.27 KB
/
iconfontello.css.tpl
File metadata and controls
57 lines (46 loc) · 1.27 KB
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
@import "fontello/css/modus.css";
A:hover .pwg-icon:before{
text-decoration: none !important; /* IE 8,9*/
}
.pwg-icon {
{if isset($loaded_plugins['language_switch']) || isset($loaded_plugins['BatchDownloader'])}
display: inline-block;
{/if}
font-size: 24px
}
.pwg-button-text{
display:none;
}
.pwg-state-disabled .pwg-icon {
opacity: .5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
}
.pwg-button {
display: inline-block;
vertical-align: top;
cursor:pointer;
}
.pwg-icon-slideshow:before { content: '\25b6';}
.pwg-icon-favorite-del:before { content: '\2661\2d'; letter-spacing: -2px}
.pwg-icon-tag-remove:before { content: '\2700'; } /* ✂ */
{if $conf.index_posted_date_icon}
{if $conf.index_created_date_icon}
.pwg-icon-calendar:before { content: '\f133'; }
.pwg-icon-camera-calendar:before { content: '\e804'; }
{else}
.pwg-icon-calendar:before { content: '\f133'; }
{/if}
{/if}
{if isset($loaded_plugins['BatchDownloader'])}
.batch-downloader-icon {
width: 26px
}
{/if}
{if isset($loaded_plugins['UserCollections'])}
.user-collections-icon, .user-collections-share-icon, .user-collections-clear-icon, .user-collections-delete-icon, .user-collections-mail-icon {
display: inline-block;
height: 26px;
width: 26px;
}
{/if}