skin re-org
После Ширина: | Высота: | Размер: 182 B |
После Ширина: | Высота: | Размер: 80 B |
После Ширина: | Высота: | Размер: 74 B |
После Ширина: | Высота: | Размер: 122 B |
После Ширина: | Высота: | Размер: 115 B |
После Ширина: | Высота: | Размер: 142 B |
После Ширина: | Высота: | Размер: 180 B |
После Ширина: | Высота: | Размер: 146 B |
После Ширина: | Высота: | Размер: 139 B |
После Ширина: | Высота: | Размер: 922 B |
После Ширина: | Высота: | Размер: 910 B |
После Ширина: | Высота: | Размер: 170 B |
После Ширина: | Высота: | Размер: 145 B |
После Ширина: | Высота: | Размер: 147 B |
После Ширина: | Высота: | Размер: 170 B |
После Ширина: | Высота: | Размер: 190 B |
После Ширина: | Высота: | Размер: 186 B |
После Ширина: | Высота: | Размер: 177 B |
После Ширина: | Высота: | Размер: 93 B |
|
@ -0,0 +1,115 @@
|
|||
/* -*- 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");
|
||||
}
|
||||
|
||||
|
||||
/* IMAP folders */
|
||||
|
||||
.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");
|
||||
}
|
||||
|
||||
|
||||
/* 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");
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
После Ширина: | Высота: | Размер: 79 B |
После Ширина: | Высота: | Размер: 127 B |
После Ширина: | Высота: | Размер: 872 B |
После Ширина: | Высота: | Размер: 1.3 KiB |
|
@ -0,0 +1,27 @@
|
|||
/*
|
||||
* 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; }
|
||||
|
После Ширина: | Высота: | Размер: 80 B |
После Ширина: | Высота: | Размер: 76 B |
После Ширина: | Высота: | Размер: 90 B |
После Ширина: | Высота: | Размер: 73 B |
После Ширина: | Высота: | Размер: 111 B |
После Ширина: | Высота: | Размер: 79 B |
|
@ -0,0 +1,303 @@
|
|||
/* -*- 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/);
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
|
||||
@namespace html url("http://www.w3.org/TR/REC-html40"); /* 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
|
||||
*/
|
||||
#results_box {
|
||||
border-left: 8px solid #CCCCCC;
|
||||
min-width: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* toolbar button images
|
||||
*/
|
||||
#getmsg-btn {
|
||||
list-style-image:url("chrome://messenger/skin/getmsg.gif");
|
||||
}
|
||||
|
||||
#newmsg-btn{
|
||||
list-style-image:url("chrome://messenger/skin/newmsg.gif");
|
||||
}
|
||||
|
||||
#reply-btn{
|
||||
list-style-image:url("chrome://messenger/skin/reply.gif");
|
||||
}
|
||||
|
||||
#replyall-btn{
|
||||
list-style-image:url("chrome://messenger/skin/replyall.gif");
|
||||
}
|
||||
|
||||
#forward-btn{
|
||||
list-style-image:url("chrome://messenger/skin/forward.gif");
|
||||
}
|
||||
|
||||
#file-btn{
|
||||
list-style-image:url("chrome://messenger/skin/file.gif");
|
||||
}
|
||||
|
||||
#next-btn{
|
||||
list-style-image:url("chrome://messenger/skin/next.gif");
|
||||
}
|
||||
|
||||
#delete-btn{
|
||||
list-style-image:url("chrome://messenger/skin/trash.gif");
|
||||
}
|
||||
|
||||
#print-btn{
|
||||
list-style-image:url("chrome://messenger/skin/print.gif");
|
||||
}
|
||||
|
||||
#stop-btn{
|
||||
list-style-image:url("chrome://messenger/skin/stop.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");
|
||||
}
|
||||
|
||||
#button_getmsg {
|
||||
list-style-image:url("chrome://messenger/skin/getmsg.gif");
|
||||
}
|
||||
|
||||
#button_newmsg {
|
||||
list-style-image:url("chrome://messenger/skin/newmsg.gif");
|
||||
}
|
||||
|
||||
#button_reply {
|
||||
list-style-image:url("chrome://messenger/skin/reply.gif");
|
||||
}
|
||||
|
||||
#button_replyall {
|
||||
list-style-image:url("chrome://messenger/skin/replyall.gif");
|
||||
}
|
||||
|
||||
#button_forward {
|
||||
list-style-image:url("chrome://messenger/skin/forward.gif");
|
||||
}
|
||||
|
||||
#button_file {
|
||||
list-style-image:url("chrome://messenger/skin/file.gif");
|
||||
}
|
||||
|
||||
#button_next {
|
||||
list-style-image:url("chrome://messenger/skin/next.gif");
|
||||
}
|
||||
|
||||
#button_delete {
|
||||
list-style-image:url("chrome://messenger/skin/trash.gif");
|
||||
}
|
||||
|
||||
#button_print {
|
||||
list-style-image:url("chrome://global/skin/print.gif");
|
||||
}
|
||||
|
||||
#button_stop {
|
||||
list-style-image:url("chrome://global/skin/stop.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
|
||||
*/
|
||||
|
||||
treeitem[Enabled="true"] > treerow > treecell.enabledcol > .tree-button {
|
||||
list-style-image: url("chrome://messenger/skin/unreadmail.gif");
|
||||
}
|
||||
|
||||
treecell.enabledcol > .tree-button {
|
||||
list-style-image: url("chrome://messenger/skin/readmail.gif");
|
||||
}
|
После Ширина: | Высота: | Размер: 858 B |
|
@ -0,0 +1,76 @@
|
|||
/*
|
||||
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/TR/REC-html40"); /* namespace for XUL elements */
|
||||
|
||||
spring.buttonTopSpacer { height: .3em; }
|
||||
spring.buttonSpacer { width: .5em; }
|
||||
box.headerBox { overflow: hidden; min-width:50px;}
|
||||
box.header-part1 { background-color: #EEEEEE; border: none; }
|
||||
box.header-part2 { background-color: #CCCCCC; border: none; }
|
||||
box.header-part3 { background-color: #CCCCCC; border: none; }
|
||||
|
||||
/* visibility: collapse ONLY works for things inside of boxes, if it isn't in a box, it won't
|
||||
work. Use hideNonBox for objects which aren't in a box such as the titlebutton for showing
|
||||
more or fewer email addresses
|
||||
*/
|
||||
[hide] { visibility: collapse; }
|
||||
[hideNonBox] { display: none;}
|
||||
|
||||
#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;
|
||||
}
|
||||
|
||||
titledbutton.emailDisplayButton {
|
||||
align: right;
|
||||
color: blue;
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
max-height: 15px;
|
||||
}
|
||||
|
||||
titledbutton.showMoreAddressesButton {
|
||||
list-style-image:url("chrome://messenger/skin/more.gif");
|
||||
}
|
||||
|
||||
titledbutton.showFewerAddressesButton {
|
||||
list-style-image:url("chrome://messenger/skin/less.gif");
|
||||
}
|
||||
|
||||
html|div.headerValue { white-space: normal; min-width: 50px; }
|
||||
html|div.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; }
|
После Ширина: | Высота: | Размер: 84 B |
После Ширина: | Высота: | Размер: 82 B |
|
@ -0,0 +1,10 @@
|
|||
|
||||
#classic
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/winclassic.gif");
|
||||
}
|
||||
|
||||
#wide
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/winwide.gif");
|
||||
}
|
После Ширина: | Высота: | Размер: 841 B |
После Ширина: | Высота: | Размер: 79 B |
После Ширина: | Высота: | Размер: 84 B |
После Ширина: | Высота: | Размер: 105 B |
После Ширина: | Высота: | Размер: 76 B |
После Ширина: | Высота: | Размер: 106 B |
После Ширина: | Высота: | Размер: 75 B |
После Ширина: | Высота: | Размер: 165 B |
После Ширина: | Высота: | Размер: 140 B |
После Ширина: | Высота: | Размер: 101 B |
После Ширина: | Высота: | Размер: 157 B |
|
@ -0,0 +1,29 @@
|
|||
/* -*- 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://global/skin/global.css);
|
||||
|
||||
.subscribedcol {
|
||||
list-style-image: url("chrome://messenger/skin/dot.gif");
|
||||
}
|
||||
|
||||
.subscribedcol[value="true"] {
|
||||
list-style-image: url("chrome://messenger/skin/check.gif");
|
||||
}
|
|
@ -0,0 +1,102 @@
|
|||
/* -*- 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[value="Highest"]
|
||||
{
|
||||
color:red;
|
||||
}
|
||||
|
||||
.prioritycol[value="High"]
|
||||
{
|
||||
color: rgb(128, 0, 0);
|
||||
}
|
||||
|
||||
.prioritycol[value="Lowest"]
|
||||
{
|
||||
color: rgb(170, 170, 170);
|
||||
}
|
||||
|
||||
.prioritycol[value="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");
|
||||
}
|
После Ширина: | Высота: | Размер: 1.2 KiB |
После Ширина: | Высота: | Размер: 898 B |
После Ширина: | Высота: | Размер: 72 B |
После Ширина: | Высота: | Размер: 1.2 KiB |