home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / mozilla / skin / MozCurveBlue-1.4-0.99.jar / messenger / primaryToolbar.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-12-06  |  5.9 KB  |  245 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-1999 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s):
  21.  *
  22.  */
  23.  
  24. /* ===== primaryToolbar.css =============================================
  25.   == Images for the Mail primary toolbar.
  26.   ======================================================================= */
  27.  
  28. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  29.  
  30. /* ::::: primary toolbar buttons ::::: */
  31.  
  32. .toolbarbutton-1 {
  33.   list-style-image: url("chrome://messenger/skin/icons/btn1.png");
  34. }
  35.  
  36. #button-getmsg {
  37.   -moz-image-region: rect(0px 24px 24px 0px);
  38. }
  39.  
  40. #button-getmsg[buttonover] {
  41.   -moz-image-region: rect(0px 48px 24px 24px);
  42.  
  43. #button-getmsg[buttondown] {
  44.   -moz-image-region: rect(0px 72px 24px 48px);
  45.  
  46. #button-getmsg[disabled] {
  47.   -moz-image-region: rect(0px 96px 24px 72px) !important;
  48.  
  49. #button-newmsg {
  50.   -moz-image-region: rect(24px 24px 48px 0px);
  51. }
  52.  
  53. #button-newmsg:hover {
  54.   -moz-image-region: rect(24px 48px 48px 24px);
  55.  
  56. #button-newmsg:hover:active {
  57.   -moz-image-region: rect(24px 72px 48px 48px);
  58.  
  59. #button-newmsg[disabled] {
  60.   -moz-image-region: rect(24px 96px 48px 72px) !important;
  61.  
  62. #button-reply {
  63.   -moz-image-region: rect(48px 24px 72px 0px);
  64. }
  65.  
  66. #button-reply:hover {
  67.   -moz-image-region: rect(48px 48px 72px 24px);
  68.  
  69. #button-reply:hover:active {
  70.   -moz-image-region: rect(48px 72px 72px 48px);
  71.  
  72. #button-reply[disabled] {
  73.   -moz-image-region: rect(48px 96px 72px 72px) !important;
  74.  
  75. #button-replyall {
  76.   -moz-image-region: rect(72px 24px 96px 0px);
  77. }
  78.  
  79. #button-replyall:hover {
  80.   -moz-image-region: rect(72px 48px 96px 24px);
  81.  
  82. #button-replyall:hover:active {
  83.   -moz-image-region: rect(72px 72px 96px 48px);
  84.  
  85. #button-replyall[disabled] {
  86.   -moz-image-region: rect(72px 96px 96px 72px) !important;
  87.  
  88. #button-forward {
  89.   -moz-image-region: rect(96px 24px 120px 0px);
  90. }
  91.  
  92. #button-forward:hover {
  93.   -moz-image-region: rect(96px 48px 120px 24px);
  94.  
  95. #button-forward:hover:active {
  96.   -moz-image-region: rect(96px 72px 120px 48px);
  97.  
  98. #button-forward[disabled] {
  99.   -moz-image-region: rect(96px 96px 120px 72px) !important;
  100.  
  101. #button-file {
  102.   -moz-image-region: rect(120px 24px 144px 0px);
  103. }
  104.  
  105. #button-file:hover {
  106.   -moz-image-region: rect(120px 48px 144px 24px);
  107.  
  108. #button-file:hover:active,
  109. #button-file[open] {
  110.   -moz-image-region: rect(120px 72px 144px 48px);
  111.  
  112. #button-file[disabled] {
  113.   -moz-image-region: rect(120px 96px 144px 72px) !important;
  114.  
  115. #button-next {
  116.   -moz-image-region: rect(144px 24px 168px 0px);
  117. }
  118.  
  119. #button-next:hover {
  120.   -moz-image-region: rect(144px 48px 168px 24px);
  121.  
  122. #button-next:hover:active {
  123.   -moz-image-region: rect(144px 72px 168px 48px);
  124.  
  125. #button-next[disabled] {
  126.   -moz-image-region: rect(144px 96px 168px 72px) !important;
  127.  
  128. #button-delete {
  129.   -moz-image-region: rect(168px 24px 192px 0px);
  130. }
  131.  
  132. #button-delete:hover {
  133.   -moz-image-region: rect(168px 48px 192px 24px);
  134.  
  135. #button-delete:hover:active {
  136.   -moz-image-region: rect(168px 72px 192px 48px);
  137. }
  138.  
  139. #button-delete[disabled] {
  140.   -moz-image-region: rect(168px 96px 192px 72px) !important;
  141.  
  142. #button-mark {
  143.   -moz-image-region: rect(431px 24px 453px 0);
  144. }
  145.  
  146. #button-mark[buttonover] {
  147.   -moz-image-region: rect(431px 48px 453px 24px);
  148.  
  149. #button-mark[buttondown] {
  150.   -moz-image-region: rect(431px 72px 453px 48px);
  151.  
  152. #button-mark[disabled] {
  153.   -moz-image-region: rect(431px 96px 453px 72px) !important;
  154.  
  155. #button-print {
  156.   -moz-image-region: rect(192px 24px 216px 0px);
  157. }
  158.  
  159. #button-print[buttonover] {
  160.   -moz-image-region: rect(192px 48px 216px 24px);
  161. }
  162.  
  163. #button-print[buttondown] {
  164.   -moz-image-region: rect(192px 72px 216px 48px);
  165. }
  166.  
  167. #button-print[disabled] {
  168.   -moz-image-region: rect(192px 96px 216px 72px) !important;
  169. }
  170.  
  171. #button-stop {
  172.   -moz-image-region: rect(216px 24px 240px 0px);
  173. }
  174.  
  175. #button-stop:hover {
  176.   -moz-image-region: rect(216px 48px 240px 24px);
  177.  
  178. #button-stop:hover:active {
  179.   -moz-image-region: rect(216px 72px 240px 48px);
  180. }
  181.  
  182. #button-stop[disabled="true"] {
  183.   -moz-image-region: rect(216px 96px 240px 72px) !important;
  184. }
  185.  
  186. #button-junk {
  187.   list-style-image: url("chrome://messenger/skin/icons/junkmail.png") !important;
  188. }
  189.  
  190. #button-junk[buttonover] {
  191.   list-style-image: url("chrome://messenger/skin/icons/junkmail.png") !important;
  192.  
  193. #button-junk[buttondown] {
  194.   list-style-image: url("chrome://messenger/skin/icons/junkmail.png") !important;
  195.  
  196. #button-junk[disabled] {
  197.   list-style-image: url("chrome://messenger/skin/icons/junkmail.png") !important;
  198. }
  199.  
  200. #button-enigmail-decrypt {
  201.   list-style-image: url("chrome://messenger/skin/icons/button-enigmail-decrypt.png") !important;
  202. }
  203.  
  204. #button-enigmail-decrypt[disabled="true"], #button-enigmail-decrypt[disabled="true"]:hover,
  205. #button-enigmail-decrypt[disabled="true"]:hover:active {
  206.   list-style-image: url("chrome://messenger/skin/icons/button-enigmail-decrypt-dis.png") !important;
  207. }
  208.  
  209. #button-enigmail-decrypt:hover {
  210.   list-style-image: url("chrome://messenger/skin/icons/button-enigmail-decrypt-hov.png") !important;
  211. }
  212.  
  213. #button-enigmail-decrypt:hover:active {
  214.   list-style-image: url("chrome://messenger/skin/icons/button-enigmail-decrypt-act.png") !important;
  215. }
  216.