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

Last change on this file since 28601 was 28601, checked in by rvelices, 10 years ago
  • modus icons compatible with batch downloader, language switch
  • better photo auto size on first time hit with retina devices
File size: 746 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  isset($loaded_plugins['BatchDownloader'])}
35.batch-downloader-icon {
36        width: 26px
37}
38{/if}
Note: See TracBrowser for help on using the repository browser.