72717 - die Blue, die!, r=dveditz, sr=hyatt

This commit is contained in:
hewitt%netscape.com 2001-04-11 03:44:03 +00:00
parent 2207478bb0
commit 9004e7facf
485 changed files with 0 additions and 8788 deletions

View File

@ -1 +0,0 @@
Makefile

View File

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

View File

@ -1,35 +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 = ../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
chrome::
@$(REGCHROME) skin blue/communicator blue.jar
@$(REGCHROME) skin blue/editor blue.jar
@$(REGCHROME) skin blue/global blue.jar
@$(REGCHROME) skin blue/messenger blue.jar
@$(REGCHROME) skin blue/navigator blue.jar

View File

@ -1,6 +0,0 @@
this is the blue skin (the original 6.0 skin)
if you add to this, make sure you add to the other skin, otherwise when you
switch skins, bad things will happen.
questions to pixeljockeys@netscape.com

View File

@ -1,24 +0,0 @@
#!dest communicator:skin
box.css
brand.css
button.css
communicator.css
formatting.css
menubutton.css
navbar-endbox.gif
splitter.css
toolbar.css
menubuttonBindings.xml
tb-menubutton-dm.gif
tb-menubutton-dm-disabled.gif
online.gif
offline.gif
document.gif
document-error.gif
securityOverlay.css
lock.gif
unlock.gif
broken.gif
tasksOverlay.css
dialogOverlay.css
prefpanels.css

View File

@ -1,14 +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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 B

View File

