XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt

This commit is contained in:
hewitt%netscape.com 2007-09-06 21:58:42 +00:00
Родитель 371d43931e
Коммит 9fa98f4978
248 изменённых файлов: 9798 добавлений и 6137 удалений

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

@ -32,22 +32,9 @@ else
THEME_PLATFORM = win
endif
DIRS = communicator/bookmarks/$(THEME_PLATFORM) \
communicator/search/$(THEME_PLATFORM) \
communicator/sidebar/$(THEME_PLATFORM) \
communicator/$(THEME_PLATFORM) \
global/$(THEME_PLATFORM) \
messenger/$(THEME_PLATFORM) \
messenger/addressbook/$(THEME_PLATFORM) \
preview/$(THEME_PLATFORM) \
editor/$(THEME_PLATFORM) \
navigator/$(THEME_PLATFORM) \
DIRS = global/$(THEME_PLATFORM) \
$(NULL)
ifeq ($(THEME_PLATFORM),mac)
DIRS += communicator/profile/$(THEME_PLATFORM)
endif
include $(topsrcdir)/config/rules.mk
libs::

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

@ -1,125 +1,135 @@
@import url(chrome://communicator/skin/bookmarks/bookmarks.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):
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ===== bookmarksToolbar.css ===========================================
== Styles specific to bookmark items in a toolbar.
======================================================================= */
/* ::::: bookmark toolbarbuttons ::::: */
@import url("chrome://communicator/skin/bookmarks/bookmarks.css");
/* ::::: bookmark toolbar buttons ::::: */
/* ..... bookmark items ..... */
toolbarbutton.bookmark-item {
cursor : pointer;
min-width : 0px;
max-width : 13em;
cursor: pointer;
min-width: 0px;
max-width: 13em;
}
toolbarbutton.bookmark-item:not([container="true"]) {
border-right : 2px solid transparent !important;
border-left : 2px solid transparent !important;
}
toolbarbutton.bookmark-item[container="true"] {
cursor : default;
}
toolbarbutton.bookmark-item > .toolbarbutton-box > .toolbarbutton-dropmarker {
display : none;
}
toolbarbutton.bookmark-item:hover {
color : #0000FF;
text-decoration : underline;
text-decoration: underline;
color: #0000FF;
}
toolbarbutton.bookmark-item:not([container="true"]):hover:active {
color: #FF0000 !important;
}
toolbarbutton.bookmark-item[container="true"],
toolbarbutton.bookmark-item[container="true"]:hover {
text-decoration : none;
cursor: default;
text-decoration: none;
}
toolbarbutton.bookmark-item[disabled="true"],
toolbarbutton.bookmark-item:not([container="true"]):hover,
toolbarbutton.bookmark-item:not([container="true"]):hover:active,
toolbarbutton.bookmark-item:not([container="true"]):hover > .toolbarbutton-box,
toolbarbutton.bookmark-item:not([container="true"]):hover:active > .toolbarbutton-box {
border: 1px solid transparent;
toolbarbutton.bookmark-item:not([container="true"]):hover:active {
border: 2px solid transparent !important;
-moz-border-top-colors: transparent !important;
-moz-border-right-colors: transparent !important;
-moz-border-bottom-colors: transparent !important;
-moz-border-left-colors: transparent !important;
background: transparent !important;
}
toolbarbutton.bookmark-item:not([container="true"]):hover:active,
toolbarbutton.bookmark-item:not([container="true"]):hover:active > .toolbarbutton-box {
color: #FF0000;
}
toolbarbutton.bookmark-item[disabled="true"],
toolbarbutton.bookmark-item[disabled="true"]:hover,
toolbarbutton.bookmark-item[disabled="true"]:hover:active
{
color : GrayText;
text-decoration : none;
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item-disabled.gif");
cursor : default;
toolbarbutton.bookmark-item[disabled="true"]:hover:active {
color: GrayText !important;
}
toolbarbutton.bookmark-item[disabled="true"][container="true"],
toolbarbutton.bookmark-item[disabled="true"][container="true"]:hover,
toolbarbutton.bookmark-item[disabled="true"][container="true"]:hover:active
{
border : 1px solid transparent !important;
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-disabled.gif");
toolbarbutton.bookmark-item[disabled="true"] {
cursor: default !important;
text-decoration: none !important;
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-disabled.gif") !important;
}
.menuitem-iconic.bookmark-item[disabled="true"]
{
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item-disabled.gif");
toolbarbutton.bookmark-item[disabled="true"][container="true"] {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-disabled.gif");
}
.menu-iconic.bookmark-item[disabled="true"][container="true"]
{
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-disabled.gif");
.bookmark-item > .toolbarbutton-icon {
width: 16px;
height: 16px;
}
/* ::::: toolbarbutton drag and drop feedback ::::: */
toolbarbutton.bookmark-item[dragover-right="true"] {
border-right : 2px solid ThreeDDarkShadow !important;
.bookmark-item > .toolbarbutton-menu-dropmarker {
display: none;
}
/* ..... drag and drop styles ..... */
toolbarbutton.bookmark-item[dragover-left="true"] {
border-left : 2px solid ThreeDDarkShadow !important;
}
.toolbarbutton-text[dragover-top="true"] {
background-color : ThreeDDarkShadow;
color : ThreeDHighlight;
border-left-color: ThreeDDarkShadow;
}
/* ::::: menu drag and drop feedback ::::: */
menuitem[dragover-top="true"].bookmark-item {
border-top : 1px solid ThreeDDarkShadow !important;
toolbarbutton.bookmark-item[dragover-right="true"] {
border-right-color: ThreeDDarkShadow;
}
menu[dragover-top="true"].bookmark-item {
border-top : 1px solid ThreeDDarkShadow !important;
toolbarbutton.bookmark-item[dragover-top="true"] {
border: 1px solid ThreeDDarkShadow;
}
/* ::::: bookmark menus ::::: */
menu.bookmark-item,
menuitem.bookmark-item {
border-top: 1px solid transparent !important;
border-bottom: 1px solid transparent !important;
padding: 1px 2px;
}
.menuitem-iconic.bookmark-item[disabled="true"] {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-disabled.gif");
}
.menu-iconic.bookmark-item[disabled="true"][container="true"] {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-disabled.gif");
}
/* ..... drag and drop styles ..... */
menu.bookmark-item[dragover-top="true"],
menuitem.bookmark-item[dragover-top="true"] {
border-top: 1px solid ThreeDDarkShadow !important;
}
menuitem.bookmark-item {
border-top : 1px solid transparent !important;
border-bottom : 1px solid transparent !important;
}
menu.bookmark-item {
border-top : 1px solid transparent !important;
border-bottom : 1px solid transparent !important;
}
menu[dragover="true"].bookmark-item {
background-color : Highlight !important;
color : HighlightText !important;
menu.bookmark-item[dragover-bottom="true"],
menuitem.bookmark-item[dragover-bottom="true"] {
border-bottom: 1px solid ThreeDDarkShadow !important;
}
menuitem[dragover-bottom="true"].bookmark-item {
border-bottom : 1px solid ThreeDDarkShadow !important;
menu.bookmark-item[dragover="true"] {
background: Highlight !important;
color: HighlightText !important;
}
menu[dragover-bottom="true"].bookmark-item {
border-bottom : 1px solid ThreeDDarkShadow !important;
}

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

@ -37,8 +37,8 @@
*
* ***** END LICENSE BLOCK ***** */
@import url(chrome://communicator/skin/bookmarks/bookmarks.css);
@import url(chrome://communicator/skin/bookmarks/platformBookmarks.css);
@import url("chrome://communicator/skin/bookmarks/bookmarks.css");
@import url("chrome://communicator/skin/bookmarks/platformBookmarks.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

Двоичные данные
suite/themes/classic/communicator/bookmarks/location-act.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 175 B

Двоичные данные
suite/themes/classic/communicator/bookmarks/location-dis.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 160 B

Двоичные данные
suite/themes/classic/communicator/bookmarks/location-hov.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 175 B

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

@ -0,0 +1,57 @@
/*
* 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):
*
*/
/* ==== brand.css ===========================================================
== Styles related to branding in the Communicator suite.
========================================================================== */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#navigator-throbber {
-moz-binding: url("chrome://global/content/bindings/button.xml#button-image");
-moz-user-focus: ignore;
-moz-box-align: center;
-moz-box-pack: center;
margin: 1px 2px 1px 10px;
border: 2px solid;
-moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight;
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
-moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight;
-moz-border-radius: 0;
padding: 1px;
min-width: 0;
list-style-image: url("chrome://communicator/skin/brand/throbber-single.gif");
}
#navigator-throbber:hover:active {
-moz-border-top-colors: ThreeDDarkShadow ThreeDShadow;
-moz-border-right-colors: ThreeDDarkShadow ThreeDHighlight;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDHighlight;
-moz-border-left-colors: ThreeDDarkShadow ThreeDShadow;
}
#navigator-throbber[busy="true"] {
list-style-image: url("chrome://communicator/skin/brand/throbber-anim.gif");
}

Двоичные данные
suite/themes/classic/communicator/brand/throbber-anim.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 23 KiB

Двоичные данные
suite/themes/classic/communicator/brand/throbber-single.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 1.4 KiB

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

@ -0,0 +1,111 @@
/*
* 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):
*
*/
/* ==== button.css ==========================================================
== Styles for special buttons in the Communicator suite.
========================================================================== */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: large toolbar buttons ::::: */
.toolbarbutton-1,
.toolbarbutton-1 > .toolbarbutton-menubutton-button {
min-width: 47px;
-moz-box-orient: vertical;
}
.toolbarbutton-1[type="menu-button"] {
-moz-box-orient: horizontal;
}
.toolbarbutton-1,
.toolbarbutton-1 > .toolbarbutton-menubutton-button,
.toolbarbutton-1[disabled="true"]:hover:active {
padding: 2px 7px 2px 6px;
}
.toolbarbutton-1:hover:active,
.toolbarbutton-1[open="true"],
.toolbarbutton-1[buttondown="true"] > .toolbarbutton-menubutton-button {
padding: 3px 6px 1px 7px;
}
.toolbarbutton-1[type="menu-button"],
.toolbarbutton-1[type="menu-button"]:hover:active,
.toolbarbutton-1[type="menu-button"][open="true"] {
padding: 0;
}
.toolbarbutton-1[type="menu"] > .toolbarbutton-menu-dropmarker {
display: none;
}
/* ::::: standard toolbar buttons ::::: */
.button-toolbar {
-moz-user-focus: ignore;
border: 2px solid;
-moz-border-radius: 0;
min-width: 0;
background-color: transparent;
}
.button-toolbar > .button-box {
margin: 0;
padding: 1px 2px;
}
.button-toolbar:hover:active > .button-box {
padding: 2px 1px 0px 3px;
}
.button-toolbar > .button-box > .button-icon,
.button-toolbar > .button-box > .button-text {
margin-right: 2px;
}
.button-toolbar,
.button-toolbar[disabled="true"]:hover,
.button-toolbar[disabled="true"]:hover:active {
border: 2px solid;
-moz-border-top-colors: transparent ThreeDHighlight;
-moz-border-right-colors: transparent ThreeDShadow;
-moz-border-bottom-colors: transparent ThreeDShadow;
-moz-border-left-colors: transparent ThreeDHighlight;
}
.button-toolbar:hover {
-moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight;
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
-moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight;
}
.button-toolbar:hover:active {
-moz-border-top-colors: ThreeDDarkShadow ThreeDShadow;
-moz-border-right-colors: ThreeDDarkShadow ThreeDHighlight;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDHighlight;
-moz-border-left-colors: ThreeDDarkShadow ThreeDShadow;
}

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

@ -0,0 +1,100 @@
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
*
* 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.org code.
*
* The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Joe Hewitt <hewitt@netscape.com>
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
/* ==== communicator.css ====================================================
== Styles shared everywhere throughout the Communicator suite.
========================================================================== */
@import url("chrome://global/skin/");
@import url("chrome://communicator/skin/brand.css");
@import url("chrome://communicator/skin/button.css");
@import url("chrome://communicator/skin/formatting.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: online/offline icons ::::: */
#offline-status[offline="true"] {
list-style-image: url("chrome://communicator/skin/icons/offline.gif");
}
#offline-status {
list-style-image: url("chrome://communicator/skin/icons/online.gif");
}
/* ::::: directional button icons ::::: */
.up {
min-width: 0px;
list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
}
.up[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-up-dis.gif");
}
.down {
min-width: 0px;
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
}
.down[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
}
.up {
list-style-image:url("chrome://global/skin/scroll-up.gif");
min-width: 0px;
}
.up[disabled="true"] {
list-style-image:url("chrome://global/skin/scroll-up-disabled.gif");
}
.down {
min-width: 0px;
list-style-image:url("chrome://global/skin/scroll-down.gif");
}
.down[disabled="true"] {
list-style-image:url("chrome://global/skin/scroll-down-disabled.gif");
}
.sidebarTree {
border: none;
margin: 0px !important;
}

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

@ -0,0 +1,51 @@
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
*
* 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.org code.
*
* The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Joe Hewitt <hewitt@netscape.com>
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
/* ==== dialogs.css ==================================================
== Styles used by certain dialogs in the Communicator suite.
====================================================================== */
@import url("chrome://communicator/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: turbo confirmation dialog ::::: */
#turboTrayImage {
list-style-image: url("chrome://communicator/skin/icons/turbo-systray.gif");
border: 2px inset ThreeDFace !important;
}

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

@ -41,7 +41,7 @@
*/
@import url(chrome://communicator/skin/);
@import url("chrome://communicator/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@ -50,7 +50,6 @@
border: none;
}
/* Hide twisty for files */
.treecell-indent[type="FILE"] > .tree-cell-twisty
{
@ -59,33 +58,19 @@
.treecell-filename
{
list-style-image : url("chrome://communicator/skin/directory/file-icon.gif");
list-style-image : url("chrome://communicator/skin/directory/file.gif");
}
treeitem[selected="true"] > treerow > .treecell-filename
{
list-style-image : url("chrome://communicator/skin/directory/file-icon-sel.gif");
}
treeitem[container="true"] > treerow > .treecell-filename
{
list-style-image : url("chrome://communicator/skin/directory/file-folder-closed.gif");
}
treeitem[container="true"][selected="true"] > treerow > .treecell-filename
{
list-style-image : url("chrome://communicator/skin/directory/file-folder-closed-sel.gif");
list-style-image : url("chrome://communicator/skin/directory/folder-clsd.gif");
}
treeitem[container="true"][open="true"] > treerow > .treecell-filename
{
list-style-image : url("chrome://communicator/skin/directory/file-folder-open.gif");
list-style-image : url("chrome://communicator/skin/directory/folder-open.gif");
}
treeitem[container="true"][open="true"][selected="true"] > treerow > .treecell-filename
{
list-style-image : url("chrome://communicator/skin/directory/file-folder-open-sel.gif");
}
/* Show an animated icon when a directory/symlink is loading */
treeitem[type="SYMBOLIC-LINK"][loading="true"] > treerow > .treecell-filename > .tree-cell-twisty,
treeitem[type="DIRECTORY"][loading="true"] > treerow > treecell > .tree-cell-twisty

Двоичные данные
suite/themes/classic/communicator/directory/file.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 100 B

Двоичные данные
suite/themes/classic/communicator/directory/folder-clsd.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 115 B

Двоичные данные
suite/themes/classic/communicator/directory/folder-open.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 127 B

Двоичные данные
suite/themes/classic/communicator/icons/loading.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 288 B

Двоичные данные
suite/themes/classic/communicator/icons/turbo-systray.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 1.1 KiB

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

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

@ -0,0 +1,83 @@
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
*
* 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.org code.
*
* The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Joe Hewitt <hewitt@netscape.com>
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
/* ==== prefpanels.css ==================================================
== Styles used by all preference panels in the Communicator suite.
====================================================================== */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: Themes ::::: */
#skinsTree {
height: 80px;
}
#previewImageContainer {
padding: 2px;
height: 93px;
background-color: #000000;
}
#previewImage {
max-width: 380px;
}
/* ::::: Fonts ::::: */
#sizeVar,
#sizeMono {
width: 4em;
}
#mouseWheelMode {
width: 9em;
}
/* ::::: Smart Browsing ::::: */
#disabledDomains {
max-height: 13em;
}
/* ::::: File icon (32x32) ::::: */
.file-icon-large {
list-style-image: url("chrome://communicator/skin/icons/content-large.gif");
}

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

@ -24,7 +24,7 @@
*
*/
@import url(chrome://global/skin/global.css);
@import url("chrome://global/skin/global.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

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

@ -1,14 +1,14 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#dialoginfo {
width: 36em;
width: 36em;
}
#table-housing {
background-color: white;
height: 100%;
background-color: white;
height: 100%;
}
#buttons-box {
margin-left: 1em;
margin-left: 1em;
}

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

@ -0,0 +1,32 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#multi-results-header
{
background-color : inactivecaption;
color : inactivecaptiontext;
border : 1px outset inactivecaption;
font-weight : bold;
padding : 3px 0px 2px 6px;
}
#engineTabs
{
padding : 2px 0px 2px 0px;
background-color : ThreeDFace;
border-left : 1px solid ThreeDHighlight;
border-top : 1px solid ThreeDHighlight;
border-right : 1px solid ThreeDShadow;
}
#internetresultstree
{
border-right : none;
border-left : none;
border-bottom : none;
}
#internetresultstree > .tree-container-treerows
{
border-right : none;
border-left : none;
}

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

@ -0,0 +1,49 @@
/* -*- Mode: C; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
*
* 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.org code.
*
* The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#add-button
{
list-style-image : url("chrome://global/skin/scroll-right.gif");
}
#remove-button
{
list-style-image : url("chrome://global/skin/scroll-left.gif");
}

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

@ -0,0 +1,46 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.engine[loading="true"]
{
list-style-image : url("resource:/res/rdf/loading.gif") ! important ;
}
.iconic
{
list-style-image : url("resource:/res/rdf/document.gif") ! important ;
}
.searchresult-cell:hover
{
color : blue;
text-decoration : underline;
cursor : pointer;
}
.searchresult-cell:hover:active
{
color : red;
text-decoration : underline;
}
.searchresult-item[selected="true"] > .searchresult
{
background-color : transparent;
color : windowtext;
}
.groove-bottom
{
border-bottom : 1px solid ThreeDShadow;
}
#results-splitter
{
border-right : 1px solid ThreeDShadow;
border-left : 1px solid ThreeDHighlight;
}
#searchButton[stop="true"]
{
list-style-image : url("resource:/res/rdf/loading.gif");
}

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

@ -0,0 +1,71 @@
/* -*- Mode: C; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
*
* 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.org code.
*
* The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.treecell-panel
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}
.treecell-panel[haslink="true"],
treeitem[container="true"] > treerow > .treecell-panel
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
}
treeitem[selected="true"] > treerow > .treecell-panel[haslink="true"],
treeitem[selected="true"][container="true"] > treerow > .treecell-panel
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
}
treeitem[container="true"][open="true"] > treerow > .treecell-panel
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
}
treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-panel
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
}
#header {
list-style-image: url("chrome://communicator/skin/sidebar/sidebar-icon.gif");
}
box#reorder {
-moz-box-pack: center;
}

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

@ -0,0 +1,53 @@
/* -*- Mode: C; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
*
* 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.org code.
*
* The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/*
Style rules specific to the Preview dialog.
*/
iframe#previewframe {
min-width: 10px;
min-height: 10px;
width: 162px;
height: 300px;
border: none;
margin: 0px;
}

Двоичные данные
suite/themes/classic/communicator/sidebar/sbtab-twisty-open.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 60 B

Двоичные данные
suite/themes/classic/communicator/sidebar/sbtab-twisty.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 60 B

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

@ -0,0 +1,153 @@
/*
* 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):
* Joe Hewitt <hewitt@netscape.com>
*
*/
/* ===== sidebar.css ====================================================
== Styles used by the Sidebar panel and Sidebar tabs.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#sidebar-box {
border-left: 1px solid ThreeDShadow;
border-right: 1px solid ThreeDHighlight;
background-color: AppWorkspace;
}
/* ::::: sidebar header ::::: */
.sidebarheader-main {
border: 1px outset InactiveCaption;
background-color: InactiveCaption;
color: InactiveCaptionText;
padding: 1px 2px 1px 6px;
}
#sidebar-panel-picker {
color: inherit;
}
#sidebar-panel-picker > .toolbarbutton-dropmarker {
padding-left: 2px;
padding-right: 2px;
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
}
.sidebar-header-text {
font-weight: bold;
}
/* ..... close button ..... */
#sidebar-close-button {
-moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton-image");
padding: 1px 3px 1px 4px;
list-style-image: url("chrome://global/skin/icons/close-button.gif");
}
/* ::::: sidebar panel ::::: */
.sidebar-iframe-no-panels,
.loadarea {
background-color: -moz-Field;
color: -moz-FieldText;
}
.iframe-panel {
border-left: 1px solid ThreeDHighlight;
border-bottom: 1px solid ThreeDShadow;
border-right: 1px solid ThreeDShadow;
}
/* ::::: loading info ::::: */
.text-panel-loading {
margin: 5px 0px;
}
.image-panel-loading {
margin: 5px;
list-style-image: url("chrome://communicator/skin/icons/loading.gif");
}
/* ::::: sidebar tabs ::::: */
.box-texttab {
-moz-binding: url("chrome://communicator/skin/sidebar/sidebarBindings.xml#sbtab");
-moz-box-align: center;
cursor: pointer;
background-color: -moz-Dialog;
color: -moz-DialogText;
}
.box-texttab,
.box-texttab[selected="true"],
.box-texttab[selected="true"]:hover,
.box-texttab[selected="true"]:hover:active {
border: 2px solid;
-moz-border-top-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-right-colors: ThreeDShadow ThreeDLightShadow;
-moz-border-bottom-colors: ThreeDShadow ThreeDLightShadow;
-moz-border-left-colors: ThreeDHighlight ThreeDLightShadow;
padding: 2px 1px 2px 0px;
}
.box-texttab:hover {
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
}
.box-texttab:hover:active {
-moz-border-top-colors: ThreeDShadow ThreeDLightShadow;
-moz-border-right-colors: ThreeDShadow ThreeDLightShadow;
-moz-border-bottom-colors: ThreeDShadow ThreeDLightShadow;
-moz-border-left-colors: ThreeDShadow ThreeDLightShadow;
}
.sbtab-label {
margin: 0px 0px 0px 0px !important;
}
.sbtab-twisty {
margin: 0px 7px;
list-style-image: url("chrome://communicator/skin/sidebar/sbtab-twisty.gif");
}
.sbtab-texture {
margin: 2px 0px;
background: url("chrome://global/skin/toolbar/tbgrip-texture.gif") repeat-y;
width: 12px;
height: 12px;
}
.box-texttab[selected="true"] {
font-weight: bold;
cursor: default;
}
.sbtab-twisty[selected="true"] {
list-style-image: url("chrome://communicator/skin/sidebar/sbtab-twisty-open.gif");
}

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

@ -0,0 +1,16 @@
<?xml version="1.0"?>
<bindings id="sidebarBindings"
xmlns="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<binding id="sbtab" extends="xul:button">
<content>
<xul:image class="sbtab-twisty" inherits="selected"/>
<xul:label class="sbtab-label" inherits="value=label" crop="right"/>
<xul:spacer flex="1"/>
<xul:image class="sbtab-texture"/>
</content>
</binding>
</bindings>

Двоичные данные
suite/themes/classic/communicator/taskbar/addressbook-hov.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 105 B

Двоичные данные
suite/themes/classic/communicator/taskbar/addressbook.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 132 B

Двоичные данные
suite/themes/classic/communicator/taskbar/composer-hov.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 934 B

Двоичные данные
suite/themes/classic/communicator/taskbar/composer.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 932 B

Двоичные данные
suite/themes/classic/communicator/taskbar/mail-hov.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 941 B

Двоичные данные
suite/themes/classic/communicator/taskbar/mail.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 929 B

Двоичные данные
suite/themes/classic/communicator/taskbar/mailnew-hov.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 953 B

Двоичные данные
suite/themes/classic/communicator/taskbar/mailnew.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 938 B

Двоичные данные
suite/themes/classic/communicator/taskbar/navigator-hov.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 938 B

Двоичные данные
suite/themes/classic/communicator/taskbar/navigator.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 941 B

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

@ -0,0 +1,79 @@
/*
* 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):
*
*/
/* ==== tasksOverlay.css ================================================
== Styles used by the the overlay which contains tasks related
== content, such as the taskbar and product launcher icons.
====================================================================== */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: communicator product icons ::::: */
#mini-nav {
list-style-image: url("chrome://communicator/skin/taskbar/navigator.gif");
margin-right: 2px;
}
#mini-nav:hover {
list-style-image: url("chrome://communicator/skin/taskbar/navigator-hov.gif");
}
#mini-mail {
list-style-image: url("chrome://communicator/skin/taskbar/mail.gif");
margin-left: 1px;
}
#mini-mail:hover {
list-style-image: url("chrome://communicator/skin/taskbar/mail-hov.gif");
}
#mini-mail[BiffState="NewMail"] {
list-style-image: url("chrome://communicator/skin/taskbar/mailnew.gif");
}
#mini-mail[BiffState="NewMail"]:hover {
list-style-image: url("chrome://communicator/skin/taskbar/mailnew-hov.gif");
}
#mini-addr {
list-style-image: url("chrome://communicator/skin/taskbar/addressbook.gif");
}
#mini-addr:hover {
list-style-image: url("chrome://communicator/skin/taskbar/addressbook-hov.gif");
}
#mini-comp {
list-style-image: url("chrome://communicator/skin/taskbar/composer.gif");
}
#mini-comp:hover {
list-style-image: url("chrome://communicator/skin/taskbar/composer-hov.gif");
}
/* ::::: component bar ::::: */
#component-bar {
-moz-box-align: stretch;
}

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

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

