css scoping, false dimensions of <tree>s and urlbar space
[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;
91}
fbbedfbc 92
c9990331 93.emailDisplayImage
fbbedfbc 94 {
c9990331 95 text-align : right;
96 }
97
98.emailDisplayButton
99 {
4651f2d5 100 color : black;
fbbedfbc 101 cursor : pointer;
c9990331 102 min-height : 16px;
fbbedfbc 103 -moz-border-radius: : 3px;
4651f2d5 104 background-color : transparent;
fbbedfbc 105 }
106
107.emailDisplayButton:hover
108 {
fbbedfbc 109 color : black;
110 background-color : #FFCF00;
111 }
112
113.showMoreAddressesButton
114 {
c1dabd0c 115 list-style-image : url("chrome://global/skin/twisty-closed-selected.gif");
fbbedfbc 116 }
117
118.showFewerAddressesButton
119 {
c1dabd0c 120 list-style-image : url("chrome://global/skin/twisty-open-selected.gif");
fbbedfbc 121 }
122
123html.headerValue
124 {
4651f2d5 125 color : black;
fbbedfbc 126 white-space : normal;
127 min-width : 50px;
128 margin : 0px;
4651f2d5 129 padding-top : 1px;
fbbedfbc 130 }
131
132html.subjectvalue
133 {
134 font-weight : bold;
4651f2d5 135 color : black;
fbbedfbc 136 }
137
138text.headerdisplayname
139 {
140 font-weight : bold;
4651f2d5 141 color : black;
fbbedfbc 142 margin-right : 0.5em;
143 margin-left : 0.5em;
144 min-height : 18px
145 }
146
147text.headerValue
148 {
4651f2d5 149 color : black;
fbbedfbc 150 white-space : normal;
151 min-width : 50px;
c9990331 152/* border-bottom : 1px solid #9999CC; */
fbbedfbc 153 }
c9990331 154
155.expandHeaderViewButton {
4651f2d5 156 list-style-image: url("chrome://global/skin/twisty-open-selected.gif");
c9990331 157 margin-left: .5em;
158 margin-right: .5em;
159}
160
161.collapsedHeaderViewButton
162{
4651f2d5 163 list-style-image: url("chrome://global/skin/twisty-closed-selected.gif");
c9990331 164 margin-left: .5em;
165 }
166
167
168/* ::::: collapsed view styles ::::: */
169.collapsedToggleHdrBox
170{
171 vertical-align: middle;
172}
173
174#collapsedAttachmentBox {
175 text-align: center;
176}
177
178#collapseddateValue
179{
180 margin-left: .7em;
181}
182
183#collapsedfromBox
184{
185 width: 18em;
186}
187
188#collapseddateBox
189 {
190 width: 12em;
191}
192
193text.collapsedHeaderDisplayName
194{
4651f2d5 195 color: black;
c9990331 196 font-weight: bold;
197 margin-left: .7em;
198 min-height: 16px;
199}
200
4651f2d5 201text.collapsedHeaderValue
202{
203 color: black;
204}
205
c9990331 206.collapsedAttachmentButton
207{
208 list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
209 margin-right: .5em;
210 margin-left: 1em;
211}
212
213[hide] {
214 visibility: hidden;
215}
fbbedfbc 216