add new EarlyBlue icon PNG for addressbook toolbar customization
[themes.git] / EarlyBlue / messenger / messageHeader.css
... / ...
CommitLineData
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 * Scott MacGregor (mscott@netscape.com)
23 * Joe Hewitt (hewitt@netscape.com)
24 * Robert Kaiser <KaiRo@KaiRo.at>
25 *
26 * Alternatively, the contents of this file may be used under the terms of
27 * either the GNU General Public License Version 2 or later (the "GPL"), or
28 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29 * in which case the provisions of the GPL or the LGPL are applicable instead
30 * of those above. If you wish to allow use of your version of this file only
31 * under the terms of either the GPL or the LGPL, and not to allow others to
32 * use your version of this file under the terms of the NPL, indicate your
33 * decision by deleting the provisions above and replace them with the notice
34 * and other provisions required by the GPL or the LGPL. If you do not delete
35 * the provisions above, a recipient may use your version of this file under
36 * the terms of any one of the NPL, the GPL or the LGPL.
37 *
38 * ***** END LICENSE BLOCK ***** */
39
40@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
41
42/* ===== messageHeader.css ==============================================
43 == Styles for the header toolbars of a mail message.
44 ======================================================================= */
45
46/* ::::: msg header toolbars ::::: */
47
48#collapsedHeaderView,
49#expandedHeaderView {
50 min-width: 1px;
51}
52
53/* ::::: msg header buttons ::::: */
54
55#expandedAttachmentBox {
56 width: 20em;
57 height: 0px;
58 list-style-image: url("chrome://messenger/skin/icons/attach.gif");
59}
60
61#attachmentText {
62 font-weight: bold;
63}
64
65/* ::::: msg header captions ::::: */
66
67#msgHeaderView {
68 border-left: none;
69 border-right: none;
70}
71
72#collapsedHeaderView,
73#expandedHeaderView {
74 border-bottom: 1px solid #9999CC;
75 min-width: 1px;
76}
77
78.headerNameBox {
79 width: 7.7em;
80}
81
82.headerName {
83 margin: 0;
84 -moz-margin-end: .25em;
85 min-height: 16px;
86 font-weight: bold;
87 text-align: right;
88}
89
90.headerValue {
91 margin: 0 0 3px;
92 min-width: 50px;
93 white-space: normal;
94 color: inherit;
95 background-color: transparent;
96}
97
98.headerValueBox {
99 margin: 0 0 3px;
100}
101
102.headerValueBox > .headerValue {
103 margin: 0;
104}
105
106.headerValueBox[singleline="true"] {
107 overflow: hidden;
108}
109
110.headerValueBox[singleline="true"] > .headerValue {
111 overflow: hidden;
112}
113
114.subjectvalue {
115 font-weight: bold;
116}
117
118.tagvalue {
119 margin-top: 0;
120 -moz-margin-start: 0;
121}
122
123/* ::::: msg header message ids ::::: */
124
125.messageIdDisplayButton {
126 color: #336699;
127 cursor: pointer;
128 margin: 0px;
129 padding: 0px 1px;
130}
131
132.messageIdDisplayButton:hover {
133 color: black;
134 background-color: #336699;
135}
136
137.messageIdDisplayImage {
138 -moz-padding-start: 2px;
139 -moz-box-pack: end;
140}
141
142/* ::::: msg header email addresses ::::: */
143
144.emailDisplayButton {
145 color: #336699;
146 cursor: pointer;
147 margin: 0px;
148 padding: 0px 1px;
149}
150
151.emailDisplayButton:hover {
152 color: black;
153 background-color: #336699;
154}
155
156.emailDisplayImage {
157 -moz-padding-start: 2px;
158 -moz-box-pack: end;
159}
160
161/* ::::: email address twisty ::::: */
162
163.addresstwisty {
164 margin: 1px;
165 list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
166}
167
168.addresstwisty[open] {
169 list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
170}
171
172/* ::::: view expand and collapse twisties ::::: */
173
174.expandHeaderViewButton,
175.collapsedHeaderViewButton {
176 margin: 2px .5em 0;
177 padding: 0px;
178}
179
180.expandHeaderViewButton {
181 list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
182}
183
184.collapsedHeaderViewButton {
185 list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
186}
187
188/* ::::: collapsed view styles ::::: */
189
190#collapsedAttachmentBox {
191 -moz-box-pack: center;
192}
193
194#collapseddateValue {
195 margin: 0 .5em;
196 text-align: right;
197}
198
199#collapseddateValue > .textbox-input-box menupopup {
200 text-align: left;
201}
202
203#collapsedfromBox {
204 width: 18em;
205}
206
207#collapseddateBox {
208 width: 12em;
209}
210
211.collapsedHeaderDisplayName {
212 margin-top: 2px;
213 margin-bottom: 2px;
214 -moz-margin-start: .55em;
215 -moz-margin-end: .5em;
216 min-height: 16px;
217 font-weight: bold;
218}
219
220.collapsedHeaderValue {
221 background: transparent;
222 margin: 0;
223}
224
225.collapsedAttachmentButton {
226 list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif");
227 -moz-margin-end: .5em;
228}