@ -37,7 +37,7 @@
*
* ***** END LICENSE BLOCK ***** */
@import url(chrome://global/skin);
@import url("chrome://global/skin");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

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

@ -0,0 +1,91 @@
/*
* 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) 2000 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
* Dan Haddix
* Brian King
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
toolbar#toolbox {
margin :0px;
padding: 4px; 0px; 0px; 0px;
}
toolbar#toolbox button.tool:active {
margin: 2px 0px 0px 2px;
}
toolbar#toolbox button.tool[toggled="1"] {
margin: 2px 0px 0px 2px;
border: 1px white inset;
}
toolbar#toolbox button.tool {
border: 1px solid transparent;
margin: 1px 1px 1px 1px;
padding: 2px;
text-decoration: none;
color: inherit;
}
toolbar.toolbox > toolbargrippy {
visibility: collapse;
}
#pointerButton {
list-style-image:url("chrome://editor/skin/images/Map_pointerTool.gif");
}
#rectButton {
list-style-image:url("chrome://editor/skin/images/Map_rectangleTool.gif");
}
#cirButton {
list-style-image:url("chrome://editor/skin/images/Map_circleTool.gif");
}
#polyButton {
list-style-image:url("chrome://editor/skin/images/Map_polygonTool.gif");
}
#cutButton {
list-style-image:url("chrome://editor/skin/images/Map_Cut.gif");
}
#copyButton {
list-style-image:url("chrome://editor/skin/images/Map_Copy.gif");
}
#pasteButton {
list-style-image:url("chrome://editor/skin/images/Map_Paste.gif");
}
#zoomInButton {
list-style-image:url("chrome://editor/skin/images/Map_zoomIn.gif");
}
#zoomOutButton {
list-style-image:url("chrome://editor/skin/images/Map_zoomOut.gif");
}
#contrastButton {
list-style-image:url("chrome://editor/skin/images/Map_contrast.gif");
}

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

@ -0,0 +1,43 @@
/*
* 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) 2000 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
* Dan Haddix
* Brian King
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.rect {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1 solid #0000ff;}
.cir {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1 solid #00ff00; -moz-border-radius: 50%;}
.poly {position:absolute; top:0px; left:0px; height:100%; width:100%;}
.point {position:absolute; top:1px; left:1px; height:3px; width:3px; background-color:#ff0000;}
.pointStart {position:absolute; top:1px; left:1px; height:3px; width:3px; background-color:#8000ff;}
.handletl {position:absolute; top:-5px; left:-5px; height:5px; width:5px; background-color:#ff00ff;}
.handletr {position:absolute; top:-5px; left:100%; height:5px; width:5px; background-color:#ff00ff;}
.handlebl {position:absolute; top:100%; left:-5px; height:5px; width:5px; background-color:#ff00ff;}
.handlebr {position:absolute; top:100%; left:100%; height:5px; width:5px; background-color:#ff00ff;}
.handlel {position:absolute; top:48%; left:-5px; height:5px; width:5px; background-color:#ff00ff;}
.handler {position:absolute; top:48%; left:100%; height:5px; width:5px; background-color:#ff00ff;}
.handlet {position:absolute; top:-5px; left:48%; height:5px; width:5px; background-color:#ff00ff;}
.handleb {position:absolute; top:100%; left:48%; height:5px; width:5px; background-color:#ff00ff;}
#marquee {position:absolute; top:1px; left:-5px; height:-5px; width:1px; border: 1 dashed #0000ff; z-index:10000; visibility: hidden;}
#bgDiv {position:absolute; top:0px; left:0px; width:1; background:url("chrome://editor/skin/images/Map_checker.gif"); background-color: white; cursor: inherit;}
BODY {background-color:appworkspace;}
HTML {height: 100%;}

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

@ -0,0 +1,298 @@
/*
* 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
*/
/*
THIS FILE IS LOCKED DOWN. YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT FIRST HAVING YOUR
CHANGES REVIEWED BY cmanske@netscape.com.
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* The defaults are WAY to big! */
groupbox {
margin: 2px 5px /* 4px 5px */;
padding-top: 2px;
padding-bottom: 4px;
}
.MinWidth5em {
min-width: 5em;
}
.MinWidth10em {
min-width: 10em;
}
.MinWidth15em {
min-width: 15em;
}
.MinWidth20em {
min-width: 20em;
}
.big-left-margin {
margin-left: 10px;
}
.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}
.larger {
font-size: 120%;
}
.narrow {
width: 3em;
}
.wrap {
width: 1em;
}
.menuitem-highlight-1 {
font-weight : bold;
}
/* Use this with groove-thin in dialogs
to add margins to top and bottom
*/
.tb-margin {
margin-top : 6px;
margin-bottom : 6px;
}
.color-well {
width: 20px;
height: 12px;
border: 1px inset #CCCCCC;
}
.color-well[default="true"] {
border: 1px solid transparent;
background-color: inherit;
}
.color-button {
/* override large default min-width */
min-width : 0px;
margin: 2px;
}
.menu-list[focused="true"] {
color: white;
}
#ColorPicker {
-moz-user-focus: normal;
}
#ColorPickerSwatch {
border : 2px outset #CCCCCC;
width: 25px;
height: 20px;
margin: 0px 3px 0px 0px;
}
#ColorPickerSwatch[default="true"] {
border : 2px solid transparent;
background-color: inherit;
}
#LastPickedColor {
width: 17px;
height: 13px;
border: 1px inset #CCCCCC;
margin: 1px 2px 2px 4px;
}
/* temporary -- we need a simple box-based list defined in XBL */
tree.list {
border: 1px inset #CCCCCC;
/* same as in menulist.css */
margin: 1px 5px 2px 5px;
width: 10em;
height: 3em;
/* use rows="#" in XUL to define height */
}
#ColorPreview {
border: 1px inset #CCCCCC;
margin-left: 10px;
padding-left: 5px;
padding-right: 5px;
min-width: 100px;
min-height: 50px;
}
#alignTypeSelect,label#alignLabel {
margin-left: 5px;
}
/* ::::: table properties dialog ::::: */
#MoreFewerButton[more="0"] {
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
min-width: 12em;
}
#MoreFewerButton[more="1"] {
list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
min-width: 12em;
}
#PreviousButton {
list-style-image: url("chrome://global/skin/arrow/arrow-lft.gif");
}
#NextButton {
list-style-image: url("chrome://global/skin/arrow/arrow-rit.gif");
}
#PreviousButton[type="row"] {
list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
}
#NextButton[type="row"] {
list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
}
/* ::::: spelling dialog ::::: */
#MisspelledWord {
font-weight: bold;
}
#ReplaceWordInput {
min-width: 16em;
width: 16em;
}
.spell-check {
min-width: 8em;
}
/* ::::: color picker ::::: */
/* use outset shape for a button look */
.colorpicker {
border: 1px outset #CCCCCC;
/* This should be the same as for textbox */
margin-left: 4px;
/* For a little extra space between buttons */
margin-bottom: 2px;
}
.colorpicker:active {
border: 1px inset #CCCCCC;
}
.smallspacer {
width: 3px;
height: 3px;
min-width: 3px;
min-height: 3px;
}
.spacer {
width: 5px;
height: 5px;
min-width: 5px;
min-height: 5px;
}
.bigspacer {
width: 10px;
height: 10px;
min-width: 10px;
min-height: 10px;
}
#alignTypeSelect {
height: 34px;
}
.align-menu[value="top"] {
list-style-image:url("chrome://editor/skin/icons/img-align-top.gif");
}
.align-menu[value="middle"] {
list-style-image:url("chrome://editor/skin/icons/img-align-middle.gif");
}
.align-menu[value="bottom"] {
list-style-image:url("chrome://editor/skin/icons/img-align-bottom.gif");
}
.align-menu[value="right"] {
list-style-image:url("chrome://editor/skin/icons/img-align-right.gif");
}
.align-menu[value="left"] {
list-style-image:url("chrome://editor/skin/icons/img-align-left.gif");
}
/* Don't change width/height of these without changing values in
GetOriginalWidth(), EdImageProps.js
*/
#preview-image-box {
border: 1px inset #CCCCCC;
width : 82px;
max-width : 82px;
min-width : 82px;
height : 52px;
max-height : 52px;
min-height : 52px;
margin : 6px 5px 6px 5px;
overflow : hidden;
}
#preview-image-holder {
padding : 0px;
margin : 0px;
}
/* Rest are from Ben Goodger for Advanced Edit dialog
These need reviewing and eliminate all but essential attributes */
/* Have made some mods and eliminated some unnecessary portions.
hope to merge most of the treecell formatting into global as some of
this "property list" style treecell formatting is used by cookie/signon
viewers. */
#tagLabel {
font-weight: bold;
}
/* styles for an attribute tree-table */
tree.AttributesTree {
min-width : 200px;
min-height: 200px;
}

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

@ -0,0 +1,65 @@
/*
* 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-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
* Joe Hewitt (hewitt@netscape.com)
*/
/* ==== editor.css ==========================================================
== Styles shared throughout the Editor application.
========================================================================== */
@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");
#content-frame {
min-width: 10px;
min-height: 10px;
height: 400px;
}
.source-editor,
.source-editor:focus {
margin: 0px 5px 5px 0px;
border: 0px;
/* Scroll bars are in content,
so we can't use right and bottom padding! */
padding: 5px 0px 0px 5px;
}
/* Multiline textarea for HTML source editing */
#content-source,
#doctype-text {
font-family: -moz-fixed;
}
#appcontent {
border-left: 1px solid ThreeDShadow;
border-top: 1px solid ThreeDDarkShadow;
border-right: 1px solid ThreeDHighlight;
}
#ContentWindowDeck {
border-left: 1px solid ThreeDDarkShadow;
border-right: 1px solid ThreeDLightShadow;
}

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

@ -0,0 +1,475 @@
/*
* 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-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
* Joe Hewitt (hewitt@netscape.com)
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: formatting buttons ::::: */
#FormatToolbar > toolbarbutton {
min-width: 3em;
}
#FormatToolbar > toolbarbutton > .toolbarbutton-text {
display: none;
}
#FormatToolbar > toolbarbutton {
list-style-image: url("chrome://editor/skin/icons/btn2.gif");
}
#DecreaseFontSizeButton {
-moz-image-region: rect(64px 14px 80px 0px);
}
#DecreaseFontSizeButton:hover {
-moz-image-region: rect(64px 28px 80px 14px);
}
#DecreaseFontSizeButton:hover:active {
-moz-image-region: rect(64px 42px 80px 28px);
}
#DecreaseFontSizeButton[disabled="true"] {
-moz-image-region: rect(64px 56px 80px 42px) !important;
}
#IncreaseFontSizeButton {
-moz-image-region: rect(81px 18px 98px 0px);
}
#IncreaseFontSizeButton:hover {
-moz-image-region: rect(81px 36px 98px 18px);
}
#IncreaseFontSizeButton:hover:active {
-moz-image-region: rect(81px 54px 98px 36px);
}
#IncreaseFontSizeButton[disabled="true"] {
-moz-image-region: rect(81px 72px 98px 54px) !important;
}
#boldButton {
-moz-image-region: rect(16px 16px 32px 0px);
}
#boldButton:hover {
-moz-image-region: rect(16px 32px 32px 16px);
}
#boldButton:hover:active {
-moz-image-region: rect(16px 48px 32px 32px);
}
#boldButton[checked="true"] {
-moz-image-region: rect(16px 16px 32px 0px);
}
#boldButton[disabled="true"] {
-moz-image-region: rect(16px 64px 32px 48px) !important;
}
#italicButton {
-moz-image-region: rect(98px 16px 114px 0px);
}
#italicButton:hover {
-moz-image-region: rect(98px 32px 114px 16px);
}
#italicButton:hover:active {
-moz-image-region: rect(98px 48px 114px 32px);
}
#italicButton[checked="true"] {
-moz-image-region: rect(98px 16px 114px 0px);
}
#italicButton[disabled="true"] {
-moz-image-region: rect(98px 64px 114px 48px) !important;
}
#underlineButton {
-moz-image-region: rect(114px 16px 130px 0px);
}
#underlineButton:hover {
-moz-image-region: rect(114px 32px 130px 16px);
}
#underlineButton:hover:active {
-moz-image-region: rect(114px 48px 130px 32px);
}
#underlineButton[checked="true"] {
-moz-image-region: rect(114px 16px 130px 0px);
}
#underlineButton[disabled="true"] {
-moz-image-region: rect(114px 64px 130px 48px) !important;
}
#ulButton {
-moz-image-region: rect(32px 16px 48px 0px);
}
#ulButton:hover {
-moz-image-region: rect(32px 32px 48px 16px);
}
#ulButton:hover:active {
-moz-image-region: rect(32px 48px 48px 32px);
}
#ulButton[checked="true"] {
-moz-image-region: rect(32px 16px 48px 0px);
}
#ulButton[disabled="true"] {
-moz-image-region: rect(32px 64px 48px 48px) !important;
}
#olButton {
-moz-image-region: rect(194px 16px 210px 0px);
}
#olButton:hover {
-moz-image-region: rect(194px 32px 210px 16px);
}
#olButton:hover:active {
-moz-image-region: rect(194px 48px 210px 32px);
}
#olButton[checked="true"] {
-moz-image-region: rect(194px 16px 210px 0px);
}
#olButton[disabled="true"] {
-moz-image-region: rect(194px 64px 210px 48px) !important;
}
#outdentButton {
-moz-image-region: rect(210px 16px 226px 0px);
}
#outdentButton:hover {
-moz-image-region: rect(210px 32px 226px 16px);
}
#outdentButton:hover:active {
-moz-image-region: rect(210px 48px 226px 32px);
}
#outdentButton[disabled="true"] {
-moz-image-region: rect(210px 64px 226px 48px) !important;
}
#indentButton {
-moz-image-region: rect(178px 16px 194px 0px);
}
#indentButton:hover {
-moz-image-region: rect(178px 32px 194px 16px);
}
#indentButton:hover:active {
-moz-image-region: rect(178px 48px 194px 32px);
}
#indentButton[disabled="true"] {
-moz-image-region: rect(178px 64px 194px 48px) !important;
}
#align-left-button {
-moz-image-region: rect(146px 16px 162px 0px);
}
#align-left-button:hover {
-moz-image-region: rect(146px 32px 162px 16px);
}
#align-left-button:hover:active {
-moz-image-region: rect(146px 48px 162px 32px);
}
#align-left-button[checked="true"] {
-moz-image-region: rect(146px 16px 162px 0px);
}
#align-left-button[disabled="true"] {
-moz-image-region: rect(146px 64px 162px 48px) !important;
}
#align-center-button {
-moz-image-region: rect(48px 16px 64px 0px);
}
#align-center-button:hover {
-moz-image-region: rect(48px 32px 64px 16px);
}
#align-center-button:hover:active {
-moz-image-region: rect(48px 48px 64px 32px);
}
#align-center-button[checked="true"] {
-moz-image-region: rect(48px 16px 64px 0px);
}
#align-center-button[disabled="true"] {
-moz-image-region: rect(48px 64px 64px 48px) !important;
}
#align-right-button {
-moz-image-region: rect(162px 16px 178px 0px);
}
#align-right-button:hover {
-moz-image-region: rect(162px 32px 178px 16px);
}
#align-right-button:hover:active {
-moz-image-region: rect(162px 48px 178px 32px);
}
#align-right-button[checked="true"] {
-moz-image-region: rect(162px 16px 178px 0px);
}
#align-right-button[disabled="true"] {
-moz-image-region: rect(162px 64px 178px 48px) !important;
}
#align-justify-button {
-moz-image-region: rect(130px 16px 146px 0px);
}
#align-justify-button:hover {
-moz-image-region: rect(130px 32px 146px 16px);
}
#align-justify-button:hover:active {
-moz-image-region: rect(130px 48px 146px 32px);
}
#align-justify-button[checked="true"] {
-moz-image-region: rect(130px 16px 146px 0px);
}
#align-justify-button[disabled="true"] {
-moz-image-region: rect(130px 64px 146px 48px) !important;
}
#AlignPopupButton {
-moz-image-region: rect(0px 16px 16px 0px);
}
#AlignPopupButton:hover {
-moz-image-region: rect(0px 32px 16px 16px);
}
#AlignPopupButton[open="true"] {
-moz-image-region: rect(0px 48px 16px 32px) !important;
}
#AlignPopupButton[disabled="true"] {
-moz-image-region: rect(0px 64px 16px 48px) !important;
}
#InsertPopupButton {
-moz-image-region: rect(244px 16px 260px 0px);
}
#InsertPopupButton:hover {
-moz-image-region: rect(244px 32px 260px 16px);
}
#InsertPopupButton[open="true"] {
-moz-image-region: rect(244px 48px 260px 32px) !important;
}
#InsertPopupButton[disabled="true"] {
-moz-image-region: rect(244px 64px 260px 48px) !important;
}
#smileButtonMenu {
-moz-image-region: rect(227px 17px 244px 0px);
}
#smileButtonMenu:hover {
-moz-image-region: rect(227px 34px 244px 17px);
}
#smileButtonMenu[open="true"] {
-moz-image-region: rect(227px 51px 244px 34px) !important;
}
#smileButtonMenu[disabled="true"] {
-moz-image-region: rect(227px 68px 244px 51px) !important;
}
/* ::::: menuitem icons ::::: */
/* ..... align menu ..... */
#AlignPopup > menuitem {
list-style-image: url("chrome://editor/skin/icons/btn2.gif");
}
#AlignLeftItem {
-moz-image-region: rect(146px 16px 162px 0px);
}
#AlignLeftItem:hover {
-moz-image-region: rect(146px 32px 162px 16px);
}
#AlignCenterItem {
-moz-image-region: rect(48px 16px 64px 0px);
}
#AlignCenterItem:hover {
-moz-image-region: rect(48px 32px 64px 16px);
}
#AlignRightItem {
-moz-image-region: rect(162px 16px 178px 0px);
}
#AlignRightItem:hover {
-moz-image-region: rect(162px 32px 178px 16px);
}
#AlignJustifyItem {
-moz-image-region: rect(130px 16px 146px 0px);
}
#AlignJustifyItem:hover {
-moz-image-region: rect(130px 32px 146px 16px);
}
/* ..... insert menu ..... */
#InsertPopup > menuitem {
list-style-image: url("chrome://editor/skin/icons/btn1.gif");
}
#InsertLinkItem {
-moz-image-region: rect(16px 16px 32px 0);
}
#InsertLinkItem:hover {
-moz-image-region: rect(16px 32px 32px 16px);
}
#InsertAnchorItem {
-moz-image-region: rect(143px 64px 159px 48px);
}
#InsertAnchorItem:hover {
-moz-image-region: rect(159px 16px 175px 0);
}
#InsertImageItem {
-moz-image-region: rect(159px 64px 175px 48px);
}
#InsertImageItem:hover {
-moz-image-region: rect(175px 16px 191px 0);
}
#InsertHRuleItem {
-moz-image-region: rect(32px 16px 48px 0);
}
#InsertHRuleItem:hover {
-moz-image-region: rect(32px 32px 48px 16px);
}
#InsertTableItem {
-moz-image-region: rect(122px 62px 138px 46px);
}
#InsertTableItem:hover {
-moz-image-region: rect(143px 16px 159px 0);
}
/* ..... smiley menu ..... */
.insert-smile > .menu-iconic-left {
list-style-image: url("chrome://editor/content/images/smile_n.gif");
}
.insert-tongue > .menu-iconic-left {
list-style-image: url("chrome://editor/content/images/tongue_n.gif");
}
.insert-frown > .menu-iconic-left {
list-style-image: url("chrome://editor/content/images/frown_n.gif");
}
.insert-wink > .menu-iconic-left {
list-style-image: url("chrome://editor/content/images/wink_n.gif");
}
.insert-laughing > .menu-iconic-left {
list-style-image: url("chrome://editor/content/images/laughing_n.gif");
}
.insert-embarrassed > .menu-iconic-left {
list-style-image: url("chrome://editor/content/images/embarrassed_n.gif");
}
.insert-undecided > .menu-iconic-left {
list-style-image: url("chrome://editor/content/images/undecided_n.gif");
}
/* ::::: fg/bg color picker ::::: */
.ColorPickerLabel {
border: 1px inset ThreeDFace;
margin: 0px;
padding: 2px;
}
.color-button {
border: 1px inset ThreeDFace;
padding: 0px;
width: 14px;
height: 12px;
margin: 2px;
}
.color-button:hover {
border: 1px solid ThreeDDarkShadow;
}
#TextColorButton {
margin: 2px 9px 9px 2px;
}
#BackgroundColorButton {
margin: 9px 2px 2px 9px;
}

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

@ -0,0 +1,59 @@
/*
* 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-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
* Joe Hewitt (hewitt@netscape.com)
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: edit mode toolbar ::::: */
#EditModeToolbar {
-moz-box-align: start;
border-left: 1px solid ThreeDDarkShadow;
border-right: 1px solid ThreeDLightShadow;
padding: 0px 2px 2px 2px;
min-width: 1px;
}
.tab-bottom[selected="true"] {
background-color: -moz-Field;
color: -moz-FieldText;
-moz-border-top-colors: -moz-Field;
-moz-border-bottom-colors: ThreeDShadow -moz-Field;
-moz-border-left-colors: ThreeDHighlight -moz-Field;
}
#NormalModeButton {
list-style-image: url("chrome://editor/skin/icons/editmode-normal.gif");
}
#TagModeButton {
list-style-image: url("chrome://editor/skin/icons/editmode-tags.gif");
}
#SourceModeButton {
list-style-image: url("chrome://editor/skin/icons/editmode-html.gif");
}
#PreviewModeButton {
list-style-image: url("chrome://editor/skin/icons/editmode-preview.gif");
}

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

