home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Complet / thunderbird / chrome / qute.jar / skin / classic / communicator / pref / pref.css
Encoding:
Cascading Style Sheet File  |  2003-11-26  |  4.7 KB  |  200 lines

  1. /*
  2. # -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
  3. # Version: MPL 1.1/GPL 2.0/LGPL 2.1
  4. #
  5. # The contents of this file are subject to the Mozilla Public License Version
  6. # 1.1 (the "License"); you may not use this file except in compliance with
  7. # the License. You may obtain a copy of the License at
  8. # http://www.mozilla.org/MPL/
  9. #
  10. # Software distributed under the License is distributed on an "AS IS" basis,
  11. # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12. # for the specific language governing rights and limitations under the
  13. # License.
  14. #
  15. # The Original Code is Mozilla.org Code.
  16. #
  17. # The Initial Developer of the Original Code is
  18. # Doron Rosenberg.
  19. # Portions created by the Initial Developer are Copyright (C) 2001
  20. # the Initial Developer. All Rights Reserved.
  21. #
  22. # Contributor(s):
  23. #   Ben Goodger <ben@netscape.com> (Original Author)
  24. #
  25. # Alternatively, the contents of this file may be used under the terms of
  26. # either the GNU General Public License Version 2 or later (the "GPL"), or
  27. # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  28. # in which case the provisions of the GPL or the LGPL are applicable instead
  29. # of those above. If you wish to allow use of your version of this file only
  30. # under the terms of either the GPL or the LGPL, and not to allow others to
  31. # use your version of this file under the terms of the MPL, indicate your
  32. # decision by deleting the provisions above and replace them with the notice
  33. # and other provisions required by the GPL or the LGPL. If you do not delete
  34. # the provisions above, a recipient may use your version of this file under
  35. # the terms of any one of the MPL, the GPL or the LGPL.
  36. #
  37. # ***** END LICENSE BLOCK *****
  38. */
  39.  
  40. @import url("chrome://messenger/skin/");
  41. @import url("chrome://communicator/skin/prefpanels.css");
  42.  
  43. .listBox 
  44. {
  45.   -moz-appearance: listbox;
  46.   margin: 2px 4px;
  47.   border: 2px solid;
  48.   -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
  49.   -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
  50.   -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
  51.   -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
  52.   background-color: -moz-Field;
  53. }
  54.  
  55. /*** Styles for the pref category buttons **/
  56.  
  57. .buttonBox {
  58.   margin: 0px 5px 0px 0px !important;
  59. }
  60.  
  61. .buttonBoxButton {
  62.   -moz-appearance: none;
  63.   border: 1px solid transparent;
  64.   background-color: transparent;
  65.   margin-left: 1px;
  66.   margin-right: 1px;
  67.   list-style-image: url("chrome://messenger/skin/icons/mail-options.png")
  68. }
  69.  
  70. .buttonBoxButton > .button-box {
  71.   border: none !important;
  72. }
  73.  
  74. .buttonBoxButton > .button-box > .button-icon {
  75.   width: 32px;
  76.   height: 32px;
  77. }
  78.  
  79. .buttonBoxButton:hover, .buttonBoxButton:focus {
  80.   border: 1px solid;
  81.   -moz-border-left-colors: #98B4E2;
  82.   -moz-border-top-colors: #98B4E2;
  83.   -moz-border-right-colors: #98B4E2;
  84.   -moz-border-bottom-colors: #98B4E2;
  85.   background-color: #E0E8F6;
  86. }
  87.  
  88. .buttonBoxButton[checked="true"] {
  89.   border: 1px solid;
  90.   -moz-border-left-colors: #316AC5;
  91.   -moz-border-top-colors: #316AC5;
  92.   -moz-border-right-colors: #316AC5;
  93.   -moz-border-bottom-colors: #316AC5;
  94.   background-color: #C1D2EE;
  95. }
  96.  
  97. #mailnews  {
  98.   -moz-image-region: rect(0px, 32px, 32px, 0px)
  99. }
  100.  
  101. #display {
  102.   -moz-image-region: rect(0px, 64px, 32px, 32px)
  103. }
  104.  
  105. #mailcomposepref {
  106.   -moz-image-region: rect(0px, 96px, 32px, 64px)
  107. }
  108.  
  109. #fonts {
  110.   -moz-image-region: rect(0px, 128px, 32px, 96px)
  111. }
  112.  
  113. #attachments {
  114.   -moz-image-region: rect(0px 160px 32px 128px);
  115. }
  116.  
  117. #themes {
  118.   -moz-image-region: rect(0px, 192px, 32px, 160px)
  119. }
  120.  
  121. #extensions {
  122.   -moz-image-region: rect(0px, 224px, 32px, 192px)
  123. }
  124.  
  125. #advanced {
  126.   -moz-image-region: rect(0px, 256px, 32px, 224px)
  127. }
  128.  
  129. .indent {
  130.   margin-left: 23px;
  131.   margin-right: 23px;
  132. }
  133.  
  134. .uniWidthButton {
  135.   min-width: 8em;
  136. }
  137.  
  138. /* Themes/Extensions Items */
  139. .themesLink {
  140.   margin-left: 5px;
  141.   text-decoration: underline;
  142.   color: blue;
  143.   cursor: pointer;
  144. }
  145.  
  146. .themesLink:active {
  147.   color: red;
  148. }
  149.  
  150. #previewImageContainer {
  151.   height: 93px;
  152.   padding: 1px;
  153. }
  154.  
  155. #previewImage {
  156.   max-width: 355px;
  157.   min-width: 355px;
  158.   max-height: 85px;
  159.   min-height: 85px;
  160. }
  161.  
  162. .extensionInfoArea {
  163.   height: 93px;
  164.   padding: 1px;
  165. }
  166.  
  167. /* :::::: layout preference icons ::::: */
  168.  
  169. .mailPaneConfigIcon 
  170. {
  171.   list-style-image : url("chrome://messenger/skin/icons/mailPaneConfig.png");
  172. }
  173.  
  174. #classic 
  175. {
  176.   -moz-image-region: rect(0px, 26px, 32px, 0px)
  177. }
  178.  
  179. #wide 
  180. {
  181.   -moz-image-region: rect(0px, 52px, 32px, 26px)
  182. }
  183.  
  184. #vertical
  185. {
  186.   -moz-image-region: rect(0px, 78px, 32px, 52px)
  187. }
  188.  
  189. /** advanced panel settings **/
  190.  
  191. .settingsBox 
  192. {
  193.   margin: 5px;
  194.   padding: 5px;
  195. }
  196.  
  197. expander { 
  198.   margin: 2px;
  199. }
  200.