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