@ -1,151 +0,0 @@
/* -*- 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
* 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):
*/
.bookmarkitem
{
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}
.bookmarkitem[menuactive="true"]
{
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif");
}
.bookmarkfolder
{
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
}
.bookmarkfolder[menuactive="true"]
{
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
}
.bookmarkfolder[open="true"]
{
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
}
.bookmarkfolder[open="true"][menuactive="true"]
{
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
}
treeitem[container="true"][open="true"][loading="true"] > treerow > .treecell-bookmark
{
list-style-image: url("resource:/res/rdf/loading.gif") ! important ;
}
treeitem[status="new"] > treerow > .treecell-bookmark
{
list-style-image: url("resource:/res/rdf/loading.gif") ! important ;
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"] > treerow > .treecell-bookmark,
treeitem[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"] > treerow > .treecell-bookmark,
treeitem[container="true"][open="true"] > treerow > .treecell-bookmark
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
}
treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"] > treerow > .treecell-bookmark,
treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"] > treerow > .treecell-bookmark,
treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-bookmark
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > .treecell-bookmark,
treeitem[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"][open="true"] > treerow > .treecell-bookmark
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
}
treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > .treecell-bookmark,
treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"][open="true"] > treerow > .treecell-bookmark
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
}
treeitem[container="true"][open="true"] > treerow > .treecell-bookmark {
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-bookmark
{
list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-closed.gif");
}
treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treerow > .treecell-bookmark
{
list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-closed-sel.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > treerow > .treecell-bookmark
{
list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-open.gif");
}
treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > treerow > .treecell-bookmark
{
list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-open-sel.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"] > treerow > .treecell-bookmark
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#IEFavorite"] > treerow > .treecell-bookmark
{
list-style-image: url("chrome://communicator/skin/bookmarks/iefavorite.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Bookmark"] > treerow > .treecell-bookmark
{
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-bookmark
{
list-style-image: url("resource:/res/rdf/folder-open.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] > treerow > .treecell-bookmark
{
list-style-image: url("resource:/res/rdf/folder-closed.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"] > treerow > .treecell-bookmark
{
list-style-image: url("resource:/res/rdf/article.gif");
}
treeitem > treerow > .treecell-bookmark {
list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}
#navprintplus
{
display:none !important;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 857 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 196 B

View File

@ -1,44 +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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 B

View File

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

View File

@ -1,37 +0,0 @@
#navigator-throbber
{
-moz-binding : url("chrome://global/content/xulBindings.xml#buttontop");
background-image : url("chrome://communicator/skin/navbar-endbox.gif");
background-repeat : no-repeat;
list-style-image : url("chrome://global/skin/animthrob_single.gif");
width : 56px;
max-width : 56px;
padding : 8px 8px 7px 16px;
margin : 0px;
cursor : pointer;
border : none;
}
#navigator-throbber[busy="true"]
{
list-style-image : url("chrome://global/skin/animthrob.gif");
}
#navigator-throbber:hover:active
{
padding : 9px 7px 6px 17px;
}
#navigator-throbber > .button-internal-box
{
border : none;
padding : 0px;
margin : 0px;
}
#navigator-throbber > .button-internal-box > .button-text-container
{
display : none;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 B

View File

@ -1,295 +0,0 @@
/** Standard toolbar buttons
* class="button-toolbar"
**/
.button-toolbar
{
border : 1px solid transparent;
margin : 1px 0px 1px 0px;
-moz-border-radius : 0px;
color : black;
padding : 0px;
font : 3mm arial;
max-width : 10em;
}
.button-toolbar:hover
{
border : 1px solid #FFFFFF;
}
.button-toolbar:hover:active,
.button-toolbar[home-dragover="true"]
{
border : 1px solid #336699;
}
.button-toolbar > .button-internal-box,
.button-toolbar:hover > .button-internal-box,
.button-toolbar[disabled="true"] > .button-internal-box,
.button-toolbar[disabled="true"]:hover > .button-internal-box,
.button-toolbar[disabled="true"]:hover:active > .button-internal-box
{
padding : 1px 3px 1px 3px;
border : none;
}
.button-toolbar > .button-internal-box > .button-text-container,
.button-toolbar > .button-internal-box > .button-text-container > .button-text
{
padding : none;
margin : none;
}
.button-toolbar:hover:active > .button-internal-box
{
padding : 2px 2px 0px 4px;
border : none;
}
.button-toolbar:hover:active[home-dragover="true"] > .button-internal-box
{
padding : 1px 3px 1px 3px;
border : none;
}
.button-toolbar[toggled="true"]
{
border : 1px solid 0x003366;
background-color : #AAAAAA;
-moz-border-radius : 4px;
}
.button-toolbar[disabled="true"],
.button-toolbar[disabled="true"]:hover,
.button-toolbar[disabled="true"]:hover:active
{
border : 1px solid transparent;
}
/** The largest type of toolbar buttons. In the Seamonkey implementation,
* these are only used in the navigation toolbar in the navigator package.
**/
/* outer frame */
.button-toolbar-1
{
background-repeat : no-repeat;
background-color : transparent;
background-position : 0px 0px;
background-image : url("chrome://global/skin/button32-bg.gif");
color : #CCFFFF;
width : 36px;
height : 36px;
margin : 2px 6px 1px 1px;
font-size : smaller;
border : none;
}
.button-toolbar-1:hover
{
background-image : url("chrome://global/skin/button32-bg-hover.gif");
border : none;
}
.button-toolbar-1:hover:active
{
margin : 3px 5px 0px 2px;
border : none;
}
.button-toolbar-1[disabled="true"],
.button-toolbar-1[disabled="true"]:hover,
.button-toolbar-1[disabled="true"]:hover:active
{
background-image : url("chrome://global/skin/button32-bg-disabled.gif");
margin : 2px 6px 1px 1px;
border : none;
}
/* internal frame */
.button-toolbar-1[disabled="true"] > .button-internal-box,
.button-toolbar-1[disabled="true"]:hover > .button-internal-box,
.button-toolbar-1[disabled="true"]:hover:active > .button-internal-box
{
border : none;
}
.button-toolbar-1 > .button-internal-box,
.button-toolbar-1:hover > .button-internal-box,
.button-toolbar-1:hover:active > .button-internal-box
{
border : none;
vertical-align : middle;
}
.button-toolbar-1 > .button-internal-box > .button-text-container
{
display : none;
text-align : center;
}
/** Styles for the standard 'large' toolbar button, these buttons are used for
* toolbar buttons that are the most commonly used elements on a toolbar, e.g.
* 'GetMsg' in Mailnews or 'Send' in Mail/Compose.
**/
.button-toolbar-2
{
background-repeat : no-repeat;
background-position : 50% 0px;
background-color : transparent;
background-image : url("chrome://global/skin/button28-bg.gif");
color : #CCFFFF;
min-width : 28px;
min-height : 28px;
margin : 4px 7px 1px 1px;
padding : 3px 0px 0px 1px;
font-size : smaller;
border : none;
}
.button-toolbar-2:hover
{
background-image : url("chrome://global/skin/button28-bg-hover.gif");
border : none;
}
.button-toolbar-2:hover:active
{
margin : 5px 6px 0px 2px;
border : none;
}
.button-toolbar-2[disabled="true"],
.button-toolbar-2[disabled="true"]:hover,
.button-toolbar-2[disabled="true"]:hover:active
{
background-image : url("chrome://global/skin/button28-bg-disabled.gif");
margin : 4px 7px 1px 1px;
border : none;
}
/* internal frame */
.button-toolbar-2[disabled="true"] > .button-internal-box,
.button-toolbar-2[disabled="true"]:hover > .button-internal-box,
.button-toolbar-2[disabled="true"]:hover:active > .button-internal-box
{
border : none;
vertical-align : middle;
}
.button-toolbar-2 > .button-internal-box,
.button-toolbar-2:hover > .button-internal-box,
.button-toolbar-2:hover:active > .button-internal-box
{
border : none;
}
/* text wrapper frame */
.button-toolbar-2 > .button-internal-box > .button-text-container
{
padding-top : 6px;
text-align : center;
}
/** "Green" buttons, e.g. "Search"
* class="button-toolbar-3"
**/
.button-toolbar-3
{
margin : 0px 0px 0px 3px;
font-weight : bold;
background-color : #99CCCC;
}
.button-toolbar-3 > .button-internal-box
{
border : 1px outset #99CCCC;
padding : 2px 4px 2px 4px;
}
.button-toolbar-3:hover:active > .button-internal-box
{
border : 1px inset #99CCCC;
padding : 3px 3px 1px 5px;
}
/** Expanding Region Button **/
/* outer frame */
button.expander
{
border : none;
padding : none;
margin : 1px 5px 3px 1px;
background-color : inherit;
list-style-image : url("chrome://global/skin/closedtwisty.gif");
}
button[open="true"].expander
{
list-style-image : url("chrome://global/skin/opentwisty.gif");
}
/* internal frame */
button.expander > .button-internal-box
{
border : none;
background-color : inherit;
padding : none;
margin : none;
}
/* text frame */
button.expander > .button-internal-box > .button-text-container > .button-text
{
color : #0000FF;
text-decoration : underline;
}
button.expander:hover > .button-internal-box > .button-text-container > .button-text
{
color : #FF0000;
}
/**
* button styles for taskbar, sidebar headers, etc.
**/
.button-toolbar-4
{
color : #99CCCC;
background : inherit;
font : inherit;
border : none;
padding : 1px !important;
margin : 0px;
}
.button-toolbar-4:hover
{
text-decoration : none;
background-color : #336699;
color : #CCFFFF;
}
.button-toolbar-4:hover:active
{
text-decoration : none;
color : #CCFFFF;
padding : 2px 0px 0px 2px !important;
}
menubutton.button-toolbar-4
{
-moz-binding : url("chrome://global/content/menulistBindings.xml#menubutton-single-right");
}
.button-toolbar-4 > .button-internal-box,
.button-toolbar-4 > .menubutton-internal-box
{
border : none !important;
padding : 0px !important;
}

View File

@ -1,41 +0,0 @@
@import url(chrome://global/skin/);
@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/splitter.css);
@import url(chrome://communicator/skin/formatting.css);
@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/offline.gif");
}
#offline-status
{
list-style-image: url("chrome://communicator/skin/online.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");
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

View File

@ -1,19 +0,0 @@
<?xml version="1.0"?>
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
<!-- List all the skins being supplied by this theme -->
<RDF:Seq about="urn:mozilla:skin:root">
<RDF:li resource="urn:mozilla:skin:blue/1.0" />
</RDF:Seq>
<!-- Blue Information -->
<RDF:Description about="urn:mozilla:skin:blue/1.0">
<chrome:packages>
<RDF:Seq about="urn:mozilla:skin:blue/1.0:packages">
<RDF:li resource="urn:mozilla:skin:blue/1.0:communicator"/>
</RDF:Seq>
</chrome:packages>
</RDF:Description>
</RDF:RDF>

View File

@ -1,121 +0,0 @@
/**
* Small Dialog Header (without icon)
**/
.box-smallheader
{
-moz-binding : url(chrome://communicator/content/dialogBindings.xml#smallheader);
border : 1px inset #CCCCCC;
margin : 0px 5px 6px 5px;
}
.toolbar-primary
{
padding : 0px 0px 3px 0px;
min-height : 0px;
}
.box-smallheader-left
{
font-size : larger;
font-weight : bold;
color : #FFFFFF;
padding-left : 6px;
}
.box-smallheader-right
{
color : #FFFFFF;
padding-right : 6px;
}
.box-smallheader > .toolbar-primary
{
border : 1px solid #000000;
vertical-align : middle;
padding-top : 3px;
}
/**
* Large Dialog Header (with icon)
**/
.box-header
{
-moz-binding : url(chrome://communicator/content/dialogBindings.xml#largeheader);
}
.box-header-header
{
padding : 0px 0px 4px 5px;
min-height : 34px;
}
.box-header-text-box
{
vertical-align : middle;
}
.box-header-text
{
color : white;
font-size : large;
font-weight : bold;
text-decoration : underline;
}
.box-header-icon-box
{
vertical-align : middle;
}
.box-header-circle-box
{
background-image : url("chrome://global/skin/button28-bg.gif");
background-repeat : no-repeat;
background-position : 50% 4px;
background-color : transparent;
min-width : 28px;
min-height : 32px;
margin : 1px 7px 1px 1px;
text-align : center;
}
/**
* Dialog status line (blue) including progress area
**/
.box-status
{
-moz-binding : url(chrome://communicator/content/dialogBindings.xml#status);
}
.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;
}

View File

@ -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

View File

@ -1,83 +0,0 @@
/* -*- 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
* 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):
*/
/*
Style rules specific to the directory listing window.
*/
/* 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[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");
}
treeitem[container="true"][open="true"] > treerow > .treecell-filename
{
list-style-image : url("chrome://communicator/skin/directory/file-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
{
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;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 B

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 B

View File

@ -1,17 +0,0 @@
/* class for text with a 'link' appearance */
.text-link
{
color : #666699;
text-decoration : underline;
}
.text-link:hover
{
color : #333366;
}
.text-link:hover:active
{
color : #990000;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 B

View File

@ -1,59 +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) securityOverlay.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) menubuttonBindings.xml $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) brand.css $(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) formatting.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) menubutton.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) navbar-endbox.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) splitter.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) tb-menubutton-dm.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) tb-menubutton-dm-disabled.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) toolbar.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) document.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) document-error.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) lock.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) unlock.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) broken.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) tasksOverlay.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) dialogOverlay.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) prefpanels.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
clobber::
rm -f $(DIST)\chrome\$(THEME)\communicator\skin\*.*

