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