This commit is contained in:
ben%netscape.com 2000-09-07 08:05:56 +00:00
Родитель 6e57ffde8f
Коммит c203defc05
24 изменённых файлов: 0 добавлений и 1525 удалений

Просмотреть файл

@ -1,5 +0,0 @@
div.pageTitle {
font: bolder large;
}

Просмотреть файл

@ -1,39 +0,0 @@
/*
* 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):
* Pete Collins, Ben Goodger
*/
@import url(chrome://communicator/skin/);
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
treecell.importsampledata {
padding-left: 10px;
border-left: 3px solid #CCCCCC;
}
#fieldList-box {
border: 1px inset white;
width:32em;
height:300px;
margin: 1.5em 3em 1.5em 3em;
}

Просмотреть файл

@ -1,145 +0,0 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* 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.
*/
/* basic mail folders */
.tree-cell-folderpane-icon
{
list-style-image: url("chrome://messenger/skin/folder-closed.gif");
}
treeitem.folderTreeItem[open="true"] > treerow > .tree-cell-folderpane-icon
{
list-style-image: url("chrome://messenger/skin/folder-open.gif");
}
/* special folder */
.tree-cell-folderpane-icon[SpecialFolder="Inbox"]
{
list-style-image: url("chrome://messenger/skin/folder-inbox.gif");
}
.tree-cell-folderpane-icon[SpecialFolder="Trash"]
{
list-style-image: url("chrome://messenger/skin/folder-trash.gif");
}
.tree-cell-folderpane-icon[BiffState="NewMail"]
{
list-style-image: url("chrome://messenger/skin/folder-new-closed.gif");
}
treeitem[open="true"] > treerow > .tree-cell-folderpane-icon[BiffState="NewMail"]
{
list-style-image: url("chrome://messenger/skin/folder-new-open.gif");
}
.tree-cell-folderpane-icon[SpecialFolder="Inbox"][BiffState="NewMail"]
{
list-style-image: url("chrome://messenger/skin/folder-inbox-new.gif");
}
.tree-cell-folderpane-icon[IsServer="true"]
{
list-style-image: url("chrome://messenger/skin/server-mail.gif");
}
treeitem.folderTreeItem[open="true"] > treerow > .tree-cell-folderpane-icon[IsServer="true"]
{
list-style-image: url("chrome://messenger/skin/server-mail.gif");
}
/* IMAP folders */
.tree-cell-folderpane-icon[IsServer="true"][ServerType="imap"][IsSecure="true"]
{
list-style-image: url("chrome://messenger/skin/server-remote-lock.gif");
}
treeitem.folderTreeItem[open="true"] > treerow > .tree-cell-folderpane-icon[IsServer="true"][ServerType="imap"][IsSecure="true"]
{
list-style-image: url("chrome://messenger/skin/server-remote-lock.gif");
}
/* Local servers */
.tree-cell-folderpane-icon[IsServer="true"][ServerType="none"]
{
list-style-image: url("chrome://messenger/skin/server-local.gif");
}
treeitem.folderTreeItem[open="true"] > treerow > .tree-cell-folderpane-icon[IsServer="true"][ServerType="none"]
{
list-style-image: url("chrome://messenger/skin/server-local.gif");
}
/* News folders */
.tree-cell-folderpane-icon[ServerType="nntp"]
{
list-style-image: url("chrome://messenger/skin/folder-newsgroup.gif");
}
.tree-cell-folderpane-icon[IsServer="true"][ServerType="nntp"][IsSecure="true"]
{
list-style-image: url("chrome://messenger/skin/server-news-lock.gif");
}
treeitem.folderTreeItem[open="true"] > treerow > .tree-cell-folderpane-icon[IsServer="true"][ServerType="nntp"][IsSecure="true"]
{
list-style-image: url("chrome://messenger/skin/server-news-lock.gif");
}
.tree-cell-folderpane-icon[IsServer="true"][ServerType="nntp"]
{
list-style-image: url("chrome://messenger/skin/server-news.gif");
}
treeitem.folderTreeItem[open="true"] > treerow > .tree-cell-folderpane-icon[IsServer="true"][ServerType="nntp"]
{
list-style-image: url("chrome://messenger/skin/server-news.gif");
}
/*All Servers*/
.tree-folder-row[IsServer="true"]
{
font-weight: bold;
}
.tree-folder-row[HasUnreadMessages="true"]
{
font-weight: bold;
}
.tree-folder-row[NoSelect="true"]
{
color: gray;
font-style: italic;
}
#folder-panel {
min-width: 10px;
}
#folderTree {
border: none;
}
treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {
visibility:hidden;
}