View File

@ -1,114 +0,0 @@
/** Styles applying to items in a button-toolbar-3 style menu
* menuitem class="button-toolbar-3"
**/
.button-toolbar-3 > .menubutton-icon-internal-box
{
border : 1px outset #99CCCC;
}
.button-toolbar-3[open="true"] > .menubutton-icon-internal-box,
.button-toolbar-3:hover:active > .menubutton-icon-internal-box
{
border : 1px inset #99CCCC;
}
menupopup.button-toolbar-3
{
border : 1px solid #000000;
}
menuitem.button-toolbar-3
{
font-weight : normal;
}
.button-toolbar-3[menuactive="true"]
{
background-color : #669999;
color : #FFFFFF;
font-weight : normal;
}
/** menubuttons on generic grey toolbars
* class="button-toolbar"
**/
.button-toolbar > .menubutton-internal-box
{
border : none;
padding : 1px 3px 1px 3px;
}
.button-toolbar[open="true"] > .menubutton-internal-box,
.button-toolbar:hover:active > .menubutton-internal-box
{
border : none;
padding : 1px 3px 1px 3px;
}
.button-toolbar[open="true"]
{
border : 1px solid #336699;
border-bottom : 1px solid #CCCCCC;
}
/**
* Navigation bar style menubuttons
**/
.menubutton-dual.toolbar
{
-moz-binding : url("chrome://communicator/skin/menubuttonBindings.xml#menubutton-dual-foo");
border : none ! important;
}
.button-toolbar-1.menubutton-dual-button
{
list-style-image : inherit;
min-height : 0px;
}
.button-toolbar-2.menubutton-dual-button
{
list-style-image : inherit;
margin : 4px 7px 1px 1px;
}
.button-toolbar-2.menubutton-dual-button > .button-internal-box > .button-text-container
{
padding-top : 5px;
}
.menubutton-dual-dropmarker
{
background : transparent;
list-style-image : url("chrome://communicator/skin/tb-menubutton-dm.gif");
}
.menubutton-dual-dropmarker[disabled="true"]
{
background : transparent;
list-style-image : url("chrome://communicator/skin/tb-menubutton-dm-disabled.gif");
}
.menubutton-dual-dropmarker-box
{
margin-left : 32px;
margin-bottom : 1px;
}
.button-toolbar-2 + .menubutton-dual-dropmarker-box
{
margin-left : 28px;
margin-bottom : 1em;
}
/*
<xul:box class="button-internal-box" orient="vertical" autostretch="never" flex="1">
<xul:image class="button-icon" inherits="src"/>
<xul:box orient="vertical" class="button-text-container" autostretch="never" flex="1">
<xul:text class="button-text" inherits="value,accesskey,crop"/>
</xul:box>
</xul:box>

View File

@ -1,32 +0,0 @@
<?xml version="1.0"?>
<bindings id="xulBindings"
xmlns="http://www.mozilla.org/xbl"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<binding id="menubutton-dual-foo">
<content includes="menupopup">
<xul:stack>
<xul:button class="menubutton-dual-button button-toolbar-1 top" allowevents="true"
inherits="tooltiptext=buttontooltiptext,oncommand=buttonaction,src,value,crop,accesskey,disabled"/>
<xul:box class="menubutton-dual-dropmarker-box" autostretch="never" valign="bottom" flex="1">
<xul:image class="menubutton-dual-dropmarker" inherits="disabled"/>
</xul:box>
</xul:stack>
</content>
</binding>
<binding id="menubutton-dual-standard">
<content includes="menupopup">
<xul:stack>
<xul:button class="menubutton-dual-button button-toolbar-2 top" allowevents="true"
inherits="tooltiptext=buttontooltiptext,oncommand=buttonaction,src,value,crop,accesskey,disabled"/>
<xul:box class="menubutton-dual-dropmarker-box" autostretch="never" valign="bottom" flex="1">
<xul:image class="menubutton-dual-dropmarker" inherits="disabled"/>
</xul:box>
</xul:stack>
</content>
</binding>
</bindings>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 B

View File

@ -1,30 +0,0 @@
/********** Fonts ***************/
#sizeVar, #sizeMono {
width: 4em;
}
#mouseWheelMode {
width: 9em;
}
/******* SmartBrowsing **********/
#disabledDomains {
max-height: 13em;
}
.smileface
{
list-style-image : url("chrome://messenger/skin/smile.gif");
}
/**
* File icon (32x32)
**/
.file-icon-large
{
list-style-image : url("chrome://communicator/skin/content-large.gif");
}

