home *** CD-ROM | disk | FTP | other *** search
/ ftp.swcp.com / ftp.swcp.com.zip / ftp.swcp.com / mac / mozilla-macos9-1.3.1.sea.bin / Mozilla1.3.1 / Chrome / classic.jar / skin / classic / navigator / linkToolbar.css < prev    next >
Cascading Style Sheet File  |  2003-06-08  |  4KB  |  145 lines

  1. /* -*- Mode: C; c-basic-offset: 2 -*- */
  2.  
  3. /* ***** BEGIN LICENSE BLOCK *****
  4.  * Version: NPL 1.1/GPL 2.0/LGPL 2.1
  5.  *
  6.  * The contents of this file are subject to the Netscape Public License
  7.  * Version 1.1 (the "License"); you may not use this file except in
  8.  * compliance with the License. You may obtain a copy of the License at
  9.  * http://www.mozilla.org/NPL/
  10.  *
  11.  * Software distributed under the License is distributed on an "AS IS" basis,
  12.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  13.  * for the specific language governing rights and limitations under the
  14.  * License.
  15.  *
  16.  * The Original Code is mozilla.org code.
  17.  *
  18.  * The Initial Developer of the Original Code is
  19.  * Netscape Communications Corporation.
  20.  * Portions created by the Initial Developer are Copyright (C) 1998
  21.  * the Initial Developer. All Rights Reserved.
  22.  *
  23.  * Contributor(s):
  24.  *   Ben Goodger <ben@netscape.com>
  25.  *   Josh Soref <timeless@mac.com>
  26.  *   Tim Taylor <tim@tool-man.org>
  27.  *   Eric Hodel <drbrain@segment7.net>
  28.  *
  29.  * Alternatively, the contents of this file may be used under the terms of
  30.  * either the GNU General Public License Version 2 or later (the "GPL"), or
  31.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  32.  * in which case the provisions of the GPL or the LGPL are applicable instead
  33.  * of those above. If you wish to allow use of your version of this file only
  34.  * under the terms of either the GPL or the LGPL, and not to allow others to
  35.  * use your version of this file under the terms of the NPL, indicate your
  36.  * decision by deleting the provisions above and replace them with the notice
  37.  * and other provisions required by the GPL or the LGPL. If you do not delete
  38.  * the provisions above, a recipient may use your version of this file under
  39.  * the terms of any one of the NPL, the GPL or the LGPL.
  40.  *
  41.  * ***** END LICENSE BLOCK ***** */
  42.  
  43.  
  44. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  45.  
  46. /**
  47.  * Link toolbar items
  48.  **/
  49.  
  50. #link-top
  51. {
  52.   list-style-image    : url("chrome://navigator/skin/btn1/top.gif");
  53. }
  54.  
  55. #link-top[disabled="true"]
  56. {
  57.   list-style-image    : url("chrome://navigator/skin/btn1/top-disabled.gif") !important;
  58. }
  59.  
  60. #link-top:hover,
  61. #link-top:hover:active
  62. {
  63.   list-style-image    : url("chrome://navigator/skin/btn1/top-hover.gif");
  64. }
  65.  
  66. #link-up
  67. {
  68.   list-style-image    : url("chrome://navigator/skin/btn1/up.gif");
  69. }
  70.  
  71. #link-up[disabled="true"]
  72. {
  73.   list-style-image    : url("chrome://navigator/skin/btn1/up-disabled.gif") !important;
  74. }
  75.  
  76. #link-up:hover,
  77. #link-up:hover:active
  78. {
  79.   list-style-image    : url("chrome://navigator/skin/btn1/up-hover.gif");
  80. }
  81.  
  82. #link-first
  83. {
  84.   list-style-image    : url("chrome://navigator/skin/btn1/first.gif");
  85. }
  86.  
  87. #link-first[disabled="true"]
  88. {
  89.   list-style-image    : url("chrome://navigator/skin/btn1/first-disabled.gif") !important;
  90. }
  91.  
  92. #link-first:hover,
  93. #link-first:hover:active
  94. {
  95.   list-style-image    : url("chrome://navigator/skin/btn1/first-hover.gif");
  96. }
  97.  
  98. #link-prev
  99. {
  100.   list-style-image    : url("chrome://navigator/skin/btn1/previous.gif");
  101. }
  102.  
  103. #link-prev[disabled="true"]
  104. {
  105.   list-style-image    : url("chrome://navigator/skin/btn1/previous-disabled.gif") !important;
  106. }
  107.  
  108. #link-prev:hover,
  109. #link-prev:hover:active
  110. {
  111.   list-style-image    : url("chrome://navigator/skin/btn1/previous-hover.gif");
  112. }
  113.  
  114. #link-next
  115. {
  116.   list-style-image    : url("chrome://navigator/skin/btn1/next.gif");
  117. }
  118.  
  119. #link-next[disabled="true"]
  120. {
  121.   list-style-image    : url("chrome://navigator/skin/btn1/next-disabled.gif") !important;
  122. }
  123.  
  124. #link-next:hover,
  125. #link-next:hover:active
  126. {
  127.   list-style-image    : url("chrome://navigator/skin/btn1/next-hover.gif");
  128. }
  129.  
  130. #link-last
  131. {
  132.   list-style-image    : url("chrome://navigator/skin/btn1/last.gif");
  133. }
  134.  
  135. #link-last[disabled="true"]
  136. {
  137.   list-style-image    : url("chrome://navigator/skin/btn1/last-disabled.gif") !important;
  138. }
  139.  
  140. #link-last:hover,
  141. #link-last:hover:active
  142. {
  143.   list-style-image    : url("chrome://navigator/skin/btn1/last-hover.gif");
  144. }
  145.