Просмотреть файл

@ -1,61 +0,0 @@
/*
* 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):
*
*/
@import url(chrome://communicator/skin/);
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
#import-type-radio-box {
padding-top: 1em;
}
#import-module-list-box {
padding: 1em 3em 2em 3em;
}
#import-module-tree-box {
height: 8em;
width: 20em;
border: 1px inset white;
margin-top: .5em;
}
#description {
margin: 1.5em 0px 0px 0px;
padding: 0px 2px 0px 2px;
height: 4em;
width: 20em;
background-color:white;
border:1px inset white;
}
#progressStatus {
margin: 1em 0px 0px 0px;
}
#progressMeter {
margin: 1em 2em 2em 1em;
width: 26em;
}

Просмотреть файл

@ -1,5 +0,0 @@
div.pageTitle {
font: bolder large;
}

Просмотреть файл

@ -1,13 +1,8 @@
#!dest messenger:skin
AccountManager.css
mailheader.css
subscribe.css
threadPane.css
fieldMapImport.css
wizard.css
folderPane.css
msgHdrViewOverlay.css
importDialog.css
pref-mailnews.css
messenger.css

Просмотреть файл

@ -1,39 +0,0 @@
/*
* 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):
* Pete Collins, Ben Goodger
*/
@import url(chrome://communicator/skin/);
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
treecell.importsampledata {
padding-left: 10px;
border-left: 3px solid #CCCCCC;
}
#fieldList-box {
border: 1px inset white;
width:32em;
height:300px;
margin: 1.5em 3em 1.5em 3em;
}

Просмотреть файл

@ -1,61 +0,0 @@
/*
* 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):
*
*/
@import url(chrome://communicator/skin/);
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
#import-type-radio-box {
padding-top: 1em;
}
#import-module-list-box {
padding: 1em 3em 2em 3em;
}
#import-module-tree-box {
height: 8em;
width: 20em;
border: 1px inset white;
margin-top: .5em;
}
#description {
margin: 1.5em 0px 0px 0px;
padding: 0px 2px 0px 2px;
height: 4em;
width: 20em;
background-color:white;
border:1px inset white;
}
#progressStatus {
margin: 1em 0px 0px 0px;
}
#progressMeter {
margin: 1em 2em 2em 1em;
width: 26em;
}

Просмотреть файл