View File

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

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

View File

@ -1,18 +0,0 @@
#finishtext {
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;
}

View File

@ -1,73 +0,0 @@
/* -*- 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
* 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.
*
* Contributors:
* Ben Goodger <ben@netscape.com>
* Chris Nelson <chrisn@statecollege.com>
*
*/
@import url(chrome://global/skin/global.css);
window.dialog {
padding: none;
}
.dimmed-highcontrast {
color: #99cccc ! important;
}
/** icon courtesy of chris nelson, chrisn@statecollege.com **/
treeitem[rowMigrate="no"] > treerow > treecell > .tree-button {
list-style-image: url("chrome://communicator/skin/profile/migrate.gif");
}
.box-header-circle
{
list-style-image : url("chrome://communicator/skin/profile/profileicon-large.gif");
width : 10px;
height : 14px;
}
/* profile selection dialog */
html#intro {
width: 17em;
}
box#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;
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 B

View File

@ -1,2 +0,0 @@
#!dest communicator:skin:regviewer
regviewer.css

View File

@ -1,32 +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\regviewer\*.*
install::
$(MAKE_INSTALL) regviewer.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\regviewer

View File

@ -1,29 +0,0 @@
/* -*- 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
* 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):
*/
/*
Style rules specific to the registry viewer window.
*/
@import url(chrome://global/skin);

View File

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

View File

@ -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

View File

@ -1,99 +0,0 @@
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* The contents of this file are subject to the Netscape Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/NPL/
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is mozilla.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):
*/
/*
Style rules specific to the related links panel
*/
treeitem > treerow.relatedresult > treecell
{
color: black;
text-decoration: none;
}
treeitem > treerow.relatedresult > treecell:hover
{
color: blue;
text-decoration: underline;
}
treeitem > treerow.relatedresult > treecell > titledbutton:active
{
color: red;
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[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
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
}
*/
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
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
}
*/
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
{
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
{
background-color: transparent;
}
.treecell-indent
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}
.tree-cell-twisty
{
display: none;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 921 B

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 B

View File

@ -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");
}

