Commit | Line | Data |
---|---|---|
fcd2cbaf PS |
1 | /** |
2 | * Filters | |
3 | */ | |
4 | .mediaplugin_html5video, .mediaplugin_swf, .mediaplugin_flv, .mediaplugin_real, .mediaplugin_youtube, .mediaplugin_vimeo, .mediaplugin_wmp, .mediaplugin_qt | |
5 | {display:block;margin-top:5px;margin-bottom:5px;text-align: center;} | |
6 | .mediaplugin.mediaplugin_mp3 object {display:inline;height:15px;width:180px;margin-left:0.5em;} | |
7 | ||
8 | ||
9 | /* | |
10 | * mp3 player colours -this read using JS and applied to swf audio flow player | |
11 | * see http://flowplayer.org/documentation/skinning/controlbar.html?skin=default for more color properties, | |
12 | * any property that ends with '...Color' is supported here. | |
13 | */ | |
14 | .mp3flowplayer_backgroundColor {color: #000000}; |