home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Complet / thunderbird / chrome / qute.jar / skin / classic / mozapps / pref / pref.css < prev   
Encoding:
Cascading Style Sheet File  |  2003-11-26  |  3.7 KB  |  113 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. .listBox {
  41.   -moz-appearance: listbox;
  42.   margin: 2px 4px;
  43.   border: 2px solid;
  44.   -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
  45.   -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
  46.   -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
  47.   -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
  48.   background-color: -moz-Field;
  49. }
  50.  
  51. .indent {
  52.   margin-left: 23px;
  53.   margin-right: 23px;
  54. }
  55.  
  56. .small-indent {
  57.   margin-left: 15px; 
  58. }
  59.  
  60. .uniWidthButton {
  61.   min-width: 8em;
  62. }
  63.  
  64. /** Privacy/Advanced Panels Expander Boxes **/
  65. .settingsBox {
  66.   margin: 5px;
  67.   padding: 5px;
  68. }
  69.  
  70. #fileExtension {
  71.   width: 5em; 
  72. }
  73.  
  74. #fileExtension.pluginsList {
  75.   width: 5.5em; 
  76. }
  77.  
  78. #typeIcon, 
  79. .extensionChildren::-moz-tree-image(fileExtension),
  80. .pluginTypesChildren::-moz-tree-image(fileExtension) {
  81.   margin: 0px 5px 0px 0px;
  82. }
  83.  
  84. .pluginTypesChildren::-moz-tree-image(pluginEnabled) {
  85.   margin: 0px 5px 0px 0px;
  86.   list-style-image: url(chrome://mozapps/skin/pref/dot.gif);  
  87. }
  88.  
  89. .pluginTypesChildren::-moz-tree-image(pluginEnabled, enabled) {
  90.   margin: 0px 5px 0px 0px;
  91.   list-style-image: url(chrome://mozapps/skin/pref/check.gif);  
  92. }
  93.  
  94. .biggerIndent {
  95.   margin-left: 28px; 
  96. }
  97.  
  98. #typeField {
  99.   font-weight: bold; 
  100. }
  101.  
  102. #defaultAppName {
  103.   margin-left: 6px !important; 
  104. }/* #fileHandlersListContainer {  -moz-binding: url("chrome://mozapps/skin/downloads/downloads.xml#download-view");
  105.   -moz-appearance: listbox;
  106.   -moz-user-focus: normal;
  107. } * We apply the background to both of these elements since the tree leaves a 2-3px * strip on its right side unpainted. We can't just paint the background layer either * because the tree erases its background with white, obscuring the bottom layer. #fileHandlersList, #fileHandlersListContainer > .downloadViewInner1 {  background-image: url("chrome://mozapps/skin/downloads/downloadsBG.png");
  108.   background-attachment: fixed;
  109.   background-repeat: no-repeat;
  110.   background-position: bottom right;    -moz-appearance: none;  border: none;
  111. }
  112. */
  113.