mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 02:47:07 +00:00
#45102 - theme preview images, r=hangas, a=ben
This commit is contained in:
parent
ece84d85ec
commit
706f740af3
@ -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)
|
||||
|
@ -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
BIN
themes/blue/preview.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
@ -33,6 +33,7 @@ DIRS = communicator\search\win \
|
||||
communicator\win \
|
||||
global\win \
|
||||
messenger\win \
|
||||
preview\win \
|
||||
navigator\win
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
@ -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"/>
|
||||
|
2
themes/classic/preview/win/jar.mn
Normal file
2
themes/classic/preview/win/jar.mn
Normal file
@ -0,0 +1,2 @@
|
||||
skins/classic.jar:
|
||||
preview.gif
|
29
themes/classic/preview/win/makefile.win
Normal file
29
themes/classic/preview/win/makefile.win
Normal 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>
|
||||
|
BIN
themes/classic/preview/win/preview.gif
Normal file
BIN
themes/classic/preview/win/preview.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
@ -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)
|
||||
|
@ -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
BIN
themes/modern/preview.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Loading…
x
Reference in New Issue
Block a user