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

220 строки
4.5 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 ::::: */
#attachmentView,
#collapsedHeaderView,
#expandedHeaderView {
min-width: 1px;
}
/* ::::: msg header buttons ::::: */
.headerContainer
{
border-bottom: 1px solid ThreeDDarkShadow;
min-width: 1px;
background-color: transparent;
}
/* ::::: attachment view ::::: */
#attachmentList
{
-moz-appearance: listbox;
border: 2px solid;
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
-moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
background-color: -moz-Field;
color: -moz-FieldText;
margin: 5px 30px 5px 15px;
}
/* XXX: Move all of the description attributes to the toolkit */
description[selectable="true"]
{
margin : 1px 5px 4px 5px;
}
descriptionitem
{
border: 1px solid transparent;
margin: 1px 1px 1px 1px;
}
description[selectable="true"]:focus > descriptionitem[selected="true"][current="true"]
{
border: 1px dotted #F5DB95;
}
descriptionitem[selected="true"]
{
background-color: -moz-Dialog;
color: -moz-DialogText;
}
description[selectable="true"]:focus > descriptionitem[selected="true"]
{
background-color: Highlight;
color: HighlightText;
}
.attachmentBox
{
width: 15em;
max-width: 10em;
text-align: left;
}
.attachmentBox[largeView="true"]
{
-moz-box-align: center;
-moz-box-pack: center;
}
#attachmentView
{
border-top: 1px solid ThreeDShadow;
border-bottom: none;
background-color: -moz-Dialog;
}
/* ::::: msg header captions ::::: */
#msgHeaderView {
-moz-appearance: toolbox;
background-color: -moz-Dialog;
}
.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 {
padding-right: 5px;
padding-top: 4px;
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: 4px .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 ::::: */
#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 .8em;
min-height: 16px;
font-weight: bold;
background-color: transparent;
}
.collapsedHeaderValue {
margin: 0;
background-color: transparent;
}