65745 - themes cleanup, r=dveditz/cmanske/chuang/blake/andreww, sr=hyatt, a=leaf

This commit is contained in:
hewitt%netscape.com 2001-03-16 02:56:38 +00:00
Родитель bd7a5b1038
Коммит 3d5e92aa75
981 изменённых файлов: 6557 добавлений и 8714 удалений

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

@ -169,7 +169,7 @@
<observes element="Editor:Throbber" attribute="busy"/>
</button>
</toolbar>
<toolbar id="FormatToolbar" persist="collapsed" tbautostretch="always">
<toolbar id="FormatToolbar" persist="collapsed" tbautostretch="never">
<!-- We need this else menulists get stretched -->
<box autostretch="never">
<!-- from editorOverlay -->

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

@ -36,7 +36,7 @@
<!-- dialog containing a control requiring initial setup -->
<window class="dialog" title="&windowTitle.label;"
<window title="&windowTitle.label;"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
onload = "Startup()"
@ -96,76 +96,74 @@
<!-- Interim hack to transition from nsIXULWindowCallbacks/ShowWindowWithArgs -->
<broadcaster id="dialog.start" ready="false"/>
<observes element="dialog.start" attribute="ready" onchange="EditorStartup('html')"/>
<menubar>
<!-- File menu -->
<menu id="mapfileMenu" value="&mapfileMenu.label;" accesskey="&mapfilemenu.accesskey;">
<menupopup>
<menuitem accesskey="&mapfileclear.accesskey;" key="mapclearkb" observes="Map:Clear"/>
<menuitem accesskey="&mapfileclose.accesskey;" key="mapclosekb" observes="Map:Close"/>
</menupopup>
</menu>
<!-- Edit menu -->
<menu id="mapeditMenu" value="&mapeditMenu.label;" accesskey="&mapeditmenu.accesskey;">
<menupopup>
<menuitem accesskey="&mapselectall.accesskey;" key="mapselectkb" observes="Map:SelectAll"/>
<menuitem accesskey="&mapeditcut.accesskey;" key="mapcutkb" observes="Map:Cut"/>
<menuitem accesskey="&mapeditcopy.accesskey;" key="mapcopykb" observes="Map:Copy"/>
<menuitem accesskey="&mapeditpaste.accesskey;" key="mappastekb" observes="Map:Paste"/>
<menuseparator/>
<menuitem accesskey="&mapeditprops.accesskey;" key="mappropskb" observes="Map:Props"/>
</menupopup>
</menu>
<!-- View menu -->
<menu id="mapviewMenu" value="&mapviewMenu.label;" accesskey="&mapviewmenu.accesskey;">
<menupopup>
<menuitem id="view_hidetoolbar" accesskey="&mapviewtbar.accesskey;" key="maptbarkb" observes="Map:ViewToolbar"/>
<menu id="mapscalingMenu" value="&mapviewScale.label;" accesskey="&mapviewscale.accesskey;">
<menupopup>
<menuitem accesskey="&zoomone.accesskey;" key="" observes="Map:Apercent"/>
<menuitem accesskey="&zoomtwo.accesskey;" key="" observes="Map:Bpercent"/>
<menuitem accesskey="&zoomthree.accesskey;" key="" observes="Map:Cpercent"/>
</menupopup>
</menu>
<menuseparator/>
<menuitem accesskey="&contrast.accesskey;" observes="Map:Contrast" />
</menupopup>
</menu>
<menu id="maphelpMenu" value="&maphelpMenu.label;" accesskey="&maphelpmenu.accesskey;">
<menupopup>
<menuitem accesskey="&about.accesskey;" observes="Map:About"/>
</menupopup>
</menu>
<spring flex="1"/>
</menubar>
<toolbar id="toolbar" class="toolbar-primary" persist="collapsed">
<button id="cutButton" class="button-toolbar-2 top" observes="Map:Cut"/>
<button id="copyButton" class="button-toolbar-2 top" observes="Map:Copy"/>
<button id="pasteButton" class="button-toolbar-2 top" observes="Map:Paste"/>
<button id="zoomInButton" class="button-toolbar-2 top" observes="Map:ZoomIn"/>
<button id="zoomOutButton" class="button-toolbar-2 top" observes="Map:ZoomOut"/>
<button id="contrastButton" class="button-toolbar-2 top" observes="Map:Contrast"/>
<spring flex="1"/>
</toolbar>
<toolbox>
<menubar>
<!-- File menu -->
<menu id="mapfileMenu" value="&mapfileMenu.label;" accesskey="&mapfilemenu.accesskey;">
<menupopup>
<menuitem accesskey="&mapfileclear.accesskey;" key="mapclearkb" observes="Map:Clear"/>
<menuitem accesskey="&mapfileclose.accesskey;" key="mapclosekb" observes="Map:Close"/>
</menupopup>
</menu>
<!-- Edit menu -->
<menu id="mapeditMenu" value="&mapeditMenu.label;" accesskey="&mapeditmenu.accesskey;">
<menupopup>
<menuitem accesskey="&mapselectall.accesskey;" key="mapselectkb" observes="Map:SelectAll"/>
<menuitem accesskey="&mapeditcut.accesskey;" key="mapcutkb" observes="Map:Cut"/>
<menuitem accesskey="&mapeditcopy.accesskey;" key="mapcopykb" observes="Map:Copy"/>
<menuitem accesskey="&mapeditpaste.accesskey;" key="mappastekb" observes="Map:Paste"/>
<menuseparator/>
<menuitem accesskey="&mapeditprops.accesskey;" key="mappropskb" observes="Map:Props"/>
</menupopup>
</menu>
<!-- View menu -->
<menu id="mapviewMenu" value="&mapviewMenu.label;" accesskey="&mapviewmenu.accesskey;">
<menupopup>
<menuitem id="view_hidetoolbar" accesskey="&mapviewtbar.accesskey;" key="maptbarkb" observes="Map:ViewToolbar"/>
<menu id="mapscalingMenu" value="&mapviewScale.label;" accesskey="&mapviewscale.accesskey;">
<menupopup>
<menuitem accesskey="&zoomone.accesskey;" key="" observes="Map:Apercent"/>
<menuitem accesskey="&zoomtwo.accesskey;" key="" observes="Map:Bpercent"/>
<menuitem accesskey="&zoomthree.accesskey;" key="" observes="Map:Cpercent"/>
</menupopup>
</menu>
<menuseparator/>
<menuitem accesskey="&contrast.accesskey;" observes="Map:Contrast" />
</menupopup>
</menu>
<menu id="maphelpMenu" value="&maphelpMenu.label;" accesskey="&maphelpmenu.accesskey;">
<menupopup>
<menuitem accesskey="&about.accesskey;" observes="Map:About"/>
</menupopup>
</menu>
<spring flex="1"/>
</menubar>
<toolbar id="toolbar" class="toolbar-primary" persist="collapsed">
<button id="cutButton" class="button-toolbar-2 top" observes="Map:Cut"/>
<button id="copyButton" class="button-toolbar-2 top" observes="Map:Copy"/>
<button id="pasteButton" class="button-toolbar-2 top" observes="Map:Paste"/>
<button id="zoomInButton" class="button-toolbar-2 top" observes="Map:ZoomIn"/>
<button id="zoomOutButton" class="button-toolbar-2 top" observes="Map:ZoomOut"/>
<button id="contrastButton" class="button-toolbar-2 top" observes="Map:Contrast"/>
<spring flex="1"/>
</toolbar>
</toolbox>
<box align="horizontal" flex="100">
<toolbar id="toolbox" orient="vertical">
<box orient="vertical">
<box id="VerticalToolbar" orient="vertical">
<button id="pointerButton" class="tool" toggled="1" oncommand="changeTool(event, 'pointer');"/>
<button id="rectButton" class="tool" oncommand="changeTool(event, 'rect');"/>
<button id="cirButton" class="tool" oncommand="changeTool(event, 'cir');"/>
<button id="polyButton" class="tool" oncommand="changeTool(event, 'poly');"/>
<spring flex="1"/>
</box>
</toolbar>
<!-- Content Area -->
<iframe id="content" src="EdImageMapPage.html" flex="1"

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