@ -1,83 +0,0 @@
/*
* These are the style attributes for the XUL display.
*/
window { overflow: auto; }
mailheader { display: block; }
mailattachcount { display: none; }
box[name=header-attachment] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; }
box[name=header-part1] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; }
box[name=header-part2] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
box[name=header-part3] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
box[name=header-seamonkey] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
headerdisplayname { font-weight: bold; white-space: pre; }
header { text-align: left; }
menubar[name=attachment-menubar] { background-color: #EFEFEF; border: 0px solid #EFEFEF; }
menu[name=attachment-menu] { background-color: #EFEFEF; border: 0px solid #EFEFEF; }
/*
* For printing/HTML display...
*/
table[name=header-part1] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; }
table[name=header-part2] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
table[name=header-part3] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
div.headerdisplayname { font-weight: bold; white-space: pre; display: inline; }
body {
background-color: white;
}
.text-flowed tt {
font-family: inherit;
}
.text-flowed blockquote {
margin: 0em 0em;
border-color: black;
}
/* Anyhow, the <div class=txt-sig> doesn't inherit whitespace setting from
its parent pre, but from its ancestor .text-plain. */
.text-plain {
white-space: -moz-pre-wrap;
}
.text-plain[wrap=false] {
white-space: pre;
}
.text-plain pre {
font-family: inherit;
white-space: inherit;
margin: inherit;
}
/* That's how it should really be
.text-plain pre {
font-family: inherit;
margin: inherit;
}
.text-plain[wrap=false] pre {
white-space: pre;
}
*/
.text-plain[graphical-quote=false] blockquote {
padding-left: inherit;
border-left: inherit;
margin: 0em 0em;
}
.text-plain[graphical-quote=true] blockquote {
margin: 0em 0em;
border-width: medium;
border-color: black;
}
.text-plain[graphical-quote=true] .txt-citetags {
display: none;
}
.txt-sig, .signature {
color: gray;
}
.txt-sig > a, .signature > a {
color: 7777FF /* light blue */;
}

Просмотреть файл

@ -1,27 +0,0 @@
/* -*- Mode: CSS; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* 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.
*/
div.title {
font-weight: bold;
}
div.subtitle {
font-weight: bold;
}

Просмотреть файл

@ -1,83 +0,0 @@
/*
* These are the style attributes for the XUL display.
*/
window { overflow: auto; }
mailheader { display: block; }
mailattachcount { display: none; }
box[name=header-attachment] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; }
box[name=header-part1] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; }
box[name=header-part2] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
box[name=header-part3] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
box[name=header-seamonkey] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
headerdisplayname { font-weight: bold; white-space: pre; }
header { text-align: left; }
menubar[name=attachment-menubar] { background-color: #EFEFEF; border: 0px solid #EFEFEF; }
menu[name=attachment-menu] { background-color: #EFEFEF; border: 0px solid #EFEFEF; }
/*
* For printing/HTML display...
*/
table[name=header-part1] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; }
table[name=header-part2] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
table[name=header-part3] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
div.headerdisplayname { font-weight: bold; white-space: pre; display: inline; }
body {
background-color: white;
}
.text-flowed tt {
font-family: inherit;
}
.text-flowed blockquote {
margin: 0em 0em;
border-color: black;
}
/* Anyhow, the <div class=txt-sig> doesn't inherit whitespace setting from
its parent pre, but from its ancestor .text-plain. */
.text-plain {
white-space: -moz-pre-wrap;
}
.text-plain[wrap=false] {
white-space: pre;
}
.text-plain pre {
font-family: inherit;
white-space: inherit;
margin: inherit;
}
/* That's how it should really be
.text-plain pre {
font-family: inherit;
margin: inherit;
}
.text-plain[wrap=false] pre {
white-space: pre;
}
*/
.text-plain[graphical-quote=false] blockquote {
padding-left: inherit;
border-left: inherit;
margin: 0em 0em;
}
.text-plain[graphical-quote=true] blockquote {
margin: 0em 0em;
border-width: medium;
border-color: black;
}
.text-plain[graphical-quote=true] .txt-citetags {
display: none;
}
.txt-sig, .signature {
color: gray;
}
.txt-sig > a, .signature > a {
color: 7777FF /* light blue */;
}

Просмотреть файл

@ -1,485 +0,0 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* 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.
*/
@import url(chrome://communicator/skin/);
@import url(chrome://communicator/skin/sidebar/sidebar.css);
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
[hide] {
 display: none;
}
spring.spacer {
width: 5px;
height: 5px;
}
box.cleanborder {
margin: 10px;
padding: 10px;
border: 2px groove white;
width: 100%;
}
box.padded {
margin: 10px;
width: 100%;
}
iframe {
min-width: 10px;
min-height: 10px;
width: 100px;
height: 100px;
}
/**
* boxes
*/
/* XXX The CSS selector results_box is invalid and is ignored !!!
No underscores are allowed!!!!! */
#results_box {
border-left: 8px solid #CCCCCC;
min-width: 10px;
}
/**
* toolbar button images
*/
#button-getmsg
{
list-style-image : url("chrome://messenger/skin/getmsg.gif");
}
#button-getmsg[disabled="true"],
#button-getmsg[disabled="true"]:hover,
#button-getmsg[disabled="true"]:hover:active
{
list-style-image : url("chrome://messenger/skin/getmsg-disabled.gif");
}
#button-getmsg:hover
{
list-style-image : url("chrome://messenger/skin/getmsg-hover.gif");
}
#button-getmsg:hover:active
{
list-style-image : url("chrome://messenger/skin/getmsg-hover-active.gif");
}
#button-newmsg
{
list-style-image : url("chrome://messenger/skin/newmsg.gif");
}
#button-newmsg[disabled="true"],
#button-newmsg[disabled="true"]:hover,
#button-newmsg[disabled="true"]:hover:active
{
list-style-image : url("chrome://messenger/skin/newmsg-disabled.gif");
}
#button-newmsg:hover
{
list-style-image : url("chrome://messenger/skin/newmsg-hover.gif");
}
#button-newmsg:hover:active
{
list-style-image : url("chrome://messenger/skin/newmsg-hover-active.gif");
}
#button-reply
{
list-style-image : url("chrome://messenger/skin/reply.gif");
}
#button-reply[disabled="true"],
#button-reply[disabled="true"]:hover,
#button-reply[disabled="true"]:hover:active
{
list-style-image : url("chrome://messenger/skin/reply-disabled.gif");
}
#button-reply:hover
{
list-style-image : url("chrome://messenger/skin/reply-hover.gif");
}
#button-reply:hover:active
{
list-style-image : url("chrome://messenger/skin/reply-hover-active.gif");
}
#button-replyall
{
list-style-image : url("chrome://messenger/skin/replyall.gif");
}
#button-replyall[disabled="true"],
#button-replyall[disabled="true"]:hover,
#button-replyall[disabled="true"]:hover:active
{
list-style-image : url("chrome://messenger/skin/replyall-disabled.gif");
}
#button-replyall:hover
{
list-style-image : url("chrome://messenger/skin/replyall-hover.gif");
}
#button-replyall:hover:active
{
list-style-image : url("chrome://messenger/skin/replyall-hover-active.gif");
}
#button-forward
{
list-style-image : url("chrome://messenger/skin/forward.gif");
}
#button-forward[disabled="true"],
#button-forward[disabled="true"]:hover,
#button-forward[disabled="true"]:hover:active
{
list-style-image : url("chrome://messenger/skin/forward-disabled.gif");
}
#button-forward:hover
{
list-style-image : url("chrome://messenger/skin/forward-hover.gif");
}
#button-forward:hover:active
{
list-style-image : url("chrome://messenger/skin/forward-hover-active.gif");
}
#button-file
{
list-style-image : url("chrome://messenger/skin/file.gif");
}
#button-file[disabled="true"],
#button-file[disabled="true"]:hover,
#button-file[disabled="true"]:hover:active
{
list-style-image : url("chrome://messenger/skin/file-disabled.gif");
}
#button-file:hover
{
list-style-image : url("chrome://messenger/skin/file-hover.gif");
}
#button-file:hover:active
{
list-style-image : url("chrome://messenger/skin/file-hover-active.gif");
}
#button-next
{
list-style-image : url("chrome://messenger/skin/next.gif");
}
#button-next[disabled="true"],
#button-next[disabled="true"]:hover,
#button-next[disabled="true"]:hover:active
{
list-style-image : url("chrome://messenger/skin/next-disabled.gif");
}
#button-next:hover
{
list-style-image : url("chrome://messenger/skin/next-hover.gif");
}
#button-next:hover:active
{
list-style-image : url("chrome://messenger/skin/next-hover-active.gif");
}
#button-delete
{
list-style-image : url("chrome://messenger/skin/trash.gif");
}
#button-delete[disabled="true"],
#button-delete[disabled="true"]:hover,
#button-delete[disabled="true"]:hover:active
{
list-style-image : url("chrome://messenger/skin/trash-disabled.gif");
}
#button-delete:hover
{
list-style-image : url("chrome://messenger/skin/trash-hover.gif");
}
#button-delete:hover:active
{
list-style-image : url("chrome://messenger/skin/trash-hover-active.gif");
}
#button-print {
list-style-image:url("chrome://global/skin/print.gif");
}
#button-print
{
list-style-image : url("chrome://global/skin/print.gif");
}
#button-print[disabled="true"],
#button-print[disabled="true"][buttonover="true"],
#button-print[disabled="true"][buttondown="true"]
{
list-style-image : url("chrome://global/skin/print-disabled.gif");
}
#button-print[buttonover="true"]
{
list-style-image : url("chrome://global/skin/print-hover.gif");
}
#button-print[buttondown="true"]
{
list-style-image : url("chrome://global/skin/print-hover-active.gif");
}
#button-stop
{
list-style-image : url("chrome://global/skin/stop.gif");
}
#button-stop[disabled="true"],
#button-stop[disabled="true"]:hover,
#button-stop[disabled="true"]:hover:active
{
list-style-image : url("chrome://global/skin/stop-disabled.gif");
}
#button-stop:hover
{
list-style-image : url("chrome://global/skin/stop-hover.gif");
}
#button-stop:hover:active
{
list-style-image : url("chrome://global/skin/stop-hover-active.gif");
}
.folderMenuItem > .menu-left {
list-style-image: url("chrome://messenger/skin/folder-closed.gif");
}
.folderMenuItem[open="true"] > .menu-left {
list-style-image: url("chrome://messenger/skin/folder-open.gif");
}
/* special folder */
.folderMenuItem[SpecialFolder="Inbox"] > .menu-left {
list-style-image: url("chrome://messenger/skin/folder-inbox.gif");
}
.folderMenuItem[SpecialFolder="Inbox"][open="true"] > .menu-left
{
list-style-image: url("chrome://messenger/skin/folder-inbox.gif");
}
.folderMenuItem[SpecialFolder="Trash"] > .menu-left {
list-style-image: url("chrome://messenger/skin/folder-trash.gif");
}
.folderMenuItem[SpecialFolder="Trash"][open="true"] > .menu-left {
list-style-image: url("chrome://messenger/skin/folder-trash.gif");
}
.folderMenuItem[IsServer="true"] > .menu-left
{
list-style-image: url("chrome://messenger/skin/server-mail.gif");
}
.folderMenuItem[IsServer="true"][open="true"] > .menu-left
{
list-style-image: url("chrome://messenger/skin/server-mail.gif");
}
/* IMAP folders */
.folderMenuItem[IsServer="true"][ServerType="imap"][IsSecure="true"] > .menu-left {
list-style-image: url("chrome://messenger/skin/server-remote-lock.gif");
}
/* Local Servers */
.folderMenuItem[IsServer="true"][ServerType="none"] > .menu-left
{
list-style-image: url("chrome://messenger/skin/server-local.gif");
}
/* News folders */
.folderMenuItem[ServerType="nntp"] > .menu-left {
list-style-image: url("chrome://messenger/skin/folder-newsgroup.gif");
}
.folderMenuItem[IsServer="true"][ServerType="nntp"][IsSecure="true"] > .menu-left {
list-style-image: url("chrome://messenger/skin/server-news-lock.gif");
}
.folderMenuItem[IsServer="true"][ServerType="nntp"] > .menu-left {
list-style-image: url("chrome://messenger/skin/server-news.gif");
}
menu.push {
border: 1px outset white;
padding: 2px;
margin: 2px;
text-align: center;
background-color:inherit;
background-image: inherit;
}
menu.push:hover {
border: 1px outset white;
color:#003366;
text-decoration:underline;
padding: 2px;
}
menu.push:hover:-moz-outline {
border : 1px solid black;
color:#003366;
padding: 2px;
}
menu.push:active {
text-decoration:none;
border: 1px inset;
padding-left: 3px;
padding-right: 1px;
padding-top: 3px;
padding-bottom: 1px;
}
menu.push[toggled="1"] {
border: 1px white inset;
padding-left: 3px;
padding-right: 1px;
padding-top: 3px;
padding-bottom: 1px;
}
menu.push[toggled="2"] {
background-color: lightgray;
border: 1px solid gray;
}
menu.push:active:-moz-outline {
border : 1px solid black;
}
menu.push[disabled="true"] {
background-color:inherit;
background-image: inherit;
border : 1px solid #999999;
color: #999999;
text-decoration: none;
}
menu.push[disabled="true"]:hover {
background-color:inherit;
background-image: inherit;
border : 1px solid #999999;
color: #999999;
text-decoration: none;
}
menu.push[disabled="true"]:active {
background-color:inherit;
background-image: inherit;
border : 1px solid #999999;
color: #999999;
text-decoration: none;
}
/**
* Make sure the min height is small so we can
* resize the pane vertically -EDV
*/
box#messagepanebox
{
min-height: 10px;
height: 0px;
}
/**
* this belongs in the mail filter window
*/
.enabledcol {
list-style-image: url("chrome://messenger/skin/readmail.gif");
}
.enabledcol[value="true"] {
list-style-image: url("chrome://messenger/skin/unreadmail.gif");
}
dummy.usesMailWidgets {
-moz-binding: url(chrome://messenger/content/mailWidgets.xml#dummy);
}
searchattribute {
-moz-binding: url(chrome://messenger/content/mailWidgets.xml#searchattribute);
}
searchoperator {
-moz-binding: url(chrome://messenger/content/mailWidgets.xml#searchoperator);
}
searchvalue {
-moz-binding: url(chrome://messenger/content/mailWidgets.xml#searchvalue);
}
searchterm {
-moz-binding: url(chrome://messenger/content/mailWidgets.xml#searchterm);
}
.treecell-mailcardicon
{
border-bottom : 1px solid #CACAFF !important;
padding : 0px;
}
.textfield-mailcardicon
{
list-style-image : url("chrome://messenger/skin/abcard.gif");
}

Просмотреть файл

@ -1,92 +0,0 @@
/*
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.
*/
/* These are the style attributes we are applying to the message header
* view overlay which shows the message headers for a selected message.
* some of this stuff originated from mailheaders.css
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
mail-emailaddress {
-moz-binding: url(chrome://messenger/content/mailWidgets.xml#mail-emailaddress);
display: inline;
}
[hide] {
visibility: collapse;
}
.buttonTopSpacer { height: .3em; }
.buttonSpacer { width: .5em; }
.headerBox { overflow: hidden; min-width:50px;}
.header-part1 { background-color: #EEEEEE; border: none; }
.header-part2 { background-color: #CCCCCC; border: none; }
.header-part3 { background-color: #CCCCCC; border: none; }
.headerValueBox { width: 7.7em; text-align: right;}
#addToAddressBookButton {
list-style-image:url("chrome://messenger/skin/addtoab.gif");
min-height: 20px;
margin: 0px;
}
#attachmentButton {
list-style-image:url("chrome://messenger/skin/attach.gif");
min-height: 20px;
margin: 0px;
}
.emailDisplayImage
{
align: right;
}
.emailSeparator {
display: inline;
}
.emailDisplayButton {
color: blue;
text-decoration: underline;
cursor: pointer;
max-height: 15px;
display: inline;
orient: horizontal;
}
.showMoreAddressesButton {
list-style-image: url("chrome://messenger/skin/more.gif");
display: inline;
}
.showFewerAddressesButton {
list-style-image: url("chrome://messenger/skin/less.gif");
display: inline;
}
html.headerValue { white-space: normal; min-width: 50px; margin: 0px; }
html.subjectvalue {font-weight: bold;}
text.headerdisplayname { font-weight: bold; margin-right: .5em; margin-left: .5em; min-height: 18px }
text.headerValue { white-space: normal; min-width: 50px; }

Просмотреть файл

@ -1,10 +0,0 @@
#classic
{
list-style-image : url("chrome://messenger/skin/winclassic.gif");
}
#wide
{
list-style-image : url("chrome://messenger/skin/winwide.gif");
}

Просмотреть файл

@ -1,27 +0,0 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* 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.
*/
.subscribedcol {
list-style-image: url("chrome://messenger/skin/dot.gif");
}
.subscribedcol[value="true"] {
list-style-image: url("chrome://messenger/skin/check.gif");
}

Просмотреть файл

@ -1,106 +0,0 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* 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.
*/
.tree-thread-row[IsUnread="true"] {
font-weight: bold;
}
.prioritycol[Priority="highest"]
{
color:red;
}
.prioritycol[Priority="high"]
{
color: rgb(128, 0, 0);
}
.prioritycol[Priority="lowest"]
{
color: rgb(170, 170, 170);
}
.prioritycol[Priority="low"]
{
color: rgb(85, 85, 85);
}
.tree-cell-threadpane-icon {
list-style-image: url("chrome://messenger/skin/message-mail.gif");
min-height: 14px;
}
.tree-cell-threadpane-icon[Status="new"] {
list-style-image: url("chrome://messenger/skin/message-mail-new.gif");
}
.tree-cell-threadpane-icon[MessageType="news"] {
list-style-image: url("chrome://messenger/skin/message-news.gif");
}
.tree-cell-threadpane-icon[MessageType="news"][Status="new"] {
list-style-image: url("chrome://messenger/skin/message-news-new.gif");
}
.tree-cell-threadpane-icon[MessageType="mail"][HasAttachment="true"] {
list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
}
.tree-cell-threadpane-icon[IsImapDeleted="true"] {
list-style-image: url("chrome://messenger/skin/message-mail-imapdelete.gif");
}
.unreadcol {
list-style-image: url("chrome://messenger/skin/readmail.gif");
min-height: 14px;
}
.unreadcol[value="true"] {
list-style-image: url("chrome://messenger/skin/unreadmail.gif");
}
.flagcol {
list-style-image: url("chrome://messenger/skin/readmail.gif");
min-height: 14px;
}
.flagcol[value="flagged"] {
list-style-image: url("chrome://messenger/skin/flaggedmail.gif");
}
treecell.threadColumnHeader[currentView="threaded"] > .tree-header-image {
list-style-image: url("chrome://messenger/skin/threadcol.gif");
}
treecell.threadColumnHeader[currentView="unthreaded"] > .tree-header-image {
list-style-image: url("chrome://messenger/skin/unthreadcol.gif");
}
treecell.readColumnHeader > .tree-header-image {
list-style-image: url("chrome://messenger/skin/unreadmail.gif");
}
treecell.flagColumnHeader > .tree-header-image {
list-style-image: url("chrome://messenger/skin/flaggedmail.gif");
}
treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {
visibility:hidden;
}

Просмотреть файл

@ -1,5 +0,0 @@
div.pageTitle {
font: bolder large;
}

Просмотреть файл

@ -31,15 +31,10 @@ include $(THEME_ROOT_DEPTH)/theme.mk
SAMPLES_DIR = $(DIST)/bin/chrome/skins/$(THEME)/messenger/skin
EXPORT_RESOURCE_SAMPLES = \
AccountManager.css \
mailheader.css \
subscribe.css \
threadPane.css \
fieldMapImport.css \
wizard.css \
folderPane.css \
msgHdrViewOverlay.css \
importDialog.css \
pref-mailnews.css \
messenger.css \
$(NULL)

Просмотреть файл

@ -1,39 +0,0 @@
/*
* 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):
* Pete Collins, Ben Goodger
*/
@import url(chrome://communicator/skin/);
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
treecell.importsampledata {
padding-left: 10px;
border-left: 3px solid #CCCCCC;
}
#fieldList-box {
border: 1px inset white;
width:32em;
height:300px;
margin: 1.5em 3em 1.5em 3em;
}

Просмотреть файл

@ -1,61 +0,0 @@
/*
* 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):
*
*/
@import url(chrome://communicator/skin/);
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
#import-type-radio-box {
padding-top: 1em;
}
#import-module-list-box {
padding: 1em 3em 2em 3em;
}
#import-module-tree-box {
height: 8em;
width: 20em;
border: 1px inset white;
margin-top: .5em;
}
#description {
margin: 1.5em 0px 0px 0px;
padding: 0px 2px 0px 2px;
height: 4em;
width: 20em;
background-color:white;
border:1px inset white;
}
#progressStatus {
margin: 1em 0px 0px 0px;
}
#progressMeter {
margin: 1em 2em 2em 1em;
width: 26em;
}

Просмотреть файл

@ -1,83 +0,0 @@
/*
* These are the style attributes for the XUL display.
*/
window { overflow: auto; }
mailheader { display: block; }
mailattachcount { display: none; }
box[name=header-attachment] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; }
box[name=header-part1] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; }
box[name=header-part2] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
box[name=header-part3] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
box[name=header-seamonkey] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
headerdisplayname { font-weight: bold; white-space: pre; }
header { text-align: left; }
menubar[name=attachment-menubar] { background-color: #EFEFEF; border: 0px solid #EFEFEF; }
menu[name=attachment-menu] { background-color: #EFEFEF; border: 0px solid #EFEFEF; }
/*
* For printing/HTML display...
*/
table[name=header-part1] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; }
table[name=header-part2] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
table[name=header-part3] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
div.headerdisplayname { font-weight: bold; white-space: pre; display: inline; }
body {
background-color: white;
}
.text-flowed tt {
font-family: inherit;
}
.text-flowed blockquote {
margin: 0em 0em;
border-color: black;
}
/* Anyhow, the <div class=txt-sig> doesn't inherit whitespace setting from
its parent pre, but from its ancestor .text-plain. */
.text-plain {
white-space: -moz-pre-wrap;
}
.text-plain[wrap=false] {
white-space: pre;
}
.text-plain pre {
font-family: inherit;
white-space: inherit;
margin: inherit;
}
/* That's how it should really be
.text-plain pre {
font-family: inherit;
margin: inherit;
}
.text-plain[wrap=false] pre {
white-space: pre;
}
*/
.text-plain[graphical-quote=false] blockquote {
padding-left: inherit;
border-left: inherit;
margin: 0em 0em;
}
.text-plain[graphical-quote=true] blockquote {
margin: 0em 0em;
border-width: medium;
border-color: black;
}
.text-plain[graphical-quote=true] .txt-citetags {
display: none;
}
.txt-sig, .signature {
color: gray;
}
.txt-sig > a, .signature > a {
color: 7777FF /* light blue */;
}

Просмотреть файл

@ -29,14 +29,9 @@ clobber::
rm -f $(DIST)\chrome\skins\$(THEME)\messenger\skin\*.*
install::
$(MAKE_INSTALL) AccountManager.css $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin
$(MAKE_INSTALL) fieldMapImport.css $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin
$(MAKE_INSTALL) folderPane.css $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin
$(MAKE_INSTALL) mailheader.css $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin
$(MAKE_INSTALL) msgHdrViewOverlay.css $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin
$(MAKE_INSTALL) pref-mailnews.css $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin
$(MAKE_INSTALL) subscribe.css $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin
$(MAKE_INSTALL) threadPane.css $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin
$(MAKE_INSTALL) wizard.css $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin
$(MAKE_INSTALL) importDialog.css $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin
$(MAKE_INSTALL) messenger.css $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin

Просмотреть файл

@ -1,27 +0,0 @@
/* -*- Mode: CSS; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* 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.
*/
div.title {
font-weight: bold;
}
div.subtitle {
font-weight: bold;
}

Просмотреть файл

@ -1,27 +0,0 @@
/* -*- Mode: CSS; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* 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.
*/
div.title {
font-weight: bold;
}
div.subtitle {
font-weight: bold;
}