@ -0,0 +1,206 @@
/*
* 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-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
* Joe Hewitt (hewitt@netscape.com)
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: primary toolbar buttons ::::: */
.toolbarbutton-1 {
list-style-image: url("chrome://editor/skin/icons/btn1.gif");
}
#newButton {
-moz-image-region: rect(0 16px 16px 0);
}
#newButton:hover {
-moz-image-region: rect(0 32px 16px 16px);
}
#newButton:hover:active {
-moz-image-region: rect(0 48px 16px 32px);
}
#newButton[disabled="true"] {
-moz-image-region: rect(0 64px 16px 48px) !important;
}
#openButton {
-moz-image-region: rect(48px 16px 64px 0);
}
#openButton:hover {
-moz-image-region: rect(48px 32px 64px 16px);
}
#openButton:hover:active {
-moz-image-region: rect(48px 48px 64px 32px);
}
#openButton[disabled="true"] {
-moz-image-region: rect(148px 64px 64px 48px) !important;
}
#saveButton {
-moz-image-region: rect(80px 16px 96px 0);
}
#saveButton:hover {
-moz-image-region: rect(80px 32px 96px 16px);
}
#saveButton:hover:active {
-moz-image-region: rect(80px 48px 96px 32px);
}
#saveButton[disabled="true"] {
-moz-image-region: rect(80px 64px 96px 48px) !important;
}
#previewButton {
-moz-image-region: rect(64px 16px 80px 0);
}
#previewButton:hover {
-moz-image-region: rect(64px 32px 80px 16px);
}
#previewButton:hover:active {
-moz-image-region: rect(64px 48px 80px 32px);
}
#previewButton[disabled="true"] {
-moz-image-region: rect(64px 64px 80px 48px) !important;
}
#printButton {
-moz-image-region: rect(175px 64px 191px 48px);
}
#printButton[buttonover="true"] {
-moz-image-region: rect(191px 16px 207px 0);
}
#printButton[buttondown="true"] {
-moz-image-region: rect(191px 32px 207px 16px);
}
#printButton[disabled]="true" {
-moz-image-region: rect(191px 48px 207px 32px) !important;
}
#linkButton {
-moz-image-region: rect(16px 16px 32px 0);
}
#linkButton:hover {
-moz-image-region: rect(16px 32px 32px 16px);
}
#linkButton:hover:active {
-moz-image-region: rect(16px 48px 32px 32px);
}
#linkButton[disabled="true"] {
-moz-image-region: rect(16px 64px 32px 48px) !important;
}
#imageButton {
-moz-image-region: rect(159px 64px 175px 48px);
}
#imageButton:hover {
-moz-image-region: rect(175px 16px 191px 0);
}
#imageButton:hover:active {
-moz-image-region: rect(175px 32px 191px 16px);
}
#imageButton[disabled="true"] {
-moz-image-region: rect(175px 48px 191px 32px) !important;
}
#namedAnchorButton {
-moz-image-region: rect(143px 64px 159px 48px);
}
#namedAnchorButton:hover {
-moz-image-region: rect(159px 16px 175px 0);
}
#namedAnchorButton:hover:active {
-moz-image-region: rect(159px 32px 175px 16px);
}
#namedAnchorButton[disabled="true"] {
-moz-image-region: rect(159px 48px 175px 32px) !important;
}
#hlineButton {
-moz-image-region: rect(32px 16px 48px 0);
}
#hlineButton:hover {
-moz-image-region: rect(32px 32px 48px 16px);
}
#hlineButton:hover:active {
-moz-image-region: rect(32px 48px 48px 32px);
}
#hlineButton[disabled="true"] {
-moz-image-region: rect(32px 64px 48px 48px) !important;
}
#tableButton {
-moz-image-region: rect(122px 62px 138px 46px);
}
#tableButton:hover {
-moz-image-region: rect(143px 16px 159px 0);
}
#tableButton:hover:active {
-moz-image-region: rect(143px 32px 159px 16px);
}
#tableButton[disabled="true"] {
-moz-image-region: rect(143px 48px 159px 32px) !important;
}
#spellingButton {
-moz-image-region: rect(101px 23px 122px 0);
}
#spellingButton:hover {
-moz-image-region: rect(101px 46px 122px 23px);
}
#spellingButton:hover:active {
-moz-image-region: rect(122px 23px 143px 0);
}
#spellingButton[disabled="true"] {
-moz-image-region: rect(122px 46px 143px 23px) !important;
}

Двоичные данные
suite/themes/classic/editor/icons/btn2.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 2.1 KiB

Двоичные данные
suite/themes/classic/editor/icons/editmode-html.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 131 B

Двоичные данные
suite/themes/classic/editor/icons/editmode-normal.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 98 B

Двоичные данные
suite/themes/classic/editor/icons/editmode-preview.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 108 B

Двоичные данные
suite/themes/classic/editor/icons/editmode-tags.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 153 B

Двоичные данные
suite/themes/classic/editor/icons/img-align-bottom.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 192 B

Двоичные данные
suite/themes/classic/editor/icons/img-align-left.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 173 B

Двоичные данные
suite/themes/classic/editor/icons/img-align-middle.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 184 B

Двоичные данные
suite/themes/classic/editor/icons/img-align-right.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 169 B

Двоичные данные
suite/themes/classic/editor/icons/img-align-top.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 186 B

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

