latest updates from Classic, development, working towards the 1.5 version of the...
[themes.git] / EarlyBlue / browser / pref / pref.css
CommitLineData
55cca60c 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 margin: 2px 2px;
42 border: 1px inset #CCD0DD;
43 background-color: #FFFFFF;
44}
45
46.buttonBox {
47 margin: 0px 3px 0px 0px !important;
48}
49
50.buttonBoxButton {
51 border: 1px solid transparent;
52 background-color: transparent;
53 margin: 1px;
54 margin-bottom: 0px;
55 padding: 1px;
56 list-style-image: url("chrome://browser/skin/pref/Options.png")
57}
58
59.buttonBoxButton > .button-box {
60 border: none !important;
61}
62
63.buttonBoxButton > .button-box > .button-icon {
64 width: 32px;
65 height: 32px;
66}
67
68.buttonBoxButton:hover, .buttonBoxButton:focus {
69 border: 1px solid #666699;
70 background-color: #CCD0DD;
71}
72
73.buttonBoxButton[checked="true"] {
74 border: 1px solid #9999CC;
75 background-color: #336699;
76 color: #FFFFFF;
77}
78
79#catGeneralButton { list-style-image: url("chrome://browser/skin/pref/general.gif"); }
80#catPrivacyButton { list-style-image: url("chrome://browser/skin/pref/privacy.gif"); }
81#catFeaturesbutton { list-style-image: url("chrome://browser/skin/pref/features.gif"); }
82#catThemesButton { list-style-image: url("chrome://browser/skin/pref/themes.gif"); }
83#catExtButton { list-style-image: url("chrome://browser/skin/pref/extensions.gif"); }
84#catFontsButton { list-style-image: url("chrome://browser/skin/pref/fonts.gif"); }
85#catProxiesButton { list-style-image: url("chrome://browser/skin/pref/proxies.gif"); }
86#catDownloadsButton { list-style-image: url("chrome://browser/skin/icons/downloads.gif"); }
87
88.indent {
89 margin-left: 23px;
90 margin-right: 23px;
91}
92
93.uniWidthButton {
94 min-width: 8em;
95}
96
97/** Privacy Panel Expander Box **/
98#privacyCategories {
99 margin: 2px;
100 padding: 2px;
101}
102
103.settingsContainer {
104 padding: 2px 0px 3px 15px;
105}
106
107.expanderButton {
108 cursor: pointer;
109}
110
111/* Themes/Extensions Items */
112.themesLink {
113 margin-left: 0px;
114 text-decoration: underline;
115 color: blue;
116 cursor: pointer;
117}
118
119.themesLink:active {
120 color: red;
121}
122
123#previewImageContainer {
124 height: 93px;
125 padding: 1px;
126}
127
128#previewImage {
129 /* remember: width/height includes border, so 2px bigger for a 1px border */
130 max-width: 357px;
131 min-width: 357px;
132 max-height: 87px;
133 min-height: 87px;
134 border: 1px solid #666699;
135}
136
137.extensionInfoArea {
138 background-color: #FFFFFF !important;
139 height: 10em;
140}