home *** CD-ROM | disk | FTP | other *** search
/ Freelog 112 / FreelogNo112-NovembreDecembre2012.iso / Multimedia / Songbird / Songbird_2.0.0-2311_windows-i686-msvc8.exe / chrome / songbird.jar / skin / bindings / bindings.css next >
Cascading Style Sheet File  |  2012-05-25  |  3KB  |  82 lines

  1. /*
  2. //
  3. // BEGIN SONGBIRD GPL
  4. // 
  5. // This file is part of the Songbird web player.
  6. //
  7. // Copyright(c) 2005-2008 POTI, Inc.
  8. // http://songbirdnest.com
  9. // 
  10. // This file may be licensed under the terms of of the
  11. // GNU General Public License Version 2 (the "GPL").
  12. // 
  13. // Software distributed under the License is distributed 
  14. // on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either 
  15. // express or implied. See the GPL for the specific language 
  16. // governing rights and limitations.
  17. //
  18. // You should have received a copy of the GPL along with this 
  19. // program. If not, go to http://www.gnu.org/licenses/gpl.html
  20. // or write to the Free Software Foundation, Inc., 
  21. // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  22. // 
  23. // END SONGBIRD GPL
  24. //
  25.  */
  26.  
  27. /** 
  28. *******************************************************************************
  29.  
  30. SONGBIRD WIDGET STYLES    
  31.  
  32. Imports styles for all the Songbird XBL widgets. 
  33.  
  34. Songbird widgets, unlike Mozilla's, do not directly include their own 
  35. styles. This allows easier overriding, as it is up to the feather to
  36. include the styles.
  37.  
  38. We assume that most feathers will want the same layout, padding, and
  39. image rules for the Songbird widgets, and have therefore placed these
  40. styles in a common chrome://songbird-bindings/skin/ package.  To override
  41. these rules, supply an alternate provider for this package (using your 
  42. chrome.manifest), or selectively import the style sheets into your feathers.
  43.  
  44. For more information, see:
  45.  *  http://developer.songbirdnest.com/ - The Songbird developer site
  46.  *  http://developer.mozilla.org/en/docs/Chrome_Registration - Chrome.manifest details
  47.  
  48. *******************************************************************************
  49. */ 
  50.  
  51.  
  52. /** The global toolbar styles are not included by default **/
  53. @import url(chrome://global/skin/toolbar.css); 
  54.  
  55. @import url(browsertoolbar.css);
  56. @import url(closableBox.css);
  57. @import url(device/deviceCapacity.css);
  58. @import url(device/deviceInfo.css);
  59. @import url(device/deviceProgress.css);
  60. @import url(device/deviceSync.css);
  61. @import url(device/deviceTools.css);
  62. @import url(displayPane.css);
  63. @import url(drawer.css); 
  64. @import url(faceplate.css); 
  65. @import url(filterlist.css); 
  66. @import url(miniplayer.css); 
  67. @import url(observesDataRemote.css); 
  68. @import url(playerControls.css); 
  69. @import url(playlist.css); 
  70. @import url(playlistCommands.css);
  71. @import url(search.css); 
  72. @import url(servicepane.css); 
  73. @import url(smartsplitter.css); 
  74. @import url(statusbar.css); 
  75. @import url(syscontrols.css); 
  76. @import url(tabbrowser.css);
  77. @import url(ratingsControl.css);
  78. @import url(equalizer.css);
  79. @import url(cdripMediaView.css);
  80.  
  81.  
  82.