@ -0,0 +1,27 @@
/*
* 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-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.separator-small {
width: 1em;
}

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

@ -1,574 +1,256 @@
classic.jar:
skin/classic/communicator/contents.rdf (communicator/contents.rdf)
skin/classic/editor/contents.rdf (editor/contents.rdf)
skin/classic/messenger/contents.rdf (messenger/contents.rdf)
skin/classic/navigator/contents.rdf (navigator/contents.rdf)
skin/classic/communicator/broken.gif (communicator/broken.gif)
skin/classic/communicator/lock.gif (communicator/lock.gif)
skin/classic/communicator/unlock.gif (communicator/unlock.gif)
skin/classic/communicator/offline.gif (communicator/offline.gif)
skin/classic/communicator/online.gif (communicator/online.gif)
skin/classic/communicator/securityOverlay.css (communicator/securityOverlay.css)
skin/classic/communicator/smallheader-bg.gif (communicator/smallheader-bg.gif)
skin/classic/communicator/smallheader-bg-pale.gif (communicator/smallheader-bg-pale.gif)
skin/classic/communicator/search.gif (communicator/search.gif)
skin/classic/communicator/search-hover.gif (communicator/search-hover.gif)
skin/classic/communicator/search-active.gif (communicator/search-active.gif)
skin/classic/communicator/bookmarks/bookmark-folder-closed.gif (communicator/bookmarks/bookmark-folder-closed.gif)
skin/classic/communicator/bookmarks/bookmark-folder-open.gif (communicator/bookmarks/bookmark-folder-open.gif)
skin/classic/communicator/bookmarks/bookmark-folder-disabled.gif (communicator/bookmarks/bookmark-folder-disabled.gif)
skin/classic/communicator/bookmarks/bookmark-folder-button.gif (communicator/bookmarks/bookmark-folder-button.gif)
skin/classic/communicator/bookmarks/bookmark-item.gif (communicator/bookmarks/bookmark-item.gif)
skin/classic/communicator/bookmarks/bookmark-item-updated.gif (communicator/bookmarks/bookmark-item-updated.gif)
skin/classic/communicator/bookmarks/bookmark-item-disabled.gif (communicator/bookmarks/bookmark-item-disabled.gif)
skin/classic/communicator/bookmarks/home.gif (communicator/bookmarks/home.gif)
skin/classic/communicator/bookmarks/home-hover.gif (communicator/bookmarks/home-hover.gif)
skin/classic/communicator/bookmarks/home-active.gif (communicator/bookmarks/home-active.gif)
skin/classic/communicator/bookmarks/iefavorite.gif (communicator/bookmarks/iefavorite.gif)
skin/classic/communicator/bookmarks/personal-folder-closed.gif (communicator/bookmarks/personal-folder-closed.gif)
skin/classic/communicator/bookmarks/personal-folder-open.gif (communicator/bookmarks/personal-folder-open.gif)
skin/classic/communicator/bookmarks/location.gif (communicator/bookmarks/location.gif)
skin/classic/communicator/bookmarks/location-clicked.gif (communicator/bookmarks/location-clicked.gif)
skin/classic/communicator/bookmarks/location-hover.gif (communicator/bookmarks/location-hover.gif)
skin/classic/communicator/bookmarks/location-disabled.gif (communicator/bookmarks/location-disabled.gif)
skin/classic/communicator/bookmarks/iefolder.gif (communicator/bookmarks/iefolder.gif)
skin/classic/communicator/bookmarks/bookmarksWindow.css (communicator/bookmarks/bookmarksWindow.css)
skin/classic/communicator/bookmarks/bookmarksToolbar.css (communicator/bookmarks/bookmarksToolbar.css)
skin/classic/communicator/bookmarks/bookmarks.css (communicator/bookmarks/bookmarks.css)
skin/classic/communicator/bookmarks/schedule.gif (communicator/bookmarks/schedule.gif)
skin/classic/communicator/bookmarks/notification.gif (communicator/bookmarks/notification.gif)
skin/classic/communicator/directory/directory.css (communicator/directory/directory.css)
skin/classic/communicator/directory/file-folder-closed-sel.gif (communicator/directory/file-folder-closed-sel.gif)
skin/classic/communicator/directory/file-folder-closed.gif (communicator/directory/file-folder-closed.gif)
skin/classic/communicator/directory/file-folder-open-sel.gif (communicator/directory/file-folder-open-sel.gif)
skin/classic/communicator/directory/file-folder-open.gif (communicator/directory/file-folder-open.gif)
skin/classic/communicator/directory/file-icon-sel.gif (communicator/directory/file-icon-sel.gif)
skin/classic/communicator/directory/file-icon.gif (communicator/directory/file-icon.gif)
skin/classic/communicator/profile/mac-users.gif (communicator/profile/mac-users.gif)
skin/classic/communicator/profile/newProfile1_2.css (communicator/profile/newProfile1_2.css)
skin/classic/communicator/profile/profile.css (communicator/profile/profile.css)
skin/classic/communicator/profile/migrate.gif (communicator/profile/migrate.gif)
skin/classic/communicator/profile/profileicon-large.gif (communicator/profile/profileicon-large.gif)
skin/classic/communicator/profile/profileManager.css (communicator/profile/profileManager.css)
skin/classic/communicator/regviewer/regviewer.css (communicator/regviewer/regviewer.css)
skin/classic/communicator/related/related.css (communicator/related/related.css)
skin/classic/communicator/related/sitemap.gif (communicator/related/sitemap.gif)
skin/classic/communicator/search/category.gif (communicator/search/category.gif)
skin/classic/communicator/search/result.gif (communicator/search/result.gif)
skin/classic/communicator/sidebar/sidebarBindings.xml (communicator/sidebar/win/sidebarBindings.xml)
skin/classic/communicator/sidebar/sidebarSplitterBindings.xml (communicator/sidebar/sidebarSplitterBindings.xml)
skin/classic/communicator/sidebar/sidebar-close-hover.gif (communicator/sidebar/sidebar-close-hover.gif)
skin/classic/communicator/sidebar/sidebar-close.gif (communicator/sidebar/sidebar-close.gif)
skin/classic/communicator/sidebar/sidebar-open-hover.gif (communicator/sidebar/sidebar-open-hover.gif)
skin/classic/communicator/sidebar/sidebar-open.gif (communicator/sidebar/sidebar-open.gif)
skin/classic/communicator/sidebar/down-arrow.gif (communicator/sidebar/down-arrow.gif)
skin/classic/communicator/xpinstall/xpinstall.css (communicator/xpinstall/xpinstall.css)
skin/classic/communicator/content-large.gif (communicator/content-large.gif)
skin/classic/communicator/content-small.gif (communicator/content-small.gif)
skin/classic/communicator/toolbar-bg.gif (communicator/toolbar-bg.gif)
skin/classic/communicator/toolbar-bg.png (communicator/toolbar-bg.png)
skin/classic/editor/images/Map_Copy.gif (editor/images/Map_Copy.gif)
skin/classic/editor/images/Map_Cut.gif (editor/images/Map_Cut.gif)
skin/classic/editor/images/Map_Paste.gif (editor/images/Map_Paste.gif)
skin/classic/editor/images/Map_checker.gif (editor/images/Map_checker.gif)
skin/classic/editor/images/Map_circleTool.gif (editor/images/Map_circleTool.gif)
skin/classic/editor/images/Map_contrast.gif (editor/images/Map_contrast.gif)
skin/classic/editor/images/Map_pointerTool.gif (editor/images/Map_pointerTool.gif)
skin/classic/editor/images/Map_polygonTool.gif (editor/images/Map_polygonTool.gif)
skin/classic/editor/images/Map_rectangleTool.gif (editor/images/Map_rectangleTool.gif)
skin/classic/editor/images/Map_zoomIn.gif (editor/images/Map_zoomIn.gif)
skin/classic/editor/images/Map_zoomOut.gif (editor/images/Map_zoomOut.gif)
skin/classic/editor/images/align-disabled.gif (editor/images/align-disabled.gif)
skin/classic/editor/images/align-hover-active.gif (editor/images/align-hover-active.gif)
skin/classic/editor/images/align-hover.gif (editor/images/align-hover.gif)
skin/classic/editor/images/align.gif (editor/images/align.gif)
skin/classic/editor/images/anchor-in-doc.gif (editor/images/anchor-in-doc.gif)
skin/classic/editor/images/anchor-white.gif (editor/images/anchor-white.gif)
skin/classic/editor/images/anchor-disabled.gif (editor/images/anchor-disabled.gif)
skin/classic/editor/images/anchor-hover-active.gif (editor/images/anchor-hover-active.gif)
skin/classic/editor/images/anchor-hover.gif (editor/images/anchor-hover.gif)
skin/classic/editor/images/anchor.gif (editor/images/anchor.gif)
skin/classic/editor/images/bold-disabled.gif (editor/images/bold-disabled.gif)
skin/classic/editor/images/bold-hover-active.gif (editor/images/bold-hover-active.gif)
skin/classic/editor/images/bold-hover.gif (editor/images/bold-hover.gif)
skin/classic/editor/images/bold.gif (editor/images/bold.gif)
skin/classic/editor/images/bullets-disabled.gif (editor/images/bullets-disabled.gif)
skin/classic/editor/images/bullets-hover-active.gif (editor/images/bullets-hover-active.gif)
skin/classic/editor/images/bullets-hover.gif (editor/images/bullets-hover.gif)
skin/classic/editor/images/bullets.gif (editor/images/bullets.gif)
skin/classic/editor/images/center-disabled.gif (editor/images/center-disabled.gif)
skin/classic/editor/images/center-hover-active.gif (editor/images/center-hover-active.gif)
skin/classic/editor/images/center-hover.gif (editor/images/center-hover.gif)
skin/classic/editor/images/center.gif (editor/images/center.gif)
skin/classic/editor/images/color-disabled.gif (editor/images/color-disabled.gif)
skin/classic/editor/images/color-hover-active.gif (editor/images/color-hover-active.gif)
skin/classic/editor/images/color-hover.gif (editor/images/color-hover.gif)
skin/classic/editor/images/color.gif (editor/images/color.gif)
skin/classic/editor/images/dec-font-size-disabled.gif (editor/images/dec-font-size-disabled.gif)
skin/classic/editor/images/dec-font-size-hover-active.gif (editor/images/dec-font-size-hover-active.gif)
skin/classic/editor/images/dec-font-size-hover.gif (editor/images/dec-font-size-hover.gif)
skin/classic/editor/images/dec-font-size.gif (editor/images/dec-font-size.gif)
skin/classic/editor/images/div.gif (editor/images/div.gif)
skin/classic/editor/images/find-disabled.gif (editor/images/find-disabled.gif)
skin/classic/editor/images/find-hover-active.gif (editor/images/find-hover-active.gif)
skin/classic/editor/images/find-hover.gif (editor/images/find-hover.gif)
skin/classic/editor/images/find.gif (editor/images/find.gif)
skin/classic/editor/images/hline-white.gif (editor/images/hline-white.gif)
skin/classic/editor/images/hline-disabled.gif (editor/images/hline-disabled.gif)
skin/classic/editor/images/hline-hover-active.gif (editor/images/hline-hover-active.gif)
skin/classic/editor/images/hline-hover.gif (editor/images/hline-hover.gif)
skin/classic/editor/images/hline.gif (editor/images/hline.gif)
skin/classic/editor/images/hover-teal.gif (editor/images/hover-teal.gif)
skin/classic/editor/images/image-white.gif (editor/images/image-white.gif)
skin/classic/editor/images/image-disabled.gif (editor/images/image-disabled.gif)
skin/classic/editor/images/image-hover-active.gif (editor/images/image-hover-active.gif)
skin/classic/editor/images/image-hover.gif (editor/images/image-hover.gif)
skin/classic/editor/images/image.gif (editor/images/image.gif)
skin/classic/editor/images/img-align-bottom.gif (editor/images/img-align-bottom.gif)
skin/classic/editor/images/img-align-left.gif (editor/images/img-align-left.gif)
skin/classic/editor/images/img-align-middle.gif (editor/images/img-align-middle.gif)
skin/classic/editor/images/img-align-right.gif (editor/images/img-align-right.gif)
skin/classic/editor/images/img-align-top.gif (editor/images/img-align-top.gif)
skin/classic/editor/images/inc-font-size-disabled.gif (editor/images/inc-font-size-disabled.gif)
skin/classic/editor/images/inc-font-size-hover-active.gif (editor/images/inc-font-size-hover-active.gif)
skin/classic/editor/images/inc-font-size-hover.gif (editor/images/inc-font-size-hover.gif)
skin/classic/editor/images/inc-font-size.gif (editor/images/inc-font-size.gif)
skin/classic/editor/images/indent-disabled.gif (editor/images/indent-disabled.gif)
skin/classic/editor/images/indent-hover-active.gif (editor/images/indent-hover-active.gif)
skin/classic/editor/images/indent-hover.gif (editor/images/indent-hover.gif)
skin/classic/editor/images/indent.gif (editor/images/indent.gif)
skin/classic/editor/images/italic-disabled.gif (editor/images/italic-disabled.gif)
skin/classic/editor/images/italic-hover-active.gif (editor/images/italic-hover-active.gif)
skin/classic/editor/images/italic-hover.gif (editor/images/italic-hover.gif)
skin/classic/editor/images/insert.gif (editor/images/insert.gif)
skin/classic/editor/images/insert-disabled.gif (editor/images/insert-disabled.gif)
skin/classic/editor/images/insert-hover-active.gif (editor/images/insert-hover-active.gif)
skin/classic/editor/images/insert-hover.gif (editor/images/insert-hover.gif)
skin/classic/editor/images/italic.gif (editor/images/italic.gif)
skin/classic/editor/images/justify.gif (editor/images/justify.gif)
skin/classic/editor/images/justify-hover.gif (editor/images/justify-hover.gif)
skin/classic/editor/images/justify-hover-active.gif (editor/images/justify-hover-active.gif)
skin/classic/editor/images/justify-disabled.gif (editor/images/justify-disabled.gif)
skin/classic/editor/images/left-disabled.gif (editor/images/left-disabled.gif)
skin/classic/editor/images/left-hover-active.gif (editor/images/left-hover-active.gif)
skin/classic/editor/images/left-hover.gif (editor/images/left-hover.gif)
skin/classic/editor/images/left.gif (editor/images/left.gif)
skin/classic/editor/images/link-white.gif (editor/images/link-white.gif)
skin/classic/editor/images/link-disabled.gif (editor/images/link-disabled.gif)
skin/classic/editor/images/link-hover-active.gif (editor/images/link-hover-active.gif)
skin/classic/editor/images/link-hover.gif (editor/images/link-hover.gif)
skin/classic/editor/images/link.gif (editor/images/link.gif)
skin/classic/editor/images/newfile-disabled.gif (editor/images/newfile-disabled.gif)
skin/classic/editor/images/newfile-hover-active.gif (editor/images/newfile-hover-active.gif)
skin/classic/editor/images/newfile-hover.gif (editor/images/newfile-hover.gif)
skin/classic/editor/images/newfile.gif (editor/images/newfile.gif)
skin/classic/editor/images/numbers-disabled.gif (editor/images/numbers-disabled.gif)
skin/classic/editor/images/numbers-hover-active.gif (editor/images/numbers-hover-active.gif)
skin/classic/editor/images/numbers-hover.gif (editor/images/numbers-hover.gif)
skin/classic/editor/images/numbers.gif (editor/images/numbers.gif)
skin/classic/editor/images/openfile-disabled.gif (editor/images/openfile-disabled.gif)
skin/classic/editor/images/openfile-hover-active.gif (editor/images/openfile-hover-active.gif)
skin/classic/editor/images/openfile-hover.gif (editor/images/openfile-hover.gif)
skin/classic/editor/images/openfile.gif (editor/images/openfile.gif)
skin/classic/editor/images/outdent-disabled.gif (editor/images/outdent-disabled.gif)
skin/classic/editor/images/outdent-hover-active.gif (editor/images/outdent-hover-active.gif)
skin/classic/editor/images/outdent-hover.gif (editor/images/outdent-hover.gif)
skin/classic/editor/images/outdent.gif (editor/images/outdent.gif)
skin/classic/editor/images/preview-disabled.gif (editor/images/preview-disabled.gif)
skin/classic/editor/images/preview-hover-active.gif (editor/images/preview-hover-active.gif)
skin/classic/editor/images/preview-hover.gif (editor/images/preview-hover.gif)
skin/classic/editor/images/preview.gif (editor/images/preview.gif)
skin/classic/editor/images/print-disabled.gif (editor/images/print-disabled.gif)
skin/classic/editor/images/print-hover-active.gif (editor/images/print-hover-active.gif)
skin/classic/editor/images/print-hover.gif (editor/images/print-hover.gif)
skin/classic/editor/images/print.gif (editor/images/print.gif)
skin/classic/editor/images/publish-disabled.gif (editor/images/publish-disabled.gif)
skin/classic/editor/images/publish-hover-active.gif (editor/images/publish-hover-active.gif)
skin/classic/editor/images/publish-hover.gif (editor/images/publish-hover.gif)
skin/classic/editor/images/publish.gif (editor/images/publish.gif)
skin/classic/editor/images/right-disabled.gif (editor/images/right-disabled.gif)
skin/classic/editor/images/right-hover-active.gif (editor/images/right-hover-active.gif)
skin/classic/editor/images/right-hover.gif (editor/images/right-hover.gif)
skin/classic/editor/images/right.gif (editor/images/right.gif)
skin/classic/editor/images/savefile.gif (editor/images/savefile.gif)
skin/classic/editor/images/savefile-disabled.gif (editor/images/savefile-disabled.gif)
skin/classic/editor/images/savefile-hover-active.gif (editor/images/savefile-hover-active.gif)
skin/classic/editor/images/savefile-hover.gif (editor/images/savefile-hover.gif)
skin/classic/editor/images/savemod.gif (editor/images/savemod.gif)
skin/classic/editor/images/span.gif (editor/images/span.gif)
skin/classic/editor/images/spell-disabled.gif (editor/images/spell-disabled.gif)
skin/classic/editor/images/spell-hover-active.gif (editor/images/spell-hover-active.gif)
skin/classic/editor/images/spell-hover.gif (editor/images/spell-hover.gif)
skin/classic/editor/images/spell.gif (editor/images/spell.gif)
skin/classic/editor/images/table-white.gif (editor/images/table-white.gif)
skin/classic/editor/images/table-disabled.gif (editor/images/table-disabled.gif)
skin/classic/editor/images/table-hover-active.gif (editor/images/table-hover-active.gif)
skin/classic/editor/images/table-hover.gif (editor/images/table-hover.gif)
skin/classic/editor/images/table.gif (editor/images/table.gif)
skin/classic/editor/images/underline-disabled.gif (editor/images/underline-disabled.gif)
skin/classic/editor/images/underline-hover-active.gif (editor/images/underline-hover-active.gif)
skin/classic/editor/images/underline-hover.gif (editor/images/underline-hover.gif)
skin/classic/editor/images/underline.gif (editor/images/underline.gif)
skin/classic/editor/images/smile.gif (editor/images/smile.gif)
skin/classic/editor/images/s_smile.gif (editor/images/s_smile.gif)
skin/classic/editor/images/frown.gif (editor/images/frown.gif)
skin/classic/editor/images/s_frown.gif (editor/images/s_frown.gif)
skin/classic/editor/images/wink.gif (editor/images/wink.gif)
skin/classic/editor/images/s_wink.gif (editor/images/s_wink.gif)
skin/classic/editor/images/sick.gif (editor/images/sick.gif)
skin/classic/editor/images/smile_n.gif (editor/images/smile_n.gif)
skin/classic/editor/images/frown_n.gif (editor/images/frown_n.gif)
skin/classic/editor/images/wink_n.gif (editor/images/wink_n.gif)
skin/classic/editor/images/tongue_n.gif (editor/images/tongue_n.gif)
skin/classic/editor/images/laughing_n.gif (editor/images/laughing_n.gif)
skin/classic/editor/images/embarrassed_n.gif (editor/images/embarrassed_n.gif)
skin/classic/editor/images/undecided_n.gif (editor/images/undecided_n.gif)
skin/classic/editor/images/smile_active.gif (editor/images/smile_active.gif)
skin/classic/editor/images/smile_disabled.gif (editor/images/smile_disabled.gif)
skin/classic/editor/images/smile_hover.gif (editor/images/smile_hover.gif)
skin/classic/editor/images/editmode-normal.gif (editor/images/editmode-normal.gif)
skin/classic/editor/images/editmode-tags.gif (editor/images/editmode-tags.gif)
skin/classic/editor/images/editmode-html.gif (editor/images/editmode-html.gif)
skin/classic/editor/images/editmode-preview.gif (editor/images/editmode-preview.gif)
skin/classic/global/animthrob.gif (global/animthrob.gif)
skin/classic/global/animthrob_single.gif (global/animthrob_single.gif)
skin/classic/global/check-check-disabled.gif (global/check-check-disabled.gif)
skin/classic/global/check-check.gif (global/check-check.gif)
skin/classic/global/check-radio-disabled.gif (global/check-radio-disabled.gif)
skin/classic/global/check-radio.gif (global/check-radio.gif)
skin/classic/global/closebox.gif (global/closebox.gif)
skin/classic/global/close.png (global/close.png)
skin/classic/global/close-act.png (global/close-act.png)
skin/classic/global/columnselect.gif (global/columnselect.gif)
skin/classic/global/console-error-caret.gif (global/console-error-caret.gif)
skin/classic/global/console-error-dash.gif (global/console-error-dash.gif)
skin/classic/global/gray-bottomleft.gif (global/gray-bottomleft.gif)
skin/classic/global/gray-bottomright.gif (global/gray-bottomright.gif)
skin/classic/global/gray-topright.gif (global/gray-topright.gif)
skin/classic/global/grippy-horizontal-after.gif (global/grippy-horizontal-after.gif)
skin/classic/global/grippy-horizontal-before.gif (global/grippy-horizontal-before.gif)
skin/classic/global/grippy-vertical-after.gif (global/grippy-vertical-after.gif)
skin/classic/global/grippy-vertical-before.gif (global/grippy-vertical-before.gif)
skin/classic/global/lessCOls_dis.gif (global/lessCOls_dis.gif)
skin/classic/global/lessCols.gif (global/lessCols.gif)
skin/classic/global/lessCols_mo.gif (global/lessCols_mo.gif)
skin/classic/global/menu-arrow-disabled.gif (global/menu-arrow-disabled.gif)
skin/classic/global/menu-arrow-hover.gif (global/menu-arrow-hover.gif)
skin/classic/global/menu-arrow.gif (global/menu-arrow.gif)
skin/classic/global/menu-check-disabled.gif (global/menu-check-disabled.gif)
skin/classic/global/menu-check-hover.gif (global/menu-check-hover.gif)
skin/classic/global/menu-check.gif (global/menu-check.gif)
skin/classic/global/menu-radio-disabled.gif (global/menu-radio-disabled.gif)
skin/classic/global/menu-radio-hover.gif (global/menu-radio-hover.gif)
skin/classic/global/menu-radio.gif (global/menu-radio.gif)
skin/classic/global/moreCols.gif (global/moreCols.gif)
skin/classic/global/moreCols_dis.gif (global/moreCols_dis.gif)
skin/classic/global/moreCols_mo.gif (global/moreCols_mo.gif)
skin/classic/global/print-disabled.gif (global/print-disabled.gif)
skin/classic/global/print-hover-active.gif (global/print-hover-active.gif)
skin/classic/global/print-hover.gif (global/print-hover.gif)
skin/classic/global/print.gif (global/print.gif)
skin/classic/global/progressmeter-busy.gif (global/progressmeter-busy.gif)
skin/classic/global/return-disabled.gif (global/return-disabled.gif)
skin/classic/global/return.gif (global/return.gif)
skin/classic/global/arrow-up.gif (global/arrow-up.gif)
skin/classic/global/arrow-down.gif (global/arrow-down.gif)
skin/classic/global/arrow-left.gif (global/arrow-left.gif)
skin/classic/global/arrow-right.gif (global/arrow-right.gif)
skin/classic/global/scroll-down-disabled.gif (global/scroll-down-disabled.gif)
skin/classic/global/scroll-down-hover.gif (global/scroll-down-hover.gif)
skin/classic/global/scroll-down.gif (global/scroll-down.gif)
skin/classic/global/scroll-left-disabled.gif (global/scroll-left-disabled.gif)
skin/classic/global/scroll-left-hover.gif (global/scroll-left-hover.gif)
skin/classic/global/scroll-left.gif (global/scroll-left.gif)
skin/classic/global/scroll-right-disabled.gif (global/scroll-right-disabled.gif)
skin/classic/global/scroll-right-hover.gif (global/scroll-right-hover.gif)
skin/classic/global/scroll-right.gif (global/scroll-right.gif)
skin/classic/global/scroll-up-disabled.gif (global/scroll-up-disabled.gif)
skin/classic/global/scroll-up-hover.gif (global/scroll-up-hover.gif)
skin/classic/global/scroll-up.gif (global/scroll-up.gif)
skin/classic/global/search.gif (global/search.gif)
skin/classic/global/seltab-leftedge.gif (global/seltab-leftedge.gif)
skin/classic/global/seltab-rightedge.gif (global/seltab-rightedge.gif)
skin/classic/global/sortAscending.gif (global/sortAscending.gif)
skin/classic/global/sortDescending.gif (global/sortDescending.gif)
skin/classic/global/stop-disabled.gif (global/stop-disabled.gif)
skin/classic/global/stop-hover-active.gif (global/stop-hover-active.gif)
skin/classic/global/stop-hover.gif (global/stop-hover.gif)
skin/classic/global/stop.gif (global/stop.gif)
skin/classic/global/tab-leftedge.gif (global/tab-leftedge.gif)
skin/classic/global/tab-rightedge.gif (global/tab-rightedge.gif)
skin/classic/global/taskbar-addressbook.gif (global/taskbar-addressbook.gif)
skin/classic/global/taskbar-addressbook-hover.gif (global/taskbar-addressbook-hover.gif)
skin/classic/global/taskbar-composer.gif (global/taskbar-composer.gif)
skin/classic/global/taskbar-composer-hover.gif (global/taskbar-composer-hover.gif)
skin/classic/global/taskbar-mail.gif (global/taskbar-mail.gif)
skin/classic/global/taskbar-mail-hover.gif (global/taskbar-mail-hover.gif)
skin/classic/global/taskbar-gotmail.gif (global/taskbar-gotmail.gif)
skin/classic/global/taskbar-gotmail-hover.gif (global/taskbar-gotmail-hover.gif)
skin/classic/global/taskbar-navigator.gif (global/taskbar-navigator.gif)
skin/classic/global/taskbar-navigator-hover.gif (global/taskbar-navigator-hover.gif)
skin/classic/global/taskbar-popup-arrow.gif (global/taskbar-popup-arrow.gif)
skin/classic/global/taskbar-tab-hover.gif (global/taskbar-tab-hover.gif)
skin/classic/global/taskbar-tab-minimized.gif (global/taskbar-tab-minimized.gif)
skin/classic/global/taskbar-tab-trans.gif (global/taskbar-tab-trans.gif)
skin/classic/global/taskbar-tab.gif (global/taskbar-tab.gif)
skin/classic/global/toolbargrippy-twisty.gif (global/toolbargrippy-twisty.gif)
skin/classic/global/toolbargrippy-texture.gif (global/toolbargrippy-texture.gif)
skin/classic/global/loading.gif (global/loading.gif)
skin/classic/global/splitter-drag-bg.gif (global/splitter-drag-bg.gif)
skin/classic/global/spinbtn-up.gif (global/spinbtn-up.gif)
skin/classic/global/spinbtn-up-act.gif (global/spinbtn-up-act.gif)
skin/classic/global/spinbtn-dn.gif (global/spinbtn-dn.gif)
skin/classic/global/spinbtn-dn-act.gif (global/spinbtn-dn-act.gif)
skin/classic/global/dropmarker-down-on-active.gif (global/dropmarker-down-on-active.gif)
skin/classic/global/dropmarker-down-on-hover.gif (global/dropmarker-down-on-hover.gif)
skin/classic/global/dropmarker-down-disabled.gif (global/dropmarker-down-disabled.gif)
skin/classic/global/dropmarker-down-on.gif (global/dropmarker-down-on.gif)
skin/classic/global/dropmarker-up-on.gif (global/dropmarker-up-on.gif)
skin/classic/global/tbg-twisty-collapsed.gif (global/tbg-twisty-collapsed.gif)
skin/classic/global/tbg-texture-collapsed.gif (global/tbg-texture-collapsed.gif)
skin/classic/global/filepicker/blank.gif (global/blank.gif)
skin/classic/global/filepicker/dir-closed.gif (global/dir-closed.gif)
skin/classic/global/filepicker/dir-open.gif (global/dir-open.gif)
skin/classic/global/smiley/smile_n.gif (global/smiley/smile_n.gif)
skin/classic/global/smiley/frown_n.gif (global/smiley/frown_n.gif)
skin/classic/global/smiley/wink_n.gif (global/smiley/wink_n.gif)
skin/classic/global/smiley/tongue_n.gif (global/smiley/tongue_n.gif)
skin/classic/global/smiley/laughing_n.gif (global/smiley/laughing_n.gif)
skin/classic/global/smiley/embarrassed_n.gif (global/smiley/embarrassed_n.gif)
skin/classic/global/smiley/undecided_n.gif (global/smiley/undecided_n.gif)
skin/classic/messenger/abcard.gif (messenger/abcard.gif)
skin/classic/messenger/addtoab.gif (messenger/addtoab.gif)
skin/classic/messenger/attach.gif (messenger/attach.gif)
skin/classic/messenger/check.gif (messenger/check.gif)
skin/classic/messenger/dot.gif (messenger/dot.gif)
skin/classic/messenger/file-disabled.gif (messenger/file-disabled.gif)
skin/classic/messenger/file-hover-active.gif (messenger/file-hover-active.gif)
skin/classic/messenger/file-hover.gif (messenger/file-hover.gif)
skin/classic/messenger/file.gif (messenger/file.gif)
skin/classic/messenger/flagcol.gif (messenger/flagcol.gif)
skin/classic/messenger/flaggedmail.gif (messenger/flaggedmail.gif)
skin/classic/messenger/folder-closed.gif (messenger/folder-closed.gif)
skin/classic/messenger/folder-draft-open.gif (messenger/folder-draft-open.gif)
skin/classic/messenger/folder-draft-share-open.gif (messenger/folder-draft-share-open.gif)
skin/classic/messenger/folder-draft-share.gif (messenger/folder-draft-share.gif)
skin/classic/messenger/folder-draft.gif (messenger/folder-draft.gif)
skin/classic/messenger/folder-filed-open.gif (messenger/folder-filed-open.gif)
skin/classic/messenger/folder-filed.gif (messenger/folder-filed.gif)
skin/classic/messenger/folder-hasmail.gif (messenger/folder-hasmail.gif)
skin/classic/messenger/folder-inbox-new.gif (messenger/folder-inbox-new.gif)
skin/classic/messenger/folder-inbox-open.gif (messenger/folder-inbox-open.gif)
skin/classic/messenger/folder-inbox-share-open.gif (messenger/folder-inbox-share-open.gif)
skin/classic/messenger/folder-inbox-share.gif (messenger/folder-inbox-share.gif)
skin/classic/messenger/folder-inbox.gif (messenger/folder-inbox.gif)
skin/classic/messenger/folder-mailserver.gif (messenger/folder-mailserver.gif)
skin/classic/messenger/folder-new-closed.gif (messenger/folder-new-closed.gif)
skin/classic/messenger/folder-new-open.gif (messenger/folder-new-open.gif)
skin/classic/messenger/folder-new.gif (messenger/folder-new.gif)
skin/classic/messenger/folder-newsgroup-new.gif (messenger/folder-newsgroup-new.gif)
skin/classic/messenger/folder-newsgroup.gif (messenger/folder-newsgroup.gif)
skin/classic/messenger/folder-open.gif (messenger/folder-open.gif)
skin/classic/messenger/folder-outbox-open.gif (messenger/folder-outbox-open.gif)
skin/classic/messenger/folder-outbox.gif (messenger/folder-outbox.gif)
skin/classic/messenger/folder-sent-open.gif (messenger/folder-sent-open.gif)
skin/classic/messenger/folder-sent-share-open.gif (messenger/folder-sent-share-open.gif)
skin/classic/messenger/folder-sent-share.gif (messenger/folder-sent-share.gif)
skin/classic/messenger/folder-sent.gif (messenger/folder-sent.gif)
skin/classic/messenger/folder-server-open.gif (messenger/folder-server-open.gif)
skin/classic/messenger/folder-server.gif (messenger/folder-server.gif)
skin/classic/messenger/folder-share-open.gif (messenger/folder-share-open.gif)
skin/classic/messenger/folder-share.gif (messenger/folder-share.gif)
skin/classic/messenger/folder-template-open.gif (messenger/folder-template-open.gif)
skin/classic/messenger/folder-template-share-open.gif (messenger/folder-template-share-open.gif)
skin/classic/messenger/folder-template-share.gif (messenger/folder-template-share.gif)
skin/classic/messenger/folder-template.gif (messenger/folder-template.gif)
skin/classic/messenger/folder-trash-open.gif (messenger/folder-trash-open.gif)
skin/classic/messenger/folder-trash-share-open.gif (messenger/folder-trash-share-open.gif)
skin/classic/messenger/folder-trash-share.gif (messenger/folder-trash-share.gif)
skin/classic/messenger/folder-trash.gif (messenger/folder-trash.gif)
skin/classic/messenger/forward-disabled.gif (messenger/forward-disabled.gif)
skin/classic/messenger/forward-hover-active.gif (messenger/forward-hover-active.gif)
skin/classic/messenger/forward-hover.gif (messenger/forward-hover.gif)
skin/classic/messenger/forward.gif (messenger/forward.gif)
skin/classic/messenger/frown.gif (messenger/frown.gif)
skin/classic/messenger/getmsg-disabled.gif (messenger/getmsg-disabled.gif)
skin/classic/messenger/getmsg-hover-active.gif (messenger/getmsg-hover-active.gif)
skin/classic/messenger/getmsg-hover.gif (messenger/getmsg-hover.gif)
skin/classic/messenger/getmsg.gif (messenger/getmsg.gif)
skin/classic/messenger/inbox.gif (messenger/inbox.gif)
skin/classic/messenger/less.gif (messenger/less.gif)
skin/classic/messenger/local-mailhost.gif (messenger/local-mailhost.gif)
skin/classic/messenger/mailfolder.gif (messenger/mailfolder.gif)
skin/classic/messenger/messageBody.css (messenger/messageBody.css)
skin/classic/messenger/mark-clicked.gif (messenger/mark-clicked.gif)
skin/classic/messenger/mark-disabled.gif (messenger/mark-disabled.gif)
skin/classic/messenger/mark-hover.gif (messenger/mark-hover.gif)
skin/classic/messenger/mark.gif (messenger/mark.gif)
skin/classic/messenger/message-mail-attach.gif (messenger/message-mail-attach.gif)
skin/classic/messenger/message-mail-imapdelete.gif (messenger/message-mail-imapdelete.gif)
skin/classic/messenger/message-mail-new.gif (messenger/message-mail-new.gif)
skin/classic/messenger/message-mail.gif (messenger/message-mail.gif)
skin/classic/messenger/message-mail-attach-offl.gif (messenger/message-mail-attach-offl.gif)
skin/classic/messenger/message-mail-imapdel-offl.gif (messenger/message-mail-imapdel-offl.gif)
skin/classic/messenger/message-mail-new-offl.gif (messenger/message-mail-new-offl.gif)
skin/classic/messenger/message-mail-offl.gif (messenger/message-mail-offl.gif)
skin/classic/messenger/message-news-new.gif (messenger/message-news-new.gif)
skin/classic/messenger/message-news.gif (messenger/message-news.gif)
skin/classic/messenger/message-news-attach.gif (messenger/message-news-attach.gif)
skin/classic/messenger/more.gif (messenger/more.gif)
skin/classic/messenger/newmsg-disabled.gif (messenger/newmsg-disabled.gif)
skin/classic/messenger/newmsg-hover-active.gif (messenger/newmsg-hover-active.gif)
skin/classic/messenger/newmsg-hover.gif (messenger/newmsg-hover.gif)
skin/classic/messenger/newmsg.gif (messenger/newmsg.gif)
skin/classic/messenger/newshost.gif (messenger/newshost.gif)
skin/classic/messenger/next-disabled.gif (messenger/next-disabled.gif)
skin/classic/messenger/next-hover-active.gif (messenger/next-hover-active.gif)
skin/classic/messenger/next-hover.gif (messenger/next-hover.gif)
skin/classic/messenger/next.gif (messenger/next.gif)
skin/classic/messenger/open-mailfolder.gif (messenger/open-mailfolder.gif)
skin/classic/messenger/outbox.gif (messenger/outbox.gif)
skin/classic/messenger/readcol.gif (messenger/readcol.gif)
skin/classic/messenger/readmail.gif (messenger/readmail.gif)
skin/classic/messenger/reply-disabled.gif (messenger/reply-disabled.gif)
skin/classic/messenger/reply-hover-active.gif (messenger/reply-hover-active.gif)
skin/classic/messenger/reply-hover.gif (messenger/reply-hover.gif)
skin/classic/messenger/reply.gif (messenger/reply.gif)
skin/classic/messenger/replyall-disabled.gif (messenger/replyall-disabled.gif)
skin/classic/messenger/replyall-hover-active.gif (messenger/replyall-hover-active.gif)
skin/classic/messenger/replyall-hover.gif (messenger/replyall-hover.gif)
skin/classic/messenger/replyall.gif (messenger/replyall.gif)
skin/classic/messenger/server-local-new.gif (messenger/server-local-new.gif)
skin/classic/messenger/server-local.gif (messenger/server-local.gif)
skin/classic/messenger/server-mail-new.gif (messenger/server-mail-new.gif)
skin/classic/messenger/server-mail.gif (messenger/server-mail.gif)
skin/classic/messenger/server-news-lock.gif (messenger/server-news-lock.gif)
skin/classic/messenger/server-news-new.gif (messenger/server-news-new.gif)
skin/classic/messenger/server-news.gif (messenger/server-news.gif)
skin/classic/messenger/server-remote-lock.gif (messenger/server-remote-lock.gif)
skin/classic/messenger/server-remote.gif (messenger/server-remote.gif)
skin/classic/messenger/sick.gif (messenger/sick.gif)
skin/classic/messenger/smile.gif (messenger/smile.gif)
skin/classic/messenger/threadcol.gif (messenger/threadcol.gif)
skin/classic/messenger/thread-open.gif (messenger/thread-open.gif)
skin/classic/messenger/thread-closed.gif (messenger/thread-closed.gif)
skin/classic/messenger/thread-new-open.gif (messenger/thread-new-open.gif)
skin/classic/messenger/thread-new-closed.gif (messenger/thread-new-closed.gif)
skin/classic/messenger/trash.gif (messenger/trash.gif)
skin/classic/messenger/trash-disabled.gif (messenger/trash-disabled.gif)
skin/classic/messenger/trash-hover-active.gif (messenger/trash-hover-active.gif)
skin/classic/messenger/trash-hover.gif (messenger/trash-hover.gif)
skin/classic/messenger/unreadmail.gif (messenger/unreadmail.gif)
skin/classic/messenger/unthreadcol.gif (messenger/unthreadcol.gif)
skin/classic/messenger/winclassic.gif (messenger/winclassic.gif)
skin/classic/messenger/wink.gif (messenger/wink.gif)
skin/classic/messenger/winwide.gif (messenger/winwide.gif)
skin/classic/messenger/addressbook/abnewmsg.gif (messenger/addressbook/abnewmsg.gif)
skin/classic/messenger/addressbook/call-disabled.gif (messenger/addressbook/call-disabled.gif)
skin/classic/messenger/addressbook/call-hover-active.gif (messenger/addressbook/call-hover-active.gif)
skin/classic/messenger/addressbook/call-hover.gif (messenger/addressbook/call-hover.gif)
skin/classic/messenger/addressbook/call.gif (messenger/addressbook/call.gif)
skin/classic/messenger/addressbook/edit.gif (messenger/addressbook/edit.gif)
skin/classic/messenger/addressbook/list.gif (messenger/addressbook/list.gif)
skin/classic/messenger/addressbook/myaddrbk.gif (messenger/addressbook/myaddrbk.gif)
skin/classic/messenger/addressbook/newcard-disabled.gif (messenger/addressbook/newcard-disabled.gif)
skin/classic/messenger/addressbook/newcard-hover-active.gif (messenger/addressbook/newcard-hover-active.gif)
skin/classic/messenger/addressbook/newcard-hover.gif (messenger/addressbook/newcard-hover.gif)
skin/classic/messenger/addressbook/newcard.gif (messenger/addressbook/newcard.gif)
skin/classic/messenger/addressbook/newlist-disabled.gif (messenger/addressbook/newlist-disabled.gif)
skin/classic/messenger/addressbook/newlist-hover-active.gif (messenger/addressbook/newlist-hover-active.gif)
skin/classic/messenger/addressbook/newlist-hover.gif (messenger/addressbook/newlist-hover.gif)
skin/classic/messenger/addressbook/newlist.gif (messenger/addressbook/newlist.gif)
skin/classic/messenger/addressbook/newmsgab.gif (messenger/addressbook/newmsgab.gif)
skin/classic/messenger/addressbook/newmsg-hover-active.gif (messenger/addressbook/newmsg-hover-active.gif)
skin/classic/messenger/addressbook/newmsg-disabled.gif (messenger/addressbook/newmsg-disabled.gif)
skin/classic/messenger/addressbook/newmsg-hover.gif (messenger/addressbook/newmsg-hover.gif)
skin/classic/messenger/addressbook/newmsg.gif (messenger/addressbook/newmsg.gif)
skin/classic/messenger/addressbook/person-disabled.gif (messenger/addressbook/person-disabled.gif)
skin/classic/messenger/addressbook/person-hover-active.gif (messenger/addressbook/person-hover-active.gif)
skin/classic/messenger/addressbook/person-hover.gif (messenger/addressbook/person-hover.gif)
skin/classic/messenger/addressbook/person.gif (messenger/addressbook/person.gif)
skin/classic/messenger/addressbook/property.gif (messenger/addressbook/property.gif)
skin/classic/messenger/addressbook/remote-abook.gif (messenger/addressbook/remote-abook.gif)
skin/classic/messenger/addressbook/remote-abook-down.gif (messenger/addressbook/remote-abook-down.gif)
skin/classic/messenger/addressbook/searchold-disabled.gif (messenger/addressbook/searchold-disabled.gif)
skin/classic/messenger/addressbook/searchold-hover-active.gif (messenger/addressbook/searchold-hover-active.gif)
skin/classic/messenger/addressbook/searchold-hover.gif (messenger/addressbook/searchold-hover.gif)
skin/classic/messenger/addressbook/searchold.gif (messenger/addressbook/searchold.gif)
skin/classic/messenger/addressbook/trash-disabled.gif (messenger/addressbook/trash-disabled.gif)
skin/classic/messenger/addressbook/trash-hover.gif (messenger/addressbook/trash-hover.gif)
skin/classic/messenger/addressbook/trash.gif (messenger/addressbook/trash.gif)
skin/classic/messenger/addressbook/trash-hover-active.gif (messenger/addressbook/trash-hover-active.gif)
skin/classic/messenger/messengercompose/address-disabled.gif (messenger/messengercompose/address-disabled.gif)
skin/classic/messenger/messengercompose/address-hover-active.gif (messenger/messengercompose/address-hover-active.gif)
skin/classic/messenger/messengercompose/address-hover.gif (messenger/messengercompose/address-hover.gif)
skin/classic/messenger/messengercompose/address.gif (messenger/messengercompose/address.gif)
skin/classic/messenger/messengercompose/attach-disabled.gif (messenger/messengercompose/attach-disabled.gif)
skin/classic/messenger/messengercompose/attach-hover-active.gif (messenger/messengercompose/attach-hover-active.gif)
skin/classic/messenger/messengercompose/attach-hover.gif (messenger/messengercompose/attach-hover.gif)
skin/classic/messenger/messengercompose/attach.gif (messenger/messengercompose/attach.gif)
skin/classic/messenger/messengercompose/attachment.gif (messenger/messengercompose/attachment.gif)
skin/classic/messenger/messengercompose/mailoptions-disabled.gif (messenger/messengercompose/mailoptions-disabled.gif)
skin/classic/messenger/messengercompose/mailoptions-hover-active.gif (messenger/messengercompose/mailoptions-hover-active.gif)
skin/classic/messenger/messengercompose/mailoptions-hover.gif (messenger/messengercompose/mailoptions-hover.gif)
skin/classic/messenger/messengercompose/mailoptions.gif (messenger/messengercompose/mailoptions.gif)
skin/classic/messenger/messengercompose/messengercompose.css (messenger/messengercompose/messengercompose.css)
skin/classic/messenger/messengercompose/quote-disabled.gif (messenger/messengercompose/quote-disabled.gif)
skin/classic/messenger/messengercompose/quote-hover-active.gif (messenger/messengercompose/quote-hover-active.gif)
skin/classic/messenger/messengercompose/quote-hover.gif (messenger/messengercompose/quote-hover.gif)
skin/classic/messenger/messengercompose/quote.gif (messenger/messengercompose/quote.gif)
skin/classic/messenger/messengercompose/save.gif (messenger/messengercompose/save.gif)
skin/classic/messenger/messengercompose/savemsg-disabled.gif (messenger/messengercompose/savemsg-disabled.gif)
skin/classic/messenger/messengercompose/savemsg-hover-active.gif (messenger/messengercompose/savemsg-hover-active.gif)
skin/classic/messenger/messengercompose/savemsg-hover.gif (messenger/messengercompose/savemsg-hover.gif)
skin/classic/messenger/messengercompose/savemsg.gif (messenger/messengercompose/savemsg.gif)
skin/classic/messenger/messengercompose/send-disabled.gif (messenger/messengercompose/send-disabled.gif)
skin/classic/messenger/messengercompose/send-hover-active.gif (messenger/messengercompose/send-hover-active.gif)
skin/classic/messenger/messengercompose/send-hover.gif (messenger/messengercompose/send-hover.gif)
skin/classic/messenger/messengercompose/send.gif (messenger/messengercompose/send.gif)
skin/classic/messenger/messengercompose/sendlater-disabled.gif (messenger/messengercompose/sendlater-disabled.gif)
skin/classic/messenger/messengercompose/sendlater-hover-active.gif (messenger/messengercompose/sendlater-hover-active.gif)
skin/classic/messenger/messengercompose/sendlater-hover.gif (messenger/messengercompose/sendlater-hover.gif)
skin/classic/messenger/messengercompose/sendlater.gif (messenger/messengercompose/sendlater.gif)
skin/classic/messenger/messengercompose/stop.gif (messenger/messengercompose/stop.gif)
skin/classic/messenger/messengercompose/sendConvAltering.gif (messenger/messengercompose/sendConvAltering.gif)
skin/classic/messenger/messengercompose/sendConvNo.gif (messenger/messengercompose/sendConvNo.gif)
skin/classic/messenger/messengercompose/sendConvYes.gif (messenger/messengercompose/sendConvYes.gif)
skin/classic/navigator/back.gif (navigator/back.gif)
skin/classic/navigator/back-disabled.gif (navigator/back-disabled.gif)
skin/classic/navigator/back-hover.gif (navigator/back-hover.gif)
skin/classic/navigator/back-hover-active.gif (navigator/back-hover-active.gif)
skin/classic/navigator/forward.gif (navigator/forward.gif)
skin/classic/navigator/forward-hover.gif (navigator/forward-hover.gif)
skin/classic/navigator/forward-hover-active.gif (navigator/forward-hover-active.gif)
skin/classic/navigator/forward-disabled.gif (navigator/forward-disabled.gif)
skin/classic/navigator/location-hover.gif (navigator/location-hover.gif)
skin/classic/navigator/location.gif (navigator/location.gif)
skin/classic/navigator/reload.gif (navigator/reload.gif)
skin/classic/navigator/reload-disabled.gif (navigator/reload-disabled.gif)
skin/classic/navigator/reload-hover.gif (navigator/reload-hover.gif)
skin/classic/navigator/reload-hover-active.gif (navigator/reload-hover-active.gif)
skin/classic/navigator/stop.gif (navigator/stop.gif)
skin/classic/navigator/stop-disabled.gif (navigator/stop-disabled.gif)
skin/classic/navigator/stop-hover.gif (navigator/stop-hover.gif)
skin/classic/navigator/stop-hover-active.gif (navigator/stop-hover-active.gif)
skin/classic/navigator/personalToolbar.css (navigator/personalToolbar.css)
skin/classic/navigator/first-disabled.gif (navigator/first-disabled.gif)
skin/classic/navigator/first.gif (navigator/first.gif)
skin/classic/navigator/first-hover.gif (navigator/first-hover.gif)
skin/classic/navigator/last-disabled.gif (navigator/last-disabled.gif)
skin/classic/navigator/last.gif (navigator/last.gif)
skin/classic/navigator/last-hover.gif (navigator/last-hover.gif)
skin/classic/navigator/next-disabled.gif (navigator/next-disabled.gif)
skin/classic/navigator/next.gif (navigator/next.gif)
skin/classic/navigator/next-hover.gif (navigator/next-hover.gif)
skin/classic/navigator/previous-disabled.gif (navigator/previous-disabled.gif)
skin/classic/navigator/previous.gif (navigator/previous.gif)
skin/classic/navigator/previous-hover.gif (navigator/previous-hover.gif)
skin/classic/navigator/top-disabled.gif (navigator/top-disabled.gif)
skin/classic/navigator/top.gif (navigator/top.gif)
skin/classic/navigator/top-hover.gif (navigator/top-hover.gif)
skin/classic/navigator/up-disabled.gif (navigator/up-disabled.gif)
skin/classic/navigator/up.gif (navigator/up.gif)
skin/classic/navigator/up-hover.gif (navigator/up-hover.gif)
skin/classic/navigator/linkToolbar.css (navigator/linkToolbar.css)
skin/classic/communicator/contents.rdf (communicator/contents.rdf)
skin/classic/communicator/tasksOverlay.css (communicator/tasksOverlay.css)
skin/classic/communicator/button.css (communicator/button.css)
skin/classic/communicator/brand.css (communicator/brand.css)
skin/classic/communicator/securityOverlay.css (communicator/securityOverlay.css)
skin/classic/communicator/dialogs.css (communicator/dialogs.css)
skin/classic/communicator/communicator.css (communicator/communicator.css)
skin/classic/communicator/formatting.css (communicator/formatting.css)
skin/classic/communicator/prefpanels.css (communicator/prefpanels.css)
skin/classic/communicator/bookmarks/bookmark-folder-button.gif (communicator/bookmarks/bookmark-folder-button.gif)
skin/classic/communicator/bookmarks/bookmark-folder-closed.gif (communicator/bookmarks/bookmark-folder-closed.gif)
skin/classic/communicator/bookmarks/bookmark-folder-disabled.gif (communicator/bookmarks/bookmark-folder-disabled.gif)
skin/classic/communicator/bookmarks/bookmark-folder-open.gif (communicator/bookmarks/bookmark-folder-open.gif)
skin/classic/communicator/bookmarks/bookmark-item-disabled.gif (communicator/bookmarks/bookmark-item-disabled.gif)
skin/classic/communicator/bookmarks/bookmark-item-updated.gif (communicator/bookmarks/bookmark-item-updated.gif)
skin/classic/communicator/bookmarks/bookmark-item.gif (communicator/bookmarks/bookmark-item.gif)
skin/classic/communicator/bookmarks/bookmarks.css (communicator/bookmarks/bookmarks.css)
skin/classic/communicator/bookmarks/bookmarksWindow.css (communicator/bookmarks/bookmarksWindow.css)
skin/classic/communicator/bookmarks/home-active.gif (communicator/bookmarks/home-active.gif)
skin/classic/communicator/bookmarks/home-hover.gif (communicator/bookmarks/home-hover.gif)
skin/classic/communicator/bookmarks/home.gif (communicator/bookmarks/home.gif)
skin/classic/communicator/bookmarks/location-act.gif (communicator/bookmarks/location-act.gif)
skin/classic/communicator/bookmarks/location-dis.gif (communicator/bookmarks/location-dis.gif)
skin/classic/communicator/bookmarks/location-hov.gif (communicator/bookmarks/location-hov.gif)
skin/classic/communicator/bookmarks/location.gif (communicator/bookmarks/location.gif)
skin/classic/communicator/bookmarks/notification.gif (communicator/bookmarks/notification.gif)
skin/classic/communicator/bookmarks/schedule.gif (communicator/bookmarks/schedule.gif)
skin/classic/communicator/bookmarks/bookmarksToolbar.css (communicator/bookmarks/bookmarksToolbar.css)
skin/classic/communicator/directory/directory.css (communicator/directory/directory.css)
skin/classic/communicator/directory/folder-clsd.gif (communicator/directory/folder-clsd.gif)
skin/classic/communicator/directory/folder-open.gif (communicator/directory/folder-open.gif)
skin/classic/communicator/directory/file.gif (communicator/directory/file.gif)
skin/classic/communicator/profile/migrate.gif (communicator/profile/migrate.gif)
skin/classic/communicator/profile/newProfile1_2.css (communicator/profile/newProfile1_2.css)
skin/classic/communicator/profile/profile.css (communicator/profile/profile.css)
skin/classic/communicator/profile/profileManager.css (communicator/profile/profileManager.css)
skin/classic/communicator/profile/profileicon-large.gif (communicator/profile/profileicon-large.gif)
skin/classic/communicator/related/related.css (communicator/related/related.css)
skin/classic/communicator/related/sitemap.gif (communicator/related/sitemap.gif)
skin/classic/communicator/search/category.gif (communicator/search/category.gif)
skin/classic/communicator/search/result.gif (communicator/search/result.gif)
skin/classic/communicator/search/search-editor.css (communicator/search/search-editor.css)
skin/classic/communicator/search/search.css (communicator/search/search.css)
skin/classic/communicator/search/internetresults.css (communicator/search/internetresults.css)
skin/classic/communicator/sidebar/sbtab-twisty.gif (communicator/sidebar/sbtab-twisty.gif)
skin/classic/communicator/sidebar/sbtab-twisty-open.gif (communicator/sidebar/sbtab-twisty-open.gif)
skin/classic/communicator/sidebar/customize.css (communicator/sidebar/customize.css)
skin/classic/communicator/sidebar/preview.css (communicator/sidebar/preview.css)
skin/classic/communicator/sidebar/sidebarBindings.xml (communicator/sidebar/sidebarBindings.xml)
skin/classic/communicator/sidebar/sidebar.css (communicator/sidebar/sidebar.css)
skin/classic/communicator/xpinstall/xpinstall.css (communicator/xpinstall/xpinstall.css)
skin/classic/communicator/brand/throbber-single.gif (communicator/brand/throbber-single.gif)
skin/classic/communicator/brand/throbber-anim.gif (communicator/brand/throbber-anim.gif)
skin/classic/communicator/icons/offline.gif (communicator/icons/offline.gif)
skin/classic/communicator/icons/online.gif (communicator/icons/online.gif)
skin/classic/communicator/icons/content-large.gif (communicator/icons/content-large.gif)
skin/classic/communicator/icons/content-small.gif (communicator/icons/content-small.gif)
skin/classic/communicator/icons/search-act.gif (communicator/icons/search-act.gif)
skin/classic/communicator/icons/search.gif (communicator/icons/search.gif)
skin/classic/communicator/icons/search-hov.gif (communicator/icons/search-hov.gif)
skin/classic/communicator/icons/lock-secure.gif (communicator/icons/lock-secure.gif)
skin/classic/communicator/icons/lock-broken.gif (communicator/icons/lock-broken.gif)
skin/classic/communicator/icons/lock-insecure.gif (communicator/icons/lock-insecure.gif)
skin/classic/communicator/icons/loading.gif (communicator/icons/loading.gif)
skin/classic/communicator/icons/turbo-systray.gif (communicator/icons/turbo-systray.gif)
skin/classic/communicator/icons/btn1.gif (communicator/icons/btn1.gif)
skin/classic/communicator/taskbar/composer-hov.gif (communicator/taskbar/composer-hov.gif)
skin/classic/communicator/taskbar/addressbook.gif (communicator/taskbar/addressbook.gif)
skin/classic/communicator/taskbar/mailnew-hov.gif (communicator/taskbar/mailnew-hov.gif)
skin/classic/communicator/taskbar/navigator.gif (communicator/taskbar/navigator.gif)
skin/classic/communicator/taskbar/navigator-hov.gif (communicator/taskbar/navigator-hov.gif)
skin/classic/communicator/taskbar/mail.gif (communicator/taskbar/mail.gif)
skin/classic/communicator/taskbar/mail-hov.gif (communicator/taskbar/mail-hov.gif)
skin/classic/communicator/taskbar/mailnew.gif (communicator/taskbar/mailnew.gif)
skin/classic/communicator/taskbar/composer.gif (communicator/taskbar/composer.gif)
skin/classic/communicator/taskbar/addressbook-hov.gif (communicator/taskbar/addressbook-hov.gif)
skin/classic/editor/contents.rdf (editor/contents.rdf)
skin/classic/editor/EdImageMapPage.css (editor/EdImageMapPage.css)
skin/classic/editor/editor.css (editor/editor.css)
skin/classic/editor/EditorDialog.css (editor/EditorDialog.css)
skin/classic/editor/EdImageMap.css (editor/EdImageMap.css)
skin/classic/editor/editorModeToolbar.css (editor/editorModeToolbar.css)
skin/classic/editor/textEditor.css (editor/textEditor.css)
skin/classic/editor/editorPrimaryToolbar.css (editor/editorPrimaryToolbar.css)
skin/classic/editor/editorFormatToolbar.css (editor/editorFormatToolbar.css)
skin/classic/editor/icons/editmode-html.gif (editor/icons/editmode-html.gif)
skin/classic/editor/icons/editmode-normal.gif (editor/icons/editmode-normal.gif)
skin/classic/editor/icons/editmode-preview.gif (editor/icons/editmode-preview.gif)
skin/classic/editor/icons/editmode-tags.gif (editor/icons/editmode-tags.gif)
skin/classic/editor/icons/img-align-bottom.gif (editor/icons/img-align-bottom.gif)
skin/classic/editor/icons/img-align-left.gif (editor/icons/img-align-left.gif)
skin/classic/editor/icons/img-align-middle.gif (editor/icons/img-align-middle.gif)
skin/classic/editor/icons/img-align-right.gif (editor/icons/img-align-right.gif)
skin/classic/editor/icons/img-align-top.gif (editor/icons/img-align-top.gif)
skin/classic/editor/icons/btn1.gif (editor/icons/btn1.gif)
skin/classic/editor/icons/btn2.gif (editor/icons/btn2.gif)
skin/classic/global/filepicker/blank.gif (global/filepicker/blank.gif)
skin/classic/global/filepicker/dir-closed.gif (global/filepicker/dir-closed.gif)
skin/classic/global/filepicker/dir-open.gif (global/filepicker/dir-open.gif)
skin/classic/global/arrow/arrow-dn-dis.gif (global/arrow/arrow-dn-dis.gif)
skin/classic/global/arrow/arrow-dn-hov.gif (global/arrow/arrow-dn-hov.gif)
skin/classic/global/arrow/arrow-lft-dis.gif (global/arrow/arrow-lft-dis.gif)
skin/classic/global/arrow/arrow-lft-hov.gif (global/arrow/arrow-lft-hov.gif)
skin/classic/global/arrow/arrow-rit-dis.gif (global/arrow/arrow-rit-dis.gif)
skin/classic/global/arrow/arrow-rit-hov.gif (global/arrow/arrow-rit-hov.gif)
skin/classic/global/arrow/arrow-up-dis.gif (global/arrow/arrow-up-dis.gif)
skin/classic/global/arrow/arrow-up-hov.gif (global/arrow/arrow-up-hov.gif)
skin/classic/global/arrow/arrow-dn.gif (global/arrow/arrow-dn.gif)
skin/classic/global/arrow/arrow-lft.gif (global/arrow/arrow-lft.gif)
skin/classic/global/arrow/arrow-rit.gif (global/arrow/arrow-rit.gif)
skin/classic/global/arrow/arrow-up.gif (global/arrow/arrow-up.gif)
skin/classic/global/tree/columnpicker.gif (global/tree/columnpicker.gif)
skin/classic/global/tree/sort-asc.gif (global/tree/sort-asc.gif)
skin/classic/global/tree/sort-dsc.gif (global/tree/sort-dsc.gif)
skin/classic/global/console/console-error-dash.gif (global/console/console-error-dash.gif)
skin/classic/global/console/console-error-caret.gif (global/console/console-error-caret.gif)
skin/classic/global/icons/close-button.gif (global/icons/close-button.gif)
skin/classic/global/toolbar/tbgrip-arrow.gif (global/toolbar/tbgrip-arrow.gif)
skin/classic/global/toolbar/tbgrip-arrow-clps.gif (global/toolbar/tbgrip-arrow-clps.gif)
skin/classic/global/toolbar/tbgrip-texture.gif (global/toolbar/tbgrip-texture.gif)
skin/classic/global/splitter/grip-vrt-after.gif (global/splitter/grip-vrt-after.gif)
skin/classic/global/splitter/grip-vrt-before.gif (global/splitter/grip-vrt-before.gif)
skin/classic/global/splitter/grip-hrz-after.gif (global/splitter/grip-hrz-after.gif)
skin/classic/global/splitter/grip-hrz-before.gif (global/splitter/grip-hrz-before.gif)
skin/classic/global/splitter/drag-bg.gif (global/splitter/drag-bg.gif)
skin/classic/messenger/dialogs.css (messenger/dialogs.css)
skin/classic/messenger/mailWindow2.css (messenger/mailWindow2.css)
skin/classic/messenger/accountManage.css (messenger/accountManage.css)
skin/classic/messenger/accountWizard.css (messenger/accountWizard.css)
skin/classic/messenger/folderMenus.css (messenger/folderMenus.css)
skin/classic/messenger/folderPane.css (messenger/folderPane.css)
skin/classic/messenger/contents.rdf (messenger/contents.rdf)
skin/classic/messenger/mailWindow1.css (messenger/mailWindow1.css)
skin/classic/messenger/accountCentral.css (messenger/accountCentral.css)
skin/classic/messenger/messageHeader.css (messenger/messageHeader.css)
skin/classic/messenger/messageWindow.css (messenger/messageWindow.css)
skin/classic/messenger/messenger.css (messenger/messenger.css)
skin/classic/messenger/prefPanels.css (messenger/prefPanels.css)
skin/classic/messenger/primaryToolbar.css (messenger/primaryToolbar.css)
skin/classic/messenger/searchDialog.css (messenger/searchDialog.css)
skin/classic/messenger/subscribe.css (messenger/subscribe.css)
skin/classic/messenger/threadPane.css (messenger/threadPane.css)
skin/classic/messenger/threadPaneLabels.css (messenger/threadPaneLabels.css)
skin/classic/messenger/filterDialog.css (messenger/filterDialog.css)
skin/classic/messenger/messageBody.css (messenger/messageBody.css)
skin/classic/messenger/icons/attach.gif (messenger/icons/attach.gif)
skin/classic/messenger/icons/check.gif (messenger/icons/check.gif)
skin/classic/messenger/icons/dot.gif (messenger/icons/dot.gif)
skin/classic/messenger/icons/flagcol.gif (messenger/icons/flagcol.gif)
skin/classic/messenger/icons/flaggedmail.gif (messenger/icons/flaggedmail.gif)
skin/classic/messenger/icons/folder-closed.gif (messenger/icons/folder-closed.gif)
skin/classic/messenger/icons/folder-draft.gif (messenger/icons/folder-draft.gif)
skin/classic/messenger/icons/folder-draft-open.gif (messenger/icons/folder-draft-open.gif)
skin/classic/messenger/icons/folder-draft-share.gif (messenger/icons/folder-draft-share.gif)
skin/classic/messenger/icons/folder-draft-share-open.gif (messenger/icons/folder-draft-share-open.gif)
skin/classic/messenger/icons/folder-filed.gif (messenger/icons/folder-filed.gif)
skin/classic/messenger/icons/folder-filed-open.gif (messenger/icons/folder-filed-open.gif)
skin/classic/messenger/icons/folder-hasmail.gif (messenger/icons/folder-hasmail.gif)
skin/classic/messenger/icons/folder-inbox.gif (messenger/icons/folder-inbox.gif)
skin/classic/messenger/icons/folder-inbox-new.gif (messenger/icons/folder-inbox-new.gif)
skin/classic/messenger/icons/folder-inbox-open.gif (messenger/icons/folder-inbox-open.gif)
skin/classic/messenger/icons/folder-inbox-share.gif (messenger/icons/folder-inbox-share.gif)
skin/classic/messenger/icons/folder-inbox-share-open.gif (messenger/icons/folder-inbox-share-open.gif)
skin/classic/messenger/icons/folder-mailserver.gif (messenger/icons/folder-mailserver.gif)
skin/classic/messenger/icons/folder-new.gif (messenger/icons/folder-new.gif)
skin/classic/messenger/icons/folder-new-closed.gif (messenger/icons/folder-new-closed.gif)
skin/classic/messenger/icons/folder-new-open.gif (messenger/icons/folder-new-open.gif)
skin/classic/messenger/icons/folder-newsgroup.gif (messenger/icons/folder-newsgroup.gif)
skin/classic/messenger/icons/folder-newsgroup-new.gif (messenger/icons/folder-newsgroup-new.gif)
skin/classic/messenger/icons/folder-open.gif (messenger/icons/folder-open.gif)
skin/classic/messenger/icons/folder-outbox.gif (messenger/icons/folder-outbox.gif)
skin/classic/messenger/icons/folder-outbox-open.gif (messenger/icons/folder-outbox-open.gif)
skin/classic/messenger/icons/folder-sent.gif (messenger/icons/folder-sent.gif)
skin/classic/messenger/icons/folder-sent-open.gif (messenger/icons/folder-sent-open.gif)
skin/classic/messenger/icons/folder-sent-share.gif (messenger/icons/folder-sent-share.gif)
skin/classic/messenger/icons/folder-sent-share-open.gif (messenger/icons/folder-sent-share-open.gif)
skin/classic/messenger/icons/folder-server.gif (messenger/icons/folder-server.gif)
skin/classic/messenger/icons/folder-server-open.gif (messenger/icons/folder-server-open.gif)
skin/classic/messenger/icons/folder-share.gif (messenger/icons/folder-share.gif)
skin/classic/messenger/icons/folder-share-open.gif (messenger/icons/folder-share-open.gif)
skin/classic/messenger/icons/folder-template.gif (messenger/icons/folder-template.gif)
skin/classic/messenger/icons/folder-template-open.gif (messenger/icons/folder-template-open.gif)
skin/classic/messenger/icons/folder-template-share.gif (messenger/icons/folder-template-share.gif)
skin/classic/messenger/icons/folder-template-share-open.gif (messenger/icons/folder-template-share-open.gif)
skin/classic/messenger/icons/folder-trash.gif (messenger/icons/folder-trash.gif)
skin/classic/messenger/icons/folder-trash-open.gif (messenger/icons/folder-trash-open.gif)
skin/classic/messenger/icons/folder-trash-share.gif (messenger/icons/folder-trash-share.gif)
skin/classic/messenger/icons/folder-trash-share-open.gif (messenger/icons/folder-trash-share-open.gif)
skin/classic/messenger/icons/local-mailhost.gif (messenger/icons/local-mailhost.gif)
skin/classic/messenger/icons/message-mail.gif (messenger/icons/message-mail.gif)
skin/classic/messenger/icons/message-mail-attach.gif (messenger/icons/message-mail-attach.gif)
skin/classic/messenger/icons/message-mail-attach-offl.gif (messenger/icons/message-mail-attach-offl.gif)
skin/classic/messenger/icons/message-mail-imapdelete.gif (messenger/icons/message-mail-imapdelete.gif)
skin/classic/messenger/icons/message-mail-imapdel-offl.gif (messenger/icons/message-mail-imapdel-offl.gif)
skin/classic/messenger/icons/message-mail-new.gif (messenger/icons/message-mail-new.gif)
skin/classic/messenger/icons/message-mail-new-offl.gif (messenger/icons/message-mail-new-offl.gif)
skin/classic/messenger/icons/message-mail-offl.gif (messenger/icons/message-mail-offl.gif)
skin/classic/messenger/icons/message-news.gif (messenger/icons/message-news.gif)
skin/classic/messenger/icons/message-news-attach.gif (messenger/icons/message-news-attach.gif)
skin/classic/messenger/icons/message-news-new.gif (messenger/icons/message-news-new.gif)
skin/classic/messenger/icons/winclassic.gif (messenger/icons/winclassic.gif)
skin/classic/messenger/icons/winwide.gif (messenger/icons/winwide.gif)
skin/classic/messenger/icons/server-local.gif (messenger/icons/server-local.gif)
skin/classic/messenger/icons/server-local-new.gif (messenger/icons/server-local-new.gif)
skin/classic/messenger/icons/server-mail.gif (messenger/icons/server-mail.gif)
skin/classic/messenger/icons/server-mail-new.gif (messenger/icons/server-mail-new.gif)
skin/classic/messenger/icons/server-news.gif (messenger/icons/server-news.gif)
skin/classic/messenger/icons/server-news-lock.gif (messenger/icons/server-news-lock.gif)
skin/classic/messenger/icons/server-remote.gif (messenger/icons/server-remote.gif)
skin/classic/messenger/icons/server-remote-lock.gif (messenger/icons/server-remote-lock.gif)
skin/classic/messenger/icons/thread-closed.gif (messenger/icons/thread-closed.gif)
skin/classic/messenger/icons/threadcol.gif (messenger/icons/threadcol.gif)
skin/classic/messenger/icons/thread-new-closed.gif (messenger/icons/thread-new-closed.gif)
skin/classic/messenger/icons/thread-new-open.gif (messenger/icons/thread-new-open.gif)
skin/classic/messenger/icons/thread-open.gif (messenger/icons/thread-open.gif)
skin/classic/messenger/icons/readcol.gif (messenger/icons/readcol.gif)
skin/classic/messenger/icons/readmail.gif (messenger/icons/readmail.gif)
skin/classic/messenger/icons/unreadmail.gif (messenger/icons/unreadmail.gif)
skin/classic/messenger/icons/unthreadcol.gif (messenger/icons/unthreadcol.gif)
skin/classic/messenger/icons/btn1.gif (messenger/icons/btn1.gif)
skin/classic/messenger/icons/server-news-new.gif (messenger/icons/server-news-new.gif)
skin/classic/messenger/addressbook/abResultsPane.css (messenger/addressbook/abResultsPane.css)
skin/classic/messenger/addressbook/addressPanes.css (messenger/addressbook/addressPanes.css)
skin/classic/messenger/addressbook/cardDialog.css (messenger/addressbook/cardDialog.css)
skin/classic/messenger/addressbook/selectAddressesDialog.css (messenger/addressbook/selectAddressesDialog.css)
skin/classic/messenger/addressbook/sidebarPanel.css (messenger/addressbook/sidebarPanel.css)
skin/classic/messenger/addressbook/addressbook.css (messenger/addressbook/addressbook.css)
skin/classic/messenger/addressbook/icons/addrbook.gif (messenger/addressbook/icons/addrbook.gif)
skin/classic/messenger/addressbook/icons/ablist.gif (messenger/addressbook/icons/ablist.gif)
skin/classic/messenger/addressbook/icons/remove-addrbook.gif (messenger/addressbook/icons/remove-addrbook.gif)
skin/classic/messenger/addressbook/icons/remove-addrbook-error.gif (messenger/addressbook/icons/remove-addrbook-error.gif)
skin/classic/messenger/addressbook/icons/abcard.gif (messenger/addressbook/icons/abcard.gif)
skin/classic/messenger/messengercompose/messengercompose.css (messenger/messengercompose/messengercompose.css)
skin/classic/navigator/contents.rdf (navigator/contents.rdf)
skin/classic/navigator/navigator.css (navigator/navigator.css)
skin/classic/navigator/linkToolbar.css (navigator/linkToolbar.css)
skin/classic/navigator/btn1/first.gif (navigator/btn1/first.gif)
skin/classic/navigator/btn1/first-disabled.gif (navigator/btn1/first-disabled.gif)
skin/classic/navigator/btn1/first-hover.gif (navigator/btn1/first-hover.gif)
skin/classic/navigator/btn1/last.gif (navigator/btn1/last.gif)
skin/classic/navigator/btn1/last-disabled.gif (navigator/btn1/last-disabled.gif)
skin/classic/navigator/btn1/last-hover.gif (navigator/btn1/last-hover.gif)
skin/classic/navigator/btn1/next.gif (navigator/btn1/next.gif)
skin/classic/navigator/btn1/next-disabled.gif (navigator/btn1/next-disabled.gif)
skin/classic/navigator/btn1/next-hover.gif (navigator/btn1/next-hover.gif)
skin/classic/navigator/btn1/previous.gif (navigator/btn1/previous.gif)
skin/classic/navigator/btn1/previous-disabled.gif (navigator/btn1/previous-disabled.gif)
skin/classic/navigator/btn1/previous-hover.gif (navigator/btn1/previous-hover.gif)
skin/classic/navigator/btn1/top.gif (navigator/btn1/top.gif)
skin/classic/navigator/btn1/top-disabled.gif (navigator/btn1/top-disabled.gif)
skin/classic/navigator/btn1/top-hover.gif (navigator/btn1/top-hover.gif)
skin/classic/navigator/btn1/up.gif (navigator/btn1/up.gif)
skin/classic/navigator/btn1/up-disabled.gif (navigator/btn1/up-disabled.gif)
skin/classic/navigator/btn1/up-hover.gif (navigator/btn1/up-hover.gif)
skin/classic/navigator/icons/btn1.gif (navigator/icons/btn1.gif)

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

@ -0,0 +1,82 @@
/*
* 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.
*/
/* ===== accountCentral.css ==========================================
== Styles for the Messenger Account Central panel.
======================================================================= */
@import url("chrome://messenger/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#acctCentralGrid {
background-color: #FFFFFF;
}
separator {
height: 5px;
}
separator.thin {
height: 15px;
}
/* ::::: rows ::::: */
#acctCentralHeaderRow {
padding: 10px 0px 10px 10px;
font-size: 180%;
font-weight: bold;
color: #000000;
}
.acctCentralRow {
margin-left: 10px;
font-size: 125%;
color: #000000;
}
.row-iconic-icon {
list-style-image: inherit;
margin-right: 10px;
}
.acctCentralRowTitleBox {
background-color: #C7D0D9;
font-size: 150%;
font-weight: bold;
color: #000000;
}
/* ::::: links ::::: */
.acctCentralLinkText {
cursor: pointer;
color: #212731;
text-decoration: underline;
}
.acctCentralLinkText:hover {
color: #39598E;
}
.acctCentralLinkText:hover:active {
color: #000000;
}

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

