removing old LCARStrek
[themes.git] / LCARStrek / messenger / skin / msgHdrViewOverlay.css
CommitLineData
fbbedfbc 1/*
c9990331 2 * The contents of this file are subject to the Netscape Public
3 * License Version 1.1 (the "License"); you may not use this file
4 * except in compliance with the License. You may obtain a copy of
5 * the License at http://www.mozilla.org/NPL/
6 *
7 * Software distributed under the License is distributed on an "AS
8 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
9 * implied. See the License for the specific language governing
10 * rights and limitations under the License.
11 *
12 * The Original Code is Mozilla Communicator client code, released
13 * March 31, 1998.
14 *
15 * The Initial Developer of the Original Code is Netscape
16 * Communications Corporation. Portions created by Netscape are
17 * Copyright (C) 1998-2001 Netscape Communications Corporation. All
18 * Rights Reserved.
19 *
20 * Contributor(s):
21 * Scott MacGregor (mscott@netscape.com)
22 * Joe Hewitt (hewitt@netscape.com)
23 * Robert Kaiser (KaiRo@KaiRo.at)
fbbedfbc 24*/
c9990331 25
fbbedfbc 26@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
27@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
28
8b168888 29#collapsedHeaderView,
30#expandedHeaderView
4651f2d5 31 {
8b168888 32 min-width : 1px;
33 background-color : #E7ADE7;
34 color : black;
35 background-image : none;
36 -moz-border-radius : 8px;
37 margin-bottom : 3px;
4651f2d5 38 }
fbbedfbc 39
40mail-emailaddress
41 {
42 -moz-binding : url(chrome://messenger/content/mailWidgets.xml#mail-emailaddress);
c9990331 43 display : -moz-xul-inline-box;
fbbedfbc 44 }
45
c9990331 46.buttonTopSpacer
47 {
48 height : 0.3em;
49 }
50
51.buttonSpacer
52 {
53 width : 0.5em;
54 }
fbbedfbc 55
c9990331 56.headerValueBox
57 {
58 width : 7.0em;
59 text-align : right;
fbbedfbc 60}
61
c9990331 62.headerBox
63 {
64 overflow : hidden;
65 min-width : 50px;
66 }
fbbedfbc 67
c9990331 68
69#addToAddressBookButton
fbbedfbc 70 {
c9990331 71 list-style-image:url("chrome://messenger/skin/addtoab.gif");
72 min-height: 20px;
73 margin: 0px;
fbbedfbc 74 }
75
8b168888 76#expandedAttachmentBox {
77 width: 20em;
78 height: 0px;
79 list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
80}
81
82#attachmentText
83{
84 font-weight: bold;
85}
86
87#attachmentTree {
88 margin: 3px;
89 height: 0px;
90 width: 20em;
017a3b38 91 color: #FF9F00;
8b168888 92}
fbbedfbc 93
c9990331 94.emailDisplayImage
fbbedfbc 95 {
c9990331 96 text-align : right;
97 }
98
99.emailDisplayButton
100 {
017a3b38 101 color : 008484;
fbbedfbc 102 cursor : pointer;
c9990331 103 min-height : 16px;
fbbedfbc 104 -moz-border-radius: : 3px;
4651f2d5 105 background-color : transparent;
fbbedfbc 106 }
107
108.emailDisplayButton:hover
109 {
fbbedfbc 110 color : black;
111 background-color : #FFCF00;
112 }
113
114.showMoreAddressesButton
115 {
c1dabd0c 116 list-style-image : url("chrome://global/skin/twisty-closed-selected.gif");
fbbedfbc 117 }
118
119.showFewerAddressesButton
120 {
c1dabd0c 121 list-style-image : url("chrome://global/skin/twisty-open-selected.gif");
fbbedfbc 122 }
123
124html.headerValue
125 {
4651f2d5 126 color : black;
fbbedfbc 127 white-space : normal;
128 min-width : 50px;
129 margin : 0px;
4651f2d5 130 padding-top : 1px;
fbbedfbc 131 }
132
133html.subjectvalue
134 {
135 font-weight : bold;
4651f2d5 136 color : black;
fbbedfbc 137 }
138
139text.headerdisplayname
140 {
141 font-weight : bold;
4651f2d5 142 color : black;
fbbedfbc 143 margin-right : 0.5em;
144 margin-left : 0.5em;
145 min-height : 18px
146 }
147
148text.headerValue
149 {
4651f2d5 150 color : black;
fbbedfbc 151 white-space : normal;
152 min-width : 50px;
c9990331 153/* border-bottom : 1px solid #9999CC; */
fbbedfbc 154 }
c9990331 155
156.expandHeaderViewButton {
4651f2d5 157 list-style-image: url("chrome://global/skin/twisty-open-selected.gif");
c9990331 158 margin-left: .5em;
159 margin-right: .5em;
160}
161
162.collapsedHeaderViewButton
163{
4651f2d5 164 list-style-image: url("chrome://global/skin/twisty-closed-selected.gif");
c9990331 165 margin-left: .5em;
166 }
167
168
169/* ::::: collapsed view styles ::::: */
170.collapsedToggleHdrBox
171{
7ff5b526 172 -moz-box-align: center;
c9990331 173}
174
175#collapsedAttachmentBox {
7ff5b526 176 -moz-box-pack: center;
c9990331 177}
178
179#collapseddateValue
180{
181 margin-left: .7em;
182}
183
184#collapsedfromBox
185{
186 width: 18em;
187}
188
189#collapseddateBox
190 {
191 width: 12em;
192}
193
194text.collapsedHeaderDisplayName
195{
4651f2d5 196 color: black;
c9990331 197 font-weight: bold;
198 margin-left: .7em;
199 min-height: 16px;
200}
201
4651f2d5 202text.collapsedHeaderValue
203{
204 color: black;
205}
206
c9990331 207.collapsedAttachmentButton
208{
209 list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
210 margin-right: .5em;
211 margin-left: 1em;
212}
213
214[hide] {
215 visibility: hidden;
216}