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 / messenger / messengercompose / messengercompose.css
Encoding:
Cascading Style Sheet File  |  2004-01-05  |  5.8 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-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. /* ===== messengercompose.css ===========================================
  27.   == Styles for the main Messenger Compose window.
  28.   ======================================================================= */
  29.  
  30. @import url("chrome://messenger/skin/");
  31.  
  32. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  33.  
  34. /* ::::: primary toolbar ::::: */
  35.  
  36. .toolbarbutton-1,
  37. .toolbarbutton-1 > .toolbarbutton-menubutton-button {
  38.   min-width: 4.2em !important;
  39. }
  40.  
  41. .toolbarbutton-1 {
  42.   list-style-image: url("chrome://messenger/skin/icons/btn1.gif");
  43. }
  44.  
  45. .toolbarbutton-1 > .toolbarbutton-icon,
  46. .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
  47.   margin: 0px 1px 0px 0px !important;
  48.   padding: 2px 1px 4px 1px !important;
  49. }
  50.  
  51. /* ::::: primary toolbar buttons ::::: */
  52.  
  53. #button-send {
  54.   -moz-image-region: rect(294px 23px 315px 0px);
  55. }
  56.  
  57. #button-send:hover {
  58.   -moz-image-region: rect(294px 46px 315px 23px);
  59.  
  60. #button-send:hover:active {
  61.   -moz-image-region: rect(294px 69px 315px 46px);
  62.  
  63. #button-send[disabled="true"] {
  64.   -moz-image-region: rect(294px 92px 315px 69px) !important;
  65.  
  66. #button-address {
  67.   -moz-image-region: rect(231px 23px 252px 0px);
  68. }
  69.  
  70. #button-address:hover {
  71.   -moz-image-region: rect(231px 46px 252px 23px);
  72.  
  73. #button-address:hover:active {
  74.   -moz-image-region: rect(231px 69px 252px 46px);
  75.  
  76. #button-address[disabled="true"] {
  77.   -moz-image-region: rect(231px 92px 252px 69px) !important;
  78.  
  79. #button-attach {
  80.   -moz-image-region: rect(252px 23px 273px 0px);
  81. }
  82.  
  83. #button-attach:hover {
  84.   -moz-image-region: rect(252px 46px 273px 23px);
  85.  
  86. #button-attach:hover:active {
  87.   -moz-image-region: rect(252px 69px 273px 46px);
  88.  
  89. #button-attach[disabled="true"] {
  90.   -moz-image-region: rect(252px 92px 273px 69px) !important;
  91.  
  92. #spellingButton {
  93.   -moz-image-region: rect(357px 23px 378px 0px);
  94. }
  95.  
  96. #spellingButton:hover {
  97.   -moz-image-region: rect(357px 46px 378px 23px) !important;
  98. }
  99.  
  100. #spellingButton:hover:active {
  101.   -moz-image-region: rect(357px 69px 378px 46);
  102. }
  103.  
  104. #spellingButton[disabled="true"] {
  105.   -moz-image-region: rect(357px 92px 378px 69px) !important;
  106. }
  107.  
  108. #button-save {
  109.   -moz-image-region: rect(273px 23px 294px 0px);
  110. }
  111.  
  112. #button-save:hover {
  113.   -moz-image-region: rect(273px 46px 294px 23px);
  114.  
  115. #button-save:hover:active {
  116.   -moz-image-region: rect(273px 69px 294px 46px);
  117.  
  118. #button-save[disabled="true"] {
  119.   -moz-image-region: rect(273px 92px 294px 69px) !important;
  120.  
  121. #button-security {
  122.   list-style-image: url("chrome://messenger/skin/smime/icons/smbtn1.gif");
  123.   -moz-image-region: rect(42px 23px 63px 0px);
  124. }
  125.  
  126. #button-security:hover {
  127.   -moz-image-region: rect(42px 46px 63px 23px);
  128.  
  129. #button-security:hover:active,
  130. #button-security[open="true"] {
  131.   -moz-image-region: rect(42px 69px 63px 46px);
  132.  
  133. #button-security[disabled="true"] {
  134.   -moz-image-region: rect(42px 92px 63px 69px) !important;
  135.  
  136.  
  137. /* ::::: special toolbar colors ::::: */
  138.  
  139. #content-frame {
  140.   border-top: 1px solid ThreeDDarkShadow;
  141.   border-right: 1px solid ThreeDLightShadow;
  142.   border-bottom: 1px solid ThreeDLightShadow;
  143.   border-left: 1px solid ThreeDDarkShadow;
  144. }
  145.  
  146. #appcontent {
  147.   border-top: 1px solid ThreeDShadow;
  148.   border-right: 1px solid ThreeDHighlight;
  149.   border-bottom: 1px solid ThreeDHighlight;
  150.   border-left: 1px solid ThreeDShadow;
  151. }
  152.  
  153. #attachmentbucket-sizer {
  154.   margin: 0;
  155.   border: 0;
  156.   padding: 0;
  157.   width: 1px;
  158. }
  159.  
  160. #compose-toolbar-sizer {
  161.   border-top-width: 1px;
  162.   border-left: none;
  163.   border-right: none;
  164.   -moz-border-top-colors: ThreeDHighlight;
  165. }
  166.  
  167. #msgSubject {
  168.   margin-top: 1px;
  169.   margin-bottom: 4px;
  170. }
  171.  
  172.  
  173. /* ::::: autocomplete icons ::::: */
  174.  
  175. treechildren:-moz-tree-cell-text(default-match) {
  176.   margin: 2px -3px 2px 15px;
  177.   border: none;
  178. }
  179.  
  180. treechildren:-moz-tree-image(local-abook) {
  181.   margin: 2px -1px 2px 4px;
  182.   list-style-image: url("chrome://messenger/skin/addressbook/icons/abcontact.gif");
  183. }
  184.  
  185. treechildren:-moz-tree-image(remote-abook) {
  186.   margin: 2px -3px 2px 2px;
  187.   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif");
  188. }
  189.  
  190. treechildren:-moz-tree-image(remote-err) {
  191.   margin: 2px -3px 2px 2px;
  192.   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook-error.gif");
  193. }
  194.  
  195. .identity-popup-item {                                                                               
  196.   -moz-binding: url(chrome://messenger/content/messengercompose/mailComposeBindings.xml#fromMenuitem);
  197. }     
  198.  
  199. .composemenu-text-2 {
  200.   color: GrayText;
  201. }
  202.  
  203. /* ::::: miscellaneous ::::: */
  204.  
  205. toolbox {
  206.   margin-bottom: 0;
  207. }
  208.  
  209. #compose-toolbar-sizer {
  210.   display: none;
  211. }
  212.  
  213. #attachmentBucket {
  214.   width: 128px;
  215. }
  216.  
  217. #attachmentBucket,
  218. #attachmentBucketText {
  219.   margin: 2px 4px 4px 0px;
  220.   padding: 0;
  221. }
  222.  
  223. #addresses-box,
  224. #msgIdentity,
  225. #addressingWidget,
  226. #msgSubject {
  227.   margin-right: 0;
  228.   padding-right: 0;
  229. }
  230.