diff --git a/mozilla/themes/classic/navigator/MANIFEST b/mozilla/themes/classic/navigator/MANIFEST new file mode 100644 index 00000000000..85caa5bc86b --- /dev/null +++ b/mozilla/themes/classic/navigator/MANIFEST @@ -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 diff --git a/mozilla/themes/classic/navigator/Makefile.in b/mozilla/themes/classic/navigator/Makefile.in new file mode 100644 index 00000000000..41be72f5913 --- /dev/null +++ b/mozilla/themes/classic/navigator/Makefile.in @@ -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) + diff --git a/mozilla/themes/classic/navigator/NavSecurityOverlay.css b/mozilla/themes/classic/navigator/NavSecurityOverlay.css new file mode 100644 index 00000000000..b6562774dfb --- /dev/null +++ b/mozilla/themes/classic/navigator/NavSecurityOverlay.css @@ -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"); +} \ No newline at end of file diff --git a/mozilla/themes/classic/navigator/alertl.gif b/mozilla/themes/classic/navigator/alertl.gif new file mode 100644 index 00000000000..453d1b2bdbc Binary files /dev/null and b/mozilla/themes/classic/navigator/alertl.gif differ diff --git a/mozilla/themes/classic/navigator/back-disabled.gif b/mozilla/themes/classic/navigator/back-disabled.gif new file mode 100644 index 00000000000..4e4c3d774b2 Binary files /dev/null and b/mozilla/themes/classic/navigator/back-disabled.gif differ diff --git a/mozilla/themes/classic/navigator/back-hover.gif b/mozilla/themes/classic/navigator/back-hover.gif new file mode 100644 index 00000000000..ce59b2d2c77 Binary files /dev/null and b/mozilla/themes/classic/navigator/back-hover.gif differ diff --git a/mozilla/themes/classic/navigator/back.gif b/mozilla/themes/classic/navigator/back.gif new file mode 100644 index 00000000000..b707443a2a9 Binary files /dev/null and b/mozilla/themes/classic/navigator/back.gif differ diff --git a/mozilla/themes/classic/navigator/broken.gif b/mozilla/themes/classic/navigator/broken.gif new file mode 100644 index 00000000000..6ca1fc885cc Binary files /dev/null and b/mozilla/themes/classic/navigator/broken.gif differ diff --git a/mozilla/themes/classic/navigator/errorl.gif b/mozilla/themes/classic/navigator/errorl.gif new file mode 100644 index 00000000000..70a42e3447b Binary files /dev/null and b/mozilla/themes/classic/navigator/errorl.gif differ diff --git a/mozilla/themes/classic/navigator/forward-disabled.gif b/mozilla/themes/classic/navigator/forward-disabled.gif new file mode 100644 index 00000000000..2e7cc335301 Binary files /dev/null and b/mozilla/themes/classic/navigator/forward-disabled.gif differ diff --git a/mozilla/themes/classic/navigator/forward-hover.gif b/mozilla/themes/classic/navigator/forward-hover.gif new file mode 100644 index 00000000000..e0d183246bb Binary files /dev/null and b/mozilla/themes/classic/navigator/forward-hover.gif differ diff --git a/mozilla/themes/classic/navigator/forward.gif b/mozilla/themes/classic/navigator/forward.gif new file mode 100644 index 00000000000..3a1427b9b03 Binary files /dev/null and b/mozilla/themes/classic/navigator/forward.gif differ diff --git a/mozilla/themes/classic/navigator/home.gif b/mozilla/themes/classic/navigator/home.gif new file mode 100644 index 00000000000..44fd2b4b5dd Binary files /dev/null and b/mozilla/themes/classic/navigator/home.gif differ diff --git a/mozilla/themes/classic/navigator/location-hover.gif b/mozilla/themes/classic/navigator/location-hover.gif new file mode 100644 index 00000000000..335a3a588a6 Binary files /dev/null and b/mozilla/themes/classic/navigator/location-hover.gif differ diff --git a/mozilla/themes/classic/navigator/location.gif b/mozilla/themes/classic/navigator/location.gif new file mode 100644 index 00000000000..bb50ef03d7f Binary files /dev/null and b/mozilla/themes/classic/navigator/location.gif differ diff --git a/mozilla/themes/classic/navigator/lock.gif b/mozilla/themes/classic/navigator/lock.gif new file mode 100644 index 00000000000..6e59a68467a Binary files /dev/null and b/mozilla/themes/classic/navigator/lock.gif differ diff --git a/mozilla/themes/classic/navigator/makefile.win b/mozilla/themes/classic/navigator/makefile.win new file mode 100644 index 00000000000..9daa4f422cf --- /dev/null +++ b/mozilla/themes/classic/navigator/makefile.win @@ -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 diff --git a/mozilla/themes/classic/navigator/messagel.gif b/mozilla/themes/classic/navigator/messagel.gif new file mode 100644 index 00000000000..e46c67a09c6 Binary files /dev/null and b/mozilla/themes/classic/navigator/messagel.gif differ diff --git a/mozilla/themes/classic/navigator/mynetscape.gif b/mozilla/themes/classic/navigator/mynetscape.gif new file mode 100644 index 00000000000..adae4c3a22a Binary files /dev/null and b/mozilla/themes/classic/navigator/mynetscape.gif differ diff --git a/mozilla/themes/classic/navigator/n-box-persbar.gif b/mozilla/themes/classic/navigator/n-box-persbar.gif new file mode 100644 index 00000000000..7e0ebcf6a83 Binary files /dev/null and b/mozilla/themes/classic/navigator/n-box-persbar.gif differ diff --git a/mozilla/themes/classic/navigator/navigator.css b/mozilla/themes/classic/navigator/navigator.css new file mode 100644 index 00000000000..00b10c1225d --- /dev/null +++ b/mozilla/themes/classic/navigator/navigator.css @@ -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; + } diff --git a/mozilla/themes/classic/navigator/pageInfo.css b/mozilla/themes/classic/navigator/pageInfo.css new file mode 100644 index 00000000000..215d79392fa --- /dev/null +++ b/mozilla/themes/classic/navigator/pageInfo.css @@ -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; } + diff --git a/mozilla/themes/classic/navigator/print.gif b/mozilla/themes/classic/navigator/print.gif new file mode 100644 index 00000000000..707faf7b6e7 Binary files /dev/null and b/mozilla/themes/classic/navigator/print.gif differ diff --git a/mozilla/themes/classic/navigator/questionl.gif b/mozilla/themes/classic/navigator/questionl.gif new file mode 100644 index 00000000000..15c2a6eeb37 Binary files /dev/null and b/mozilla/themes/classic/navigator/questionl.gif differ diff --git a/mozilla/themes/classic/navigator/reload-disabled.gif b/mozilla/themes/classic/navigator/reload-disabled.gif new file mode 100644 index 00000000000..40cf8f54d7d Binary files /dev/null and b/mozilla/themes/classic/navigator/reload-disabled.gif differ diff --git a/mozilla/themes/classic/navigator/reload-hover.gif b/mozilla/themes/classic/navigator/reload-hover.gif new file mode 100644 index 00000000000..7a8f7b2c640 Binary files /dev/null and b/mozilla/themes/classic/navigator/reload-hover.gif differ diff --git a/mozilla/themes/classic/navigator/reload.gif b/mozilla/themes/classic/navigator/reload.gif new file mode 100644 index 00000000000..6731a377147 Binary files /dev/null and b/mozilla/themes/classic/navigator/reload.gif differ diff --git a/mozilla/themes/classic/navigator/search.gif b/mozilla/themes/classic/navigator/search.gif new file mode 100644 index 00000000000..9bee5578674 Binary files /dev/null and b/mozilla/themes/classic/navigator/search.gif differ diff --git a/mozilla/themes/classic/navigator/stop-disabled.gif b/mozilla/themes/classic/navigator/stop-disabled.gif new file mode 100644 index 00000000000..9628bebeae3 Binary files /dev/null and b/mozilla/themes/classic/navigator/stop-disabled.gif differ diff --git a/mozilla/themes/classic/navigator/stop-hover.gif b/mozilla/themes/classic/navigator/stop-hover.gif new file mode 100644 index 00000000000..48b308949f4 Binary files /dev/null and b/mozilla/themes/classic/navigator/stop-hover.gif differ diff --git a/mozilla/themes/classic/navigator/stop.gif b/mozilla/themes/classic/navigator/stop.gif new file mode 100644 index 00000000000..f219e37de8e Binary files /dev/null and b/mozilla/themes/classic/navigator/stop.gif differ diff --git a/mozilla/themes/classic/navigator/unlock.gif b/mozilla/themes/classic/navigator/unlock.gif new file mode 100644 index 00000000000..761b85ddfb3 Binary files /dev/null and b/mozilla/themes/classic/navigator/unlock.gif differ