3bd7c0a664208e296a4b6dfa3579e8eb125d5d21
[themes.git] / LCARStrek / 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
47 /* ::::: primary toolbar buttons ::::: */
48
49 #button-newcard {
50   list-style-image:url("chrome://messenger/skin/addressbook/icons/newcard.gif");
51 }
52
53 #button-newcard:hover,
54 #button-newcard:hover:active {
55   list-style-image: url("chrome://messenger/skin/addressbook/icons/newcard-hover.gif");
56
57
58 #button-newcard[disabled="true"] {
59   list-style-image: url("chrome://messenger/skin/addressbook/icons/newcard-disabled.gif") !important;
60
61
62 #button-newlist {
63   list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist.gif");
64 }
65
66 #button-newlist:hover,
67 #button-newlist:hover:active {
68   list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist-hover.gif");
69
70
71 #button-newlist[disabled="true"] {
72   list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist-disabled.gif") !important;
73
74
75 #button-editcard {
76   list-style-image:url("chrome://messenger/skin/addressbook/icons/person.gif");
77 }
78
79 #button-editcard:hover,
80 #button-editcard:hover:active {
81   list-style-image: url("chrome://messenger/skin/addressbook/icons/person-hover.gif");
82
83
84 #button-editcard[disabled="true"] {
85   list-style-image: url("chrome://messenger/skin/addressbook/icons/person-disabled.gif") !important;
86
87
88 #button-newmessage {
89   list-style-image:url("chrome://messenger/skin/addressbook/icons/newmsg.gif");
90 }
91
92 #button-newmessage:hover,
93 #button-newmessage:hover:active {
94   list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-hover.gif");
95
96
97 #button-newmessage[disabled="true"] {
98   list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-disabled.gif") !important;
99
100
101 #button-newim {
102   list-style-image:url("chrome://messenger/skin/addressbook/icons/newmsg.gif");
103 }
104
105 #button-newim:hover,
106 #button-newim:hover:active {
107   list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-hover.gif");
108
109
110 #button-newim[disabled="true"] {
111   list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-disabled.gif") !important;
112
113
114 #button-delete {
115   list-style-image:url("chrome://global/skin/icons/trash.gif");
116 }
117
118 #button-delete:hover,
119 #button-delete:hover:active {
120   list-style-image:url("chrome://global/skin/icons/trash-hover.gif");
121
122
123 #button-delete[disabled="true"] {
124   list-style-image: url("chrome://global/skin/icons/trash-disabled.gif") !important;
125
126
127 /* CardView styles - used in the Card View Pane */
128
129 #CardViewOuterBox {
130 /*  border-left: 1px solid ThreeDShadow;
131   border-top: 1px solid ThreeDShadow;
132   border-right: 1px solid ThreeDHighlight; */
133 }
134
135 #CardViewBox {
136   -moz-user-focus: ignore;
137   overflow: auto;
138   min-width: 150px;
139   background-color: #000000;
140 }
141
142 #CardViewInnerBox {
143   margin: 2px 0px;
144   padding: 0px 8px;
145 }
146
147 #CardTitle {
148   font-size: 150%;
149   font-weight: bold;
150   border-bottom: 2px solid #6000CF;
151   min-width: 120px;
152   margin: 0px;
153 }
154  
155 .cardViewGroup {
156   margin-top: 8px;
157   padding-bottom: 5px;
158   min-width: 50px;
159 }
160
161 .CardViewHeading {
162   padding: 1px;
163   padding-left: 5px;
164   margin: 0px 0px 1px 0px;
165   background-color: #008484;
166   color: #000000;
167   font-weight: bold;
168   min-width: 30px;
169 }
170
171 #cvBuddyIcon {
172   padding-left: 20px;
173   padding-top: 2px;
174 }
175
176 .CardViewText,
177 .CardViewLink {
178   padding-left: 20px;
179   padding-right: 2px;
180   min-width: 30px;
181   margin: 0px;
182 }
183
184 .CardViewLink {
185   color: blue;
186   text-decoration: underline;
187   cursor: pointer;
188 }
189
190 #cvHomeMapIt, #cvWorkMapIt {
191   margin-bottom: 0px;
192 }
193
194 html|a {
195   padding-left: 0px;
196   padding-right: 2px;
197   border: none !important;
198 }
199
200 html|p {
201   border: none !important;
202 }
203
204 /* ::::: border adjustments ::::: */
205
206 #results-splitter { 
207   border: none;
208 }
209
210 #dirTree, #abResultsTree { 
211   border: none;
212   margin: 0px;
213 }
214
215 #resultsTree {
216 /*  border-left: 1px solid ThreeDShadow; */
217 }
218
219 /* ::::: Search Bar  ::::: */
220
221 #searchBox {
222 /*
223   border-top: 1px solid ThreeDHighlight;
224   border-bottom: 1px solid ThreeDShadow;
225 */
226 }