#45102 - theme preview images, r=hangas, a=ben

This commit is contained in:
hewitt%netscape.com 2000-09-19 22:41:53 +00:00
parent ece84d85ec
commit 706f740af3
11 changed files with 37 additions and 5 deletions

View File

@ -1,6 +1,6 @@
skins/blue.jar:
manifest.rdf
preview.png
preview.gif
communicator/skin/box.css (communicator/box.css)
communicator/skin/securityOverlay.css (communicator/securityOverlay.css)
communicator/skin/menubuttonBindings.xml (communicator/menubuttonBindings.xml)

View File

@ -14,7 +14,7 @@
chrome:author="mozilla.org"
chrome:description="A theme for all Communicator components designed to visually integrate with Netscape Netcenter."
chrome:name="blue/1.0"
chrome:image="resource:/chrome/skins/blue/preview.png">
chrome:image="jar:resource:///chrome/skins/blue.jar!/preview.gif">
<chrome:packages>
<RDF:Seq about="urn:mozilla:skin:blue/1.0:packages">
<RDF:li resource="urn:mozilla:skin:blue/1.0:communicator"/>

BIN
themes/blue/preview.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@ -33,6 +33,7 @@ DIRS = communicator\search\win \
communicator\win \
global\win \
messenger\win \
preview\win \
navigator\win
include <$(DEPTH)\config\rules.mak>

View File

@ -14,7 +14,7 @@
chrome:author="mozilla.org"
chrome:description="A theme for all Communicator components that simulates a traditional native look and feel. This is the default theme for Mozilla."
chrome:name="classic/1.0"
chrome:image="jar:resource:///chrome/skins/classic.jar!/preview.png">
chrome:image="jar:resource:///chrome/skins/classic.jar!/preview.gif">
<chrome:packages>
<RDF:Seq about="urn:mozilla:skin:classic/1.0:packages">
<RDF:li resource="urn:mozilla:skin:classic/1.0:communicator"/>

View File

@ -0,0 +1,2 @@
skins/classic.jar:
preview.gif

View File

@ -0,0 +1,29 @@
#!nmake
#
# 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 <$(THEME_ROOT_DEPTH)\theme.mk>
include <$(DEPTH)\config\rules.mak>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -1,6 +1,6 @@
skins/modern.jar:
manifest.rdf
preview.png
preview.gif
communicator/skin/box.css (communicator/box.css)
communicator/skin/brand.css (communicator/brand.css)
communicator/skin/broken.gif (communicator/broken.gif)

View File

@ -14,7 +14,7 @@
chrome:author="mozilla.org"
chrome:description="A contemporary theme for all Communicator components."
chrome:name="modern/1.0"
chrome:image="jar:resource:///chrome/skins/modern.jar!/preview.png">
chrome:image="jar:resource:///chrome/skins/modern.jar!/preview.gif">
<chrome:packages>
<RDF:Seq about="urn:mozilla:skin:modern/1.0:packages">
<RDF:li resource="urn:mozilla:skin:modern/1.0:communicator"/>

BIN
themes/modern/preview.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB