зеркало из https://github.com/mozilla/pjs.git
179 строки
3.4 KiB
CSS
179 строки
3.4 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;
|
|
}
|
|
|
|
.header-part1 {
|
|
background-color: #C7D0D9;
|
|
color: #000000;
|
|
}
|
|
|
|
.headerValueBox {
|
|
width: 7.7em;
|
|
-moz-box-pack: end;
|
|
}
|
|
|
|
/* ::::: msg header buttons ::::: */
|
|
|
|
#expandedAttachmentBox {
|
|
width: 20em;
|
|
height: 0px;
|
|
list-style-image: url("chrome://messenger/skin/icons/attach.gif");
|
|
}
|
|
|
|
#attachmentTree {
|
|
margin: 3px 0px;
|
|
border: none;
|
|
height: 0px;
|
|
width: 20em;
|
|
}
|
|
|
|
#attachmentText
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* ::::: msg header captions ::::: */
|
|
|
|
#collapsedHeaderView,
|
|
#expandedHeaderView {
|
|
border-bottom: 1px solid #000000;
|
|
min-width: 1px;
|
|
}
|
|
|
|
.headerBox {
|
|
overflow: hidden;
|
|
min-width: 50px;
|
|
}
|
|
|
|
label.headerValue {
|
|
min-width: 50px;
|
|
margin: 0px;
|
|
white-space: normal;
|
|
}
|
|
|
|
.subjectvalue {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.headerdisplayname {
|
|
margin-right: .5em;
|
|
margin-left: .5em;
|
|
min-height: 18px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* ::::: msg header email addresses ::::: */
|
|
|
|
.emailDisplayButton {
|
|
cursor: pointer;
|
|
min-height: 16px;
|
|
color: #424F63;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.emailDisplayButton:hover {
|
|
color: #1455D6;
|
|
}
|
|
|
|
.emailDisplayImage {
|
|
-moz-box-pack: end;
|
|
}
|
|
|
|
/* ::::: email address twisty ::::: */
|
|
|
|
.showMoreAddressesButton {
|
|
list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
|
|
}
|
|
|
|
.showFewerAddressesButton {
|
|
list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
|
|
}
|
|
|
|
/* ::::: view expand and collapse twisties ::::: */
|
|
|
|
.expandHeaderViewButton,
|
|
.collapsedHeaderViewButton {
|
|
margin: 2px .5em 0px .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-left: .7em;
|
|
margin-right: 1em;
|
|
}
|
|
|
|
#collapsedfromBox {
|
|
width: 18em;
|
|
}
|
|
|
|
#collapseddateBox {
|
|
width: 12em;
|
|
}
|
|
|
|
text.collapsedHeaderDisplayName {
|
|
font-weight: bold;
|
|
margin-left: .7em;
|
|
min-height: 16px;
|
|
}
|
|
|
|
.collapsedAttachmentButton {
|
|
list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif");
|
|
margin-right: .5em;
|
|
}
|
|
|
|
[hide] {
|
|
visibility: collapse;
|
|
}
|
|
|
|
/* ::::: miscellaneous ::::: */
|
|
|
|
.buttonSpacer {
|
|
width: .5em;
|
|
}
|
|
|