home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 114 / CDRom114.iso / internet / temafire / Phoenity.jar / browser / pref / pref.css next >
Encoding:
Cascading Style Sheet File  |  2004-11-11  |  4.1 KB  |  151 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. .buttonBox {
  41. margin: 0 5px 0 0 !important;
  42. }
  43.  
  44. .buttonBoxButton {
  45. -moz-appearance: toolbarbutton;
  46. border: 1px solid transparent;
  47. background-color: transparent;
  48. margin-left: 1px;
  49. margin-right: 1px;
  50. list-style-image: url("chrome://browser/skin/pref/preficons.png");
  51. -moz-border-radius: 2px;
  52. color: -moz-fieldtext;
  53. }
  54.  
  55. .buttonBoxButton > .button-box {
  56. border: 0 !important;
  57. }
  58.  
  59. .buttonBoxButton > .button-box > .button-icon {
  60. width: 32px;
  61. height: 32px;
  62. }
  63.  
  64. /**/
  65. .buttonBoxButton:hover, .buttonBoxButton:focus {
  66. border: 1px solid;
  67. -moz-border-top-colors: ThreedFace;
  68. -moz-border-right-colors: ThreedFace;
  69. -moz-border-bottom-colors: ThreedFace;
  70. -moz-border-left-colors: ThreedFace;
  71. background-color: ThreedHighlight;
  72. color: -moz-DialogText;
  73. }
  74.  
  75. .buttonBoxButton[checked="true"] {
  76. border: 1px solid;
  77. -moz-border-top-colors: ThreedShadow;
  78. -moz-border-right-colors: ThreedShadow;
  79. -moz-border-bottom-colors: ThreedShadow;
  80. -moz-border-left-colors: ThreedShadow;
  81. background-color: ThreedFace;
  82. color: -moz-DialogText;
  83. }
  84.  
  85. /* Why, oh why.. am I the only person adding hover states for these?? */
  86.  
  87. #catGeneralButton {
  88. -moz-image-region: rect(0 32px 32px 0);
  89. }
  90. #catGeneralButton:hover,
  91. #catGeneralButton:focus,
  92. #catGeneralButton:hover:active,
  93. #catGeneralButton[checked="true"] {
  94. -moz-image-region: rect(32px 32px 64px 0);
  95. }
  96.  
  97. #catPrivacyButton {
  98. -moz-image-region: rect(0 64px 32px 32px);
  99. }
  100. #catPrivacyButton:hover,
  101. #catPrivacyButton:focus,
  102. #catPrivacyButton:hover:active,
  103. #catPrivacyButton[checked="true"] {
  104. -moz-image-region: rect(32px 64px 64px 32px);
  105. }
  106.  
  107. #catFeaturesbutton {
  108. -moz-image-region: rect(0 96px 32px 64px);
  109. }
  110. #catFeaturesbutton:hover,
  111. #catFeaturesbutton:focus,
  112. #catFeaturesbutton:hover:active,
  113. #catFeaturesbutton[checked="true"] {
  114. -moz-image-region: rect(32px 96px 64px 64px);
  115. }
  116.  
  117. #catDownloadsButton {
  118. -moz-image-region: rect(0 128px 32px 96px);
  119. }
  120. #catDownloadsButton:hover,
  121. #catDownloadsButton:focus,
  122. #catDownloadsButton:hover:active,
  123. #catDownloadsButton[checked="true"] {
  124. -moz-image-region: rect(32px 128px 64px 96px);
  125. }
  126.  
  127. #catAdvancedButton {
  128. -moz-image-region: rect(0 160px 32px 128px);
  129. }
  130. #catAdvancedButton:hover,
  131. #catAdvancedButton:focus,
  132. #catAdvancedButton:hover:active,
  133. #catAdvancedButton[checked="true"] {
  134. -moz-image-region: rect(32px 160px 64px 128px);
  135. }
  136.  
  137. /*#privacyCategories > expander[open="true"] {
  138. border: 1px solid ThreedFace;
  139. background-color: ThreedHighlight;
  140. }*/
  141.  
  142. .themesLink {
  143. margin-left: 5px;
  144. text-decoration: underline;
  145. color: blue;
  146. cursor: pointer;
  147. }
  148.  
  149. .themesLink:active {
  150. color: red;
  151. }