gecko-dev/mail/base/skin/messageHeader.css

180 строки
3.8 KiB
CSS

/*
* The contents of this file are subject to the Netscape Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/NPL/
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is Mozilla Communicator client code, released
* March 31, 1998.
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998-1999 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
*
*/
/* ===== messageHeader.css ==============================================
== Styles for the header toolbars of a mail message.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: msg header toolbars ::::: */
#collapsedHeaderView,
#expandedHeaderView {
min-width: 1px;
}
/* ::::: msg header buttons ::::: */
#expandedAttachmentBox {
height: 0;
list-style-image: url("chrome://messenger/skin/icons/attach.gif");
}
/* XXX I should really have a selector rule here to select just .listcell-icon objects underneath the attachmentList listbox */
.listcell-icon
{
margin-left: 2px;
margin-top: 2px;
}
#attachmentText {
font-weight: bold;
}
/* ::::: msg header captions ::::: */
#msgHeaderView {
border-right: 1px solid ThreeDShadow;
border-left: 1px solid ThreeDShadow;
-moz-appearance: toolbox;
background-color: -moz-Dialog;
}
#collapsedHeaderView,
#expandedHeaderView {
border-bottom: 1px solid ThreeDDarkShadow;
min-width: 1px;
background-color: transparent;
}
.headerNameBox {
width: 7.7em;
background-color: transparent;
}
.headerName {
margin: 0 .5em 0 0;
min-height: 18px;
font-weight: bold;
text-align: right;
background-color: transparent;
}
.headerValue {
margin: 0 0 .25em 0;
min-width: 50px;
white-space: normal;
background-color: transparent;
}
.subjectvalue {
font-weight: bold;
background-color: transparent;
}
/* ::::: msg header email addresses ::::: */
.emailDisplayButton {
cursor: pointer;
color: #0000FF;
text-decoration: underline;
margin: 0;
background-color: transparent;
}
.emailDisplayButton:hover {
color: #FF0000;
}
.emailDisplayImage {
padding-left: 2px;
-moz-box-pack: end;
}
/* ::::: email address twisty ::::: */
.addresstwisty {
margin: 2px;
list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
}
.addresstwisty[open] {
list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
}
/* ::::: view expand and collapse twisties ::::: */
.expandHeaderViewButton,
.collapsedHeaderViewButton {
margin: 2px .5em 0 .5em;
}
.expandHeaderViewButton {
list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
}
.collapsedHeaderViewButton {
list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
}
/* ::::: collapsed view styles ::::: */
#collapsedAttachmentBox {
-moz-box-pack: center;
}
#collapseddateValue {
margin: 0 .5em;
text-align: right;
background-color: transparent;
}
#collapsedfromBox {
width: 18em;
background-color: transparent;
}
#collapseddateBox {
width: 12em;
background-color: transparent;
}
.collapsedHeaderDisplayName {
margin: 0 .5em 0 .7em;
min-height: 16px;
font-weight: bold;
background-color: transparent;
}
.collapsedHeaderValue {
margin: 0;
background-color: transparent;
}
.collapsedAttachmentButton {
list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif");
margin-right: .5em;
}