big changes to get this baby running again. It's not perfect, but it's up\! yay\!
[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
29toolbar > .toolbar-holder {
30 background-color: #FF9F00;
31 background-image: none;
32 -moz-border-radius: 0px 8px 8px 0px;
33 padding-right: 12px;
34}
35
36mail-emailaddress
37 {
38 -moz-binding : url(chrome://messenger/content/mailWidgets.xml#mail-emailaddress);
c9990331 39 display : -moz-xul-inline-box;
fbbedfbc 40 }
41
c9990331 42.buttonTopSpacer
43 {
44 height : 0.3em;
45 }
46
47.buttonSpacer
48 {
49 width : 0.5em;
50 }
fbbedfbc 51
c9990331 52.headerValueBox
53 {
54 width : 7.0em;
55 text-align : right;
fbbedfbc 56}
57
c9990331 58.headerBox
59 {
60 overflow : hidden;
61 min-width : 50px;
62 }
fbbedfbc 63
c9990331 64
65#addToAddressBookButton
fbbedfbc 66 {
c9990331 67 list-style-image:url("chrome://messenger/skin/addtoab.gif");
68 min-height: 20px;
69 margin: 0px;
fbbedfbc 70 }
71
c9990331 72#attachmentButton
fbbedfbc 73 {
c9990331 74 list-style-image:url("chrome://messenger/skin/attach.gif");
75 min-height: 20px;
76 margin: 0px;
fbbedfbc 77 }
78
c9990331 79.emailDisplayImage
fbbedfbc 80 {
c9990331 81 text-align : right;
82 }
83
84.emailDisplayButton
85 {
fbbedfbc 86 color : #FFCF00;
fbbedfbc 87 cursor : pointer;
c9990331 88 min-height : 16px;
fbbedfbc 89 -moz-border-radius: : 3px;
90 background-color : black;
91 }
92
93.emailDisplayButton:hover
94 {
fbbedfbc 95 color : black;
96 background-color : #FFCF00;
97 }
98
99.showMoreAddressesButton
100 {
c9990331 101 list-style-image : url("chrome://global/skin/twisty-closed.gif");
102/* list-style-image : url("chrome://messenger/skin/more.gif"); */
fbbedfbc 103 }
104
105.showFewerAddressesButton
106 {
c9990331 107 list-style-image : url("chrome://global/skin/twisty-open.gif");
108/* list-style-image : url("chrome://messenger/skin/less.gif"); */
fbbedfbc 109 }
110
111html.headerValue
112 {
113 white-space : normal;
114 min-width : 50px;
115 margin : 0px;
116 }
117
118html.subjectvalue
119 {
120 font-weight : bold;
121 }
122
123text.headerdisplayname
124 {
125 font-weight : bold;
126 margin-right : 0.5em;
127 margin-left : 0.5em;
128 min-height : 18px
129 }
130
131text.headerValue
132 {
133 white-space : normal;
134 min-width : 50px;
c9990331 135/* border-bottom : 1px solid #9999CC; */
fbbedfbc 136 }
c9990331 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
176text.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}
fbbedfbc 193