View File

@ -1,9 +0,0 @@
/* Default Icon */
titledbutton[loading="true"] {
list-style-image: url("resource:/res/rdf/loading.gif") ! important ;
}
titledbutton.iconic {
list-style-image: url("resource:/res/rdf/document.gif");
}

View File

@ -1,11 +0,0 @@
tree[id="searchengines"] {
width: 300px;
}
tree[id="searchengines"] > treecol[id="CheckboxColumn"] {
width: 40px;
}
treecol[sortActive="true"] {
background-color: lightgray;
}

View File

@ -1,27 +0,0 @@
window {
margin-top: 2px;
}
#multi-results-header {
background-color: #003366;
color: #CCFFFF;
font-weight: bold;
padding: 1px 4px 3px 6px;
-moz-border-radius: 8px 0px 0px 0px;
}
#engineTabs {
/*don't know why its not setting the color*/
background-color: #666666;
}
#engineTabs > text {
margin-top: 5px;
color: white;
}
#engineTabs > titledbutton {
-moz-border-radius: 8px 8px 0px 0px;
margin-left: 5px;
margin-right: 5px;
}

View File

@ -1,39 +0,0 @@
#
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is mozilla.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\search\*.*
install::
$(MAKE_INSTALL) category.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\search
$(MAKE_INSTALL) findresults.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\search
$(MAKE_INSTALL) icons.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\search
$(MAKE_INSTALL) internet.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\search
$(MAKE_INSTALL) internetresults.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\search
$(MAKE_INSTALL) result.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\search
$(MAKE_INSTALL) search-editor.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\search
$(MAKE_INSTALL) search.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\search

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 B

View File

@ -1,53 +0,0 @@
/* -*- 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
* 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):
*/
.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");
}
#add-button
{
list-style-image : url("chrome://global/skin/scroll-right.gif");
}
#remove-button
{
list-style-image : url("chrome://global/skin/scroll-left.gif");
}

View File