@ -0,0 +1,36 @@
/*
* 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):
*
*/
/* ===== accountManage.css ==============================================
== Styles for the Mail Account Manager.
======================================================================= */
@import url("chrome://messenger/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: account manager :::::: */
.specialFolderPickerGrid {
margin-left: 20px;
}

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

@ -0,0 +1,38 @@
/*
* 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):
*
*/
/* ===== accountWizard.css ==============================================
== Styles for the Mail Account Wizard.
======================================================================= */
@import url("chrome://messenger/skin/");
@import url("chrome://global/skin/wizardOverlay.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: account wizard :::::: */
.awIdentityLabel {
width: 8em;
margin-left: 5px;
}

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

@ -0,0 +1,35 @@
/*
* 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-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Original Author:
* Seth Spitzer <sspitzer@netscape.com>
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
outlinerbody:-moz-outliner-image(GeneratedName) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif");
}
outlinerbody:-moz-outliner-image(GeneratedName, MailList) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.gif");
}

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

@ -0,0 +1,51 @@
/*
* 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-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
* Joe Hewitt <hewitt@netscape.com>
* Seth Spitzer <sspitzer@netscape.com>
*/
/* ===== addressPanes.css ================================================
== Styles for directory and address panes.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: directory pane icons ::::: */
.ab-directory-icon {
list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif");
margin-right: 1px;
margin-left: 1px;
}
.ab-directory-icon[IsMailList="true"] {
list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.gif");
margin-right: 1px;
margin-left: 1px;
}
/* ::::: result pane icons ::::: */
.ab-results-icon {
list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif");
margin-right: 1px;
}

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

@ -0,0 +1,220 @@
/*
* 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-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
* Joe Hewitt (hewitt@netscape.com)
*/
/* ===== addressbook.css ================================================
== Styles for the main Address Book window.
======================================================================= */
@import url("chrome://messenger/skin/");
@import url("chrome://communicator/skin/sidebar/sidebar.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: primary toolbar buttons ::::: */
.toolbarbutton-1 {
list-style-image: url("chrome://messenger/skin/icons/btn1.gif");
}
#button-newcard {
-moz-image-region: rect(0px 23px 21px 0px);
}
#button-newcard:hover {
-moz-image-region: rect(0px 46px 21px 23px);
}
#button-newcard:hover:active {
-moz-image-region: rect(0px 69px 21px 46px);
}
#button-newcard[disabled] {
-moz-image-region: rect(0px 92px 21px 69px) !important;
}
#button-newlist {
-moz-image-region: rect(21px 46px 42px 23px);
}
#button-newlist:hover {
-moz-image-region: rect(21px 23px 42px 0px);
}
#button-newlist:hover:active {
-moz-image-region: rect(21px 69px 42px 46px);
}
#button-newlist[disabled] {
-moz-image-region: rect(21px 92px 42px 69px) !important;
}
#button-editcard {
-moz-image-region: rect(42px 23px 63px 0px);
}
#button-editcard:hover {
-moz-image-region: rect(42px 46px 63px 23px);
}
#button-editcard:hover:active {
-moz-image-region: rect(42px 69px 63px 46px);
}
#button-editcard[disabled] {
-moz-image-region: rect(42px 92px 63px 69px) !important;
}
#button-newmessage {
-moz-image-region: rect(126px 23px 147px 0px);
}
#button-newmessage:hover {
-moz-image-region: rect(126px 46px 147px 23px);
}
#button-newmessage:hover:active {
-moz-image-region: rect(126px 69px 147px 46px);
}
#button-newmessage[disabled] {
-moz-image-region: rect(126px 92px 147px 69px) !important;
}
#button-delete {
-moz-image-region: rect(210px 23px 231px 0px);
}
#button-delete:hover {
-moz-image-region: rect(210px 46px 231px 23px);
}
#button-delete:hover:active {
-moz-image-region: rect(210px 69px 231px 46px);
}
#button-delete[disabled] {
-moz-image-region: rect(210px 92px 231px 69px) !important;
}
/* ::::: sidebar header ::::: */
sidebarheader {
border: 1px outset ThreeDFace;
}
#sidebar-title-box {
border: none;
}
/* CardView styles - used in the Card View Pane */
#CardViewOuterBox {
border-left: 1px solid ThreeDShadow;
border-top: 1px solid ThreeDShadow;
border-right: 1px solid ThreeDHighlight;
}
#CardViewBox {
-moz-user-focus: ignore;
overflow: auto;
min-width: 150px;
border-left: 1px solid ThreeDDarkShadow;
border-top: 1px solid ThreeDDarkShadow;
border-bottom: 1px solid ThreeDLightShadow;
border-right: 1px solid ThreeDLightShadow;
background-color: #FFFFFF;
}
#CardViewInnerBox {
margin-top: 2px;
margin-bottom: 2px;
padding-left: 8px;
padding-right: 8px;
}
#CardTitle {
font-size: 150%;
font-weight: bold;
border-bottom: 2px solid black;
min-width: 120px;
margin: 0px;
}
.cardViewGroup {
margin-top: 8px;
padding-bottom: 5px;
min-width: 50px;
}
.CardViewHeading {
padding: 1px;
padding-left: 5px;
margin: 0px 0px 1px 0px;
background-color: #CCCCFF;
color: black;
font-weight: bold;
min-width: 30px;
}
.CardViewText,
.CardViewLink {
padding-left: 20px;
padding-right: 2px;
min-width: 30px;
margin: 0px;
}
.CardViewLink {
color: blue;
text-decoration: underline;
cursor: pointer;
}
html|a {
padding-left: 0px;
padding-right: 2px;
border: none !important;
}
html|p {
border: none !important;
}
/* ::::: border adjustments ::::: */
#sidebar-box {
border-top: none;
border-right: 1px solid ThreeDHighlight;
border-bottom: none;
border-left: 1px solid ThreeDShadow;
}
#dirTree,
#resultsTree {
border: none;
margin: 0px 0px 0px 0px !important;
}
#resultsTree {
border-left: 1px solid ThreeDShadow;
}

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

