summaryrefslogtreecommitdiffstats
path: root/comm/suite/themes/modern/messenger/addressbook/addressbook.css
blob: 918dcbef692f59fa342000b612d713762e22dac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

/* ===== addressbook.css ================================================
  == Styles for the main Address Book window.
  ======================================================================= */

@import url("chrome://messenger/skin/messenger.css");

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url("http://www.w3.org/1999/xhtml");

/* ::::: primary toolbar masthead ::::: */

#ab-bar2 > .toolbar-holder > .toolbar-primary-icon {
  background-image: url("chrome://messenger/skin/addressbook/icons/mast-ab.png");
}

/* ::::: primary toolbar buttons ::::: */

#button-newcard {
  list-style-image: url("chrome://messenger/skin/icons/btn1.png");
  -moz-image-region: rect(476px 49px 509px 0);
}

#button-newcard:hover {
  -moz-image-region: rect(476px 99px 509px 50px);
} 

#button-newcard:hover:active {
  -moz-image-region: rect(476px 149px 509px 100px);
}

#button-newcard[disabled] {
  -moz-image-region: rect(476px 199px 509px 150px) !important;
} 

#button-newlist {
  list-style-image: url("chrome://messenger/skin/icons/btn1.png");
  -moz-image-region: rect(510px 49px 543px 0);
}

#button-newlist:hover {
  -moz-image-region: rect(510px 99px 543px 50px);
} 

#button-newlist:hover:active {
  -moz-image-region: rect(510px 149px 543px 100px);
}

#button-newlist[disabled] {
  -moz-image-region: rect(510px 199px 543px 150px) !important;
} 

#button-editcard {
  list-style-image: url("chrome://messenger/skin/icons/btn1.png");
  -moz-image-region: rect(442px 49px 475px 0);
}

#button-editcard:hover {
  -moz-image-region: rect(442px 99px 475px 50px);
} 

#button-editcard:hover:active {
  -moz-image-region: rect(442px 149px 475px 100px);
}

#button-editcard[disabled] {
  -moz-image-region: rect(442px 199px 475px 150px) !important;
} 

#button-newmessage {
  list-style-image: url("chrome://messenger/skin/icons/btn1.png");
  -moz-image-region: rect(170px 49px 203px 0);
}


#button-newmessage:hover {
  -moz-image-region: rect(170px 99px 203px 50px);
} 

#button-newmessage:hover:active {
  -moz-image-region: rect(170px 149px 203px 100px);
} 

#button-newmessage[disabled] {
  -moz-image-region: rect(170px 199px 203px 150px) !important;
} 

#button-abdelete {
  list-style-image: url("chrome://messenger/skin/icons/btn1.png");
  -moz-image-region: rect(408px 49px 441px 0);
}

#button-abdelete:hover {
  -moz-image-region: rect(408px 99px 441px 50px);
} 

#button-abdelete:hover:active {
  -moz-image-region: rect(408px 149px 441px 100px);
}

#button-abdelete[disabled] {
  -moz-image-region: rect(408px 199px 441px 150px) !important;
} 

#blankResultsPaneMessage {
  font-style: italic;
}

#localResultsOnlyMessage {
  font-style: italic;
  text-align: center;
}

/* ::::: Card View pane ::::: */

#CardViewBox {
  -moz-user-focus: ignore;
  min-width: 150px;
  background-color: #EFEFEF;
  overflow: auto;
}

#CardViewInnerBox {
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 0 8px;
}

#CardTitle {
  margin: 0px;
  border-bottom: 2px solid black;
  min-width: 120px;
  font-size: 150%;
  font-weight: bold;
  color: #000000;
}
 
.cardViewColumn {
  margin-inline-end: 10px;
}

.cardViewGroup {
  margin-top: 8px;
  padding-bottom: 5px;
  min-width: 50px;
}

.CardViewHeading {
  margin: 0px 0px 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-inline-start: 5px;
  padding-inline-end: 1px;
  min-width: 30px;
  background-color: #8E9EAA;
  color: #ffffff;
  font-weight: bold;
}

#cvPhoto {
  list-style-image: url("chrome://messenger/skin/addressbook/icons/contact-generic.png");
}

#cvBuddyIcon {
  padding-inline-start: 20px;
  padding-top: 2px;
}

.CardViewText,
.CardViewLink {
  margin: 0px;
  padding-inline-end: 2px;
  padding-inline-start: 20px;
  min-width: 30px;
  color: #000000;
}

.CardViewLink {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

#cvHomeMapIt, #cvWorkMapIt {
  margin-inline-start: 3px;
  margin-bottom: -1px;
}

html|a {
  border: none !important;
  padding-inline-end: 2px;
  padding-inline-start: 0px;
}

html|p {
  border: none !important;
}