@ -1,113 +0,0 @@
box.sidebartitle {
background-color: #505888;
padding: 2px 3px 3px 3px;
border: 0px;
margin: 0px;
font: 10pt sans-serif;
}
box.panelbar {
background-color: #006870;
padding: 2px 3px 3px 3px;
border: 0px;
margin: 0px;
font: 10pt sans-serif;
}
box#sidebox {
width: 100%;
height: 100%;
}
titledbutton.sidebartitle:hover {
border: 0px;
margin: 1px;
}
titledbutton.paneltitle {
horizontal-align: left;
}
treecol.checkboxColumn {
width: 30px ! important;
}
box.spaced {
padding-top: 5px;
paddimg-bottom: 2px;
}
box#engineTabs {
background-color: #808080;
border-bottom: 1px solid threedhighlight;
}
box#engineTabs > titledbutton {
background-color: #CCCCCC;
margin-bottom: 0px;
border-bottom: 1px solid #CCCCCC;
}
titledbutton#allEngines {
margin-right: 12px;
}
titledbutton.engine[loading="true"] {
list-style-image: url("resource:/res/rdf/loading.gif") ! important ;
}
titledbutton.iconic {
list-style-image: url("resource:/res/rdf/document.gif") ! important ;
}
treeitem > treerow.searchresult > treecell > titledbutton {
cursor: pointer;
}
treeitem > treerow.searchresult > treecell {
color: black;
text-decoration: none;
}
treeitem > treerow.searchresult > treecell:hover {
color: blue;
text-decoration: underline;
}
treeitem > treerow.searchresult > treecell > titledbutton:active {
color: red;
text-decoration: underline;
}
/*undo regular search tree selection look*/
treeitem[selected="true"] > treerow.searchresult {
background-color: transparent;
}
.searchpanel-outerbox {
padding: 8px 4px 4px 4px;
}
.indented-label {
padding-left: 8px;
}
titledbutton.panelbtn {
margin-left: 1em;
margin-right: 1em;
}
#searchengines
{
margin-left : 0px;
margin-right : 0px;
}
#stopButton
{
list-style-image : url("resource:/res/rdf/loading.gif");
}

View File

@ -1,20 +0,0 @@
#security-button
{
list-style-image:url("chrome://communicator/skin/unlock.gif");
}
#security-button[level="high"]
{
list-style-image:url("chrome://communicator/skin/lock.gif");
}
#security-button[level="low"]
{
list-style-image:url("chrome://communicator/skin/lock.gif");
}
#security-button[level="broken"]
{
list-style-image:url("chrome://communicator/skin/broken.gif");
}

View File

@ -1,24 +0,0 @@
#!dest communicator:skin:sidebar
customize.css
list-down-dis.gif
list-down.gif
list-up-dis.gif
list-up.gif
preview.css
sidebar-bottomright-cap.gif
sidebar-icon.gif
sidebar-topright-cap.gif
sidebar.css
sbgrippy-left-hover.gif
sbgrippy-left.gif
sbgrippy-right-hover.gif
sbgrippy-right.gif
sbgrippy-up-hover.gif
sbgrippy-up.gif
sbgrippy-down-hover.gif
sbgrippy-down.gif
sidebarSplitterBindings.xml
sidebar-close-hover.gif
sidebar-close.gif
sidebar-open-hover.gif
sidebar-open.gif

View File

@ -1,83 +0,0 @@
/* -*- 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
* 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):
*/
/*
Style rules specific to the Customize dialog.
*/
/* These rules apply appropriate images to the 'reorder' buttons */
.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");
}
.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");
}
.tree-cell-twisty {
display: none !important;
}
box#reorder {
text-align: center;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 B

View File

@ -1,55 +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\sidebar\*.*
install::
$(MAKE_INSTALL) customize.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\sidebar
$(MAKE_INSTALL) list-down-dis.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\sidebar
$(MAKE_INSTALL) list-down.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\sidebar
$(MAKE_INSTALL) list-up-dis.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\sidebar
$(MAKE_INSTALL) list-up.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\sidebar
$(MAKE_INSTALL) preview.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\sidebar
$(MAKE_INSTALL) sidebar-bottomright-cap.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\sidebar
$(MAKE_INSTALL) sidebar-icon.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\sidebar
$(MAKE_INSTALL) sidebar-topright-cap.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\sidebar
$(MAKE_INSTALL) sidebar.css $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\sidebar
$(MAKE_INSTALL) sidebarSplitterBindings.xml $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\sidebar
$(MAKE_INSTALL) sbgrippy-left-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\sidebar
$(MAKE_INSTALL) sbgrippy-left.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\sidebar
$(MAKE_INSTALL) sbgrippy-right-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\sidebar
$(MAKE_INSTALL) sbgrippy-right.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\sidebar
$(MAKE_INSTALL) sbgrippy-up-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\sidebar
$(MAKE_INSTALL) sbgrippy-up.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\sidebar
$(MAKE_INSTALL) sbgrippy-down-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\sidebar
$(MAKE_INSTALL) sbgrippy-down.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\sidebar
$(MAKE_INSTALL) sidebar-close-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\sidebar
$(MAKE_INSTALL) sidebar-close.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\sidebar
$(MAKE_INSTALL) sidebar-open-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\sidebar
$(MAKE_INSTALL) sidebar-open.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin\sidebar

