[CLASSIC SKIN] Navigator skin files. NOT PART OF BUILD
git-svn-id: svn://10.0.0.236/trunk@70652 18797224-902f-48f8-a5cc-f745e15eee43
30
mozilla/themes/classic/navigator/MANIFEST
Normal file
@ -0,0 +1,30 @@
|
||||
#!dest navigator:skin
|
||||
NavSecurityOverlay.css
|
||||
alertl.gif
|
||||
back.gif
|
||||
back-disabled.gif
|
||||
back-hover.gif
|
||||
broken.gif
|
||||
errorl.gif
|
||||
forward.gif
|
||||
forward-disabled.gif
|
||||
forward-hover.gif
|
||||
home.gif
|
||||
location-hover.gif
|
||||
location.gif
|
||||
lock.gif
|
||||
messagel.gif
|
||||
mynetscape.gif
|
||||
n-box-persbar.gif
|
||||
navigator.css
|
||||
print.gif
|
||||
questionl.gif
|
||||
reload.gif
|
||||
reload-disabled.gif
|
||||
reload-hover.gif
|
||||
search.gif
|
||||
stop.gif
|
||||
stop-disabled.gif
|
||||
stop-hover.gif
|
||||
unlock.gif
|
||||
pageInfo.css
|
||||
71
mozilla/themes/classic/navigator/Makefile.in
Normal file
@ -0,0 +1,71 @@
|
||||
#
|
||||
# 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) 2000 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../..
|
||||
THEME_ROOT_DEPTH = @srcdir@/..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/skins/$(THEME)/navigator/skin
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
NavSecurityOverlay.css \
|
||||
alertl.gif \
|
||||
back.gif \
|
||||
back-disabled.gif \
|
||||
back-hover.gif \
|
||||
broken.gif \
|
||||
errorl.gif \
|
||||
forward.gif \
|
||||
forward-disabled.gif \
|
||||
forward-hover.gif \
|
||||
home.gif \
|
||||
location-hover.gif \
|
||||
location.gif \
|
||||
lock.gif \
|
||||
messagel.gif \
|
||||
mynetscape.gif \
|
||||
n-box-persbar.gif \
|
||||
navigator.css \
|
||||
print.gif \
|
||||
questionl.gif \
|
||||
reload.gif \
|
||||
reload-disabled.gif \
|
||||
reload-hover.gif \
|
||||
search.gif \
|
||||
stop.gif \
|
||||
stop-disabled.gif \
|
||||
stop-hover.gif \
|
||||
unlock.gif \
|
||||
pageInfo.css \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
GARBAGE += $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES))
|
||||
|
||||
install::
|
||||
$(INSTALL) $(addprefix $(srcdir)/, $(EXPORT_RESOURCE_SAMPLES)) $(SAMPLES_DIR)
|
||||
|
||||
15
mozilla/themes/classic/navigator/NavSecurityOverlay.css
Normal file
@ -0,0 +1,15 @@
|
||||
titledbutton#security-button {
|
||||
list-style-image:url("chrome://navigator/skin/unlock.gif");
|
||||
}
|
||||
|
||||
titledbutton#security-button[level="high"] {
|
||||
list-style-image:url("chrome://navigator/skin/lock.gif");
|
||||
}
|
||||
|
||||
titledbutton#security-button[level="low"] {
|
||||
list-style-image:url("chrome://navigator/skin/lock.gif");
|
||||
}
|
||||
|
||||
titledbutton#security-button[level="broken"] {
|
||||
list-style-image:url("chrome://navigator/skin/broken.gif");
|
||||
}
|
||||
BIN
mozilla/themes/classic/navigator/alertl.gif
Normal file
|
After Width: | Height: | Size: 372 B |
BIN
mozilla/themes/classic/navigator/back-disabled.gif
Normal file
|
After Width: | Height: | Size: 932 B |
BIN
mozilla/themes/classic/navigator/back-hover.gif
Normal file
|
After Width: | Height: | Size: 160 B |
BIN
mozilla/themes/classic/navigator/back.gif
Normal file
|
After Width: | Height: | Size: 192 B |
BIN
mozilla/themes/classic/navigator/broken.gif
Normal file
|
After Width: | Height: | Size: 88 B |
BIN
mozilla/themes/classic/navigator/errorl.gif
Normal file
|
After Width: | Height: | Size: 437 B |
BIN
mozilla/themes/classic/navigator/forward-disabled.gif
Normal file
|
After Width: | Height: | Size: 935 B |
BIN
mozilla/themes/classic/navigator/forward-hover.gif
Normal file
|
After Width: | Height: | Size: 200 B |
BIN
mozilla/themes/classic/navigator/forward.gif
Normal file
|
After Width: | Height: | Size: 200 B |
BIN
mozilla/themes/classic/navigator/home.gif
Normal file
|
After Width: | Height: | Size: 144 B |
BIN
mozilla/themes/classic/navigator/location-hover.gif
Normal file
|
After Width: | Height: | Size: 103 B |
BIN
mozilla/themes/classic/navigator/location.gif
Normal file
|
After Width: | Height: | Size: 91 B |
BIN
mozilla/themes/classic/navigator/lock.gif
Normal file
|
After Width: | Height: | Size: 76 B |
60
mozilla/themes/classic/navigator/makefile.win
Normal file
@ -0,0 +1,60 @@
|
||||
#
|
||||
# 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)\navigator\skin\*.*
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) NavSecurityOverlay.css $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) alertl.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) back.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) back-disabled.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) back-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) broken.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) errorl.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) forward.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) forward-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) forward-disabled.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) home.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) location-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) location.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) lock.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) messagel.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) mynetscape.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) n-box-persbar.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) navigator.css $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) pageInfo.css $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) print.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) questionl.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) reload.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) reload-disabled.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) reload-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) search.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) stop.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) stop-disabled.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) stop-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) unlock.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
BIN
mozilla/themes/classic/navigator/messagel.gif
Normal file
|
After Width: | Height: | Size: 693 B |
BIN
mozilla/themes/classic/navigator/mynetscape.gif
Normal file
|
After Width: | Height: | Size: 194 B |
BIN
mozilla/themes/classic/navigator/n-box-persbar.gif
Normal file
|
After Width: | Height: | Size: 125 B |
146
mozilla/themes/classic/navigator/navigator.css
Normal file
@ -0,0 +1,146 @@
|
||||
/** Contains style definitions for the navigator application
|
||||
**/
|
||||
|
||||
@import url(chrome://communicator/skin/);
|
||||
@import url(chrome://communicator/skin/bookmarks/bookmarks.css);
|
||||
|
||||
|
||||
/*
|
||||
* Rules for 'hiding' portions of the chrome for special
|
||||
* kinds of browser windows.
|
||||
*/
|
||||
window[chromehidden~="menubar"] .chromeclass-menubar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
window[chromehidden~="toolbar"] .chromeclass-toolbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
window[chromehidden~="location"] .chromeclass-location {
|
||||
display: none;
|
||||
}
|
||||
|
||||
window[chromehidden~="directories"] .chromeclass-directories {
|
||||
display: none;
|
||||
}
|
||||
|
||||
window[chromehidden~="status"] .chromeclass-status {
|
||||
display: none;
|
||||
}
|
||||
|
||||
window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*
|
||||
* Images for the main buttons
|
||||
*/
|
||||
#back-button
|
||||
{
|
||||
list-style-image : url("chrome://navigator/skin/back.gif");
|
||||
}
|
||||
|
||||
#back-button[disabled="true"]
|
||||
{
|
||||
list-style-image : url("chrome://navigator/skin/back-disabled.gif");
|
||||
}
|
||||
|
||||
#back-button:hover
|
||||
{
|
||||
list-style-image : url("chrome://navigator/skin/back-hover.gif");
|
||||
}
|
||||
|
||||
|
||||
#forward-button
|
||||
{
|
||||
list-style-image : url("chrome://navigator/skin/forward.gif");
|
||||
}
|
||||
|
||||
#forward-button[disabled="true"]
|
||||
{
|
||||
list-style-image : url("chrome://navigator/skin/forward-disabled.gif");
|
||||
}
|
||||
|
||||
#forward-button:hover
|
||||
{
|
||||
list-style-image : url("chrome://navigator/skin/forward-hover.gif");
|
||||
}
|
||||
|
||||
|
||||
#stop-button
|
||||
{
|
||||
list-style-image : url("chrome://navigator/skin/stop.gif");
|
||||
}
|
||||
|
||||
#stop-button[disabled="true"]
|
||||
{
|
||||
list-style-image : url("chrome://navigator/skin/stop-disabled.gif");
|
||||
}
|
||||
|
||||
#stop-button:hover
|
||||
{
|
||||
list-style-image : url("chrome://navigator/skin/stop-hover.gif");
|
||||
}
|
||||
|
||||
#reload-button
|
||||
{
|
||||
list-style-image : url("chrome://navigator/skin/reload.gif");
|
||||
}
|
||||
|
||||
/*all the urlbar stuff*/
|
||||
#page-proxy-button
|
||||
{
|
||||
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
|
||||
cursor : grab;
|
||||
}
|
||||
|
||||
#ubhist-keyword-popup
|
||||
{
|
||||
margin : 0px 4px 0px 0px;
|
||||
width : 10px;
|
||||
list-style-image : url("chrome://global/skin/scroll-down.gif");
|
||||
}
|
||||
|
||||
#action-popup
|
||||
{
|
||||
list-style-image : url("chrome://global/skin/scroll-down.gif");
|
||||
margin : 0px;
|
||||
-moz-border-radius : 4px;
|
||||
}
|
||||
|
||||
#content-frame
|
||||
{
|
||||
min-width : 0px;
|
||||
min-height : 0px;
|
||||
}
|
||||
|
||||
#statusbar-icon
|
||||
{
|
||||
width : 100px;
|
||||
}
|
||||
|
||||
#go-button
|
||||
{
|
||||
display : none;
|
||||
}
|
||||
|
||||
#nav-bar-inner
|
||||
{
|
||||
padding-left : 6px;
|
||||
}
|
||||
|
||||
#search-button
|
||||
{
|
||||
margin-right : 1px;
|
||||
}
|
||||
|
||||
#homebutton
|
||||
{
|
||||
list-style-image : url("chrome://communicator/skin/bookmarks/home.gif");
|
||||
}
|
||||
|
||||
.menuitem-iconic
|
||||
{
|
||||
padding : 2px;
|
||||
}
|
||||
14
mozilla/themes/classic/navigator/pageInfo.css
Normal file
@ -0,0 +1,14 @@
|
||||
.title {
|
||||
font-weight: bold;
|
||||
margin-bottom: 1em;
|
||||
font-size: larger;
|
||||
}
|
||||
tree {
|
||||
height: 100px;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
treerow {
|
||||
background-color: #ebebcc;
|
||||
}
|
||||
treecell { border-left: 1px solid #cccccc; border-top: 1px solid #cccccc; }
|
||||
|
||||
BIN
mozilla/themes/classic/navigator/print.gif
Normal file
|
After Width: | Height: | Size: 203 B |
BIN
mozilla/themes/classic/navigator/questionl.gif
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
mozilla/themes/classic/navigator/reload-disabled.gif
Normal file
|
After Width: | Height: | Size: 955 B |
BIN
mozilla/themes/classic/navigator/reload-hover.gif
Normal file
|
After Width: | Height: | Size: 226 B |
BIN
mozilla/themes/classic/navigator/reload.gif
Normal file
|
After Width: | Height: | Size: 219 B |
BIN
mozilla/themes/classic/navigator/search.gif
Normal file
|
After Width: | Height: | Size: 113 B |
BIN
mozilla/themes/classic/navigator/stop-disabled.gif
Normal file
|
After Width: | Height: | Size: 985 B |
BIN
mozilla/themes/classic/navigator/stop-hover.gif
Normal file
|
After Width: | Height: | Size: 269 B |
BIN
mozilla/themes/classic/navigator/stop.gif
Normal file
|
After Width: | Height: | Size: 261 B |
BIN
mozilla/themes/classic/navigator/unlock.gif
Normal file
|
After Width: | Height: | Size: 67 B |