1 /* ***** BEGIN LICENSE BLOCK *****
2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
4 * The contents of this file are subject to the Mozilla Public License Version
5 * 1.1 (the "License"); you may not use this file except in compliance with
6 * the License. You may obtain a copy of the License at
7 * http://www.mozilla.org/MPL/
9 * Software distributed under the License is distributed on an "AS IS" basis,
10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 * for the specific language governing rights and limitations under the
14 * The Original Code is mozilla.org code.
16 * The Initial Developer of the Original Code is
17 * Netscape Communications Corporation.
18 * Portions created by the Initial Developer are Copyright (C) 1998-2004
19 * the Initial Developer. All Rights Reserved.
22 * Kevin Gerich <webmail@kmgerich.com>
23 * Daniel Brooks <db48x@yahoo.com>
24 * Florian QUEZE <f.qu@queze.net>
26 * Alternatively, the contents of this file may be used under the terms of
27 * either the GNU General Public License Version 2 or later (the "GPL"), or
28 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29 * in which case the provisions of the GPL or the LGPL are applicable instead
30 * of those above. If you wish to allow use of your version of this file only
31 * under the terms of either the GPL or the LGPL, and not to allow others to
32 * use your version of this file under the terms of the MPL, indicate your
33 * decision by deleting the provisions above and replace them with the notice
34 * and other provisions required by the GPL or the LGPL. If you do not delete
35 * the provisions above, a recipient may use your version of this file under
36 * the terms of any one of the MPL, the GPL or the LGPL.
38 * ***** END LICENSE BLOCK ***** */
40 @import "chrome://global/skin/";
44 -moz-padding-start: 10px;
48 list-style-image: url("chrome://browser/skin/pageInfo.png");
49 -moz-box-orient: vertical;
50 -moz-box-align: center;
51 -moz-appearance: none;
52 padding: 5px 3px 1px 3px;
57 #viewGroup > radio:hover {
58 border: 1px solid #008484;
62 #viewGroup > radio[selected="true"] {
63 border: 1px solid #9C9CFF;
64 background-color: #008484;
69 border-bottom: 2px solid #9C9CFF;
70 -moz-padding-start: 10px;
71 background-color: #000000;
76 -moz-image-region: rect(0px, 32px, 32px, 0px)
79 #generalTab:hover, #generalTab[selected="true"] {
80 -moz-image-region: rect(32px, 32px, 64px, 0px)
84 -moz-image-region: rect(0px, 64px, 32px, 32px)
87 #mediaTab:hover, #mediaTab[selected="true"] {
88 -moz-image-region: rect(32px, 64px, 64px, 32px)
92 -moz-image-region: rect(0px, 96px, 32px, 64px)
95 #feedTab:hover, #feedTab[selected="true"] {
96 -moz-image-region: rect(32px, 96px, 64px, 64px)
100 -moz-image-region: rect(0px, 128px, 32px, 96px)
103 #permTab:hover, #permTab[selected="true"] {
104 -moz-image-region: rect(32px, 128px, 64px, 96px)
108 -moz-image-region: rect(0px, 160px, 32px, 128px)
111 #securityTab:hover, #securityTab[selected="true"] {
112 -moz-image-region: rect(32px, 160px, 64px, 128px)
116 padding: 10px 10px 10px 10px;
129 background: transparent !important;
133 -moz-appearance: none;
137 -moz-margin-start: 0;
155 groupbox.collapsable caption .caption-icon {
158 background-repeat: no-repeat;
159 background-position: center;
160 -moz-margin-start: 2px;
161 -moz-margin-end: 2px;
162 background-image: url("chrome://global/skin/tree/twisty-open.gif");
165 groupbox.collapsable[closed="true"] {
168 -moz-appearance: none;
171 groupbox.collapsable[closed="true"] caption .caption-icon {
172 background-image: url("chrome://global/skin/tree/twisty-closed.gif");
180 #securityBox description {
181 -moz-margin-start: 10px;
184 #general-security-identity {
185 white-space: pre-wrap;
213 treechildren::-moz-tree-cell-text(broken) {
223 #feedListbox richlistitem {
226 -moz-padding-start: 7px;
227 -moz-padding-end: 7px;
229 border-bottom: 1px dotted #9C9CFF;
232 #feedListbox richlistitem[selected="true"] {
233 background-color: -moz-Dialog;
234 color: -moz-DialogText;
239 -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
240 -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
241 -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
242 -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
249 /* Permissions Tab */
254 /* -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
255 -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
256 -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
257 -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
258 background-color: -moz-field; */
264 -moz-padding-start: 7px;
265 -moz-padding-end: 7px;
267 border-bottom: 1px dotted #9C9CFF;
275 background-color: -moz-dialog;
279 #securityPanel .caption-icon {
283 #securityPanel .header {
287 #securityPanel .fieldLabel {
288 margin: 2px 10px 3px 10px;
291 #securityPanel .fieldValue {
293 margin: 2px 10px 0px 10px;