View File

@ -1,36 +0,0 @@
/* -*- 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
* 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):
*/
/*
Style rules specific to the Preview dialog.
*/
iframe#previewframe {
min-width: 10px;
min-height: 10px;
width: 162px;
height: 300px;
border: none;
margin: 0px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 B

View File

@ -1,246 +0,0 @@
/*
* 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 Netscape Communications
* Corp. are Copyright (C) 1999 Netscape Communications Corp. All
* Rights Reserved.
*
* Contributor(s): Stephen Lamm <slamm@netscape.com>
*/
#sidebar-splitter {
margin-right: 1px;
margin-top: 1px;
padding: 0px;
border: none;
background-color: #003366;
-moz-binding:
url("chrome://communicator/skin/sidebar/sidebarSplitterBindings.xml#sidebar-splitter");
}
.sidebar-splitter-topright-cap {
margin-left: 1px;
height: 7px;
width: 7px;
list-style-image:
url("chrome://communicator/skin/sidebar/sidebar-topright-cap.gif");
}
.sidebar-splitter-bottomright-cap {
margin-left: 1px;
height: 7px;
width: 7px;
list-style-image:
url("chrome://communicator/skin/sidebar/sidebar-bottomright-cap.gif");
}
.sidebar-splitter-grippy {
background-color: transparent;
margin: 0px;
padding: 0px;
background-image:
url("chrome://communicator/skin/sidebar/sbgrippy-left.gif");
background-repeat: no-repeat;
background-position: 50% 50%;
}
.sidebar-splitter-grippy:hover,
.sidebar-splitter-grippy:active {
background-color: transparent;
background-image:
url("chrome://communicator/skin/sidebar/sbgrippy-left-hover.gif");
}
#sidebar-splitter[state="collapsed"] > .sidebar-splitter-grippy {
background-image:
url("chrome://communicator/skin/sidebar/sbgrippy-right.gif");
}
#sidebar-splitter[state="collapsed"] > .sidebar-splitter-grippy:hover,
#sidebar-splitter[state="collapsed"] > .sidebar-splitter-grippy:active {
background-image:
url("chrome://communicator/skin/sidebar/sbgrippy-right-hover.gif");
}
.sidebar-header-grippy {
background-color: transparent;
margin: 0px;
padding: 0px;
background-image:
url("chrome://communicator/skin/sidebar/sbgrippy-down.gif");
background-repeat: no-repeat;
background-position: 50% 50%;
}
.sidebar-header-grippy:hover,
.sidebar-header-grippy:active {
background-color: transparent;
background-image:
url("chrome://communicator/skin/sidebar/sbgrippy-down-hover.gif");
}
#sidebar-title-box[state="collapsed"] > .sidebar-header-grippy {
background-color: transparent;
background-image:
url("chrome://communicator/skin/sidebar/sbgrippy-up.gif");
}
#sidebar-title-box[state="collapsed"] > .sidebar-header-grippy:hover,
#sidebar-title-box[state="collapsed"] > .sidebar-header-grippy:active {
background-image:
url("chrome://communicator/skin/sidebar/sbgrippy-up-hover.gif");
}
#sidebar-status-grippy {
padding: 2px 2px 2px 0px;
background-color: #003366;
background-image:
url("chrome://communicator/skin/sidebar/sidebar-open.gif");
}
#sidebar-status-grippy:hover {
background-image:
url("chrome://communicator/skin/sidebar/sidebar-open-hover.gif");
}
#sidebar-status-grippy[open="true"] {
background-image:
url("chrome://communicator/skin/sidebar/sidebar-close.gif");
}
#sidebar-status-grippy[open="true"]:hover {
background-image:
url("chrome://communicator/skin/sidebar/sidebar-close-hover.gif");
}
/**/
#sidebar-box {
margin-top: 1px;
border: none;
border-bottom: 8px solid #003366;
}
.text-panel-loading {
margin: 5px 0px;
}
.image-panel-loading {
margin: 5px;
list-style-image: url("chrome://global/skin/loading.gif");
}
/*
* Sidebar and Panel title buttons
*/
.sidebarheader-main {
color: #CCFFFF;
background-color: #003366;
border: 0px !important;
padding-left: 4px;
}
.sidebarheader-main > .sidebar-header-text {
font-weight: bold;
margin: 2px;
}
.sidebarheader-main > .sidebar-header-grippy {
min-height: 8px;
}
#sidebar-panel-picker:hover {
background-color: #336699;
}
#sidebar-panel-picker > .menu-right {
list-style-image: url("chrome://global/skin/toolbar-menu-arrow.gif");
padding-right: 2px;
}
#sidebar-panel-picker > .menu-text {
color: #CCFFFF;
padding-left: 4px;
}
#sidebar-panel-picker > .menu-accel {
display: none;
}
/**
* texttab folder lookalike e.g. for sidebar panel headers
*/
.box-texttab
{
-moz-binding : url("chrome://communicator/content/sidebar/sidebarBindings.xml#texttab");
background-color : #CCCCCC;
padding-top : 2px;
}
.box-texttab[selected="true"]
{
border-bottom : 1px solid #FFFFFF;
}
.box-texttab[top-panel="true"]
{
background-color : #003366;
}
.box-texttab[first-panel-after-selected="true"]
{
background-color : #FFFFFF;
}
.box-texttab-right-space
{
width : 30px;
border-bottom : 1px solid #000000;
}
.box-texttab[last-panel="true"] > .box-texttab-right-space
{
border-bottom : none;
}
.box-texttab[last-panel="true"][selected="true"] > .box-texttab-right-space
{
border-bottom : 1px solid #000000;
}
.box-texttab-left
{
list-style-image : url("chrome://global/skin/tab-leftedge.gif");
}
.box-texttab-right
{
list-style-image : url("chrome://global/skin/tab-rightedge.gif");
}
.box-texttab[selected="true"] > .box-texttab-left
{
list-style-image : url("chrome://global/skin/seltab-leftedge.gif");
}
.box-texttab[selected="true"] > .box-texttab-right
{
list-style-image : url("chrome://global/skin/seltab-rightedge.gif");
}
.box-texttab-text-container
{
border-top : 1px solid #000000;
background-color : #CCCCCC;
}
.box-texttab[selected="true"] > .box-texttab-text-container
{
background-color : #FFFFFF;
font-weight : bold;
}