@ -63,10 +63,9 @@ Rights Reserved.
<spring style="height:0.1em"/>
<box orient="horizontal" flex="100%">
<box orient="vertical" flex="80%">
<tree id="addressListTree"
<tree id="addressListTree" class="inset"
rows="8"
onclick="awClickEmptySpace(event.target, true)"
style="border:solid black 1px">
onclick="awClickEmptySpace(event.target, true)">
<treecolgroup>
<treecol flex="1"/>

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

@ -1,3 +0,0 @@
#!dest
manifest.rdf
preview.png

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

@ -1,32 +0,0 @@
#!dest communicator:skin
box.css
brand.css
broken.gif
button.css
communicator.css
content-large.gif
content-small.gif
dialogOverlay.css
document-error.gif
document.gif
formatting.css
lock.gif
menubutton.css
menubuttonBindings.xml
navbar-endbox.gif
offline.gif
online.gif
prefpanels.css
securityOverlay.css
splitter.css
tasksOverlay.css
tb-menubutton-dm-clicked.gif
tb-menubutton-dm-disabled.gif
tb-menubutton-dm-hover.gif
tb-menubutton-dm.gif
toolbar.css
unlock.gif
throbber-groove-bottom.gif
throbber-groove-left.gif
throbber-groove-right.gif
throbber-groove-top.gif

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

@ -1,18 +0,0 @@
#!dest communicator:skin:bookmarks
bookmark-folder-closed-sel.gif
bookmark-folder-closed.gif
bookmark-folder-open-sel.gif
bookmark-folder-open.gif
bookmark-item.gif
bookmarks.css
home-sel.gif
home.gif
iefavorite.gif
personal-folder-closed-sel.gif
personal-folder-closed.gif
personal-folder-open-sel.gif
personal-folder-open.gif
bookmark-folder-closed.png
bookmark-folder-open.png
bookmark-item.png
home.png

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

До

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

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

До

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

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

До

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

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

До

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

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

До

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

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

@ -14,7 +14,7 @@
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998-1999 Netscape Communications Corporation. All
* Copyright (C) 1998-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
@ -44,10 +44,10 @@
}
.bookmark-item[container="true"][open="true"][loading="true"] {
list-style-image: url("chrome://communicator/skin/icon2/loading.gif") !important;
list-style-image: url("chrome://communicator/skin/icons/loading.gif") !important;
}
.bookmark-item[status="new"] {
list-style-image: url("chrome://communicator/skin/icon2/loading.gif") !important;
list-style-image: url("chrome://communicator/skin/icons/loading.gif") !important;
}

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

До

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

Двоичные данные
themes/modern/communicator/bookmarks/home.gif

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

До

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

