big changes to get this baby running again. It's not perfect, but it's up\! yay\!
[themes.git] / LCARStrek / messenger / skin / msgHdrViewOverlay.css
1 /*
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)
24 */
25  
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
29 toolbar > .toolbar-holder {
30   background-color: #FF9F00;
31   background-image: none;
32   -moz-border-radius: 0px 8px 8px 0px;
33   padding-right: 12px;
34 }
35
36 mail-emailaddress 
37   {
38     -moz-binding          : url(chrome://messenger/content/mailWidgets.xml#mail-emailaddress);
39     display               : -moz-xul-inline-box;
40   }
41
42 .buttonTopSpacer     
43   { 
44     height                : 0.3em; 
45   }
46  
47 .buttonSpacer        
48   { 
49     width                 : 0.5em; 
50   }
51
52 .headerValueBox 
53   { 
54     width                 : 7.0em;
55     text-align            : right;
56 }
57
58 .headerBox              
59   { 
60     overflow              : hidden; 
61     min-width             : 50px;
62   }
63
64
65 #addToAddressBookButton
66   {
67     list-style-image:url("chrome://messenger/skin/addtoab.gif");
68     min-height: 20px;
69     margin: 0px;
70   }
71
72 #attachmentButton
73   {
74     list-style-image:url("chrome://messenger/skin/attach.gif");
75     min-height: 20px;
76     margin: 0px;
77   }
78
79 .emailDisplayImage
80   {
81     text-align            : right;
82   }
83
84 .emailDisplayButton 
85    {
86     color                 : #FFCF00;
87     cursor                : pointer;
88     min-height            : 16px;
89     -moz-border-radius:   : 3px;
90     background-color      : black;
91   }
92
93 .emailDisplayButton:hover
94   {
95     color                 : black;
96     background-color      : #FFCF00;
97   }
98
99 .showMoreAddressesButton 
100   {
101     list-style-image      : url("chrome://global/skin/twisty-closed.gif");
102 /*    list-style-image      : url("chrome://messenger/skin/more.gif"); */
103   }
104
105 .showFewerAddressesButton 
106   {
107     list-style-image      : url("chrome://global/skin/twisty-open.gif");
108 /*    list-style-image      : url("chrome://messenger/skin/less.gif"); */
109   }
110
111 html.headerValue   
112   { 
113     white-space           : normal;
114     min-width             : 50px; 
115     margin                : 0px;
116   }
117
118 html.subjectvalue  
119   { 
120     font-weight           : bold; 
121   }
122
123 text.headerdisplayname 
124   { 
125     font-weight           : bold; 
126     margin-right          : 0.5em; 
127     margin-left           : 0.5em; 
128     min-height            : 18px 
129   }
130
131 text.headerValue 
132   { 
133     white-space           : normal; 
134     min-width             : 50px; 
135 /*    border-bottom         : 1px solid #9999CC; */
136   }
137
138 .expandHeaderViewButton {
139   list-style-image: url("chrome://global/skin/twisty-open.gif");
140   margin-left: .5em;
141   margin-right: .5em;
142 }
143
144 .collapsedHeaderViewButton 
145 {
146   list-style-image: url("chrome://global/skin/twisty-closed.gif");
147   margin-left: .5em;
148    }
149
150
151 /* ::::: collapsed view styles ::::: */
152 .collapsedToggleHdrBox
153 {
154   vertical-align: middle;
155 }
156
157 #collapsedAttachmentBox {
158   text-align: center;
159 }
160
161 #collapseddateValue
162 {
163   margin-left: .7em;
164 }
165
166 #collapsedfromBox
167 {
168   width: 18em;
169 }
170
171 #collapseddateBox
172  {
173   width: 12em;
174 }
175
176 text.collapsedHeaderDisplayName 
177
178   font-weight: bold; 
179   margin-left: .7em;
180   min-height: 16px;
181 }
182
183 .collapsedAttachmentButton
184 {
185   list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
186   margin-right: .5em;
187   margin-left: 1em;
188 }
189
190 [hide] {
191   visibility: hidden;
192 }
193