View File

@ -1,23 +0,0 @@
<?xml version="1.0"?>
<bindings id="sidebarSplitterBindings.xml"
xmlns="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<binding id="sidebar-splitter" extends="xul:splitter">
<content>
<xul:box autostretch="never" halign="right">
<xul:image class="sidebar-splitter-topright-cap"/>
</xul:box>
<xul:spring flex="1"/>
<xul:box>
<children/>
</xul:box>
<xul:spring flex="1"/>
<xul:box autostretch="never" halign="right">
<xul:image class="sidebar-splitter-bottomright-cap"/>
</xul:box>
</content>
</binding>
</bindings>

View File

@ -1,131 +0,0 @@
/******* Splitters *******/
splitter {
border: none;
cursor: e-resize;
min-width: 5px;
min-height: 5px;
}
splitter[state="dragging"]
{
background-color: gray;
}
grippy {
margin: 0px;
border: 2px solid #003366;
padding: 0px;
background-color: #6699CC;
list-style-image: none;
cursor: pointer;
}
grippy:hover{
background-color: #99CCFF;
}
grippy:hover:active{
background-color: #99CCFF;
}
box[orient="vertical"]>splitter grippy {
/* a horizontal splitter */
width: 60px;
height:8px;
}
box>splitter grippy {
/* a vertical splitter */
width: 8px;
height: 60px;
}
window[orient="vertical"]>splitter grippy {
/* a horizontal splitter */
width: 8px;
height: 10px;
}
window>splitter grippy {
/* a vertical splitter */
width: 8px;
height: 60px;
}
box[orient="vertical"]>splitter {
/* a vertical splitter */
cursor: n-resize;
}
window[orient="vertical"]>splitter {
/* a vertical splitter */
cursor: n-resize;
}
rows>splitter {
/* a vertical splitter */
cursor: n-resize;
}
/* for backwards compatibility */
box[align="vertical"]>splitter grippy {
/* a horizontal splitter */
width: 60px;
height: 8px;
}
window[align="vertical"]>splitter grippy {
/* a horizontal splitter */
width: 60px;
height: 8px;
}
box[align="vertical"]>splitter {
/* a vertical splitter */
cursor: n-resize;
}
window[align="vertical"]>splitter {
/* a vertical splitter */
cursor: n-resize;
}
/**
* gray horizontal splitter for pane views
*/
splitter.gray-horizontal-splitter {
min-height: 8px;
background-color: #CCCCCC;
border: none;
padding: 0px;
}
splitter.gray-horizontal-splitter grippy {
margin: 0px;
border: 2px solid #CCCCCC;
padding: 0px;
background-color: #6699CC;
list-style-image: none;
}
splitter.gray-horizontal-splitter grippy:hover {
background-color: #003366;
}
splitter.gray-horizontal-splitter grippy:active {
background-color: #003366;
}
splitter.gray-horizontal-splitter #begincap {
min-width: 8px;
width: 8px;
background-image: url("chrome://global/skin/gray-bottomleft.gif");
background-repeat: no-repeat;
background-position: 0% 100%;
}
splitter.gray-horizontal-splitter #endcap {
min-width: 8px;
width: 8px;
}

Some files were not shown because too many files have changed in this diff Show More