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 / dialogs / balloon.css < prev    next >
Cascading Style Sheet File  |  2012-05-25  |  5KB  |  192 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. BALLOON TIPS
  31.  
  32. Additional styles imported directly by notification popup balloons. 
  33.  
  34. *******************************************************************************
  35. */
  36.  
  37. #balloonTip {
  38.   background-image: none !important;
  39.   background-color: transparent !important;
  40. }
  41.  
  42. .balloontip-frame-nw {
  43.   list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
  44.   -moz-image-region: rect(18px 27px 28px 9px);
  45.   background-color: transparent;
  46. }
  47.  
  48. .balloontip-frame-n {
  49.   list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
  50.   -moz-image-region: rect(18px 70px 28px 53px);
  51.   background-color: transparent;
  52. }
  53.  
  54. .balloontip-frame-ne {
  55.   list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
  56.   -moz-image-region: rect(18px 114px 28px 104px);
  57.   background-color: transparent;
  58. }
  59.  
  60. .balloontip-frame-w {
  61.   list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
  62.   -moz-image-region: rect(28px 27px 40px 9px);
  63.   background-color: transparent;
  64. }
  65.  
  66. .balloontip-frame-e {
  67.   list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
  68.   -moz-image-region: rect(28px 114px 40px 104px);
  69.   background-color: transparent;
  70. }
  71.  
  72. .balloontip-frame-sw {
  73.   list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
  74.   -moz-image-region: rect(40px 27px 50px 9px);
  75.   background-color: transparent;
  76. }
  77.  
  78. .balloontip-frame-s {
  79.   list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
  80.   -moz-image-region: rect(40px 70px 50px 53px);
  81.   background-color: transparent;
  82. }
  83.  
  84. .balloontip-frame-se {
  85.   list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
  86.   -moz-image-region: rect(40px 114px 50px 104px);
  87.   background-color: transparent;
  88. }
  89.  
  90. .balloontip-header-topspacer {
  91.   height: 4px;
  92. }
  93.  
  94. .balloontip-header-bottomspacer {
  95.   height: 12px;
  96. }
  97.  
  98. .balloontip-leftspacer {
  99.   width: 6px;
  100. }
  101.  
  102. .balloontip-rightspacer {
  103.   width: 8px;
  104. }
  105.  
  106. .balloontip-bottomspacer {
  107.   height: 4px;
  108. }
  109.  
  110. .balloontip-title-spacer {
  111.   width: 0px;
  112. }
  113.  
  114. .balloontip-close-button {
  115.   -moz-appearance: none !important; /* grrrr! */
  116.   -moz-background-clip: padding !important;
  117.   border: none !important;
  118.   margin: 0px !important;
  119.   padding: 0px !important;
  120.   min-width: 0px !important;
  121.   min-height: 0px !important;
  122.   border-width: 0px !important;
  123.   list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
  124.   -moz-image-region: rect(0px 9px 9px 0px);
  125.   background-color: transparent;
  126. }
  127.  
  128. .balloontip-close-button:hover {
  129.   list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
  130.   -moz-image-region: rect(9px 9px 18px 0px);
  131.   background-color: transparent;
  132. }
  133.  
  134. .balloontip-close-button:active {
  135.   list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
  136.   -moz-image-region: rect(18px 9px 27px 0px);
  137.   background-color: transparent;
  138. }
  139.  
  140. .balloontip-arrow-nw {
  141.   list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
  142.   -moz-image-region: rect(0px 53px 28px 19px);
  143.   background-color: transparent;
  144. }
  145.  
  146. .balloontip-arrow-ne {
  147.   list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
  148.   -moz-image-region: rect(0px 104px 28px 70px);
  149.   background-color: transparent;
  150. }
  151.  
  152. .balloontip-arrow-sw {
  153.   list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
  154.   -moz-image-region: rect(40px 53px 67px 19px);
  155.   background-color: transparent;
  156. }
  157.  
  158. .balloontip-arrow-se {
  159.   list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
  160.   -moz-image-region: rect(40px 104px 67px 70px);
  161.   background-color: transparent;
  162. }
  163.  
  164. .balloontip-frame-c {
  165.   -moz-opacity: 0.99;
  166.   background-color: #FDFFD5 !important;
  167. }
  168.  
  169. .balloon-label,
  170. .balloon-text-description {
  171.   color: black;
  172. }
  173.  
  174. .balloon-icon-songbird {
  175.   list-style-image: url(chrome://songbird-branding/skin/logo_16.png);
  176.   background-color: transparent !important;
  177. }
  178.  
  179. .balloontip-title {
  180.   font-weight: bold;
  181.   color: black !important;
  182. }
  183.  
  184. .balloontip-checkbox-topspacer {
  185.   height: 4px;
  186. }
  187.  
  188. .balloontip-checkbox > .checkbox-label-box > .checkbox-label {
  189.   color: black !important;
  190.   background-color: transparent !important;
  191. }
  192.