home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Complet / thunderbird / chrome / qute.jar / skin / classic / editor / editorPrimaryToolbar.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-06-02  |  6.6 KB  |  304 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.  *   Patrick Thompson (sailfish@unforgettable.com)
  23.  */
  24.  
  25. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  26.  
  27. /* ::::: primary toolbar buttons ::::: */
  28.  
  29. .toolbarbutton-1 {
  30.   list-style-image: url("chrome://editor/skin/icons/btn1.gif");
  31. }
  32.  
  33. #newButton {
  34.   -moz-image-region: rect(0 16px 16px 0);
  35. }
  36.  
  37. #newButton:hover {
  38.   -moz-image-region: rect(0 32px 16px 16px);
  39. }
  40.  
  41. #newButton:hover:active {
  42.   -moz-image-region: rect(0 48px 16px 32px);
  43. }
  44.  
  45. #newButton[disabled="true"] {
  46.   -moz-image-region: rect(0 64px 16px 48px) !important;
  47. }
  48.  
  49. #openButton {
  50.   -moz-image-region: rect(48px 16px 64px 0);
  51. }
  52.  
  53. #openButton:hover {
  54.   -moz-image-region: rect(48px 32px 64px 16px);
  55. }
  56.  
  57. #openButton:hover:active {
  58.   -moz-image-region: rect(48px 48px 64px 32px);
  59. }
  60.  
  61. #openButton[disabled="true"] {
  62.   -moz-image-region: rect(148px 64px 64px 48px) !important;
  63. }
  64.  
  65. #saveButton {
  66.   -moz-image-region: rect(80px 16px 96px 0);
  67. }
  68.  
  69. #saveButton:hover {
  70.   -moz-image-region: rect(80px 32px 96px 16px);
  71. }
  72.  
  73. #saveButton:hover:active {
  74.   -moz-image-region: rect(80px 48px 96px 32px);
  75. }
  76.  
  77. #saveButton[disabled="true"] {
  78.   -moz-image-region: rect(80px 64px 96px 48px) !important;
  79. }
  80.  
  81. #publishButton {
  82.   -moz-image-region: rect(176px 16px 192px 0);
  83. }
  84.  
  85. #publishButton:hover {
  86.   -moz-image-region: rect(176px 32px 192px 16px);
  87. }
  88.  
  89. #publishButton:hover:active {
  90.   -moz-image-region: rect(176px 48px 192px 32px);
  91. }
  92.  
  93. #publishButton[disabled="true"] {
  94.   -moz-image-region: rect(176px 64px 192px 48px) !important;
  95. }
  96.  
  97. #previewButton {
  98.   -moz-image-region: rect(64px 16px 80px 0);
  99. }
  100.  
  101. #previewButton:hover {
  102.   -moz-image-region: rect(64px 32px 80px 16px);
  103. }
  104.  
  105. #previewButton:hover:active {
  106.   -moz-image-region: rect(64px 48px 80px 32px);
  107. }
  108.  
  109. #previewButton[disabled="true"] {
  110.   -moz-image-region: rect(64px 64px 80px 48px) !important;
  111. }
  112.  
  113. #printButton {
  114.   -moz-image-region: rect(160px 16px 176px 0);
  115. }
  116.  
  117. #printButton[buttonover="true"] {
  118.   -moz-image-region: rect(160px 32px 176px 16px);
  119. }
  120.  
  121. #printButton[buttondown="true"] {
  122.   -moz-image-region: rect(160px 48px 176px 32px);
  123. }
  124.  
  125. #printButton[disabled="true"] {
  126.   -moz-image-region: rect(160px 64px 176px 48px) !important;
  127. }
  128.  
  129. #linkButton {
  130.   -moz-image-region: rect(16px 16px 32px 0);
  131. }
  132.  
  133. #linkButton:hover {
  134.   -moz-image-region: rect(16px 32px 32px 16px);
  135. }
  136.  
  137. #linkButton:hover:active {
  138.   -moz-image-region: rect(16px 48px 32px 32px);
  139. }
  140.  
  141. #linkButton[disabled="true"] {
  142.   -moz-image-region: rect(16px 64px 32px 48px) !important;
  143. }
  144.  
  145. #imageButton {
  146.   -moz-image-region: rect(144px 16px 160px 0);
  147. }
  148.  
  149. #imageButton:hover {
  150.   -moz-image-region: rect(144px 32px 160px 16px);
  151. }
  152.  
  153. #imageButton:hover:active {
  154.   -moz-image-region: rect(144px 48px 160px 32px);
  155. }
  156.  
  157. #imageButton[disabled="true"] {
  158.   -moz-image-region: rect(144px 64px 160px 48px) !important;
  159. }
  160.  
  161. #namedAnchorButton {
  162.   -moz-image-region: rect(128px 16px 144px 0);
  163. }
  164.  
  165. #namedAnchorButton:hover {
  166.   -moz-image-region: rect(128px 32px 144px 16px);
  167. }
  168.  
  169. #namedAnchorButton:hover:active {
  170.   -moz-image-region: rect(128px 48px 144px 32px);
  171. }
  172.  
  173. #namedAnchorButton[disabled="true"] {
  174.   -moz-image-region: rect(128px 64px 144px 48px) !important;
  175. }
  176.  
  177. #hlineButton {
  178.   -moz-image-region: rect(32px 16px 48px 0);
  179. }
  180.  
  181. #hlineButton:hover {
  182.   -moz-image-region: rect(32px 32px 48px 16px);
  183. }
  184.  
  185. #hlineButton:hover:active {
  186.   -moz-image-region: rect(32px 48px 48px 32px);
  187. }
  188.  
  189. #hlineButton[disabled="true"] {
  190.   -moz-image-region: rect(32px 64px 48px 48px) !important;
  191. }
  192.  
  193. #tableButton {
  194.   -moz-image-region: rect(112px 16px 128px 0);
  195. }
  196.  
  197. #tableButton:hover {
  198.   -moz-image-region: rect(112px 32px 128px 16px);
  199. }
  200.  
  201. #tableButton:hover:active {
  202.   -moz-image-region: rect(112px 48px 128px 32px);
  203. }
  204.  
  205. #tableButton[disabled="true"] {
  206.   -moz-image-region: rect(112px 64px 128px 48px) !important;
  207. }
  208.  
  209. #spellingButton {
  210.   -moz-image-region: rect(96px 16px 112px 0);
  211. }
  212.  
  213. #spellingButton:hover {
  214.   -moz-image-region: rect(96px 32px 112px 16px);
  215. }
  216.  
  217. #spellingButton:hover:active {
  218.   -moz-image-region: rect(96px 48px 112px 32px);
  219. }
  220.  
  221. #spellingButton[disabled="true"] {
  222.   -moz-image-region: rect(96px 64px 112px 48px) !important;
  223. }
  224.  
  225. #cutButton {
  226.   -moz-image-region: rect(192px 16px 208px 0);
  227. }
  228.  
  229. #cutButton:hover {
  230.   -moz-image-region: rect(192px 32px 208px 16px);
  231. }
  232.  
  233. #cutButton:hover:active {
  234.   -moz-image-region: rect(192px 48px 208px 32px);
  235. }
  236.  
  237. #cutButton[disabled="true"] {
  238.   -moz-image-region: rect(192px 64px 208px 48px) !important;
  239. }
  240.  
  241. #copyButton {
  242.   -moz-image-region: rect(208px 16px 224px 0);
  243. }
  244.  
  245. #copyButton:hover {
  246.   -moz-image-region: rect(208px 32px 224px 16px);
  247. }
  248.  
  249. #copyButton:hover:active {
  250.   -moz-image-region: rect(208px 48px 224px 32px);
  251. }
  252.  
  253. #copyButton[disabled="true"] {
  254.   -moz-image-region: rect(208px 64px 224px 48px) !important;
  255. }
  256.  
  257. #pasteButton {
  258.   -moz-image-region: rect(224px 16px 240px 0);
  259. }
  260.  
  261. #pasteButton:hover {
  262.   -moz-image-region: rect(224px 32px 240px 16px);
  263. }
  264.  
  265. #pasteButton:hover:active {
  266.   -moz-image-region: rect(224px 48px 240px 32px);
  267. }
  268.  
  269. #pasteButton[disabled="true"] {
  270.   -moz-image-region: rect(224px 64px 240px 48px) !important;
  271. }
  272.  
  273. #findButton {
  274.   -moz-image-region: rect(240px 16px 256px 0);
  275. }
  276.  
  277. #findButton:hover {
  278.   -moz-image-region: rect(240px 32px 256px 16px);
  279. }
  280.  
  281. #findButton:hover:active {
  282.   -moz-image-region: rect(240px 48px 256px 32px);
  283. }
  284.  
  285. #findButton[disabled="true"] {
  286.   -moz-image-region: rect(240px 64px 256px 48px) !important;
  287. }
  288.  
  289. #formButton {
  290.   -moz-image-region: rect(256px 16px 272px 0);
  291. }
  292.  
  293. #formButton[buttonover="true"] {
  294.   -moz-image-region: rect(256px 32px 272px 16px);
  295. }
  296.  
  297. #formButton[buttondown="true"] {
  298.   -moz-image-region: rect(256px 48px 272px 32px);
  299. }
  300.  
  301. #formButton[disabled="true"] {
  302.   -moz-image-region: rect(256px 64px 272px 48px) !important;
  303. }
  304.