После

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

Двоичные данные
themes/modern/communicator/bookmarks/home.png

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

До

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

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

До

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

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

До

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

После

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

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

@ -1,48 +0,0 @@
#
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
#
DEPTH = ..\..\..\..
THEME_ROOT_DEPTH = ..\..
include <$(DEPTH)\config\rules.mak>
include <$(THEME_ROOT_DEPTH)\theme.mk>
clobber::
rm -f $(DIST)\chrome\skins\$(THEME)\communicator\skin\bookmarks\*.*
install::
$(MAKE_INSTALL) bookmark-folder-closed-sel.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\bookmarks
$(MAKE_INSTALL) bookmark-folder-closed.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\bookmarks
$(MAKE_INSTALL) bookmark-folder-open-sel.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\bookmarks
$(MAKE_INSTALL) bookmark-folder-open.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\bookmarks
$(MAKE_INSTALL) bookmark-item.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\bookmarks
$(MAKE_INSTALL) bookmarks.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\bookmarks
$(MAKE_INSTALL) home-sel.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\bookmarks
$(MAKE_INSTALL) home.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\bookmarks
$(MAKE_INSTALL) iefavorite.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\bookmarks
$(MAKE_INSTALL) personal-folder-closed-sel.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\bookmarks
$(MAKE_INSTALL) personal-folder-closed.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\bookmarks
$(MAKE_INSTALL) personal-folder-open-sel.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\bookmarks
$(MAKE_INSTALL) personal-folder-open.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\bookmarks
$(MAKE_INSTALL) bookmark-folder-closed.png $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\bookmarks
$(MAKE_INSTALL) bookmark-folder-open.png $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\bookmarks
$(MAKE_INSTALL) bookmark-item.png $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\bookmarks
$(MAKE_INSTALL) home.png $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\bookmarks

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

До

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

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

До

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

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

До

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

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

До

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

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

@ -1,8 +0,0 @@
.box-toolbar-group
{
background-color : #FFFFFF;
-moz-border-radius : 5px;
padding : 0px;
margin : 0px 10px 0px 5px;
}

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