@ -0,0 +1,50 @@
/*
* 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-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
* Joe Hewitt (hewitt@netscape.com)
*/
/* ===== cardViewOverlay.css ============================================
== Styles for the Address Book Card view.
======================================================================= */
@import url("chrome://messenger/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: Card Edit dialog ::::: */
.CardEditWidth {
width: 25em;
}
.CardEditLabel {
padding: 0px;
margin-top: 3px;
}
.alignBoxWithFieldset {
margin-left: 6px;
margin-right: 5px;
}
.stateZipSpacer {
width: 3em;
}

Двоичные данные
suite/themes/classic/messenger/addressbook/icons/abcard.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 109 B

Двоичные данные
suite/themes/classic/messenger/addressbook/icons/ablist.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 905 B

Двоичные данные
suite/themes/classic/messenger/addressbook/icons/addrbook.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 165 B

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

@ -0,0 +1,77 @@
/*
* 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-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
* Joe Hewitt (hewitt@netscape.com)
*/
/* ===== selectAddressesDialog.css ======================================
== Styles for the Select Addresses Dialog.
======================================================================= */
@import url("chrome://messenger/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: Select Addresses dialog ::::: */
#dirTreeBox {
width: 180px;
}
#resultsTree {
border-left: 1px solid ThreeDShadow;
}
#vertical-splitter {
min-width : 4px;
}
#addToBucketButtonBox {
padding : 0.3em;
min-width : 10px;
}
#bucketBox {
height : 170px;
}
#addressBucket {
height : 100px;
min-width : 10px;
}
#rightColumnButtonBox { /* Column with "New", "Edit" and "Remove" buttons */
padding : .5em;
padding-right : 0px;
}
.third-column-spacer { /* Vertical Spacers between 3rd column buttons */
height : 10px;
}
.middle-button-spacer { /* Spacers between To, CC, and BCC buttons */
width : 10px;
}
#bucket-splitter {
border: none;
min-height: 4px;
}

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

@ -0,0 +1,31 @@
/*
* 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):
*
*/
/* ===== sidebarPanel.css ===============================================
== Styles for the Address Book sidebar panel.
======================================================================= */
@import url("chrome://messenger/skin/addressbook/addressbook.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

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

@ -0,0 +1,82 @@
/*
* 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):
*
*/
/* ===== dialogs.css ====================================================
== Styles used by the general dialogs in Messenger.
======================================================================= */
@import url("chrome://messenger/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: button-like menus ::::: */
menu.push {
border: 1px outset ThreeDFace;
padding: 2px;
margin: 2px;
background-color: inherit;
background-image: inherit;
}
menu.push:hover:active,
menu.push[open="true"] {
border-style: inset;
padding: 3px 1px 1px 3px;
}
menu.push[disabled="true"],
menu.push[disabled="true"]:hover,
menu.push[disabled="true"]:hover:active {
color: GrayText;
}
/* ::::: askSendFormat.xul ::::: */
#askSendFormat {
width: 40em;
}
#askImageBox {
-moz-box-align: start;
}
#convertYes {
list-style-image:url("chrome://global/skin/question-icon.gif");
}
#convertAltering {
list-style-image:url("chrome://global/skin/question-icon.gif");
}
#convertNo {
list-style-image:url("chrome://global/skin/alert-icon.gif");
}
/* Workaround for bug 50217. Please remove this rule, when this bug is fixed. */
#convertDefault {
list-style-image:url("chrome://global/skin/question-icon.gif");
}

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

@ -0,0 +1,40 @@
/*
* 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):
*
*/
/* ===== filterDialog.css ===============================================
== Styles for the Mail Filters dialog.
======================================================================= */
@import url("chrome://messenger/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: columns :::::: */
.enabledcol {
list-style-image: url("chrome://messenger/skin/icons/dot.gif");
}
.enabledcol[Enabled="true"] {
list-style-image: url("chrome://messenger/skin/icons/check.gif");
}

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

@ -0,0 +1,93 @@
/*
* 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):
*
*/
/* ===== folderMenus.css ================================================
== Icons for menus which represent mail folder.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: folder icons for menus ::::: */
.folderMenuItem {
list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif");
}
.folderMenuItem[open="true"] {
list-style-image: url("chrome://messenger/skin/icons/folder-open.gif");
}
/* ..... special folders ..... */
.folderMenuItem[SpecialFolder="Inbox"] {
list-style-image: url("chrome://messenger/skin/icons/folder-inbox.gif");
}
.folderMenuItem[SpecialFolder="Inbox"][open="true"] {
list-style-image: url("chrome://messenger/skin/icons/folder-inbox.gif");
}
.folderMenuItem[SpecialFolder="Trash"] {
list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif");
}
.folderMenuItem[SpecialFolder="Trash"][open="true"] {
list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif");
}
.folderMenuItem[IsServer="true"] {
list-style-image: url("chrome://messenger/skin/icons/server-mail.gif");
}
.folderMenuItem[IsServer="true"][open="true"] {
list-style-image: url("chrome://messenger/skin/icons/server-mail.gif");
}
/* IMAP folders */
.folderMenuItem[IsServer="true"][ServerType="imap"][IsSecure="true"] {
list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
}
/* POP3 folders */
.folderMenuItem[IsServer="true"][ServerType="pop3"][IsSecure="true"] {
list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
}
/* Local Servers */
.folderMenuItem[IsServer="true"][ServerType="none"] {
list-style-image: url("chrome://messenger/skin/icons/server-local.gif");
}
/* News folders */
.folderMenuItem[ServerType="nntp"] {
list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
}
.folderMenuItem[IsServer="true"][ServerType="nntp"][IsSecure="true"] {
list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif");
}
.folderMenuItem[IsServer="true"][ServerType="nntp"] {
list-style-image: url("chrome://messenger/skin/icons/server-news.gif");
}

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

@ -0,0 +1,180 @@
/*
* 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-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
* Joe Hewitt (hewitt@netscape.com)
* Hakan Waara (hwaara@chello.se)
* Jan Varga (varga@utcru.sk)
*/
/* ===== folderPane.css =================================================
== Styles for the Folder pane in the Messenger 3-pane window.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: mail folder ::::: */
outlinerbody:-moz-outliner-image(folderNameCol) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif");
}
outlinerbody:-moz-outliner-image(folderNameCol, newMessages-true) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/folder-new-closed.gif");
}
/* ..... Inbox ..... */
outlinerbody:-moz-outliner-image(folderNameCol, specialFolder-Inbox) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/folder-inbox.gif");
}
outlinerbody:-moz-outliner-image(folderNameCol, specialFolder-Inbox, newMessages-true) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/folder-inbox-new.gif");
}
/* ..... Sent ..... */
outlinerbody:-moz-outliner-image(folderNameCol, specialFolder-Sent) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/folder-sent.gif");
}
/* ..... Unsent ..... */
outlinerbody:-moz-outliner-image(folderNameCol, specialFolder-Unsent Messages) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/folder-outbox.gif");
}
/* ..... Drafts ..... */
outlinerbody:-moz-outliner-image(folderNameCol, specialFolder-Drafts) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/folder-draft.gif");
}
/* ..... Templates ..... */
outlinerbody:-moz-outliner-image(folderNameCol, specialFolder-Templates) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/folder-template.gif");
}
/* ..... Trash ..... */
outlinerbody:-moz-outliner-image(folderNameCol, specialFolder-Trash) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif");
}
outlinerbody:-moz-outliner-image(folderNameCol, isServer-true) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/server-mail.gif");
}
outlinerbody:-moz-outliner-image(folderNameCol, biffState-NewMail, isServer-true) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/server-mail-new.gif");
}
outlinerbody:-moz-outliner-cell-text(folderNameCol, newMessages-true),
outlinerbody:-moz-outliner-cell-text(folderNameCol, specialFolder-Inbox, newMessages-true) {
font-weight: bold;
}
/* ..... Server Folders ..... */
outlinerbody:-moz-outliner-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
}
outlinerbody:-moz-outliner-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
}
outlinerbody:-moz-outliner-image(folderNameCol, isServer-true, serverType-none) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/server-local.gif");
}
/* ..... News Folders ..... */
outlinerbody:-moz-outliner-image(folderNameCol, serverType-nntp) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
}
outlinerbody:-moz-outliner-image(folderNameCol, isServer-true, serverType-nntp) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/server-news.gif");
}
outlinerbody:-moz-outliner-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif");
}
/* ::::: All Servers ::::: */
outlinerbody:-moz-outliner-cell-text(closed, subfoldersHaveUnreadMessages-true)
{
font-weight: bold;
}
outlinerbody:-moz-outliner-cell-text(folderNameCol, isServer-true),
outlinerbody:-moz-outliner-cell-text(hasUnreadMessages-true) {
font-weight: bold;
}
outlinerbody:-moz-outliner-cell-text(folderNameCol, noSelect-true) {
color: gray;
font-style: italic;
}
#folder-panel {
min-width: 10px;
}
#folderTree {
border: none;
}
.tree-folder-checkbox {
list-style-image: none;
}
outlinerbody:-moz-outliner-image(syncCol) {
list-style-image: url("chrome://messenger/skin/icons/dot.gif");
}
outlinerbody:-moz-outliner-image(syncCol, synchronize-true) {
list-style-image: url("chrome://messenger/skin/icons/check.gif");
}
outlinerbody:-moz-outliner-image(syncCol, isServer-true) {
list-style-image: none;
}

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

