home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / fusion.jar / skin / fusion / browser / spui.css < prev    next >
Cascading Style Sheet File  |  2005-07-29  |  2KB  |  79 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. toolbarpaletteitem .spui-preview {
  4.     display: -moz-box;
  5. }
  6. toolbarpaletteitem .spui-draggable {
  7.     display: none;
  8. }
  9. toolbarpaletteitem .spui-content {
  10.     display: none;
  11. }
  12.  
  13. toolbarpaletteitem[place="toolbar"] .spui-preview {
  14.     display: none;
  15. }
  16. toolbarpaletteitem[place="toolbar"] .spui-draggable {
  17.     display: -moz-box;
  18.     min-width: 5em !important; /* JMC Changed */
  19.     border: 1px solid #777777;
  20.     margin: 2px;
  21.     margin-left: 0px;    
  22. }
  23. toolbarpaletteitem[place="toolbar"] .spui-content {
  24.     display: none;
  25. }
  26.  
  27. toolbar .spui-preview,
  28. toolbar .spui-draggable,
  29. multibartray .spui-preview,
  30. multibartray .spui-draggable  {
  31.     display: none;
  32. }
  33.  
  34. toolbar .spui-content,
  35. multibartray .spui-content {
  36.     display: -moz-box;
  37. }
  38.  
  39. .spui-draggable > .toolbarbutton-text {
  40.     display: -moz-box !important;
  41. }
  42.  
  43. /*.spui-toolbaritem,*/
  44. .spui-toolbaritem iframe {
  45.     min-width: 35px;
  46.     height: 26px;
  47. /*    background: transparent;
  48.     opacity: 0.1; */
  49. }
  50.  
  51. toolbar[iconsize=small] .spui-toolbaritem,
  52. toolbar[iconsize=small] .spui-toolbaritem iframe,
  53. multibar[iconsize=small] .spui-toolbaritem,
  54. multibar[iconsize=small] .spui-toolbaritem iframe {
  55.     height: 24px;
  56. }
  57.  
  58. .toolbaritem-page {
  59. /*    opacity: 0.6;
  60.    background-color: transparent;
  61.  
  62.     background-color: none;
  63.     background-color: rgb(177, 189, 201) !important;
  64.  
  65.     background-image: url("chrome://global/skin/toolbar/prtb-bg-upside-dn.gif") !important;
  66.     background-repeat: repeat-x !important;
  67. */
  68. }
  69. .toolbaritem-page .menulist-label-box {
  70.     background-color: transparent !important;
  71. }
  72.  
  73. /*
  74. .toolbarbutton-text {
  75.     -moz-box-align: left;
  76.     -moz-box-pack: start;
  77.     text-align: left;
  78. }
  79. */