podlove-web-player-rails 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ===========================================
3
- * Podlove Web Player v2.0.11
3
+ * Podlove Web Player v2.1.0
4
4
  * Licensed under The BSD 2-Clause License
5
5
  * http://opensource.org/licenses/BSD-2-Clause
6
6
  * ===========================================
@@ -12,13 +12,11 @@
12
12
  @font-face {
13
13
  font-family: pwpfont;
14
14
  text-rendering: optimizeLegibility;
15
- src: url(font-path('podlovefont.eot') + '?45650229');
16
- src: local(''),
17
- url(font-path('podlovefont.eot') + '?45650229#iefix') format('embedded-opentype'),
18
- url(font-path('podlovefont.woff') + '?45650229') format('woff'),
19
- url(font-path('podlovefont.ttf') + '?45650229') format('truetype'),
20
- url(font-path('podlovefont.otf') + '?45650229') format('opentype'),
21
- url(font-path('podlovefont.svg') + '?45650229#pwpfont') format('svg');
15
+ src: url(font-path('podlovefont.eot') + '?62787671');
16
+ src: url(font-path('podlovefont.eot') + '?62787671#iefix') format('embedded-opentype'),
17
+ url(font-path('podlovefont.woff') + '?62787671') format('woff'),
18
+ url(font-path('podlovefont.ttf') + '?62787671') format('truetype'),
19
+ url(font-path('podlovefont.svg') + '?62787671#pwpfont') format('svg');
22
20
  font-weight: normal !important;
23
21
  font-style: normal !important;
24
22
  }
@@ -28,7 +26,7 @@
28
26
  @media screen and (-webkit-min-device-pixel-ratio:0) {
29
27
  @font-face {
30
28
  font-family: "pwpfont";
31
- src: url(podlovefont.svg?45650229#pwpfont) format('svg');
29
+ src: url(podlovefont.svg?62787671#pwpfont) format('svg');
32
30
  }
33
31
  }
34
32
  */
@@ -41,23 +39,30 @@
41
39
  text-decoration: inherit;
42
40
  -webkit-font-smoothing: antialiased;
43
41
  speak: none;
42
+
44
43
  display: inline-block;
44
+ text-decoration: inherit;
45
45
  width: 1em;
46
46
  margin-right: 0.2em;
47
47
  text-align: center;
48
- /* opacity .8 */
49
- /* For safety - reset parent styles, that can break glyph codes*/
48
+ /* opacity: 0.8; */
49
+
50
+ /* For safety - reset parent styles, that can break glyph codes*/
50
51
  font-variant: normal !important;
51
52
  text-transform: none !important;
52
- /* fix buttons height, for twitter bootstrap */
53
+
54
+ /* fix buttons height, for twitter bootstrap */
53
55
  line-height: 1em;
54
- /* Animation center compensation - magrins should be symmetric */
55
- /* remove if not needed */
56
+
57
+ /* Animation center compensation - margins should be symmetric */
58
+ /* remove if not needed */
56
59
  margin-left: 0.2em;
57
- /* you can be more comfortable with increased icons size */
58
- /* font-size: 120%; */
59
- /* Uncomment for 3D effect */
60
- /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
60
+
61
+ /* you can be more comfortable with increased icons size */
62
+ /* font-size: 120%; */
63
+
64
+ /* Uncomment for 3D effect */
65
+ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
61
66
  }
62
67
 
63
68
  .pwp-icon-gplus:before { content: "\2b"; } /* '+' */
@@ -77,53 +82,70 @@
77
82
  .pwp-icon-to-end:before { content: "\23ed"; } /* '⏭' */
78
83
  .pwp-icon-to-start:before { content: "\23ee"; } /* '⏮' */
79
84
  .pwp-icon-play:before { content: "\25b6"; } /* '▶' */
80
- .pwp-icon-cog:before { content: "\2699"; } /* '' */
85
+ .pwp-icon-star:before { content: "\e805"; } /* '' */
86
+ .pwp-icon-star-empty:before { content: "\e806"; } /* '' */
87
+ .pwp-icon-th-list:before { content: "\e80c"; } /* '' */
88
+ .pwp-icon-th:before { content: "\e80e"; } /* '' */
81
89
  .pwp-icon-cog-1:before { content: "\e801"; } /* '' */
90
+ .pwp-icon-cog:before { content: "\2699"; } /* '⚙' */
82
91
  .pwp-icon-cog-alt:before { content: "\26ef"; } /* '⛯' */
83
92
  .pwp-icon-mail:before { content: "\2709"; } /* '✉' */
93
+ .pwp-icon-edit:before { content: "\e815"; } /* '' */
94
+ .pwp-icon-ok-circled:before { content: "\e80d"; } /* '' */
95
+ .pwp-icon-cw:before { content: "\27f3"; } /* '⟳' */
84
96
  .pwp-icon-wordpress:before { content: "\e005"; } /* '' */
85
- .pwp-icon-params:before { content: "\e01f"; } /* '' */
86
97
  .pwp-icon-github-1:before { content: "\e0b6"; } /* '' */
87
98
  .pwp-icon-github-text:before { content: "\e0e5"; } /* '' */
99
+ .pwp-icon-help-circled:before { content: "\e809"; } /* '' */
88
100
  .pwp-icon-info-circle:before { content: "\e705"; } /* '' */
101
+ .pwp-icon-tag:before { content: "\e813"; } /* '' */
102
+ .pwp-icon-tags:before { content: "\e814"; } /* '' */
89
103
  .pwp-icon-export:before { content: "\e715"; } /* '' */
90
104
  .pwp-icon-down-circle2:before { content: "\e758"; } /* '' */
91
- .pwp-icon-magnet:before { content: "\e7a1"; } /* '' */
92
105
  .pwp-icon-terminal:before { content: "\e7ac"; } /* '' */
93
106
  .pwp-icon-ipod:before { content: "\e7b2"; } /* '' */
107
+ .pwp-icon-ccw:before { content: "\f025"; } /* '' */
94
108
  .pwp-icon-link-ext:before { content: "\f08e"; } /* '' */
109
+ .pwp-icon-rss:before { content: "\e816"; } /* '' */
95
110
  .pwp-icon-down-circled:before { content: "\f0ab"; } /* '' */
96
111
  .pwp-icon-list-bullet:before { content: "\f0ca"; } /* '' */
112
+ .pwp-icon-gplus-squared:before { content: "\f0d4"; } /* '' */
97
113
  .pwp-icon-paste:before { content: "\f0ea"; } /* '' */
98
114
  .pwp-icon-download-cloud:before { content: "\f0ed"; } /* '' */
99
- .pwp-icon-github:before { content: "\f300"; } /* '' */
100
- .pwp-icon-github-circled:before { content: "\f301"; } /* '' */
101
- .pwp-icon-flickr:before { content: "\f303"; } /* '' */
102
- .pwp-icon-flickr-circled:before { content: "\f304"; } /* '' */
103
- .pwp-icon-vimeo:before { content: "\f306"; } /* '' */
104
- .pwp-icon-vimeo-circled:before { content: "\f307"; } /* '' */
105
- .pwp-icon-twitter-1:before { content: "\f309"; } /* '' */
106
- .pwp-icon-twitter-circled:before { content: "\f30a"; } /* '' */
107
- .pwp-icon-facebook-1:before { content: "\f30c"; } /* '' */
108
- .pwp-icon-facebook-circled:before { content: "\f30d"; } /* '' */
109
- .pwp-icon-gplus-1:before { content: "\f30f"; } /* '' */
110
- .pwp-icon-gplus-circled:before { content: "\f310"; } /* '' */
111
- .pwp-icon-tumblr:before { content: "\f315"; } /* '' */
112
- .pwp-icon-tumblr-circled:before { content: "\f316"; } /* '' */
113
- .pwp-icon-stumbleupon:before { content: "\f31e"; } /* '' */
114
- .pwp-icon-stumbleupon-circled:before { content: "\f31f"; } /* '' */
115
- .pwp-icon-flattr:before { content: "\f336"; } /* '' */
116
- .pwp-icon-paypal:before { content: "\f342"; } /* '' */
117
- .pwp-icon-soundcloud-1:before { content: "\f348"; } /* '' */
115
+ .pwp-icon-plus-squared:before { content: "\e80a"; } /* '' */
116
+ .pwp-icon-quote-left:before { content: "\f10d"; } /* '' */
117
+ .pwp-icon-quote-right:before { content: "\f10e"; } /* '' */
118
+ .pwp-icon-code:before { content: "\e812"; } /* '' */
119
+ .pwp-icon-star-half-alt:before { content: "\e807"; } /* '' */
120
+ .pwp-icon-fork:before { content: "\e820"; } /* '' */
121
+ .pwp-icon-puzzle:before { content: "\e821"; } /* '' */
122
+ .pwp-icon-mic:before { content: "\e817"; } /* '' */
123
+ .pwp-icon-minus-squared:before { content: "\e80b"; } /* '' */
124
+ .pwp-icon-github-squared:before { content: "\e803"; } /* '' */
125
+ .pwp-icon-facebook-rect:before { content: "\e818"; } /* '' */
126
+ .pwp-icon-facebook-rect-1:before { content: "\e81b"; } /* '' */
127
+ .pwp-icon-twitter-bird:before { content: "\e819"; } /* '' */
128
+ .pwp-icon-twitter-bird-1:before { content: "\e81c"; } /* '' */
129
+ .pwp-icon-twitter-squared:before { content: "\e804"; } /* '' */
130
+ .pwp-icon-facebook-squared:before { content: "\f308"; } /* '' */
131
+ .pwp-icon-googleplus-rect:before { content: "\e81a"; } /* '' */
132
+ .pwp-icon-googleplus-rect-1:before { content: "\e81d"; } /* '' */
133
+ .pwp-icon-picture:before { content: "\e80f"; } /* '' */
134
+ .pwp-icon-picture-1:before { content: "\e81e"; } /* '' */
118
135
  .pwp-icon-user:before { content: "\1f464"; } /* '👤' */
136
+ .pwp-icon-users:before { content: "\e808"; } /* '' */
137
+ .pwp-icon-pin:before { content: "\e811"; } /* '' */
138
+ .pwp-icon-attach-1:before { content: "\e81f"; } /* '' */
139
+ .pwp-icon-attach:before { content: "\e810"; } /* '' */
119
140
  .pwp-icon-download:before { content: "\1f4e5"; } /* '📥' */
120
141
  .pwp-icon-volume-off:before { content: "\1f507"; } /* '🔇' */
121
142
  .pwp-icon-volume-down:before { content: "\1f509"; } /* '🔉' */
122
143
  .pwp-icon-volume-up:before { content: "\1f50a"; } /* '🔊' */
123
144
  .pwp-icon-link:before { content: "\1f517"; } /* '🔗' */
124
- .pwp-icon-wrench:before { content: "\1f527"; } /* '🔧' */
125
145
  .pwp-icon-wrench-1:before { content: "\e802"; } /* '' */
146
+ .pwp-icon-wrench:before { content: "\1f527"; } /* '🔧' */
126
147
  .pwp-icon-clock:before { content: "\1f554"; } /* '🕔' */
148
+
127
149
  .mejs-container {
128
150
  position: relative;
129
151
  background: #000;
@@ -1254,9 +1276,9 @@
1254
1276
  .podlovewebplayer_wrapper .podlovewebplayer_timecontrol.podlovewebplayer_controlbox a.pwp-icon-fast-fw:before { content: "\23e9"; }
1255
1277
 
1256
1278
  .podlovewebplayer_wrapper .podlovewebplayer_sharebuttons.podlovewebplayer_controlbox a.pwp-icon-link:before { content: "\1f517"; font-size: 0.9em; }
1257
- .podlovewebplayer_wrapper .podlovewebplayer_sharebuttons.podlovewebplayer_controlbox a.pwp-icon-twitter:before { content: "\f309"; }
1258
- .podlovewebplayer_wrapper .podlovewebplayer_sharebuttons.podlovewebplayer_controlbox a.pwp-icon-facebook:before { content: "\f30c"; }
1259
- .podlovewebplayer_wrapper .podlovewebplayer_sharebuttons.podlovewebplayer_controlbox a.pwp-icon-gplus:before { content: "\f30f"; }
1279
+ .podlovewebplayer_wrapper .podlovewebplayer_sharebuttons.podlovewebplayer_controlbox a.pwp-icon-twitter:before { content: "\54"; font-size: 0.9em; }
1280
+ .podlovewebplayer_wrapper .podlovewebplayer_sharebuttons.podlovewebplayer_controlbox a.pwp-icon-facebook:before { content: "\f308"; }
1281
+ .podlovewebplayer_wrapper .podlovewebplayer_sharebuttons.podlovewebplayer_controlbox a.pwp-icon-gplus:before { content: "\e81a"; font-size: 0.9em; }
1260
1282
  .podlovewebplayer_wrapper .podlovewebplayer_sharebuttons.podlovewebplayer_controlbox a.pwp-icon-appnet:before { content: "\e1"; font-size: 0.8em; }
1261
1283
  .podlovewebplayer_wrapper .podlovewebplayer_sharebuttons.podlovewebplayer_controlbox a.pwp-icon-mail:before { content: "\2709"; }
1262
1284
 
@@ -1542,8 +1564,6 @@
1542
1564
  width: 30px;
1543
1565
  }
1544
1566
 
1545
- .podlovewebplayer_wrapper .togglers a.pwp-icon-download { display: none !important; }
1546
-
1547
1567
  .podlovewebplayer_wrapper .podlovewebplayer_controlbox .infobuttons,
1548
1568
  .podlovewebplayer_wrapper .podlovewebplayer_controlbox .infobuttons a {
1549
1569
  position: relative;
@@ -1563,6 +1583,7 @@
1563
1583
  outline: none;
1564
1584
  vertical-align: top;
1565
1585
  height: 22px;
1586
+ max-width: 180px;
1566
1587
  font-size: 14px;
1567
1588
  margin-right: 25px;
1568
1589
  background: #000000;
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: podlove-web-player-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
5
- prerelease:
4
+ version: 1.2.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Bastian Bartmann
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-06-02 00:00:00.000000000 Z
11
+ date: 2013-07-03 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: railties
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ~>
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ~>
28
25
  - !ruby/object:Gem::Version
@@ -41,6 +38,10 @@ files:
41
38
  - README.md
42
39
  - Rakefile
43
40
  - lib/podlove-web-player-rails.rb
41
+ - lib/podlove-web-player-rails/generators/USAGE
42
+ - lib/podlove-web-player-rails/generators/install_generator.rb
43
+ - lib/podlove-web-player-rails/generators/templates/flashmediaelement.swf
44
+ - lib/podlove-web-player-rails/generators/templates/silverlightmediaelement.xap
44
45
  - lib/podlove-web-player-rails/version.rb
45
46
  - lib/podlove-web-player-rails/view_helpers.rb
46
47
  - podlove-web-player-rails.gemspec
@@ -61,37 +62,29 @@ files:
61
62
  - vendor/assets/javascripts/podlove-web-player-rails/index.js
62
63
  - vendor/assets/javascripts/podlove-web-player-rails/mediaelement-and-player.js
63
64
  - vendor/assets/javascripts/podlove-web-player-rails/podlove-web-player.js
64
- - vendor/assets/javascripts/podlove-web-player-rails/podlovefont-ie7.css
65
65
  - vendor/assets/stylesheets/podlove-web-player.css.scss
66
66
  homepage: https://github.com/coding-chimp/podlove-web-player-rails
67
67
  licenses: []
68
+ metadata: {}
68
69
  post_install_message:
69
70
  rdoc_options: []
70
71
  require_paths:
71
72
  - lib
72
73
  required_ruby_version: !ruby/object:Gem::Requirement
73
- none: false
74
74
  requirements:
75
75
  - - ! '>='
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
- segments:
79
- - 0
80
- hash: -994018147996513500
81
78
  required_rubygems_version: !ruby/object:Gem::Requirement
82
- none: false
83
79
  requirements:
84
80
  - - ! '>='
85
81
  - !ruby/object:Gem::Version
86
82
  version: '0'
87
- segments:
88
- - 0
89
- hash: -994018147996513500
90
83
  requirements: []
91
84
  rubyforge_project:
92
- rubygems_version: 1.8.24
85
+ rubygems_version: 2.0.3
93
86
  signing_key:
94
- specification_version: 3
87
+ specification_version: 4
95
88
  summary: Integrates the needed javascript and css in the asset pipeline and provides
96
89
  a handy helper method to integrate the player in the view.
97
90
  test_files: []
@@ -1,75 +0,0 @@
1
- [class^="pwp-icon-"],
2
- [class*=" pwp-icon-"] {
3
- font-family: pwpfont;
4
- font-style: normal;
5
- font-weight: normal;
6
- /* fix buttons height */
7
- line-height: 1em;
8
- /* you can be more comfortable with increased icons size */
9
- /* font-size: 120%; */
10
- }
11
-
12
- .pwp-icon-gplus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '+ '); }
13
- .pwp-icon-appstore { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'A '); }
14
- .pwp-icon-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'T '); }
15
- .pwp-icon-podcast { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '` '); }
16
- .pwp-icon-cloudapp { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'c '); }
17
- .pwp-icon-facebook { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'f '); }
18
- .pwp-icon-itunes { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'i '); }
19
- .pwp-icon-soundcloud { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 's '); }
20
- .pwp-icon-appnet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'á '); }
21
- .pwp-icon-statusnet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'â '); }
22
- .pwp-icon-pause { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '⎉ '); }
23
- .pwp-icon-pause-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
24
- .pwp-icon-fast-fw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '⏩ '); }
25
- .pwp-icon-fast-bw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '⏪ '); }
26
- .pwp-icon-to-end { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '⏭ '); }
27
- .pwp-icon-to-start { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '⏮ '); }
28
- .pwp-icon-play { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '▶ '); }
29
- .pwp-icon-cog { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '⚙ '); }
30
- .pwp-icon-cog-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
31
- .pwp-icon-cog-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '⛯ '); }
32
- .pwp-icon-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '✉ '); }
33
- .pwp-icon-wordpress { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
34
- .pwp-icon-params { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
35
- .pwp-icon-github-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
36
- .pwp-icon-github-text { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
37
- .pwp-icon-info-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
38
- .pwp-icon-export { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
39
- .pwp-icon-down-circle2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
40
- .pwp-icon-magnet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
41
- .pwp-icon-terminal { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
42
- .pwp-icon-ipod { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
43
- .pwp-icon-link-ext { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
44
- .pwp-icon-down-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
45
- .pwp-icon-list-bullet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
46
- .pwp-icon-paste { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
47
- .pwp-icon-download-cloud { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
48
- .pwp-icon-github { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
49
- .pwp-icon-github-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
50
- .pwp-icon-flickr { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
51
- .pwp-icon-flickr-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
52
- .pwp-icon-vimeo { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
53
- .pwp-icon-vimeo-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
54
- .pwp-icon-twitter-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
55
- .pwp-icon-twitter-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
56
- .pwp-icon-facebook-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
57
- .pwp-icon-facebook-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
58
- .pwp-icon-gplus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
59
- .pwp-icon-gplus-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
60
- .pwp-icon-tumblr { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
61
- .pwp-icon-tumblr-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
62
- .pwp-icon-stumbleupon { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
63
- .pwp-icon-stumbleupon-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
64
- .pwp-icon-flattr { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
65
- .pwp-icon-paypal { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
66
- .pwp-icon-soundcloud-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
67
- .pwp-icon-user { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '👤 '); }
68
- .pwp-icon-download { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '📥 '); }
69
- .pwp-icon-volume-off { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '🔇 '); }
70
- .pwp-icon-volume-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '🔉 '); }
71
- .pwp-icon-volume-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '🔊 '); }
72
- .pwp-icon-link { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '🔗 '); }
73
- .pwp-icon-wrench { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '🔧 '); }
74
- .pwp-icon-wrench-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
75
- .pwp-icon-clock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '🕔 '); }