@ -0,0 +1,132 @@
/*
* 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):
*
*/
/* ===== mailWindow1.css ================================================
== Styles for the main Mail window in the default layout scheme.
======================================================================= */
@import url("chrome://messenger/skin/");
@import url("chrome://messenger/skin/primaryToolbar.css");
@import url("chrome://messenger/skin/folderMenus.css");
@import url("chrome://communicator/skin/sidebar/sidebar.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* :::::
:: Make sure the min height is small so we can
:: resize the pane vertically -EDV
::::: */
#messagepanebox {
min-height: 10px;
height: 0px;
}
/* ::::: border adjustments for focus ring and joined splitters ::::: */
/* ..... sidebar adjustments ..... */
#sidebar-panels-splitter-box {
border-top: 1px solid;
-moz-border-top-colors: ThreeDShadow;
}
/* ..... splitter adjustments ..... */
#sidebar-splitter {
border-right: none;
border-bottom: none;
border-left: none;
min-width: 5px;
}
#threadpane-splitter {
border: none;
min-height: 5px;
}
#sidebar-panels-splitter {
border-top: 1px solid;
-moz-border-top-colors: ThreeDHighlight;
}
#threadpane-splitter[state="collapsed"] {
border-bottom: 2px solid;
}
/* ..... outliner adjustments ..... */
#folderOutliner {
border-right: 1px solid;
-moz-border-right-colors: ThreeDShadow;
min-width: 1px;
}
#threadOutliner {
border-bottom: 2px solid;
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
min-width: 1px;
}
#threadOutliner,
#accountCentralBox,
#searchBox {
border-left: 2px solid;
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
}
#searchBox {
border-top: 1px solid ThreeDHighlight;
border-bottom: 1px solid ThreeDShadow;
}
#folderOutliner > .outliner-rows > .outliner-bodybox,
#threadOutliner > .outliner-rows > .outliner-bodybox {
border: 1px solid transparent;
}
#folderOutliner:focus > .outliner-rows > .outliner-bodybox,
#threadOutliner:focus > .outliner-rows > .outliner-bodybox {
border: 1px solid #000000;
}
/* ..... message pane adjustments ..... */
#messagepanebox {
border-top: 2px solid;
border-left: 2px solid;
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
}
#msgHeaderView {
border-left: none !important;
}
#messagepane {
border: 1px solid -moz-Field;
}
#messagepanebox[focusring="true"] > #messagepane {
border-color: #000000;
}

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

@ -0,0 +1,31 @@
/*
* 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):
*
*/
/* ===== mailWindow2.css ================================================
== Styles for the main Mail window in the optional layout scheme.
======================================================================= */
@import url("chrome://messenger/skin/mailWindow1.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

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

@ -1,52 +1,90 @@
/*
* 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/
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
*
* 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 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/
*
* The Original Code is Mozilla Communicator client code, released
* March 31, 1998.
* 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 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.
* The Original Code is mozilla.org code.
*
* The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Joe Hewitt <hewitt@netscape.com>
*
*/
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
/* ===== messageBody.css ================================================
/* ===== messageBody.css =================================================
== Styles for the body of a mail message.
======================================================================= */
/*
* These are the style attributes for the XUL display.
*/
window { overflow: auto; }
mailheader { display: block; }
mailattachcount { display: none; }
/* XXX Breaks the HTML rules below (.moz-class stuff), at least on Linux.
"html|.class" doesn't work.
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url("http://www.w3.org/1999/xhtml");
*/
headerdisplayname { font-weight: bold; white-space: pre; }
header { text-align: left; }
window {
overflow: auto;
}
/*
* 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; }
html {
html|html {
/* XXX Doesn't seem to work. (Same with "html|body".) */
background-color: white;
}
mailattachcount {
display: none;
}
/* :::: message header ::::: */
header {
text-align: left;
}
headerdisplayname {
font-weight: bold;
white-space: pre;
}
table[name="header-part1"] {
border-left: 4px solid #EFEFEF;
background-color: #EFEFEF;
}
table[name="header-part2"],
table[name="header-part3"] {
border: 4px solid #DEDEDE;
background-color: #DEDEDE;
}
div.headerdisplayname {
display: inline;
font-weight: bold;
white-space: pre;
}
/* ::::: message text, incl. quotes ::::: */
@ -60,25 +98,31 @@ html {
margin: inherit;
font-family: inherit;
}
.moz-text-plain[wrap="true"] {
white-space: -moz-pre-wrap;
}
.moz-text-plain[wrap="false"] {
white-space: pre;
}
.moz-text-plain[wrap="flow"] .moz-txt-sig {
white-space: -moz-pre-wrap;
}
.moz-text-plain[graphical-quote="false"] blockquote {
margin: inherit;
border-left: inherit;
padding-left: inherit;
}
.moz-text-plain[graphical-quote="true"] blockquote {
margin: inherit;
border-width: medium;
border-color: gray;
}
.moz-text-plain[graphical-quote="true"] .moz-txt-citetags {
display: none;
}
@ -89,11 +133,13 @@ html {
.moz-signature {
color: gray;
}
.moz-txt-sig > a,
.moz-signature > a {
color: #7777FF /* light blue */;
color: #7777FF; /* light blue */
}
/* ::::: smilies ::::: */
span[-moz-smiley] {
@ -102,28 +148,35 @@ span[-moz-smiley] {
background-repeat: no-repeat;
background-position: center center;
}
span[-moz-smiley] > span {
display: none;
}
span[-moz-smiley="s1"] {
background-image: url(chrome://global/skin/smiley/smile_n.gif);
background-image: url("chrome://editor/content/images/smile_n.gif");
}
span[-moz-smiley="s2"] {
background-image: url(chrome://global/skin/smiley/frown_n.gif);
background-image: url("chrome://editor/content/images/frown_n.gif");
}
span[-moz-smiley="s3"] {
background-image: url(chrome://global/skin/smiley/wink_n.gif);
background-image: url("chrome://editor/content/images/wink_n.gif");
}
span[-moz-smiley="s4"] {
background-image: url(chrome://global/skin/smiley/tongue_n.gif);
background-image: url("chrome://editor/content/images/tongue_n.gif");
}
span[-moz-smiley="s5"] {
background-image: url(chrome://global/skin/smiley/laughing_n.gif);
background-image: url("chrome://editor/content/images/laughing_n.gif");
}
span[-moz-smiley="s6"] {
background-image: url(chrome://global/skin/smiley/embarrassed_n.gif);
background-image: url("chrome://editor/content/images/embarrassed_n.gif");
}
span[-moz-smiley="s7"] {
background-image: url(chrome://global/skin/smiley/undecided_n.gif);
background-image: url("chrome://editor/content/images/undecided_n.gif");
}

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

@ -0,0 +1,161 @@
/*
* 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 {
width: 20em;
height: 0;
list-style-image: url("chrome://messenger/skin/icons/attach.gif");
}
#attachmentTree {
margin: 3px 0;
border: none;
height: 0;
width: 20em;
}
#attachmentText {
font-weight: bold;
}
/* ::::: msg header captions ::::: */
#msgHeaderView {
border-right: 1px solid ThreeDShadow;
border-left: 1px solid ThreeDShadow;
}
#collapsedHeaderView,
#expandedHeaderView {
border-bottom: 1px solid ThreeDDarkShadow;
min-width: 1px;
}
.headerNameBox {
width: 7.7em;
}
.headerName {
margin: 0 .5em 0 0;
min-height: 18px;
font-weight: bold;
text-align: right;
}
.headerValue {
margin: 0 0 .25em 0;
min-width: 50px;
white-space: normal;
}
.subjectvalue {
font-weight: bold;
}
/* ::::: msg header email addresses ::::: */
.emailDisplayButton {
cursor: pointer;
color: #0000FF;
text-decoration: underline;
margin: 0;
}
.emailDisplayButton:hover {
color: #FF0000;
}
/* ::::: 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;
}
#collapsedfromBox {
width: 18em;
}
#collapseddateBox {
width: 12em;
}
.collapsedHeaderDisplayName {
margin: 0 .5em 0 .7em;
min-height: 16px;
font-weight: bold;
}
.collapsedHeaderValue {
margin: 0;
}
.collapsedAttachmentButton {
list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif");
margin-right: .5em;
}

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

@ -0,0 +1,37 @@
/*
* 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):
*
*/
/* ===== messageWindow.css ==============================================
== Styles for the message window.
======================================================================= */
@import url("chrome://messenger/skin/");
@import url("chrome://messenger/skin/primaryToolbar.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: message header borders ::::: */
#msgHeaderView {
border: 1px outset ThreeDFace !important;
}

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

@ -0,0 +1,33 @@
/*
* 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):
*
*/
/* ===== messenger.css ==================================================
== Styles shared throughout the Messenger application.
======================================================================= */
@import url("chrome://communicator/skin/");
@import url("chrome://messenger/content/messenger.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

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

@ -29,335 +29,193 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: image precaching ::::: */
#resource_bundle_messengercompose {
-moz-binding: url("chrome://messenger/skin/resources.xml#resource_bundle_messengercompose");
}
/* ::::: primary toolbar buttons ::::: */
#button-send
{
list-style-image : url("chrome://messenger/skin/messengercompose/send.gif");
}
.toolbarbutton-1 {
list-style-image: url("chrome://messenger/skin/icons/btn1.gif");
}
#button-send[disabled="true"],
#button-send[disabled="true"]:hover,
#button-send[disabled="true"]:hover:active
{
list-style-image : url("chrome://messenger/skin/messengercompose/send-disabled.gif");
}
#button-send {
-moz-image-region: rect(294px 23px 315px 0px);
}
#button-send:hover
{
list-style-image : url("chrome://messenger/skin/messengercompose/send-hover.gif");
}
#button-send:hover {
-moz-image-region: rect(294px 46px 315px 23px);
}
#button-send:hover:active
{
list-style-image : url("chrome://messenger/skin/messengercompose/send-hover-active.gif");
}
#button-send:hover:active {
-moz-image-region: rect(294px 69px 315px 46px);
}
#button-send[offline="true"]
{
list-style-image : url("chrome://messenger/skin/messengercompose/sendlater.gif");
}
#button-send[disabled="true"] {
-moz-image-region: rect(294px 92px 315px 69px) !important;
}
#button-send[offline="true"][disabled="true"],
#button-send[offline="true"][disabled="true"]:hover,
#button-send[offline="true"][disabled="true"]:hover:active
{
list-style-image : url("chrome://messenger/skin/messengercompose/sendlater-disabled.gif");
}
#button-address {
-moz-image-region: rect(231px 23px 252px 0px);
}
#button-send[offline="true"]:hover
{
list-style-image : url("chrome://messenger/skin/messengercompose/sendlater-hover.gif");
}
#button-address:hover {
-moz-image-region: rect(231px 46px 252px 23px);
}
#button-send[offline="true"]:hover:active
{
list-style-image : url("chrome://messenger/skin/messengercompose/sendlater-hover-active.gif");
}
#button-address:hover:active {
-moz-image-region: rect(231px 69px 252px 46px);
}
#button-address
{
list-style-image : url("chrome://messenger/skin/messengercompose/address.gif");
}
#button-address[disabled="true"] {
-moz-image-region: rect(231px 92px 252px 69px) !important;
}
#button-address[disabled="true"],
#button-address[disabled="true"]:hover,
#button-address[disabled="true"]:hover:active
{
list-style-image : url("chrome://messenger/skin/messengercompose/address-disabled.gif");
}
#button-attach {
-moz-image-region: rect(252px 23px 273px 0px);
}
#button-address:hover
{
list-style-image : url("chrome://messenger/skin/messengercompose/address-hover.gif");
}
#button-attach:hover {
-moz-image-region: rect(252px 46px 273px 23px);
}
#button-address:hover:active
{
list-style-image : url("chrome://messenger/skin/messengercompose/address-hover-active.gif");
}
#button-attach:hover:active {
-moz-image-region: rect(252px 69px 273px 46px);
}
#button-attach
{
list-style-image : url("chrome://messenger/skin/messengercompose/attach.gif");
}
#button-attach[disabled="true"] {
-moz-image-region: rect(252px 92px 273px 69px) !important;
}
#button-attach[disabled="true"],
#button-attach[disabled="true"]:hover,
#button-attach[disabled="true"]:hover:active
{
list-style-image : url("chrome://messenger/skin/messengercompose/attach-disabled.gif");
}
#spellingButton {
list-style-image: url("chrome://editor/skin/icons/btn1.gif");
-moz-image-region: rect(101px 23px 122px 0);
}
#button-attach:hover
{
list-style-image : url("chrome://messenger/skin/messengercompose/attach-hover.gif");
}
#spellingButton:hover {
-moz-image-region: rect(101px 46px 122px 23px);
}
#button-attach:hover:active
{
list-style-image : url("chrome://messenger/skin/messengercompose/attach-hover-active.gif");
}
#spellingButton:hover:active {
-moz-image-region: rect(122px 23px 143px 0);
}
#button-quote
{
list-style-image : url("chrome://messenger/skin/messengercompose/quote.gif");
}
#spellingButton[disabled="true"] {
-moz-image-region: rect(122px 46px 143px 23px) !important;
}
#button-quote[disabled="true"],
#button-quote[disabled="true"]:hover,
#button-quote[disabled="true"]:hover:active
{
list-style-image : url("chrome://messenger/skin/messengercompose/quote-disabled.gif");
}
#button-save {
-moz-image-region: rect(273px 23px 294px 0px);
}
#button-quote:hover
{
list-style-image : url("chrome://messenger/skin/messengercompose/quote-hover.gif");
}
#button-save:hover {
-moz-image-region: rect(273px 46px 294px 23px);
}
#button-quote:hover:active
{
list-style-image : url("chrome://messenger/skin/messengercompose/quote-hover-active.gif");
}
#button-save:hover:active {
-moz-image-region: rect(273px 69px 294px 46px);
}
#spellingButton
{
list-style-image : url("chrome://editor/skin/images/spell.gif");
}
#button-save[disabled="true"] {
-moz-image-region: rect(273px 92px 294px 69px) !important;
}
#spellingButton[disabled="true"],
#spellingButton[disabled="true"]:hover,
#spellingButton[disabled="true"]:hover:active
{
list-style-image : url("chrome://editor/skin/images/spell-disabled.gif");
}
/* ::::: special toolbar colors ::::: */
#spellingButton:hover
{
list-style-image : url("chrome://editor/skin/images/spell-hover.gif");
}
#content-frame {
border-left: 1px solid ThreeDDarkShadow;
border-right: 1px solid ThreeDLightShadow;
}
#spellingButton:hover:active
{
list-style-image : url("chrome://editor/skin/images/spell-hover-active.gif");
}
#appcontent {
border-left: 1px solid ThreeDShadow;
border-right: 1px solid ThreeDHighlight;
}
#button-save
{
list-style-image : url("chrome://messenger/skin/messengercompose/savemsg.gif");
}
#attachmentbucket-sizer {
border-top: none;
border-bottom: none;
}
#button-save[disabled="true"],
#button-save[disabled="true"]:hover,
#button-save[disabled="true"]:hover:active
{
list-style-image : url("chrome://messenger/skin/messengercompose/savemsg-disabled.gif");
}
#compose-toolbar-sizer {
border-top-width: 1px;
border-left: none;
border-right: none;
-moz-border-top-colors: ThreeDHighlight;
}
#button-save:hover
{
list-style-image : url("chrome://messenger/skin/messengercompose/savemsg-hover.gif");
}
#msgSubject {
margin-top: 0px;
margin-bottom: 4px;
}
#button-save:hover:active
{
list-style-image : url("chrome://messenger/skin/messengercompose/savemsg-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");
}
/* addressing widget */
#addressingWidgetTree
{
height : 80px;
width : 0px;
-moz-user-focus : none;
background-color : -moz-field;
}
#listcol-addressingWidget
{
width : 9em;
border-right : 1px solid #CACAFF;
}
/* ::::: addressing widget ::::: */
#addressingWidgetTree {
height: 80px;
width: 0px;
-moz-user-focus: none;
background-color: -moz-field;
}
#listcol-addressingWidget {
width: 9em;
border-right: 1px solid #CACAFF;
}
#addressingWidgetTree > treechildren > treeitem > treerow,
#addressingWidgetTree > treechildren > treeitem[selected="true"] > treerow {
border : none;
background-color : inherit;
color : inherit;
border: none;
background-color: inherit;
color: inherit;
}
.treecell-addressingWidget
{
border-bottom : 1px solid #CACAFF;
padding : 0px !important;
}
.treecell-addressingWidget:first-child
{
border-bottom : none;
}
.dummy-row-cell:first-child
{
border-bottom : 1px solid #CACAFF;
}
.person-icon
{
list-style-image : url("chrome://messenger/skin/abcard.gif");
margin : 0px 3px 0px 3px;
}
outlinerbody:-moz-outliner-cell-text(default-match)
{
margin: 2px -3px 2px 15px;
border: none;
}
outlinerbody:-moz-outliner-image(local-abook)
{
margin: 2px -1px 2px 4px;
border: none;
list-style-image: url("chrome://messenger/skin/addressbook/myaddrbk.gif");
}
outlinerbody:-moz-outliner-image(remote-abook)
{
margin: 2px -3px 2px 2px;
border: none;
list-style-image: url("chrome://messenger/skin/addressbook/remote-abook.gif");
}
outlinerbody:-moz-outliner-image(remote-err)
{
margin: 2px -3px 2px 2px;
border: none;
list-style-image: url("chrome://messenger/skin/addressbook/remote-abook-down.gif");
}
#msgheaderstoolbar-box
{
margin-top : 2px;
}
#compose-toolbar-sizer
{
height : 3px;
border-top : 1px solid ThreeDHighlight;
}
#content-frame
{
border-left : 1px solid ThreeDDarkShadow;
border-top : 1px solid ThreeDDarkShadow;
border-right : 1px solid ThreeDLightShadow;
border-bottom : 1px solid ThreeDLightShadow;
}
#appcontent
{
border-left : 1px solid ThreeDShadow;
border-right : 1px solid ThreeDHighlight;
border-top : 1px solid ThreeDShadow;
}
#attachmentbucket-sizer
{
width : 5px;
}
#msgIdentity, #addressingWidgetTree, #msgSubject
{
margin-right : 0px;
}
#attachmentBucket
{
margin-left : 0px;
-moz-user-focus : normal !important;
}
#attachmentBucketText
{
margin-left : 0px;
-moz-user-focus : none;
}
/* askSendFormat dialog */
#askSendFormat {
width: 40em;
.treecell-addressingWidget {
border-bottom: 1px solid #CACAFF;
padding: 0px !important;
}
#askImageBox {
-moz-box-align: start;
.treecell-addressingWidget:first-child {
border-bottom: none;
}
#convertYes {
list-style-image:url("chrome://global/skin/question-icon.gif");
.textbox-addressingWidget {
-moz-box-align: center;
}
#convertAltering {
list-style-image:url("chrome://global/skin/question-icon.gif");
.dummy-row-cell:first-child {
border-bottom: 1px solid #CACAFF;
}
#convertNo {
list-style-image:url("chrome://global/skin/alert-icon.gif");
.aw-menulist {
-moz-user-focus: ignore;
}
.person-icon {
list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif");
margin: 0px 3px 0px 3px;
}
/* ::::: autocomplete icons ::::: */
outlinerbody:-moz-outliner-cell-text(default-match) {
margin: 2px -3px 2px 15px;
border: none;
}
outlinerbody:-moz-outliner-image(local-abook) {
margin: 2px -1px 2px 4px;
border: none;
list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif");
}
outlinerbody:-moz-outliner-image(remote-abook) {
margin: 2px -3px 2px 2px;
border: none;
list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif");
}
outlinerbody:-moz-outliner-image(remote-err) {
margin: 2px -3px 2px 2px;
border: none;
list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook-errorgif");
}
#convertDefault {
list-style-image:url("chrome://global/skin/question-icon.gif");
} /* Workaround for bug 50217. Please remove this rule, when this bug is fixed. */

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

@ -0,0 +1,48 @@
/*
* 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):
*
*/
/* ===== prefPanels.css =================================================
== Styles for the Messenger preference panels.
======================================================================= */
@import url("chrome://messenger/skin/");
@import url("chrome://communicator/skin/prefpanels.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* :::::: layout preference icons ::::: */
#classic {
min-height : 32px;
list-style-image : url("chrome://messenger/skin/winclassic.gif");
}
#wide {
min-height : 32px;
list-style-image : url("chrome://messenger/skin/winwide.gif");
}
.smileface {
list-style-image : url("chrome://messenger/skin/smile.gif");
}

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

@ -0,0 +1,214 @@
/*
* 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):
*
*/
/* ===== primaryToolbar.css =============================================
== Images for the Mail primary toolbar.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: primary toolbar buttons ::::: */
.toolbarbutton-1 {
list-style-image: url("chrome://messenger/skin/icons/btn1.gif");
}
#button-getmsg {
-moz-image-region: rect(105px 23px 126px 0px);
}
#button-getmsg[buttonover] {
-moz-image-region: rect(105px 46px 126px 23px);
}
#button-getmsg[buttondown] {
-moz-image-region: rect(105px 69px 126px 46px);
}
#button-getmsg[disabled] {
-moz-image-region: rect(105px 92px 126px 69px) !important;
}
#button-newmsg {
-moz-image-region: rect(126px 23px 147px 0px);
}
#button-newmsg:hover {
-moz-image-region: rect(126px 46px 147px 23px);
}
#button-newmsg:hover:active {
-moz-image-region: rect(126px 69px 147px 46px);
}
#button-newmsg[disabled] {
-moz-image-region: rect(126px 92px 147px 69px) !important;
}
#button-reply {
-moz-image-region: rect(168px 23px 189px 0px);
}
#button-reply:hover {
-moz-image-region: rect(168px 46px 189px 23px);
}
#button-reply:hover:active {
-moz-image-region: rect(168px 69px 189px 46px);
}
#button-reply[disabled] {
-moz-image-region: rect(168px 92px 189px 69px) !important;
}
#button-replyall {
-moz-image-region: rect(189px 23px 210px 0px);
}
#button-replyall:hover {
-moz-image-region: rect(189px 46px 210px 23px);
}
#button-replyall:hover:active {
-moz-image-region: rect(189px 69px 210px 46px);
}
#button-replyall[disabled] {
-moz-image-region: rect(189px 92px 210px 69px) !important;
}
#button-forward {
-moz-image-region: rect(84px 23px 105px 0px);
}
#button-forward:hover {
-moz-image-region: rect(84px 46px 105px 23px);
}
#button-forward:hover:active {
-moz-image-region: rect(84px 69px 105px 46px);
}
#button-forward[disabled] {
-moz-image-region: rect(84px 92px 105px 69px) !important;
}
#button-file {
-moz-image-region: rect(63px 23px 84px 0px);
}
#button-file:hover {
-moz-image-region: rect(63px 46px 84px 23px);
}
#button-file:hover:active,
#button-file[open] {
-moz-image-region: rect(63px 69px 84px 46px);
}
#button-file[disabled] {
-moz-image-region: rect(63px 92px 84px 69px) !important;
}
#button-next {
-moz-image-region: rect(147px 23px 168px 0px);
}
#button-next:hover {
-moz-image-region: rect(147px 46px 168px 23px);
}
#button-next:hover:active {
-moz-image-region: rect(147px 69px 168px 46px);
}
#button-next[disabled] {
-moz-image-region: rect(147px 92px 168px 69px) !important;
}
#button-delete {
-moz-image-region: rect(210px 23px 231px 0px);
}
#button-delete:hover {
-moz-image-region: rect(210px 46px 231px 23px);
}
#button-delete:hover:active {
-moz-image-region: rect(210px 69px 231px 46px);
}
#button-delete[disabled] {
-moz-image-region: rect(210px 92px 231px 69px) !important;
}
#button-mark {
-moz-image-region: rect(336px 23px 356px 0);
}
#button-mark[buttonover] {
-moz-image-region: rect(336px 46px 356px 23px);
}
#button-mark[buttondown] {
-moz-image-region: rect(336px 69px 356px 46px);
}
#button-mark[disabled] {
-moz-image-region: rect(336px 92px 356px 69px) !important;
}
#button-print {
list-style-image: url("chrome://communicator/skin/icons/btn1.gif");
-moz-image-region: rect(0px 23px 21px 0px);
}
#button-print[buttonover] {
-moz-image-region: rect(0px 46px 21px 23px);
}
#button-print[buttondown] {
-moz-image-region: rect(0px 69px 21px 46px);
}
#button-print[disabled] {
-moz-image-region: rect(0px 92px 21px 69px) !important;
}
#button-stop {
list-style-image: url("chrome://communicator/skin/icons/btn1.gif");
-moz-image-region: rect(21px 22px 41px 0px);
}
#button-stop:hover {
-moz-image-region: rect(21px 44px 41px 22px);
}
#button-stop:hover:active {
-moz-image-region: rect(21px 66px 41px 44px);
}
#button-stop[disabled] {
-moz-image-region: rect(21px 88px 41px 66px) !important;
}

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

