update with classic theme development, keep about:plugins compatible for 1.7 release
[themes.git] / EarlyBlue / messenger / addressbook / addressbook.css
1 /* ***** BEGIN LICENSE BLOCK *****
2  * Version: NPL 1.1/GPL 2.0/LGPL 2.1
3  *
4  * The contents of this file are subject to the Netscape Public License
5  * Version 1.1 (the "License"); you may not use this file except in
6  * compliance with the License. You may obtain a copy of the License at
7  * http://www.mozilla.org/NPL/
8  *
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
12  * License.
13  *
14  * The Original Code is mozilla.org code.
15  *
16  * The Initial Developer of the Original Code is
17  * Netscape Communications Corporation.
18  * Portions created by the Initial Developer are Copyright (C) 1998
19  * the Initial Developer. All Rights Reserved.
20  *
21  * Contributor(s):
22  *   Joe Hewitt (hewitt@netscape.com)
23  *   Robert Kaiser <KaiRo@KaiRo.at>
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 NPL, 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 NPL, the GPL or the LGPL.
36  *
37  * ***** END LICENSE BLOCK ***** */
38
39 /* ===== addressbook.css ================================================
40   == Styles for the main Address Book window.
41   ======================================================================= */
42
43 @import url("chrome://messenger/skin/");
44
45 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
46 @namespace html url("http://www.w3.org/1999/xhtml");
47
48 /* ::::: primary toolbar buttons ::::: */
49
50 #button-newcard {
51   list-style-image:url("chrome://messenger/skin/addressbook/icons/newcard.gif");
52 }
53
54 #button-newcard[disabled="true"] {
55   list-style-image: url("chrome://messenger/skin/addressbook/icons/newcard-disabled.gif") !important;
56 }
57
58 #button-newlist {
59   list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist.gif");
60 }
61
62 #button-newlist[disabled="true"] {
63   list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist-disabled.gif") !important;
64 }
65
66 #button-editcard {
67   list-style-image:url("chrome://messenger/skin/addressbook/icons/person.gif");
68 }
69
70 #button-editcard[disabled="true"] {
71   list-style-image: url("chrome://messenger/skin/addressbook/icons/person-disabled.gif") !important;
72 }
73
74 #button-newmessage {
75   list-style-image:url("chrome://messenger/skin/addressbook/icons/newmsg.gif");
76 }
77
78 #button-newmessage[disabled="true"] {
79   list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-disabled.gif") !important;
80 }
81
82 #button-newim {
83   list-style-image:url("chrome://messenger/skin/addressbook/icons/im.gif");
84 }
85
86 #button-newim[disabled="true"] {
87   list-style-image: url("chrome://messenger/skin/addressbook/icons/im-disabled.gif") !important;
88 }
89
90 #button-delete {
91   list-style-image:url("chrome://global/skin/icons/icons/trash.gif");
92 }
93
94 #button-delete[disabled="true"] {
95   list-style-image: url("chrome://global/skin/icons/trash-disabled.gif") !important;
96 }
97
98 /* CardView styles - used in the Card View Pane */
99
100 #CardViewOuterBox {
101 /*  border-left: 1px solid ThreeDShadow;
102   border-top: 1px solid ThreeDShadow;
103   border-right: 1px solid ThreeDHighlight; */
104 }
105
106 #CardViewBox {
107   -moz-user-focus: ignore;
108   overflow: auto;
109   min-width: 150px;
110   background-color: #CCD0DD;
111 }
112
113 #CardViewInnerBox {
114   margin-top: 2px;
115   margin-bottom: 2px;
116   padding-left: 8px;
117   padding-right: 8px;
118 }
119
120 #CardTitle {
121   font-size: 150%;
122   font-weight: bold;
123   border-bottom: 2px solid black;
124   min-width: 120px;
125   margin: 0px;
126 }
127
128 .cardViewGroup {
129   margin-top: 8px;
130   padding-bottom: 5px;
131   min-width: 50px;
132 }
133
134 .CardViewHeading {
135   padding: 1px;
136   padding-left: 5px;
137   margin: 0px 0px 1px 0px;
138   background-color: #9999CC;
139   color: #FFFFFF;
140   font-weight: bold;
141   min-width: 30px;
142 }
143
144 #cvBuddyIcon {
145   padding-left: 20px;
146   padding-top: 2px;
147 }
148
149 .CardViewText,
150 .CardViewLink {
151   padding-left: 20px;
152   padding-right: 2px;
153   min-width: 30px;
154   margin: 0px;
155 }
156
157 .CardViewLink {
158   color: blue;
159   text-decoration: underline;
160   cursor: pointer;
161 }
162
163 #cvHomeMapIt, #cvWorkMapIt {
164   margin-bottom: 0px;
165 }
166
167 html|a {
168   padding-left: 0px;
169   padding-right: 2px;
170   border: none !important;
171 }
172
173 html|p {
174   border: none !important;
175 }
176
177 /* ::::: border adjustments ::::: */
178
179 #dirTree, #abResultsTree {
180   border: none;
181   margin: 0px;
182 }
183
184 #resultsTree {
185 /*  border-left: 1px solid ThreeDShadow; */
186 }
187
188 /* ::::: Search Bar  ::::: */
189
190 #searchBox {
191 /*
192   border-top: 1px solid ThreeDHighlight;
193   border-bottom: 1px solid ThreeDShadow;
194 */
195 }