@ -1,51 +1,69 @@
/*
* 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)
*/
#navigator-throbber
{
-moz-binding : url("chrome://global/skin/globalBindings.xml#throbber");
margin : 4px 1px 0px 8px;
border : 0px;
padding : 0px;
min-width : 0px;
background-color : transparent;
list-style-image : url("chrome://global/skin/animthrob_single.gif");
text-align : center;
cursor : pointer;
-moz-user-focus : ignore;
}
/* ==== brand.css ===========================================================
== Styles related to branding in the Communicator suite.
========================================================================== */
#navigator-throbber[busy="true"]
{
list-style-image : url("chrome://global/skin/animthrob.gif");
}
.throbber-icon
{
margin : 0px;
background-color: #637D94;
}
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.throbber-groove-left
{
width : 2px;
height : 36px;
background : url(chrome://communicator/skin/throbber-groove-left.gif) no-repeat;
}
#navigator-throbber {
-moz-binding: url("chrome://communicator/skin/brand/brandBindings.xml#throbber");
-moz-user-focus: ignore !important;
cursor: pointer;
margin: 4px 1px 0px 8px;
border: none;
min-width: 0px;
list-style-image: url("chrome://communicator/skin/brand/throbber-single.gif");
}
.throbber-groove-right
{
width : 2px;
height : 36px;
background : url(chrome://communicator/skin/throbber-groove-right.gif) no-repeat;
}
#navigator-throbber[busy="true"] {
list-style-image: url("chrome://communicator/skin/brand/throbber-anim.gif");
}
.throbber-groove-top
{
height : 2px;
background : url(chrome://communicator/skin/throbber-groove-top.gif) repeat-x;
}
.throbber-icon {
background-color: #637D94;
}
.throbber-groove-left {
width: 2px;
height: 36px;
background: url("chrome://communicator/skin/brand/throbber-groove-lft.gif") no-repeat;
}
.throbber-groove-right {
width: 2px;
height: 36px;
background: url("chrome://communicator/skin/brand/throbber-groove-rit.gif") no-repeat;
}
.throbber-groove-top {
height: 2px;
background: url("chrome://communicator/skin/brand/throbber-groove-top.gif") repeat-x;
}
.throbber-groove-bottom {
height: 2px;
background: url("chrome://communicator/skin/brand/throbber-groove-btm.gif") repeat-x;
}
.throbber-groove-bottom
{
height : 2px;
background : url(chrome://communicator/skin/throbber-groove-bottom.gif) repeat-x;
}

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

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<bindings id="brandBindings"
xmlns="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<binding id="throbber" extends="chrome://global/content/xulBindings.xml#basetext">
<content>
<xul:spring class="throbber-groove-left"/>
<xul:box flex="1" class="throbber-middle" orient="vertical">
<xul:spring class="throbber-groove-top"/>
<xul:image flex="1" class="throbber-icon" inherits="src" autostretch="never"/>
<xul:spring class="throbber-groove-bottom"/>
</xul:box>
<xul:spring class="throbber-groove-right"/>
</content>
</binding>
</bindings>

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

До

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

После

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

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

До

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

После

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

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

До

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

После

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

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

До

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

После

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

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

До

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

После

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

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

До

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

После

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

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

До

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

После

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

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

До

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

После

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

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

До

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

После

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

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

До

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

После

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

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

До

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

После

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

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

До

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

После

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

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

До

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

После

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

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

До

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

После

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

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

@ -14,11 +14,11 @@
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998-1999 Netscape Communications Corporation. All
* Copyright (C) 1998-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
*
* Joe Hewitt (hewitt@netscape.com)
*/
/* ==== button.css ==========================================================
@ -56,6 +56,7 @@
}
.button-toolbar:hover:active,
.button-toolbar[open="true"], /* for menubuttons */
.button-toolbar[home-dragover="true"] {
background-color: #455A70;
color: #9DB8C1;
@ -78,6 +79,8 @@
color: #D0E7E7;
}
/* ..... toggled state ..... */
.button-toolbar[toggled="true"],
.button-toolbar[toggled="true"]:hover,
.button-toolbar[toggled="true"]:hover:active {
@ -137,7 +140,7 @@
::::: */
.button-toolbar-2 {
-moz-binding: url("chrome://global/skin/globalBindings.xml#button-doubletext");
-moz-binding: url("chrome://communicator/skin/widgetBindings.xml#button-doubletext");
-moz-user-focus: ignore;
margin: 3px 3px 1px 3px;
border: none;
@ -156,14 +159,10 @@
.button-text-shadow {
margin: 1px 0px 0px 1px;
color: #394B6E;
color: #394B6E !important;
}
.button-text[disabled="true"] {
color: #425D84;
}
.button-text-shadow[disabled="true"] {
display: none;
}

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

@ -1,69 +1,77 @@
/** this should only contain XUL dialog and document window widget defaults. Defaults for widgets of
a particular application should be in that application's style sheet.
For example style definitions for navigator can be found in navigator.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-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
* Joe Hewitt (hewitt@netscape.com)
*/
THIS FILE IS LOCKED DOWN. YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT FIRST HAVING YOUR
CHANGES REVIEWED BY hyatt@netscape.com.
**/
/* ==== communicator.css ====================================================
== Styles shared everywhere throughout the Communicator suite.
========================================================================== */
@import url(chrome://global/skin/);
@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");
@import url("chrome://communicator/skin/menubutton.css");
@import url("chrome://communicator/skin/prefpanels.css");
@import url("chrome://communicator/skin/toolbar.css");
@import url(chrome://communicator/skin/box.css);
@import url(chrome://communicator/skin/toolbar.css);
@import url(chrome://communicator/skin/button.css);
@import url(chrome://communicator/skin/brand.css);
@import url(chrome://communicator/skin/menubutton.css);
@import url(chrome://communicator/skin/formatting.css);
@import url(chrome://communicator/skin/prefpanels.css);
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: online/offline icons ::::: */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
#offline-status[offline="true"] {
list-style-image: url("chrome://communicator/skin/icons/offline.gif");
}
#offline-status[offline="true"]
{
list-style-image: url("chrome://communicator/skin/offline.gif");
}
#offline-status
{
list-style-image: url("chrome://communicator/skin/online.gif");
}
#offline-status {
list-style-image: url("chrome://communicator/skin/icons/online.gif");
}
/* ::::: directional button icons ::::: */
.up {
list-style-image:url("chrome://global/skin/simple-arrow-up.gif");
min-width: 0px;
list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
}
.up[disabled="true"] {
list-style-image:url("chrome://global/skin/simple-arrow-up-disabled.gif");
list-style-image: url("chrome://global/skin/arrow/arrow-up-dis.gif");
}
.down {
min-width: 0px;
list-style-image:url("chrome://global/skin/simple-arrow-down.gif");
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
}
.down[disabled="true"] {
list-style-image:url("chrome://global/skin/simple-arrow-down-disabled.gif");
list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
}
/* ::::: File icons (32x32 and 16x16) ::::: */
/**
* File icons (32x32 and 16x16)
**/
.file-icon-large
{
list-style-image : url("chrome://communicator/skin/content-large.gif");
}
.file-icon-large {
list-style-image: url("chrome://communicator/skin/icons/content-large.gif");
}
.file-icon-small
{
list-style-image : url("chrome://communicator/skin/content-small.gif");
}
.file-icon-small {
list-style-image: url("chrome://communicator/skin/icons/content-small.gif");
}
#skinsTree
{
height : 80px;
}

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

@ -0,0 +1,32 @@
<?xml version="1.0"?>
<bindings id="dialogBindings"
xmlns="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<binding id="largeheader" extends="xul:box">
<content>
<xul:box class="largeheader-box" flex="1">
<xul:box class="largeheader-text-container" orient="vertical">
<xul:text class="largeheader-header-text" inherits="value=title" crop="right"/>
<xul:html class="largeheader-desc-text" inherits="value=description"/>
</xul:box>
<xul:spring flex="1"/>
<xul:box class="largeheader-icon-container" autostretch="never">
<xul:image class="largeheader-icon" inherits="src"/>
</xul:box>
</xul:box>
</content>
</binding>
<binding id="smallheader" extends="chrome://communicator/content/dialogBindings.xml#smallheader">
<content>
<xul:box class="box-smallheader-text-container" autostretch="never" flex="1">
<xul:text class="box-smallheader-left" inherits="value=title"/>
<xul:spring flex="1"/>
<xul:text class="box-smallheader-right" inherits="value=description"/>
</xul:box>
</content>
</binding>
</bindings>

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

До

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

После

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

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

@ -1,110 +1,94 @@
/**
* Small Dialog Header (without icon)
**/
.box-smallheader
{
-moz-binding : url(chrome://global/skin/globalBindings.xml#smallheader);
margin : 0px 5px 5px 8px;
border : 1px inset #B4C3D4;
background : url("chrome://communicator/skin/prtb-mid-mid.gif") repeat-x;
}
/*
* 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)
*/
/* ===== dialogOverlay.css ==============================================
== Styles used by content in dialog boxes in the Communicator suite.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: large dialog header ::::: */
.box-header {
-moz-binding: url("chrome://communicator/skin/dialog/dialogBindings.xml#largeheader");
background-color: #5B7693;
color: #ffffff;
}
.largeheader-box {
padding: 10px 0px 10px 0px;
border-top: 1px solid #94AACE;
border-bottom: 1px solid #000000;
}
.largeheader-header-text {
margin-left: 23px;
font-weight: bold;
}
.largeheader-desc-text {
margin-left: 44px;
}
/* ::::: small dialog header ::::: */
.box-smallheader {
-moz-binding: url("chrome://communicator/skin/dialog/dialogBindings.xml#smallheader");
margin: 0px 5px 5px 8px;
border: 1px inset #B4C3D4;
background: url("chrome://communicator/skin/dialog/smallheader-bg.gif") repeat-x;
color: #000000;
}
.box-smallheader-text-container {
border : 1px solid #000000;
padding : 5px 0px 5px 8px;
border: 1px solid #000000;
padding: 5px 8px 5px 8px;
}
.box-smallheader-left
{
font-size : larger;
font-weight : bold;
color : #000000;
padding-left : 0px;
}
.box-smallheader-right
{
color : #000000;
padding-right : 0px;
}
.box-smallheader > .toolbar-primary
{
border : 1px solid #000000;
vertical-align : middle;
padding-top : 0px;
}
toolbargrippy {
display: none;
.box-smallheader-left {
font-size: larger;
font-weight: bold;
}
/**
* Large Dialog Header
**/
.box-header
{
-moz-binding : url(chrome://global/skin/globalBindings.xml#largeheader);
}
/* ::::: dialog statusbar ::::: */
.largeheader-box
{
padding-top : 10px;
padding-bottom : 10px;
border-top : 1px solid #94AACE;
border-bottom : 1px solid #000000;
background-color : #5B7693;
color : #ffffff;
}
.largeheader-header-text
{
font-weight : bold;
margin-left : 23px;
}
.box-status {
-moz-binding: url("chrome://communicator/content/dialogBindings.xml#status");
}
.largeheader-desc-text
{
margin-left : 44px;
}
.box-status-bg {
padding: 1px 5px 1px 5px;
background-color: #394B6E;
color: #99cccc;
}
/**
* Dialog status line (blue) including progress area
**/
.box-status
{
-moz-binding : url(chrome://communicator/content/dialogBindings.xml#status);
}
/* ::::: content and button boxes ::::: */
#contentarea {
border-top: 2px groove #C2D0D0;
border-bottom: 2px groove #C2D0D0;
padding: 7px;
}
.box-status-bg
{
padding : 1px 5px 1px 5px;
min-height : 0px ! important;
}
.box-status-text, .box-status-progress
{
color : #99cccc ! important;
}
/**
* Utility classes for use when combined headers/footers are used
**/
/* display area framed container */
#contentarea
{
border-top : 2px groove #CCCCCC;
border-bottom : 2px groove #CCCCCC;
padding : 7px;
}
/* top border on status area */
#wizardButtons
{
border-bottom : 1px outset #CCCCCC;
padding-top : 1px;
padding-bottom : 1px;
}

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

@ -1,8 +0,0 @@
#!dest communicator:skin:directory
directory.css
file-folder-closed-sel.gif
file-folder-closed.gif
file-folder-open-sel.gif
file-folder-open.gif
file-icon-sel.gif
file-icon.gif

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

@ -1,5 +1,4 @@
/* -*- Mode: C; c-basic-offset: 2 -*-
*
/*
* 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
@ -10,77 +9,65 @@
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is mozilla.org code.
* 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 Netscape Communications Corporation. All
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
* Contributor(s):
* Joe Hewitt (hewitt@netscape.com)
*/
/*
/* ===== directory.css ==================================================
== Styles specific to the directory listing window.
======================================================================= */
Style rules specific to the directory listing window.
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
*/
/* Hide twisty for files */
.treecell-indent[type="FILE"] > .tree-cell-twisty
{
list-style-image : none;
}
.treecell-filename
{
list-style-image : url("chrome://communicator/skin/directory/file-icon.gif");
}
treeitem[container="true"] > treerow > .treecell-filename
{
list-style-image : url("chrome://communicator/skin/directory/file-folder-closed.gif");
}
treeitem[container="true"][open="true"] > treerow > .treecell-filename
{
list-style-image : url("chrome://communicator/skin/directory/file-folder-open.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
{
list-style-image : url("chrome://global/skin/loading.gif");
}
/* Italicize a symbolic link and make it look like a link (it can be a dir or link) */
.treecell-filename[type="SYMBOLIC-LINK"]
{
color : inherit;
text-decoration : inherit;
font-style : italic;
}
treerow
{
min-height : 19px;
}
/**
* This fixes a bug. As you scroll down in a tree the computed column width
* can change. That would make the columns shift durning scrolling.
* So we give them inital preferred widths so they aren't computed.
*/
#FilenameColumn {
width: 100px;
.treecell-filename {
list-style-image: url("chrome://communicator/skin/directory/file-icon.gif");
}
treeitem[container="true"] > treerow > .treecell-filename {
list-style-image: url("chrome://communicator/skin/directory/file-folder-closed.gif");
}
treeitem[container="true"][open="true"] > treerow > .treecell-filename {
list-style-image: url("chrome://communicator/skin/directory/file-folder-open.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
{
list-style-image: url("chrome://communicator/skin/icons/loading.gif");
}
/* Italicize a symbolic link and make it look like a link (it can be a dir or link) */
.treecell-filename[type="SYMBOLIC-LINK"] {
color: inherit;
font-style: italic;
text-decoration: inherit;
}
.treecell-indent[type="FILE"] > .tree-cell-twisty {
list-style-image: none;
}
/* ::::: column/row preferred sizes ::::: */
#FilenameColumn,
#LastModColumn,
#ContentLengthColumn {
width: 100px;
}
#LastModColumn {
width: 100px;
}
treerow {
min-height: 19px;
}

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

До

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

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

До

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

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

До

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

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

@ -1,38 +0,0 @@
#
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
#
DEPTH = ..\..\..\..
THEME_ROOT_DEPTH = ..\..
include <$(DEPTH)\config\rules.mak>
include <$(THEME_ROOT_DEPTH)\theme.mk>
clobber::
rm -f $(DIST)\chrome\skins\$(THEME)\communicator\skin\directory\*.*
install::
$(MAKE_INSTALL) directory.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\directory
$(MAKE_INSTALL) file-folder-closed-sel.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\directory
$(MAKE_INSTALL) file-folder-closed.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\directory
$(MAKE_INSTALL) file-folder-open-sel.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\directory
$(MAKE_INSTALL) file-folder-open.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\directory
$(MAKE_INSTALL) file-icon-sel.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\directory
$(MAKE_INSTALL) file-icon.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\directory

Двоичные данные
themes/modern/communicator/document-error.gif

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

До

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

Двоичные данные
themes/modern/communicator/document.gif

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

До

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

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

@ -14,11 +14,11 @@
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998-1999 Netscape Communications Corporation. All
* Copyright (C) 1998-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
*
* Joe Hewitt (hewitt@netscape.com)
*/
/* ==== formatting.css ==================================================

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

До

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

После

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

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

До

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

После

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

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

До

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

После

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

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

До

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

После

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

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

До

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

После

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

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

До

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

После

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

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

До

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

После

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

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

До

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

После

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

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

@ -1,65 +0,0 @@
#
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
#
DEPTH = ..\..\..
THEME_ROOT_DEPTH = ..
DIRS= bookmarks directory profile regviewer related search sidebar xpinstall
include <$(DEPTH)\config\rules.mak>
include <$(THEME_ROOT_DEPTH)\theme.mk>
install::
$(MAKE_INSTALL) box.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) brand.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) broken.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) button.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) communicator.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) content-large.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) content-small.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) dialogOverlay.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) document-error.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) document.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) formatting.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) lock.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) menubutton.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) menubuttonBindings.xml $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) navbar-endbox.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) offline.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) online.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) prefpanels.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) securityOverlay.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) splitter.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) tasksOverlay.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) tb-menubutton-dm-clicked.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) tb-menubutton-dm-disabled.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) tb-menubutton-dm-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) tb-menubutton-dm.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) toolbar.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) unlock.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) throbber-groove-bottom.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) throbber-groove-left.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) throbber-groove-right.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) throbber-groove-top.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
clobber::
rm -f $(DIST)\chrome\$(THEME)\communicator\skin\*.*

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

@ -14,11 +14,11 @@
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998-1999 Netscape Communications Corporation. All
* Copyright (C) 1998-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
*
* Joe Hewitt (hewitt@netscape.com)
*/
/* ==== menubuttons.css =================================================
@ -30,7 +30,7 @@
/* ::::: button-toolbar menubuttons ::::: */
menubutton.button-toolbar {
-moz-binding: url("chrome://communicator/skin/menubuttonBindings.xml#menubutton-toolbar-single");
-moz-binding: url("chrome://communicator/skin/widgetBindings.xml#menubutton-toolbar-single");
}
.menubutton-internal-box,
@ -52,16 +52,6 @@ menubutton.button-toolbar {
max-width: 8em;
}
.button-toolbar:hover {
background-color: #6684A5;
}
.button-toolbar:hover:active,
.button-toolbar[open="true"] {
background-color: #455A70;
color: #9DB8C1;
}
.button-toolbar > .menubutton-internal-box > .menubutton-dropmarker {
margin: 2px;
list-style-image: url("chrome://communicator/skin/toolbar/mbtn-tb-arrow.gif");
@ -91,17 +81,17 @@ menubutton.button-toolbar {
/* ::::: single toolbar menubuttons ::::: */
menubutton.button-toolbar-2.top {
-moz-binding: url("chrome://global/skin/globalBindings.xml#button-doubletext");
-moz-binding: url("chrome://communicator/skin/widgetBindings.xml#button-toolar-2");
}
menubutton.button-toolbar-2.bottom {
-moz-binding: url("chrome://global/skin/globalBindings.xml#button-doubletext");
-moz-binding: url("chrome://communicator/skin/widgetBindings.xml#button-toolar-2");
}
/* ::::: dual toolbar menubuttons ::::: */
.menubutton-dual {
-moz-binding: url("chrome://communicator/skin/menubuttonBindings.xml#menubutton-dual-foo");
-moz-binding: url("chrome://communicator/skin/widgetBindings.xml#menubutton-dual-1");
margin: 3px 2px 0px 2px;
border: 0px;
padding: 0px;

Двоичные данные
themes/modern/communicator/navbar-endbox.gif

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

До

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

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

@ -1,21 +1,56 @@
/********** Fonts ***************/
/*
* 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)
*/
#sizeVar, #sizeMono {
width: 4em;
/* ==== 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;
}
/* ::::: Fonts ::::: */
#sizeVar,
#sizeMono {
width: 4em;
}
#mouseWheelMode {
width: 9em;
width: 9em;
}
/******* SmartBrowsing **********/
/* ::::: Smart Browsing ::::: */
#disabledDomains {
max-height: 13em;
max-height: 13em;
}
.smileface {
list-style-image: url("chrome://messenger/skin/icons/smiley/smile.gif");
}
.smileface
{
list-style-image : url("chrome://messenger/skin/smile.gif");
}

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

@ -1,6 +0,0 @@
#!dest communicator:skin:profile
migrate.gif
newProfile1_2.css
profile.css
profileManager.css
profileicon-large.gif

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

@ -1,36 +0,0 @@
#
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
#
DEPTH = ..\..\..\..
THEME_ROOT_DEPTH = ..\..
include <$(DEPTH)\config\rules.mak>
include <$(THEME_ROOT_DEPTH)\theme.mk>
clobber::
rm -f $(DIST)\chrome\skins\$(THEME)\communicator\skin\profile\*.*
install::
$(MAKE_INSTALL) migrate.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\profile
$(MAKE_INSTALL) newProfile1_2.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\profile
$(MAKE_INSTALL) profile.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\profile
$(MAKE_INSTALL) profileManager.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\profile
$(MAKE_INSTALL) profileicon-large.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\profile

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

@ -1,18 +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-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
* Joe Hewitt (hewitt@netscape.com)
*/
/* ===== newProile1_2.css =================================================
==
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#finishtext {
margin-top : -20px;
margin-top: -20px;
}
text#ProfileDir {
font-weight : bold;
padding-left : 1em;
margin-top : 0.4em;
}
box#dirbox > box > titledbutton {
min-width : 8em;
}
span#deffoldername {
margin-left : 2px;
}

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

@ -1,5 +1,4 @@
/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
*
/*
* 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
@ -15,55 +14,49 @@
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998-1999 Netscape Communications Corporation. All
* Copyright (C) 1998-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributors:
* Contributor(s):
* Ben Goodger <ben@netscape.com>
* Chris Nelson <chrisn@statecollege.com>
*
*/
@import url(chrome://global/skin/global.css);
/* ===== profile.css ====================================================
== Styles for Profile Manager window and dialogs.
======================================================================= */
window.dialog {
padding: none;
@import url("chrome://global/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: Profile Selection dialog ::::: */
#profiles > treechildren > treeitem > treerow > treecell
> .tree-cell-icon
{
list-style-image: url("chrome://communicator/skin/profile/profile.gif");
}
.dimmed-highcontrast {
color: #99cccc ! important;
}
#profiles > treechildren > treeitem > treerow > treecell > .tree-cell-icon {
list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif");
}
#profiles > treechildren > treeitem > treerow > treecell[rowMigrate="no"] > .tree-cell-icon {
#profiles > treechildren > treeitem > treerow > treecell[rowMigrate="no"]
> .tree-cell-icon
{
list-style-image: url("chrome://communicator/skin/profile/migrate.gif");
}
/* profile selection dialog */
html#intro {
#intro {
width: 17em;
}
box#managebuttons > button {
#managebuttons > button {
min-width: 8em;
}
/* display area */
box#contentarea {
border-top: 2px groove #CCCCCC;
border-bottom: 2px groove #CCCCCC;
padding: 7px;
}
/* top border on status area */
box#wizardButtons {
padding-top: 1px;
padding-bottom: 1px;
}
box.selection {
margin-top: 4px;
}
#finishtext {
margin-top: -20px;
}

Двоичные данные
themes/modern/communicator/profile/profile.gif Normal file

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

После

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

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

@ -1,12 +0,0 @@
#dialoginfo {
width: 36em;
}
#table-housing {
background-color: white;
height: 100%;
}
#buttons-box {
margin-left: 1em;
}

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

До

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

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

До

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

Двоичные данные
themes/modern/communicator/prtb-grippy-btm.gif

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

До

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

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

До

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

Двоичные данные
themes/modern/communicator/prtb-grippy-mid.gif

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

До

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

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

До

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

Двоичные данные
themes/modern/communicator/prtb-grippy-top.gif

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

До

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

Двоичные данные
themes/modern/communicator/prtb-left-btm.gif

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

До

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

Двоичные данные
themes/modern/communicator/prtb-left-mid.gif

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

До

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

Двоичные данные
themes/modern/communicator/prtb-left-top.gif

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

До

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

Двоичные данные
themes/modern/communicator/prtb-mid-btm.gif

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

До

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

Двоичные данные
themes/modern/communicator/prtb-mid-top.gif

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

До

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

Двоичные данные
themes/modern/communicator/prtb-right-btm.gif

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

До

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

Двоичные данные
themes/modern/communicator/prtb-right-mid.gif

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

До

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

Двоичные данные
themes/modern/communicator/prtb-right-top.gif

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

До

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

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

До

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

Двоичные данные
themes/modern/communicator/pt-grippy-bg.gif

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

До

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

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

До

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

Двоичные данные
themes/modern/communicator/pt-grippy-btm.gif

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

До

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

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

До

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

Двоичные данные
themes/modern/communicator/pt-grippy-top.gif

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

До

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

Двоичные данные
themes/modern/communicator/pt-separator.gif

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

До

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

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

До

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

Двоичные данные
themes/modern/communicator/ptc-grippy-bg.gif

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

До

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

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

@ -1,3 +0,0 @@
#!dest communicator:skin:related
related.css
sitemap.gif

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

@ -1,33 +0,0 @@
#
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
#
DEPTH = ..\..\..\..
THEME_ROOT_DEPTH = ..\..
include <$(DEPTH)\config\rules.mak>
include <$(THEME_ROOT_DEPTH)\theme.mk>
clobber::
rm -f $(DIST)\chrome\skins\$(THEME)\communicator\skin\related\*.*
install::
$(MAKE_INSTALL) related.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\related
$(MAKE_INSTALL) sitemap.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\related

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

@ -1,5 +1,4 @@
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
/*
* The contents of this file are subject to the Netscape Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
@ -10,90 +9,92 @@
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is mozilla.org code.
* 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 Netscape Communications Corporation. All
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
* Contributor(s):
* Joe Hewitt (hewitt@netscape.com)
*/
/*
/* ===== related.css ====================================================
== Styles for the What's Related sidebar panel.
======================================================================= */
Style rules specific to the related links panel
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
*/
/* ::::: tree styles ::::: */
treeitem > treerow.relatedresult > treecell
{
color: black;
treeitem > treerow.relatedresult > treecell {
color: #000000;
text-decoration: none;
}
treeitem > treerow.relatedresult > treecell:hover
{
color: blue;
text-decoration: underline;
}
treeitem > treerow.relatedresult > treecell > titledbutton:active
{
color: red;
treeitem > treerow.relatedresult > treecell:hover {
color: #0000FF;
text-decoration: underline;
}
treeitem[container="true"][open="true"][loading="true"] > treerow.relatedresult > .treecell-indent
{
list-style-image: url("chrome://global/skin/loading.gif") ! important ;
treeitem > treerow.relatedresult > treecell > titledbutton:active {
color: #FF0000;
text-decoration: underline;
}
treeitem[container="true"][open="true"] > treerow.relatedresult > .treecell-indent
treeitem[container="true"][open="true"][loading="true"]
> treerow.relatedresult > .treecell-indent
{
list-style-image: url("chrome://communicator/skin/icons/loading.gif") !important ;
}
treeitem[container="true"][open="true"] > treerow.relatedresult
> .treecell-indent
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
}
/* Uncomment if double-click model is needed
treeitem[container="true"][open="true"][selected="true"] > treerow.relatedresult > .treecell-indent
{
treeitem[container="true"][open="true"][selected="true"] > treerow.relatedresult > .treecell-indent {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
}
*/
treeitem[container="true"] > treerow.relatedresult > .treecell-indent
{
treeitem[container="true"] > treerow.relatedresult > .treecell-indent {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
}
/* Uncomment if double-click model is needed
treeitem[container="true"][selected="true"] > treerow.relatedresult > .treecell-indent
{
treeitem[container="true"][selected="true"] > treerow.relatedresult > .treecell-indent {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
}
*/
treeitem[container="true"][id="NC:SiteMapRoot"] > treerow.relatedresult > .treecell-indent
treeitem[container="true"][id="NC: SiteMapRoot"] > treerow.relatedresult
> .treecell-indent
{
list-style-image: url("chrome://communicator/skin/related/sitemap.gif");
}
treeitem[container="true"][open="true"][id="NC:SiteMapRoot"] > treerow.relatedresult > .treecell-indent
treeitem[container="true"][open="true"][id="NC: SiteMapRoot"]
> treerow.relatedresult > .treecell-indent
{
list-style-image: url("chrome://communicator/skin/related/sitemap.gif");
}
/* Single click model, so undo regular search tree selection look. */
treeitem[selected="true"] > treerow.relatedseparator,
treeitem[selected="true"] > treerow.relatedresult
{
treeitem[selected="true"] > treerow.relatedseparator,
treeitem[selected="true"] > treerow.relatedresult {
background-color: transparent;
}
.treecell-indent
{
.treecell-indent {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}
.tree-cell-twisty
{
.tree-cell-twisty {
display: none;
}

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

@ -1,9 +0,0 @@
#!dest communicator:skin:search
category.gif
findresults.css
icons.css
internet.css
internetresults.css
result.gif
search-editor.css
search.css

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

@ -1,63 +0,0 @@
treecol[sortActive="true"] {
background-color: lightgray;
}
treeitem[container="true"][open="true"][loading="true"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/loading.gif") ! important ;
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"] > treerow > treecell > titledbutton {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > treecell > titledbutton {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treerow > treecell > titledbutton {
list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-closed.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > treerow > treecell > titledbutton {
list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-open.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"] > treerow > treecell > titledbutton {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#IEFavorite"] > treerow > treecell > titledbutton {
list-style-image: url("chrome://communicator/skin/bookmarks/ieFavorite.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Bookmark"] > treerow > treecell > titledbutton {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/folder-open.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/folder-closed.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/article.gif");
}
treeitem[container="true"][open="true"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/folder-open.gif");
}
treeitem[container="true"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/folder-closed.gif");
}
treeitem > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/document.gif");
}
titledbutton#bookmarks {
list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}

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