@ -0,0 +1,36 @@
/*
* 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):
*
*/
/* ===== searchDialog.css ===============================================
== Styles for the Mail Search dialog.
======================================================================= */
@import url("chrome://messenger/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: box sizes ::::: */
#searchTermTree {
min-height: 50px;
}

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

@ -0,0 +1,90 @@
/*
* 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):
*
*/
/* ===== subscribe.css ==================================================
== Styles for the Subscribe dialog.
======================================================================= */
@import url("chrome://messenger/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: margin adjustments :::::: */
#subscribetree {
margin: 0px 0px 0px 0px !important;
}
/* ::::: subscribed icons :::::: */
.subscribedcol {
list-style-image: url("chrome://messenger/skin/icons/dot.gif");
}
.subscribedcol[Subscribed="true"] {
list-style-image: url("chrome://messenger/skin/icons/check.gif");
}
/* ::::: folder icons :::::: */
.tree-cell-subscribe-icon {
list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif");
}
.tree-cell-subscribe-icon[ServerType="nntp"] {
list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
}
/* ::::: server icons :::::: */
.subscribeMenuItem {
list-style-image: url("chrome://messenger/skin/icons/server-mail.gif");
}
.subscribeMenuItem[ServerType="imap"][IsSecure="true"] {
list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
}
.subscribeMenuItem[ServerType="nntp"] {
list-style-image: url("chrome://messenger/skin/icons/server-news.gif");
}
.subscribeMenuItem[ServerType="nntp"][IsSecure="true"] {
list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif");
}
/* ::::: for search in subscribe ::::: */
outlinerbody:-moz-outliner-image(nameCol, nntp) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
}
outlinerbody:-moz-outliner-image(subscribedCol) {
list-style-image: url("chrome://messenger/skin/icons/dot.gif");
}
outlinerbody:-moz-outliner-image(subscribedCol, subscribed) {
list-style-image: url("chrome://messenger/skin/icons/check.gif");
}

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

@ -0,0 +1,196 @@
/*
* 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-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
* Scott MacGregor (mscott@netscape.com)
* Joe Hewitt (hewitt@netscape.com)
*/
/* ===== threadPane.css ==============================================
== Styles for the thread pane in the Messenger 3-pane window.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: thread decoration ::::: */
outlinerbody:-moz-outliner-cell-text(read) {
font-weight: normal;
}
outlinerbody:-moz-outliner-cell-text(unread) {
font-weight: bold;
}
/* on a collapsed thread, if the top level message is read, but the thread has
* unread children, underline the text. 4.x mac did this, very slick
*/
outlinerbody:-moz-outliner-cell-text(container, closed, hasUnread, read) {
text-decoration: underline;
}
/* ::::: priority colors ::::: */
/****
**** Priority colors currently not being used at the moment. It has been
**** disabled so as to not conflict with the labels color feature.
****
outlinerbody:-moz-outliner-cell-text(priorityCol, priority-highest) {
color: red;
}
outlinerbody:-moz-outliner-cell-text(priorityCol, priority-high) {
color: rgb(128, 0, 0);
}
outlinerbody:-moz-outliner-cell-text(priorityCol, priority-lowest) {
color: rgb(170, 170, 170);
}
outlinerbody:-moz-outliner-cell-text(priorityCol, priority-low) {
color: rgb(85, 85, 85);
}
outlinerbody:-moz-outliner-cell-text(priorityCol, selected) {
color: -moz-DialogText;
}
outlinerbody:-moz-outliner-cell-text(priorityCol, selected, focus) {
color: HighlightText;
}
****/
/* ::::: message icons ::::: */
/* ::::: message column icons ::::: */
/* ..... thread column ..... */
outlinercol.threadColumnHeader {
list-style-image: url("chrome://messenger/skin/icons/unthreadcol.gif");
}
outlinercol.threadColumnHeader[sortDirection="ascending"] {
list-style-image: url("chrome://messenger/skin/icons/threadcol.gif");
}
outlinercol.threadColumnHeader[sortDirection="descending"] {
list-style-image: url("chrome://messenger/skin/icons/threadcol.gif");
}
outlinerbody:-moz-outliner-image(threadCol, container) {
list-style-image: url("chrome://messenger/skin/icons/thread-closed.gif");
}
outlinerbody:-moz-outliner-image(threadCol, container, open) {
list-style-image: url("chrome://messenger/skin/icons/thread-open.gif");
}
outlinerbody:-moz-outliner-image(threadCol, container, hasUnread) {
list-style-image: url("chrome://messenger/skin/icons/thread-new-closed.gif");
}
outlinerbody:-moz-outliner-image(threadCol, container, hasUnread, open) {
list-style-image: url("chrome://messenger/skin/icons/thread-new-open.gif");
}
/* ..... read column ..... */
outlinercol.readColumnHeader {
list-style-image: url("chrome://messenger/skin/icons/readcol.gif");
}
outlinerbody:-moz-outliner-image(unreadButtonColHeader) {
list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
}
outlinerbody:-moz-outliner-image(unreadButtonColHeader, unread) {
list-style-image: url("chrome://messenger/skin/icons/unreadmail.gif");
}
/* ..... flag column ..... */
outlinercol.flagColumnHeader {
list-style-image: url("chrome://messenger/skin/icons/flagcol.gif");
}
outlinerbody:-moz-outliner-image(flaggedCol) {
list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
}
outlinerbody:-moz-outliner-image(flaggedCol, flagged) {
list-style-image: url("chrome://messenger/skin/icons/flaggedmail.gif");
}
/* ..... subject column ..... */
outlinerbody:-moz-outliner-image(subjectCol) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/message-mail.gif");
}
outlinerbody:-moz-outliner-image(subjectCol, new) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/message-mail-new.gif");
}
outlinerbody:-moz-outliner-image(subjectCol, attach) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif");
}
outlinerbody:-moz-outliner-image(subjectCol, imapdeleted) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdelete.gif");
}
outlinerbody:-moz-outliner-image(subjectCol, offline) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/message-mail-offl.gif");
}
outlinerbody:-moz-outliner-image(subjectCol, new, offline) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/message-mail-new-offl.gif");
}
outlinerbody:-moz-outliner-image(subjectCol, attach, offline) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-offl.gif");
}
outlinerbody:-moz-outliner-image(subjectCol, imapdeleted, offline) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdel-offl.gif");
}
outlinerbody:-moz-outliner-image(subjectCol, news) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/message-news.gif");
}
outlinerbody:-moz-outliner-image(subjectCol, news, new) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/message-news-new.gif");
}
outlinerbody:-moz-outliner-image(subjectCol, news, attach) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/message-news-attach.gif");
}

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

@ -0,0 +1,562 @@
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla 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/MPL/
*
* 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.
*
* The Initial Developer of the Original Code is
* Netscape Communications Corp.
* Portions created by the Initial Developer are Copyright (C) 2001
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Scott MacGregor (mscott@netscape.com)
* Joe Hewitt (hewitt@netscape.com)
* Sean Su <ssu@netscape.com>
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the MPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
/* ===== threadPaneLabels.css ===========================================
== Styles for the thread pane in the Messenger 3-pane window.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: thread labels decoration ::::: */
/* There are 10x7 color definitions (size of the color picker used)
times 2 (2 style definitions for each color) + 2 general black
and white color definitions.
The color definitions can be in the following formats:
color: red;
color: #FF0000;
color: rgb(128, 0, 0);
*/
outlinerbody:-moz-outliner-cell-text(lc-FFFFFF) {
color: #FFFFFF
}
outlinerbody:-moz-outliner-row(lc-FFFFFF, selected) {
background-color: #FFFFFF;
}
outlinerbody:-moz-outliner-cell-text(lc-CCCCCC) {
color: #CCCCCC
}
outlinerbody:-moz-outliner-row(lc-CCCCCC, selected) {
background-color: #CCCCCC;
}
outlinerbody:-moz-outliner-cell-text(lc-C0C0C0) {
color: #C0C0C0
}
outlinerbody:-moz-outliner-row(lc-C0C0C0, selected) {
background-color: #C0C0C0;
}
outlinerbody:-moz-outliner-cell-text(lc-999999) {
color: #999999
}
outlinerbody:-moz-outliner-row(lc-999999, selected) {
background-color: #999999;
}
outlinerbody:-moz-outliner-cell-text(lc-666666) {
color: #666666
}
outlinerbody:-moz-outliner-row(lc-666666, selected) {
background-color: #666666;
}
outlinerbody:-moz-outliner-cell-text(lc-333333) {
color: #333333
}
outlinerbody:-moz-outliner-row(lc-333333, selected) {
background-color: #333333;
}
outlinerbody:-moz-outliner-cell-text(lc-000000) {
color: #000000
}
outlinerbody:-moz-outliner-row(lc-000000, selected) {
background-color: #000000;
}
outlinerbody:-moz-outliner-cell-text(lc-FFCCCC) {
color: #FFCCCC
}
outlinerbody:-moz-outliner-row(lc-FFCCCC, selected) {
background-color: #FFCCCC;
}
outlinerbody:-moz-outliner-cell-text(lc-FF6666) {
color: #FF6666
}
outlinerbody:-moz-outliner-row(lc-FF6666, selected) {
background-color: #FF6666;
}
outlinerbody:-moz-outliner-cell-text(lc-FF0000) {
color: #FF0000
}
outlinerbody:-moz-outliner-row(lc-FF0000, selected) {
background-color: #FF0000;
}
outlinerbody:-moz-outliner-cell-text(lc-CC0000) {
color: #CC0000
}
outlinerbody:-moz-outliner-row(lc-CC0000, selected) {
background-color: #CC0000;
}
outlinerbody:-moz-outliner-cell-text(lc-990000) {
color: #990000
}
outlinerbody:-moz-outliner-row(lc-990000, selected) {
background-color: #990000;
}
outlinerbody:-moz-outliner-cell-text(lc-660000) {
color: #660000
}
outlinerbody:-moz-outliner-row(lc-660000, selected) {
background-color: #660000;
}
outlinerbody:-moz-outliner-cell-text(lc-330000) {
color: #330000
}
outlinerbody:-moz-outliner-row(lc-330000, selected) {
background-color: #330000;
}
outlinerbody:-moz-outliner-cell-text(lc-FFCC99) {
color: #FFCC99
}
outlinerbody:-moz-outliner-row(lc-FFCC99, selected) {
background-color: #FFCC99;
}
outlinerbody:-moz-outliner-cell-text(lc-FF9966) {
color: #FF9966
}
outlinerbody:-moz-outliner-row(lc-FF9966, selected) {
background-color: #FF9966;
}
outlinerbody:-moz-outliner-cell-text(lc-FF9900) {
color: #FF9900
}
outlinerbody:-moz-outliner-row(lc-FF9900, selected) {
background-color: #FF9900;
}
outlinerbody:-moz-outliner-cell-text(lc-FF6600) {
color: #FF6600
}
outlinerbody:-moz-outliner-row(lc-FF6600, selected) {
background-color: #FF6600;
}
outlinerbody:-moz-outliner-cell-text(lc-CC6600) {
color: #CC6600
}
outlinerbody:-moz-outliner-row(lc-CC6600, selected) {
background-color: #CC6600;
}
outlinerbody:-moz-outliner-cell-text(lc-993300) {
color: #993300
}
outlinerbody:-moz-outliner-row(lc-993300, selected) {
background-color: #993300;
}
outlinerbody:-moz-outliner-cell-text(lc-663300) {
color: #663300
}
outlinerbody:-moz-outliner-row(lc-663300, selected) {
background-color: #663300;
}
outlinerbody:-moz-outliner-cell-text(lc-FFFF99) {
color: #FFFF99
}
outlinerbody:-moz-outliner-row(lc-FFFF99, selected) {
background-color: #FFFF99;
}
outlinerbody:-moz-outliner-cell-text(lc-FFFF66) {
color: #FFFF66
}
outlinerbody:-moz-outliner-row(lc-FFFF66, selected) {
background-color: #FFFF66;
}
outlinerbody:-moz-outliner-cell-text(lc-FFCC66) {
color: #FFCC66
}
outlinerbody:-moz-outliner-row(lc-FFCC66, selected) {
background-color: #FFCC66;
}
outlinerbody:-moz-outliner-cell-text(lc-FFCC33) {
color: #FFCC33
}
outlinerbody:-moz-outliner-row(lc-FFCC33, selected) {
background-color: #FFCC33;
}
outlinerbody:-moz-outliner-cell-text(lc-CC9933) {
color: #CC9933
}
outlinerbody:-moz-outliner-row(lc-CC9933, selected) {
background-color: #CC9933;
}
outlinerbody:-moz-outliner-cell-text(lc-996633) {
color: #996633
}
outlinerbody:-moz-outliner-row(lc-996633, selected) {
background-color: #996633;
}
outlinerbody:-moz-outliner-cell-text(lc-663333) {
color: #663333
}
outlinerbody:-moz-outliner-row(lc-663333, selected) {
background-color: #663333;
}
outlinerbody:-moz-outliner-cell-text(lc-FFFFCC) {
color: #FFFFCC
}
outlinerbody:-moz-outliner-row(lc-FFFFCC, selected) {
background-color: #FFFFCC;
}
outlinerbody:-moz-outliner-cell-text(lc-FFFF33) {
color: #FFFF33
}
outlinerbody:-moz-outliner-row(lc-FFFF33, selected) {
background-color: #FFFF33;
}
outlinerbody:-moz-outliner-cell-text(lc-FFFF00) {
color: #FFFF00
}
outlinerbody:-moz-outliner-row(lc-FFFF00, selected) {
background-color: #FFFF00;
}
outlinerbody:-moz-outliner-cell-text(lc-FFCC00) {
color: #FFCC00
}
outlinerbody:-moz-outliner-row(lc-FFCC00, selected) {
background-color: #FFCC00;
}
outlinerbody:-moz-outliner-cell-text(lc-999900) {
color: #999900
}
outlinerbody:-moz-outliner-row(lc-999900, selected) {
background-color: #999900;
}
outlinerbody:-moz-outliner-cell-text(lc-666600) {
color: #666600
}
outlinerbody:-moz-outliner-row(lc-666600, selected) {
background-color: #666600;
}
outlinerbody:-moz-outliner-cell-text(lc-333300) {
color: #333300
}
outlinerbody:-moz-outliner-row(lc-333300, selected) {
background-color: #333300;
}
outlinerbody:-moz-outliner-cell-text(lc-99FF99) {
color: #99FF99
}
outlinerbody:-moz-outliner-row(lc-99FF99, selected) {
background-color: #99FF99;
}
outlinerbody:-moz-outliner-cell-text(lc-66FF99) {
color: #66FF99
}
outlinerbody:-moz-outliner-row(lc-66FF99, selected) {
background-color: #66FF99;
}
outlinerbody:-moz-outliner-cell-text(lc-33FF33) {
color: #33FF33
}
outlinerbody:-moz-outliner-row(lc-33FF33, selected) {
background-color: #33FF33;
}
outlinerbody:-moz-outliner-cell-text(lc-33CC00) {
color: #33CC00
}
outlinerbody:-moz-outliner-row(lc-33CC00, selected) {
background-color: #33CC00;
}
outlinerbody:-moz-outliner-cell-text(lc-009900) {
color: #009900
}
outlinerbody:-moz-outliner-row(lc-009900, selected) {
background-color: #009900;
}
outlinerbody:-moz-outliner-cell-text(lc-006600) {
color: #006600
}
outlinerbody:-moz-outliner-row(lc-006600, selected) {
background-color: #006600;
}
outlinerbody:-moz-outliner-cell-text(lc-003300) {
color: #003300
}
outlinerbody:-moz-outliner-row(lc-003300, selected) {
background-color: #003300;
}
outlinerbody:-moz-outliner-cell-text(lc-99FFFF) {
color: #99FFFF
}
outlinerbody:-moz-outlinerrow(lc-99FFFF, selected) {
background-color: #99FFFF;
}
outlinerbody:-moz-outliner-cell-text(lc-33FFFF) {
color: #33FFFF
}
outlinerbody:-moz-outliner-row(lc-33FFFF, selected) {
background-color: #33FFFF;
}
outlinerbody:-moz-outliner-cell-text(lc-66CCCC) {
color: #66CCCC
}
outlinerbody:-moz-outliner-row(lc-66CCCC, selected) {
background-color: #66CCCC;
}
outlinerbody:-moz-outliner-cell-text(lc-00CCCC) {
color: #00CCCC
}
outlinerbody:-moz-outliner-row(lc-00CCCC, selected) {
background-color: #00CCCC;
}
outlinerbody:-moz-outliner-cell-text(lc-339999) {
color: #339999
}
outlinerbody:-moz-outliner-row(lc-339999, selected) {
background-color: #339999;
}
outlinerbody:-moz-outliner-cell-text(lc-336666) {
color: #336666
}
outlinerbody:-moz-outliner-row(lc-336666, selected) {
background-color: #336666;
}
outlinerbody:-moz-outliner-cell-text(lc-003333) {
color: #003333
}
outlinerbody:-moz-outliner-row(lc-003333, selected) {
background-color: #003333;
}
outlinerbody:-moz-outliner-cell-text(lc-CCFFFF) {
color: #CCFFFF
}
outlinerbody:-moz-outliner-row(lc-CCFFFF, selected) {
background-color: #CCFFFF;
}
outlinerbody:-moz-outliner-cell-text(lc-66FFFF) {
color: #66FFFF
}
outlinerbody:-moz-outliner-row(lc-66FFFF, selected) {
background-color: #66FFFF;
}
outlinerbody:-moz-outliner-cell-text(lc-33CCFF) {
color: #33CCFF
}
outlinerbody:-moz-outliner-row(lc-33CCFF, selected) {
background-color: #33CCFF;
}
outlinerbody:-moz-outliner-cell-text(lc-3366FF) {
color: #3366FF
}
outlinerbody:-moz-outliner-row(lc-3366FF, selected) {
background-color: #3366FF;
}
outlinerbody:-moz-outliner-cell-text(lc-3333FF) {
color: #3333FF
}
outlinerbody:-moz-outliner-row(lc-3333FF, selected) {
background-color: #3333FF;
}
outlinerbody:-moz-outliner-cell-text(lc-000099) {
color: #000099
}
outlinerbody:-moz-outliner-row(lc-000099, selected) {
background-color: #000099;
}
outlinerbody:-moz-outliner-cell-text(lc-000066) {
color: #000066
}
outlinerbody:-moz-outliner-row(lc-000066, selected) {
background-color: #000066;
}
outlinerbody:-moz-outliner-cell-text(lc-CCCCFF) {
color: #CCCCFF
}
outlinerbody:-moz-outliner-row(lc-CCCCFF, selected) {
background-color: #CCCCFF;
}
outlinerbody:-moz-outliner-cell-text(lc-9999FF) {
color: #9999FF
}
outlinerbody:-moz-outliner-row(lc-9999FF, selected) {
background-color: #9999FF;
}
outlinerbody:-moz-outliner-cell-text(lc-6666CC) {
color: #6666CC
}
outlinerbody:-moz-outliner-row(lc-6666CC, selected) {
background-color: #6666CC;
}
outlinerbody:-moz-outliner-cell-text(lc-6633FF) {
color: #6633FF
}
outlinerbody:-moz-outliner-row(lc-6633FF, selected) {
background-color: #6633FF;
}
outlinerbody:-moz-outliner-cell-text(lc-6600CC) {
color: #6600CC
}
outlinerbody:-moz-outliner-row(lc-6600CC, selected) {
background-color: #6600CC;
}
outlinerbody:-moz-outliner-cell-text(lc-333399) {
color: #333399
}
outlinerbody:-moz-outliner-row(lc-333399, selected) {
background-color: #333399;
}
outlinerbody:-moz-outliner-cell-text(lc-330099) {
color: #330099
}
outlinerbody:-moz-outliner-row(lc-330099, selected) {
background-color: #330099;
}
outlinerbody:-moz-outliner-cell-text(lc-FFCCFF) {
color: #FFCCFF
}
outlinerbody:-moz-outliner-row(lc-FFCCFF, selected) {
background-color: #FFCCFF;
}
outlinerbody:-moz-outliner-cell-text(lc-FF99FF) {
color: #FF99FF
}
outlinerbody:-moz-outliner-row(lc-FF99FF, selected) {
background-color: #FF99FF;
}
outlinerbody:-moz-outliner-cell-text(lc-CC66CC) {
color: #CC66CC
}
outlinerbody:-moz-outliner-row(lc-CC66CC, selected) {
background-color: #CC66CC;
}
outlinerbody:-moz-outliner-cell-text(lc-CC33CC) {
color: #CC33CC
}
outlinerbody:-moz-outliner-row(lc-CC33CC, selected) {
background-color: #CC33CC;
}
outlinerbody:-moz-outliner-cell-text(lc-993399) {
color: #993399
}
outlinerbody:-moz-outliner-row(lc-993399, selected) {
background-color: #993399;
}
outlinerbody:-moz-outliner-cell-text(lc-663366) {
color: #663366
}
outlinerbody:-moz-outliner-row(lc-663366, selected) {
background-color: #663366;
}
outlinerbody:-moz-outliner-cell-text(lc-330033) {
color: #330033
}
outlinerbody:-moz-outliner-row(lc-330033, selected) {
background-color: #330033;
}
outlinerbody:-moz-outliner-cell-text(lc-white, selected) {
color: #FFFFFF
}
outlinerbody:-moz-outliner-cell-text(lc-black, selected) {
color: #000000
}

Двоичные данные
suite/themes/classic/navigator/btn1/first-disabled.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 129 B

Двоичные данные
suite/themes/classic/navigator/btn1/first-hover.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 140 B

Двоичные данные
suite/themes/classic/navigator/btn1/first.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 135 B

Двоичные данные
suite/themes/classic/navigator/btn1/last-disabled.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 127 B

Двоичные данные
suite/themes/classic/navigator/btn1/last-hover.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 139 B

Двоичные данные
suite/themes/classic/navigator/btn1/last.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 133 B

Двоичные данные
suite/themes/classic/navigator/btn1/next-disabled.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 118 B

Двоичные данные
suite/themes/classic/navigator/btn1/next-hover.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 122 B

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше