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 / device / deviceCapacity.css next >
Cascading Style Sheet File  |  2012-05-25  |  3KB  |  146 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. *******************************************************************************
  31. DEVICE CAPACITY
  32.  
  33. See app/content/bindings/device/deviceCapacity.xml
  34.  
  35. Style rules pertaining to the device capacity bar.
  36.  
  37. Imported by bindings.css or directly into feathers.
  38.  
  39. *******************************************************************************
  40. */
  41.  
  42. .device-capacity-legend-label {
  43.   margin:0;
  44.   padding:0;
  45. }
  46.  
  47. .capacity_header_label {
  48.   font-size:110%;
  49. }
  50.  
  51. .capacity_value_label {
  52.   font-size:80%;
  53. }
  54.  
  55. .device-capacity-legend-box {
  56.   margin-top:10px;
  57. }
  58.  
  59. #device_capacity {
  60.   margin-top:20px;
  61. }
  62.  
  63. .device-capacity-bar-box {
  64.   height: 18px;
  65. }
  66.  
  67. .device-capacity-music,
  68. .device-capacity-legend-color-box[type="music"] {
  69.   background-color: rgb(0,105,245);
  70. }
  71.  
  72. .device-capacity-video,
  73. .device-capacity-legend-color-box[type="video"] {
  74.   background-color: rgb(69,200,0);
  75. }
  76.  
  77. .device-capacity-image,
  78. .device-capacity-legend-color-box[type="image"] {
  79.   background-color: rgb(140,42,81);
  80. }
  81.  
  82. .device-capacity-other,
  83. .device-capacity-legend-color-box[type="other"] {
  84.   background-color: rgb(255,210,0);
  85. }
  86.  
  87. .device-capacity-other2,
  88. .device-capacity-legend-color-box[type="other2"] {
  89.   background-color: rgb(200,40,200);
  90. }
  91.  
  92. .device-capacity-other3,
  93. .device-capacity-legend-color-box[type="other3"] {
  94.   background-color: rgb(200,200,40);
  95. }
  96.  
  97. .device-capacity-other4,
  98. .device-capacity-legend-color-box[type="other4"] {
  99.   background-color: rgb(40,200,200);
  100. }
  101.  
  102. .device-capacity-free,
  103. .device-capacity-legend-color-box[type="free"] {
  104.   background-color: rgb(235,235,235);
  105. }
  106.  
  107. .device-capacity-legend-color-box {
  108.   width: 18px;
  109.   height: 18px;
  110.   max-width: 18px;
  111.   max-height: 18px;
  112. }
  113.  
  114. .device-capacity-bar-notches,
  115. .device-capacity-box-overlay {
  116.   background-image: url('chrome://songbird/skin/device/capacity-bar-shadow.png');
  117.   background-repeat: repeat-x;
  118.   background-position: left center;
  119. }
  120.  
  121. .device-capacity-box-overlay {
  122.   opacity: 0.3;
  123.   border-top: 1px solid rgb(235,235,235);
  124.   border-right: 1px solid rgb(20,20,20);
  125.   border-bottom: 1px solid rgb(20,20,20);
  126.   border-left: 1px solid rgb(235,235,235);
  127. }
  128.  
  129. .device-capacity-bar-notches {
  130.   opacity: 0.3;
  131.   border-top: 1px solid rgb(235,235,235);
  132.   border-right: 1px solid rgb(20,20,20);
  133.   border-bottom: 1px solid rgb(20,20,20);
  134.   border-left: 1px solid rgb(235,235,235);
  135. }
  136.  
  137. .device-capacity-bar-notches hbox+hbox {
  138.   border-left: 2px solid;
  139.   -moz-border-left-colors: rgb(20,20,20) rgb(235,235,235);
  140. }
  141.  
  142. .device-capacity-legend-label-box {
  143.   margin:0 25px 0 5px;
  144. }
  145.  
  146.