source: extensions/modus/css/iconfontello.css.tpl @ 31999

Last change on this file since 31999 was 30248, checked in by rvelices, 10 years ago

bug 3131 : modus no icon for calendar by posted date
also some code cleanup

File size: 985 bytes
Line 
1@import "fontello/css/modus.css";
2
3A:hover .pwg-icon:before{
4        text-decoration: none !important; /* IE 8,9*/
5}
6
7.pwg-icon {
8{if isset($loaded_plugins['language_switch']) || isset($loaded_plugins['BatchDownloader'])}
9        display: inline-block;
10{/if}
11        font-size: 24px
12}
13
14
15.pwg-button-text{
16        display:none;
17}
18
19.pwg-state-disabled .pwg-icon {
20        opacity: .5;
21        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
22        filter: alpha(opacity=50);
23}
24
25.pwg-button {
26        display: inline-block;
27        vertical-align: top;
28        cursor:pointer;
29}
30
31.pwg-icon-slideshow:before { content: '\25b6';}
32.pwg-icon-favorite-del:before { content: '\2661\2d'; letter-spacing: -2px}
33
34{if $conf.index_posted_date_icon}
35{if $conf.index_created_date_icon}
36.pwg-icon-calendar:before { content: '\f133'; }
37.pwg-icon-camera-calendar:before { content: '\e70f'; }
38{else}
39.pwg-icon-calendar:before { content: '\f133'; }
40{/if}
41{/if}
42
43{if  isset($loaded_plugins['BatchDownloader'])}
44.batch-downloader-icon {
45        width: 26px
46}
47{/if}
Note: See TracBrowser for help on using the repository browser.