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 / messengercompose / messengercompose.css
Encoding:
Cascading Style Sheet File  |  2003-12-06  |  5.2 KB  |  198 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. /* ===== messengercompose.css ===========================================
  25.   == Styles for the main Messenger Compose window.
  26.   ======================================================================= */
  27.  
  28. @import url("chrome://messenger/skin/");
  29.  
  30. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  31.  
  32. /* ::::: primary toolbar buttons ::::: */
  33.  
  34. .toolbarbutton-1 {
  35.   list-style-image: url("chrome://messenger/skin/icons/btn1.png");
  36. }
  37.  
  38. #button-send {
  39.   -moz-image-region: rect(240px 24px 264px 0px);
  40. }
  41.  
  42. #button-send:hover {
  43.   -moz-image-region: rect(240px 48px 264px 24px);
  44.  
  45. #button-send:hover:active {
  46.   -moz-image-region: rect(240px 72px 264px 48px);
  47.  
  48. #button-send[disabled="true"] {
  49.   -moz-image-region: rect(240px 96px 264px 72px) !important;
  50.  
  51. #button-address {
  52.   -moz-image-region: rect(264px 24px 288px 0px);
  53. }
  54.  
  55. #button-address:hover {
  56.   -moz-image-region: rect(264px 48px 288px 24px);
  57.  
  58. #button-address:hover:active {
  59.   -moz-image-region: rect(264px 72px 288px 48px);
  60.  
  61. #button-address[disabled="true"] {
  62.   -moz-image-region: rect(264px 96px 288px 72px) !important;
  63.  
  64. #button-attach {
  65.   -moz-image-region: rect(288px 24px 312px 0px);
  66. }
  67.  
  68. #button-attach:hover {
  69.   -moz-image-region: rect(288px 48px 312px 24px);
  70.  
  71. #button-attach:hover:active {
  72.   -moz-image-region: rect(288px 72px 312px 48px);
  73.  
  74. #button-attach[disabled="true"] {
  75.   -moz-image-region: rect(288px 96px 312px 72px) !important;
  76.  
  77. #spellingButton {
  78.   list-style-image: url("chrome://editor/skin/icons/btn1.gif");
  79.   -moz-image-region: rect(101px 23px 122px 0);
  80. }
  81.  
  82. #spellingButton:hover {
  83.   -moz-image-region: rect(101px 46px 122px 23px);
  84. }
  85.  
  86. #spellingButton:hover:active {
  87.   -moz-image-region: rect(122px 23px 143px 0);
  88. }
  89.  
  90. #spellingButton[disabled="true"] {
  91.   -moz-image-region: rect(122px 46px 143px 23px) !important;
  92. }
  93.  
  94. #button-save {
  95.   -moz-image-region: rect(336px 24px 360px 0px);
  96. }
  97.  
  98. #button-save:hover {
  99.   -moz-image-region: rect(336px 48px 360px 24px);
  100.  
  101. #button-save:hover:active {
  102.   -moz-image-region: rect(336px 72px 360px 48px);
  103.  
  104. #button-save[disabled="true"] {
  105.   -moz-image-region: rect(336px 96px 360px 72px) !important;
  106.  
  107. /* ::::: enigmail addon button ::::: */
  108. #button-enigmail-send {
  109.   list-style-image: url("chrome://messenger/skin/icons/button-enigmail-send.png") !important;
  110. }
  111.  
  112. #button-enigmail-send[disabled="true"], #button-enigmail-send[disabled="true"]:hover,
  113. #button-enigmail-send[disabled="true"]:hover:active {
  114.   list-style-image: url("chrome://messenger/skin/icons/button-enigmail-send-dis.png") !important;
  115. }
  116.  
  117. #button-enigmail-send:hover {
  118.   list-style-image: url("chrome://messenger/skin/icons/button-enigmail-send-hov.png") !important;
  119. }
  120.  
  121. #button-enigmail-send:hover:active {
  122.   list-style-image: url("chrome://messenger/skin/icons/button-enigmail-send-act.png") !important;
  123. }
  124. /* ::::: end enigmail addon button ::::: */
  125.  
  126. /* ::::: special toolbar colors ::::: */
  127.  
  128. #content-frame {
  129.   border-left: 1px solid ThreeDDarkShadow;
  130.   border-right: 1px solid ThreeDLightShadow;
  131. }
  132.  
  133. #appcontent {
  134.   border-left: 1px solid ThreeDShadow;
  135.   border-right: 1px solid ThreeDHighlight;
  136. }
  137.  
  138. #attachmentbucket-sizer {
  139.   border-top: none;
  140.   border-bottom: none;
  141. }
  142.  
  143. #compose-toolbar-sizer {
  144.   border-top-width: 1px;
  145.   border-left: none;
  146.   border-right: none;
  147.   -moz-border-top-colors: ThreeDHighlight;
  148. }
  149.  
  150. #msgSubject {
  151.   margin-top: 0px;
  152.   margin-bottom: 4px;
  153. }
  154.  
  155.  
  156. /* ::::: autocomplete icons ::::: */
  157.  
  158. treechildren:-moz-tree-cell-text(default-match) {
  159.   margin: 2px -3px 2px 15px;
  160.   border: none;
  161. }
  162.  
  163. treechildren:-moz-tree-image(local-abook) {
  164.   margin: 2px -1px 2px 4px;
  165.   list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.png");
  166. }
  167.  
  168. treechildren:-moz-tree-image(remote-abook) {
  169.   margin: 2px -3px 2px 2px;
  170.   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.png");
  171. }
  172.  
  173. treechildren:-moz-tree-image(remote-err) {
  174.   margin: 2px -3px 2px 2px;
  175.   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook-error.png");
  176. }
  177.  
  178. .identity-popup-item {                                                                               
  179.   -moz-binding: url(chrome://messenger/content/messengercompose/mailComposeBindings.xml#fromMenuitem);
  180. }     
  181.  
  182. .composemenu-text-2 {
  183.   font-style: italic;
  184.   color: GrayText;
  185. }
  186.