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

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. .tabbrowser-strip {
  4. }
  5.  
  6. tabpanels {
  7.     -moz-appearance: none;
  8. }
  9.  
  10. .tabbrowser-tabs {
  11.     padding-top: 1px;
  12.     border-top: 1px solid ThreeDShadow;
  13.     background: transparent url("chrome://global/skin/icons/tabstrip-bottom.png") repeat-x bottom center !important;
  14.     padding-left: 2px;
  15. }
  16.  
  17. .tabs-left {
  18.     width: 3px;
  19.     border-bottom-width: 0px;
  20. }
  21.  
  22. .tabs-right {
  23.     width: 0px;
  24.     border-bottom-width: 0px;
  25. }
  26.  
  27. .tab-icon {
  28.     margin-top: 0px;
  29.     margin-right: 3px;
  30.     width: 16px;
  31.     height: 16px;
  32.     list-style-image: url("chrome://global/skin/icons/folder-item.png");
  33.     -moz-image-region: rect(0px, 16px, 16px, 0px);
  34. }
  35.  
  36. tab[busy] .tab-icon {
  37.     list-style-image: url("chrome://browser/skin/loading.gif");
  38. }
  39.  
  40. tab[selected="true"] {
  41.     font-weight: bold;
  42.     margin-bottom: 0px;
  43. }
  44.  
  45. tab {
  46.     margin-bottom: 0px;
  47. }
  48.  
  49. .tab-closebutton {
  50.     margin: 0px 0px 0px 4px;
  51.     padding: 3px 0px 3px 2px;
  52.     border: none;
  53.     list-style-image: url("chrome://global/skin/icons/close.gif");
  54. }
  55.  
  56. .tab-closebutton .toolbarbutton-icon {
  57.     margin-right: 0px;
  58. }
  59.  
  60. .tab-closebutton:hover {
  61.     list-style-image: url("chrome://global/skin/icons/close-hov.gif");
  62. }
  63.  
  64. .tab-closebutton:hover:active {
  65.     list-style-image: url("chrome://global/skin/icons/close-act.gif");
  66. }
  67.  
  68. .tab-closebutton[disabled="true"] {
  69.     padding: 3px 2px !important;
  70.     list-style-image: url("chrome://global/skin/icons/close-dis.gif") !important;
  71. }
  72.  
  73. menuitem[favsrc] {
  74.     -moz-binding: url("chrome://global/content/bindings/menu.xml#menuitem-iconic-checkbox");
  75. }
  76.  
  77. menuitem[favsrc] .menu-iconic-icon {
  78.     width: 9px;
  79.     margin-right: 2px;
  80. }
  81.  
  82. menuitem[favsrc] .menu-iconic-favicon {
  83.     margin-right: 2px;
  84. }
  85.  
  86. .messageImage {
  87.   width: 16px;
  88.   height: 16px;
  89. }
  90.  
  91. .messageText {
  92.   margin-left: 5px;
  93. }
  94.  
  95. .messageButton {
  96.   margin: 0px 5px 0px 5px;
  97. }
  98.  
  99. .tabbrowser-strip {
  100.   height: 30px;
  101. }