home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 114 / CDRom114.iso / internet / temathun / Mars.jar / communicator / pref / pref.css
Encoding:
Cascading Style Sheet File  |  2003-11-06  |  4.7 KB  |  189 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. }
  68.  
  69. .buttonBoxButton > .button-box {
  70.   border: none !important;
  71. }
  72.  
  73. .buttonBoxButton > .button-box > .button-icon {
  74.   width: 32px;
  75.   height: 32px;
  76. }
  77.  
  78. .buttonBoxButton:hover, .buttonBoxButton:focus {
  79.   border: 1px solid;
  80.   -moz-border-left-colors: #98B4E2;
  81.   -moz-border-top-colors: #98B4E2;
  82.   -moz-border-right-colors: #98B4E2;
  83.   -moz-border-bottom-colors: #98B4E2;
  84.   background-color: #E0E8F6;
  85. }
  86.  
  87. .buttonBoxButton[checked="true"] {
  88.   border: 1px solid;
  89.   -moz-border-left-colors: #316AC5;
  90.   -moz-border-top-colors: #316AC5;
  91.   -moz-border-right-colors: #316AC5;
  92.   -moz-border-bottom-colors: #316AC5;
  93.   background-color: #C1D2EE;
  94. }
  95.  
  96. #mailnews { list-style-image: url("chrome://messenger/skin/icons/general.png"); }
  97.  
  98. #display { list-style-image: url("chrome://messenger/skin/icons/display.png"); }
  99.  
  100. #mailcomposepref {
  101.   list-style-image: url("chrome://messenger/skin/icons/compose.png");
  102.   -moz-image-region: rect(0px 32px 32px 0px);
  103. }
  104.  
  105. #fonts { list-style-image: url("chrome://messenger/skin/icons/fonts.png"); }
  106.  
  107. #themes { list-style-image: url("chrome://messenger/skin/icons/themes.png"); }
  108.  
  109. #extensions { list-style-image: url("chrome://messenger/skin/icons/extensions.png"); }
  110.  
  111. #advanced { list-style-image: url("chrome://messenger/skin/icons/advanced.png"); }
  112.  
  113. #attachments {
  114.   list-style-image: url("chrome://messenger/skin/icons/attach.png");
  115.   -moz-image-region: rect(0px 32px 32px 0px);
  116. }
  117.  
  118. .indent {
  119.   margin-left: 23px;
  120.   margin-right: 23px;
  121. }
  122.  
  123. .uniWidthButton {
  124.   min-width: 8em;
  125. }
  126.  
  127. /* Themes/Extensions Items */
  128. .themesLink {
  129.   margin-left: 5px;
  130.   text-decoration: underline;
  131.   color: blue;
  132.   cursor: pointer;
  133. }
  134.  
  135. .themesLink:active {
  136.   color: red;
  137. }
  138.  
  139. #previewImageContainer {
  140.   height: 93px;
  141.   padding: 1px;
  142. }
  143.  
  144. #previewImage {
  145.   max-width: 355px;
  146.   min-width: 355px;
  147.   max-height: 85px;
  148.   min-height: 85px;
  149. }
  150.  
  151. .extensionInfoArea {
  152.   height: 93px;
  153.   padding: 1px;
  154. }
  155.  
  156. /* :::::: layout preference icons ::::: */
  157.  
  158. .mailPaneConfigIcon 
  159. {
  160.   list-style-image : url("chrome://messenger/skin/icons/mailPaneConfig.png");
  161. }
  162.  
  163. #classic 
  164. {
  165.   -moz-image-region: rect(0px, 26px, 32px, 0px)
  166. }
  167.  
  168. #wide 
  169. {
  170.   -moz-image-region: rect(0px, 52px, 32px, 26px)
  171. }
  172.  
  173. #vertical
  174. {
  175.   -moz-image-region: rect(0px, 78px, 32px, 52px)
  176. }
  177.  
  178. /** advanced panel settings **/
  179.  
  180. .settingsBox 
  181. {
  182.   margin: 5px;
  183.   padding: 5px;
  184. }
  185.  
  186. expander { 
  187.   margin: 2px;
  188. }
  189.