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 / editor / editorPrimaryToolbar.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-01-05  |  5.4 KB  |  227 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. /* Modified for IE Skin by Bamm Gabriana, Jan 2004 */
  25.  
  26. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  27.  
  28. /* ::::: primary toolbar ::::: */
  29.  
  30. .toolbarbutton-1,
  31. .toolbarbutton-1 > .toolbarbutton-menubutton-button {
  32.   min-width: 0 !important;
  33. }
  34.  
  35. .toolbarbutton-1 {
  36.   list-style-image: url("chrome://editor/skin/icons/btn1.gif");
  37.   margin: 1px 0px;
  38. }
  39.  
  40. .toolbarbutton-1 > .toolbarbutton-menubutton-button {
  41.   margin: 0px;
  42. }
  43.  
  44. .toolbarbutton-1 > .toolbarbutton-icon,
  45. .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
  46.   margin: 0px 1px 0px 0px !important;
  47.   padding: 2px 1px 1px 2px !important;
  48.   display: block !important;
  49. }
  50.  
  51. .toolbarbutton-1 > .toolbarbutton-text,
  52. .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-text {
  53.   display: none;
  54. }
  55.  
  56. /* ::::: primary toolbar buttons ::::: */
  57.  
  58. #newButton,
  59. #newButton:hover,
  60. #newButton:hover:active {
  61.   -moz-image-region: rect(0 48px 16px 32px);
  62. }
  63.  
  64. #newButton[disabled="true"] {
  65.   -moz-image-region: rect(0 64px 16px 48px) !important;
  66. }
  67.  
  68. #openButton,
  69. #openButton:hover,
  70. #openButton:hover:active {
  71.   -moz-image-region: rect(48px 48px 64px 32px);
  72. }
  73.  
  74. #openButton[disabled="true"] {
  75.   -moz-image-region: rect(148px 64px 64px 48px) !important;
  76. }
  77.  
  78. #saveButton,
  79. #saveButton:hover,
  80. #saveButton:hover:active {
  81.   -moz-image-region: rect(80px 48px 96px 32px);
  82. }
  83.  
  84. #saveButton[disabled="true"] {
  85.   -moz-image-region: rect(80px 64px 96px 48px) !important;
  86. }
  87.  
  88. #publishButton,
  89. #publishButton:hover,
  90. #publishButton:hover:active {
  91.   -moz-image-region: rect(176px 48px 192px 32px);
  92. }
  93.  
  94. #publishButton[disabled="true"] {
  95.   -moz-image-region: rect(176px 64px 192px 48px) !important;
  96. }
  97.  
  98. #previewButton,
  99. #previewButton:hover,
  100. #previewButton:hover:active {
  101.   -moz-image-region: rect(64px 48px 80px 32px);
  102. }
  103.  
  104. #previewButton[disabled="true"] {
  105.   -moz-image-region: rect(64px 64px 80px 48px) !important;
  106. }
  107.  
  108. #printButton,
  109. #printButton[buttonover="true"],
  110. #printButton[buttondown="true"] {
  111.   -moz-image-region: rect(160px 48px 176px 32px);
  112. }
  113.  
  114. #printButton[disabled="true"] {
  115.   -moz-image-region: rect(160px 64px 176px 48px) !important;
  116. }
  117.  
  118. #linkButton,
  119. #linkButton:hover,
  120. #linkButton:hover:active {
  121.   -moz-image-region: rect(16px 48px 32px 32px);
  122. }
  123.  
  124. #linkButton[disabled="true"] {
  125.   -moz-image-region: rect(16px 64px 32px 48px) !important;
  126. }
  127.  
  128. #imageButton,
  129. #imageButton:hover,
  130. #imageButton:hover:active {
  131.   -moz-image-region: rect(144px 48px 160px 32px);
  132. }
  133.  
  134. #imageButton[disabled="true"] {
  135.   -moz-image-region: rect(144px 64px 160px 48px) !important;
  136. }
  137.  
  138. #namedAnchorButton,
  139. #namedAnchorButton:hover,
  140. #namedAnchorButton:hover:active {
  141.   -moz-image-region: rect(128px 48px 144px 32px);
  142. }
  143.  
  144. #namedAnchorButton[disabled="true"] {
  145.   -moz-image-region: rect(128px 64px 144px 48px) !important;
  146. }
  147.  
  148. #hlineButton,
  149. #hlineButton:hover,
  150. #hlineButton:hover:active {
  151.   -moz-image-region: rect(32px 48px 48px 32px);
  152. }
  153.  
  154. #hlineButton[disabled="true"] {
  155.   -moz-image-region: rect(32px 64px 48px 48px) !important;
  156. }
  157.  
  158. #tableButton,
  159. #tableButton:hover,
  160. #tableButton:hover:active {
  161.   -moz-image-region: rect(112px 48px 128px 32px);
  162. }
  163.  
  164. #tableButton[disabled="true"] {
  165.   -moz-image-region: rect(112px 64px 128px 48px) !important;
  166. }
  167.  
  168. #spellingButton,
  169. #spellingButton:hover,
  170. #spellingButton:hover:active {
  171.   -moz-image-region: rect(96px 48px 112px 32px);
  172. }
  173.  
  174. #spellingButton[disabled="true"] {
  175.   -moz-image-region: rect(96px 64px 112px 48px) !important;
  176. }
  177.  
  178. #cutButton,
  179. #cutButton:hover,
  180. #cutButton:hover:active {
  181.   -moz-image-region: rect(192px 48px 208px 32px);
  182. }
  183.  
  184. #cutButton[disabled="true"] {
  185.   -moz-image-region: rect(192px 64px 208px 48px) !important;
  186. }
  187.  
  188. #copyButton,
  189. #copyButton:hover,
  190. #copyButton:hover:active {
  191.   -moz-image-region: rect(208px 48px 224px 32px);
  192. }
  193.  
  194. #copyButton[disabled="true"] {
  195.   -moz-image-region: rect(208px 64px 224px 48px) !important;
  196. }
  197.  
  198. #pasteButton,
  199. #pasteButton:hover,
  200. #pasteButton:hover:active {
  201.   -moz-image-region: rect(224px 48px 240px 32px);
  202. }
  203.  
  204. #pasteButton[disabled="true"] {
  205.   -moz-image-region: rect(224px 64px 240px 48px) !important;
  206. }
  207.  
  208. #findButton,
  209. #findButton:hover,
  210. #findButton:hover:active {
  211.   -moz-image-region: rect(240px 48px 256px 32px);
  212. }
  213.  
  214. #findButton[disabled="true"] {
  215.   -moz-image-region: rect(240px 64px 256px 48px) !important;
  216. }
  217.  
  218. #formButton,
  219. #formButton[buttonover="true"],
  220. #formButton[buttondown="true"] {
  221.   -moz-image-region: rect(256px 48px 272px 32px);
  222. }
  223.  
  224. #formButton[disabled="true"] {
  225.   -moz-image-region: rect(256px 64px 272px 48px) !important;
  226. }
  227.