home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / mozilla / skin / ieskin-0.0.3-IE5.5-skinVersion1.5.xpi / ieskin.jar / communicator / help.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-01-05  |  4.0 KB  |  131 lines

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Version: NPL 1.1/GPL 2.0/LGPL 2.1
  3.  *
  4.  * The contents of this file are subject to the Netscape Public License
  5.  * Version 1.1 (the "License"); you may not use this file except in
  6.  * compliance with the License. You may obtain a copy of the License at
  7.  * http://www.mozilla.org/NPL/
  8.  *
  9.  * Software distributed under the License is distributed on an "AS IS" basis,
  10.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11.  * for the specific language governing rights and limitations under the
  12.  * License.
  13.  *
  14.  * The Original Code is mozilla.org code.
  15.  *
  16.  * The Initial Developer of the Original Code is 
  17.  * Netscape Communications Corporation.
  18.  * Portions created by the Initial Developer are Copyright (C) 1998-1999
  19.  * the Initial Developer. All Rights Reserved.
  20.  *
  21.  * Contributor(s):
  22.  *   Joe Hewitt (hewitt@netscape.com)
  23.  *
  24.  * Alternatively, the contents of this file may be used under the terms of
  25.  * either the GNU General Public License Version 2 or later (the "GPL"), or
  26.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  27.  * in which case the provisions of the GPL or the LGPL are applicable instead
  28.  * of those above. If you wish to allow use of your version of this file only
  29.  * under the terms of either the GPL or the LGPL, and not to allow others to
  30.  * use your version of this file under the terms of the NPL, indicate your
  31.  * decision by deleting the provisions above and replace them with the notice
  32.  * and other provisions required by the GPL or the LGPL. If you do not delete
  33.  * the provisions above, a recipient may use your version of this file under
  34.  * the terms of any one of the NPL, the GPL or the LGPL.
  35.  *
  36.  * ***** END LICENSE BLOCK ***** */
  37.  
  38. @import url("chrome://communicator/skin/");
  39.  
  40. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  41.  
  42. /* ::::: primary toolbar ::::: */
  43.  
  44. .toolbarbutton-1,
  45. .toolbarbutton-1 > .toolbarbutton-menubutton-button {
  46.   min-width: 4.2em;
  47. }
  48.  
  49. .toolbarbutton-1 {
  50.   list-style-image: url("chrome://navigator/skin/icons/btn1.gif");
  51. }
  52.  
  53. .toolbarbutton-1 > .toolbarbutton-icon,
  54. .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
  55.   margin: 0px 0px 0px 1px;
  56.   padding: 2px 0px 0px 0px;
  57. }
  58.  
  59. .toolbarbutton-1 > .toolbarbutton-text,
  60. .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-text {
  61.   margin: 0px 0px 1px 1px !important;
  62.   padding: 0;
  63. }
  64.  
  65.  
  66. /* ::::: primary toolbar buttons ::::: */
  67.  
  68. #helpBackButton {
  69.   -moz-image-region: rect(0px 23px 21px 0px);
  70. }
  71.  
  72. #helpBackButton:hover {
  73.   -moz-image-region: rect(0px 45px 21px 22px);
  74. }
  75.  
  76. #helpBackButton:hover:active {
  77.   -moz-image-region: rect(0px 67px 21px 44px);
  78. }
  79.  
  80. #helpBackButton[disabled="true"] {
  81.   -moz-image-region: rect(0px 89px 21px 66px) !important;
  82. }
  83.  
  84. #helpForwardButton {
  85.   -moz-image-region: rect(20px 23px 41px 0px);
  86. }
  87.  
  88. #helpForwardButton:hover {
  89.   -moz-image-region: rect(20px 45px 41px 22px);
  90. }
  91.  
  92. #helpForwardButton:hover:active {
  93.   -moz-image-region: rect(20px 67px 41px 44px);
  94. }
  95.  
  96. #helpForwardButton[disabled="true"] {
  97.   -moz-image-region: rect(20px 89px 41px 66px) !important;
  98. }
  99.  
  100. #print {
  101.   list-style-image: url("chrome://navigator/skin/icons/btn2.gif");
  102.   -moz-image-region: rect(0px 23px 21px 0px);
  103. }
  104.  
  105. #print:hover {
  106.   -moz-image-region: rect(0px 45px 21px 22px);
  107. }
  108.  
  109. #print:hover:active {
  110.   -moz-image-region: rect(0px 67px 21px 44px);
  111. }
  112.  
  113. #print[disabled="true"] {
  114.   -moz-image-region: rect(0px 89px 21px 66px) !important;
  115. }
  116.  
  117. #helpHomeButton {
  118.   list-style-image: url("chrome://communicator/skin/help/home.gif");
  119.   -moz-image-region: rect(0px 23px 21px 0px) !important;
  120. }
  121.     
  122. #helpHomeButton:hover {
  123.   list-style-image: url("chrome://communicator/skin/help/home-hov.gif");
  124.   -moz-image-region: rect(0px 23px 21px 0px) !important;
  125. }
  126.     
  127. #helpHomeButton:hover:active {
  128.   list-style-image: url("chrome://communicator/skin/help/home-act.gif");
  129.   -moz-image-region: rect(0px 23px 21px 0px) !important;
  130. }
  131.