home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / mozilla / skin / MozCurveBlue-1.4-0.99.jar / editor / editorPrimaryToolbar.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-12-06  |  4.9 KB  |  223 lines

  1. /*
  2.  * The contents of this file are subject to the Netscape Public
  3.  * License Version 1.1 (the "License"); you may not use this file
  4.  * except in compliance with the License. You may obtain a copy of
  5.  * the License at http://www.mozilla.org/NPL/
  6.  *
  7.  * Software distributed under the License is distributed on an "AS
  8.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  9.  * implied. See the License for the specific language governing
  10.  * rights and limitations under the License.
  11.  *
  12.  * The Original Code is Mozilla Communicator client code, released
  13.  * March 31, 1998.
  14.  *
  15.  * The Initial Developer of the Original Code is Netscape
  16.  * Communications Corporation. Portions created by Netscape are
  17.  * Copyright (C) 1998-2001 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s):
  21.  *   Joe Hewitt (hewitt@netscape.com)
  22.  */
  23.  
  24. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  25.  
  26. /* ::::: primary toolbar buttons ::::: */
  27.  
  28. .toolbarbutton-1 {
  29.   list-style-image: url("chrome://editor/skin/icons/btn1.gif");
  30. }
  31.  
  32. #newButton {
  33.   -moz-image-region: rect(0 16px 16px 0);
  34. }
  35.  
  36. #newButton:hover {
  37.   -moz-image-region: rect(0 32px 16px 16px);
  38. }
  39.  
  40. #newButton:hover:active {
  41.   -moz-image-region: rect(0 48px 16px 32px);
  42. }
  43.  
  44. #newButton[disabled="true"] {
  45.   -moz-image-region: rect(0 64px 16px 48px) !important;
  46. }
  47.  
  48. #openButton {
  49.   -moz-image-region: rect(48px 16px 64px 0);
  50. }
  51.  
  52. #openButton:hover {
  53.   -moz-image-region: rect(48px 32px 64px 16px);
  54. }
  55.  
  56. #openButton:hover:active {
  57.   -moz-image-region: rect(48px 48px 64px 32px);
  58. }
  59.  
  60. #openButton[disabled="true"] {
  61.   -moz-image-region: rect(148px 64px 64px 48px) !important;
  62. }
  63.  
  64. #saveButton {
  65.   -moz-image-region: rect(80px 16px 96px 0);
  66. }
  67.  
  68. #saveButton:hover {
  69.   -moz-image-region: rect(80px 32px 96px 16px);
  70. }
  71.  
  72. #saveButton:hover:active {
  73.   -moz-image-region: rect(80px 48px 96px 32px);
  74. }
  75.  
  76. #saveButton[disabled="true"] {
  77.   -moz-image-region: rect(80px 64px 96px 48px) !important;
  78. }
  79.  
  80. #publishButton {
  81.   -moz-image-region: rect(209px 16px 224px 0);
  82. }
  83.  
  84. #publishButton:hover {
  85.   -moz-image-region: rect(209px 32px 224px 16px);
  86. }
  87.  
  88. #publishButton:hover:active {
  89.   -moz-image-region: rect(209px 48px 224px 32px);
  90. }
  91.  
  92. #publishButton[disabled="true"] {
  93.   -moz-image-region: rect(209px 64px 224px 48px) !important;
  94. }
  95.  
  96. #previewButton {
  97.   -moz-image-region: rect(64px 16px 80px 0);
  98. }
  99.  
  100. #previewButton:hover {
  101.   -moz-image-region: rect(64px 32px 80px 16px);
  102. }
  103.  
  104. #previewButton:hover:active {
  105.   -moz-image-region: rect(64px 48px 80px 32px);
  106. }
  107.  
  108. #previewButton[disabled="true"] {
  109.   -moz-image-region: rect(64px 64px 80px 48px) !important;
  110. }
  111.  
  112. #printButton {
  113.   -moz-image-region: rect(175px 64px 191px 48px);
  114. }
  115.  
  116. #printButton[buttonover="true"] {
  117.   -moz-image-region: rect(191px 16px 207px 0);
  118. }
  119.  
  120. #printButton[buttondown="true"] {
  121.   -moz-image-region: rect(191px 32px 207px 16px);
  122. }
  123.  
  124. #printButton[disabled="true"] {
  125.   -moz-image-region: rect(191px 48px 207px 32px) !important;
  126. }
  127.  
  128. #linkButton {
  129.   -moz-image-region: rect(16px 16px 32px 0);
  130. }
  131.  
  132. #linkButton:hover {
  133.   -moz-image-region: rect(16px 32px 32px 16px);
  134. }
  135.  
  136. #linkButton:hover:active {
  137.   -moz-image-region: rect(16px 48px 32px 32px);
  138. }
  139.  
  140. #linkButton[disabled="true"] {
  141.   -moz-image-region: rect(16px 64px 32px 48px) !important;
  142. }
  143.  
  144. #imageButton {
  145.   -moz-image-region: rect(159px 64px 175px 48px);
  146. }
  147.  
  148. #imageButton:hover {
  149.   -moz-image-region: rect(175px 16px 191px 0);
  150. }
  151.  
  152. #imageButton:hover:active {
  153.   -moz-image-region: rect(175px 32px 191px 16px);
  154. }
  155.  
  156. #imageButton[disabled="true"] {
  157.   -moz-image-region: rect(175px 48px 191px 32px) !important;
  158. }
  159.  
  160. #namedAnchorButton {
  161.   -moz-image-region: rect(143px 64px 159px 48px);
  162. }
  163.  
  164. #namedAnchorButton:hover {
  165.   -moz-image-region: rect(159px 16px 175px 0);
  166. }
  167.  
  168. #namedAnchorButton:hover:active {
  169.   -moz-image-region: rect(159px 32px 175px 16px);
  170. }
  171.  
  172. #namedAnchorButton[disabled="true"] {
  173.   -moz-image-region: rect(159px 48px 175px 32px) !important;
  174. }
  175.  
  176. #hlineButton {
  177.   -moz-image-region: rect(32px 16px 48px 0);
  178. }
  179.  
  180. #hlineButton:hover {
  181.   -moz-image-region: rect(32px 32px 48px 16px);
  182. }
  183.  
  184. #hlineButton:hover:active {
  185.   -moz-image-region: rect(32px 48px 48px 32px);
  186. }
  187.  
  188. #hlineButton[disabled="true"] {
  189.   -moz-image-region: rect(32px 64px 48px 48px) !important;
  190. }
  191.  
  192. #tableButton {
  193.   -moz-image-region: rect(122px 62px 138px 46px);
  194. }
  195.  
  196. #tableButton:hover {
  197.   -moz-image-region: rect(143px 16px 159px 0);
  198. }
  199.  
  200. #tableButton:hover:active {
  201.   -moz-image-region: rect(143px 32px 159px 16px);
  202. }
  203.  
  204. #tableButton[disabled="true"] {
  205.   -moz-image-region: rect(143px 48px 159px 32px) !important;
  206. }
  207.  
  208. #spellingButton {
  209.   -moz-image-region: rect(101px 23px 122px 0);
  210. }
  211.  
  212. #spellingButton:hover {
  213.   -moz-image-region: rect(101px 46px 122px 23px);
  214. }
  215.  
  216. #spellingButton:hover:active {
  217.   -moz-image-region: rect(122px 23px 143px 0);
  218. }
  219.  
  220. #spellingButton[disabled="true"] {
  221.   -moz-image-region: rect(122px 46px 143px 23px) !important;
  222. }
  223.