Pinstripe for Firebird, default theme on MacOS X. Contributed by Kevin Gerich (webmail@kmgerich.com), iconography by Stephen Horlander (stephen@noved.org)

This commit is contained in:
ben%bengoodger.com 2003-11-09 03:11:48 +00:00
parent 37374e93b2
commit cea14885cf
145 changed files with 2632 additions and 5 deletions

View File

@ -43,11 +43,21 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = xre components skin/win mozapps
DIRS = xre components mozapps
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
# XXXben this is temporary, until Thunderbird is converted to Pinstripe on MacOS X. For now,
# continue to use Qute.
ifdef MOZ_THUNDERBIRD
DIRS += skin/win skin/mac/obsolete
else
# Use Pinstripe on MacOS X
DIRS += skin/mac
endif
else
# Use Qute on Windows and Linux
DIRS += skin/win
endif
CHROME_DEPS = locale/build.dtd content/buildconfig.html

View File

@ -42,7 +42,22 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = downloads
DIRS = downloads
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
# XXXben this is temporary, until Thunderbird is converted to Pinstripe on MacOS X. For now,
# continue to use Qute.
ifdef MOZ_THUNDERBIRD
DIRS += pref/skin downloads/skin
else
# Use Pinstripe on MacOS X
DIRS += pref/skin/mac downloads/skin/mac
endif
else
# Use Qute on Windows and Linux
DIRS += pref/skin downloads/skin
endif
include $(topsrcdir)/config/rules.mk

View File

@ -0,0 +1,30 @@
#
# 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

View File

@ -0,0 +1,2 @@
classic.jar:
skin/classic/mozapps/downloads/unknownContentType.css

View File

@ -0,0 +1,30 @@
#
# 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

View File

@ -0,0 +1,2 @@
classic.jar:
skin/classic/mozapps/downloads/unknownContentType.css

View File

@ -0,0 +1,26 @@
#unknownContentType {
font: menu;
}
description {
font-weight: bold;
}
.plain {
background-color: transparent;
background-image: none;
border: none;
}
#contentTypeImage {
margin-right: 3px;
width: 16px;
}
#container > hbox {
margin-left: 12px;
}
#container > .small-indent {
margin-left: 0px;
}

View File

@ -10,9 +10,6 @@ toolkit.jar:
classic.jar:
skin/classic/mozapps/downloads/unknownContentType.css (downloads/skin/unknownContentType.css)
skin/classic/mozapps/pref/pref.css (pref/skin/pref.css)
skin/classic/mozapps/pref/dot.gif (pref/skin/dot.gif)
skin/classic/mozapps/pref/check.gif (pref/skin/check.gif)
skin/classic/mozapps/contents.rdf (contents-skin.rdf)
en-US.jar:

View File

@ -0,0 +1,46 @@
# ***** BEGIN LICENSE BLOCK *****
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
#
# 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 the Mozilla Browser code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 2002
# the Initial Developer. All Rights Reserved.
#
# Contributor(s):
# Ben Goodger <ben@bengoodger.com>
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
# in which case the provisions of the GPL or the LGPL are applicable instead
# of those above. If you wish to allow use of your version of this file only
# under the terms of either the GPL or the LGPL, and not to allow others to
# use your version of this file under the terms of the MPL, indicate your
# decision by deleting the provisions above and replace them with the notice
# and other provisions required by the GPL or the LGPL. If you do not delete
# the provisions above, a recipient may use your version of this file under
# the terms of any one of the MPL, the GPL or the LGPL.
#
# ***** END LICENSE BLOCK *****
DEPTH = ../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk

View File

@ -0,0 +1,4 @@
classic.jar:
skin/classic/mozapps/pref/pref.css
skin/classic/mozapps/pref/dot.gif
skin/classic/mozapps/pref/check.gif

View File

@ -0,0 +1,46 @@
# ***** BEGIN LICENSE BLOCK *****
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
#
# 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 the Mozilla Browser code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 2002
# the Initial Developer. All Rights Reserved.
#
# Contributor(s):
# Ben Goodger <ben@bengoodger.com>
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
# in which case the provisions of the GPL or the LGPL are applicable instead
# of those above. If you wish to allow use of your version of this file only
# under the terms of either the GPL or the LGPL, and not to allow others to
# use your version of this file under the terms of the MPL, indicate your
# decision by deleting the provisions above and replace them with the notice
# and other provisions required by the GPL or the LGPL. If you do not delete
# the provisions above, a recipient may use your version of this file under
# the terms of any one of the MPL, the GPL or the LGPL.
#
# ***** END LICENSE BLOCK *****
DEPTH = ../../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 B

View File

@ -0,0 +1,5 @@
classic.jar:
skin/classic/mozapps/pref/pref.css
skin/classic/mozapps/pref/dot.gif
skin/classic/mozapps/pref/check.gif

View File

@ -0,0 +1,101 @@
/*
# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
#
# 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.org Code.
#
# The Initial Developer of the Original Code is
# Doron Rosenberg.
# Portions created by the Initial Developer are Copyright (C) 2001
# the Initial Developer. All Rights Reserved.
#
# Contributor(s):
# Ben Goodger <ben@netscape.com> (Original Author)
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
# in which case the provisions of the GPL or the LGPL are applicable instead
# of those above. If you wish to allow use of your version of this file only
# under the terms of either the GPL or the LGPL, and not to allow others to
# use your version of this file under the terms of the MPL, indicate your
# decision by deleting the provisions above and replace them with the notice
# and other provisions required by the GPL or the LGPL. If you do not delete
# the provisions above, a recipient may use your version of this file under
# the terms of any one of the MPL, the GPL or the LGPL.
#
# ***** END LICENSE BLOCK *****
*/
.listBox {
margin: 2px 4px; border-top: 1px solid #A1A1A1 !important;
border-right: 1px solid #C3C3C3 !important;
border-bottom: 1px solid #DDDDDD !important;
border-left: 1px solid #C3C3C3 !important;
background-color: #FFFFFF; color: -moz-FieldText;
}
.indent {
margin-left: 23px;
margin-right: 23px;
}
.small-indent {
margin-left: 15px;
}
.uniWidthButton {
min-width: 8em;
}
/** Privacy/Advanced Panels Expander Boxes **/
.settingsBox {
margin: 5px;
padding: 5px;
}
#fileExtension {
width: 5em;
}
#fileExtension.pluginsList {
width: 5.5em;
}
#typeIcon,
.extensionChildren::-moz-tree-image(fileExtension),
.pluginTypesChildren::-moz-tree-image(fileExtension) {
margin: 0px 5px 0px 0px;
}
.pluginTypesChildren::-moz-tree-image(pluginEnabled) {
margin: 0px 5px 0px 0px;
list-style-image: url(chrome://mozapps/skin/pref/dot.gif);
}
.pluginTypesChildren::-moz-tree-image(pluginEnabled, enabled) {
margin: 0px 5px 0px 0px;
list-style-image: url(chrome://mozapps/skin/pref/check.gif);
}
.biggerIndent {
margin-left: 28px;
}
#typeField {
font-weight: bold;
}
#defaultAppName {
margin-left: 6px !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

107
toolkit/skin/mac/autocomplete.css Executable file
View File

@ -0,0 +1,107 @@
/*
* 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-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
* Joe Hewitt (hewitt@netscape.com)
* Kevin Gerich (webmail@kmgerich.com)
*/
/* ===== autocomplete.css =================================================
== Styles used by the autocomplete widget.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url("http://www.w3.org/1999/xhtml");
/* ::::: autocomplete ::::: */
textbox {
cursor: default;
padding: 0;
}
/* Used by autocomplete widgets that don't have an icon. Gross. -dwh */
textbox.padded {
padding: 1px 0px 1px 2px;
}
.textbox-input-box {
margin: 0 3px;
-moz-box-align: center;
}
/* ::::: history button ::::: */
.autocomplete-history-dropmarker {
min-width: 17px;
-moz-box-align: center;
-moz-box-pack: center;
padding: 0px;
list-style-image: url("chrome://global/skin/icons/autocomplete-dropmarker.png");
margin: 0px;
}
/* ::::: autocomplete popups ::::: */
popup[type="autocomplete"],
.autocomplete-history-popup {
padding: 0px !important;
background-color: -moz-Field !important;
font: icon;
-moz-appearance: none;
border-top: 1px solid #C3C3C3 !important;
}
.autocomplete-history-popup {
max-height: 180px;
border-top: 1px solid #C3C3C3 !important;
}
/* ::::: tree ::::: */
.autocomplete-tree {
-moz-appearance: none !important;
border: none !important;
background-color: transparent !important;
}
.autocomplete-treecol {
-moz-appearance: none !important;
margin: 0 !important;
border: none !important;
padding: 0 !important;
}
.autocomplete-treebody::-moz-tree-cell-text {
padding-left: 2px;
}
treechildren.autocomplete-treebody::-moz-tree-row(selected) {
background-color: Highlight;
}
treechildren.autocomplete-treebody::-moz-tree-cell-text(selected) {
color: HighlightText !important;
}
/* ::::: textboxes inside toolbarpaletteitems ::::: */
toolbarpaletteitem > toolbaritem > textbox > hbox > hbox > html|*.textbox-input {
visibility: hidden;
}

147
toolkit/skin/mac/browser.css Executable file
View File

@ -0,0 +1,147 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.tabbrowser-tabs {
padding-top: 0px;
border: none;
text-align: center !important;
}
tab:not([selected="true"]) > .tab-image-middle > .tab-icon {
/* background: url("chrome://global/skin/inactivetab-icon-black.png") repeat; */
}
tab:not([selected="true"]) > .tab-image-middle > .tab-icon > .tab-extra-status {
background: url("chrome://global/skin/inactivetab-icon-grey.png") repeat;
}
tab:hover > .tab-image-middle > .tab-icon > .tab-extra-status {
background: none;
}
.tab-icon-image {
width: 16px;
height: 16px;
list-style-image: url("chrome://global/skin/icons/small-globe-sunken.png");
}
.tab-icon {
padding-top: 1px;
}
.tab-text {
font: icon;
padding-top: 1px;
}
tab[busy] > .tab-icon-image, tab[busy] > .tab-image-middle > .tab-icon > .tab-icon-image {
list-style-image: url("chrome://global/skin/icons/loading_16_grey.gif") !important;
}
tab {
-moz-binding: url("chrome://global/skin/globalBindings.xml#tab") !important;
-moz-appearance: none;
color: #383838;
-moz-box-pack: center;
margin: 0px 0px 3px 0px;
padding: 0px;
background: url("chrome://global/skin/10pct_transparent_pixel.png") repeat;
border: none !important;
height: 22px !important;
}
tab[selected="true"], tab:hover {
color: #000000;
}
tab[first-tab="true"] > .tab-image-left {
margin-left: 3px !important;
}
.tab-image-left, .tab-image-right {
width: 8px;
margin: 0px;
padding: 0px;
}
tab:not([selected="true"]) > .tab-image-right {
background: url("chrome://global/skin/inactivetab-right.png") no-repeat;
}
tab[selected="true"] > .tab-image-right {
background: url("chrome://global/skin/activetab-right.png") no-repeat;
}
tab[selected="true"] > .tab-image-left {
background: url("chrome://global/skin/activetab-left.png") no-repeat;
}
tab[selected="true"] > .tab-image-middle {
background: url("chrome://global/skin/activetab-middle.png") repeat-x;
}
tab[beforeselected="true"] > .tab-image-right {
background: none !important;
}
tab:not([selected="true"]) > .tab-image-middle > .tab-icon > .tab-icon-image {
list-style-image: url("chrome://global/skin/icons/small-globe-sunken-grey.png");
}
/* ::::: close button ::::: */
.tabs-closebutton {
padding: 0px 4px 2px 0px;
margin: 0px;
list-style-image: url("chrome://global/skin/icons/closetab.png") !important;
border: none !important;
}
.tabs-closebutton:hover {
border: none !important;
}
.tabs-closebutton:hover:active {
list-style-image: url("chrome://global/skin/icons/closetab-active.png") !important;
border: none !important;
}
.tabbrowser-strip {
-moz-box-orient: vertical !important;
}
.tabbrowser-tabs {
padding: 0px;
margin: 0px;
-moz-box-pack: center;
-moz-box-align: center;
background: url("chrome://global/skin/10pct_transparent_pixel.png") repeat;
}
.tabbrowser-strip {
-moz-appearance: dialog;
}
.tab-image-right, .tab-image-left {
height: 18px !important;
}
.tabbrowser-tab {
min-width: 1px !important;
}
.tabs-bottom {
border: none;
height: 4px !important;
background: url("chrome://global/skin/tabs-bottom-bg.png") repeat !important;
margin: 0px !important;
}
tabbrowser > tabbox > tabpanels {
-moz-appearance: none !important;
}

117
toolkit/skin/mac/button.css Executable file
View File

@ -0,0 +1,117 @@
/*
* 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.
*
* Contributor(s):
* Joe Hewitt (hewitt@netscape.com)
* Kevin Gerich (webmail@kmgerich.com)
*/
/* ===== button.css =====================================================
== Styles used by the XUL button element.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* :::::::::: button :::::::::: */
button {
-moz-appearance: button;
-moz-user-focus: ignore;
margin: 6px;
min-width: 6.3em;
-moz-appearance: button;
padding: 0px 4px;
color: #000000;
}
.button-text {
margin: 0 !important;
text-align: center;
}
button[type="default"] {
font: menu;
}
/* .......... active/open/checked state .......... */
button:hover:active,
button[open="true"],
button[checked="true"] {
}
/* .......... disabled state .......... */
button[disabled="true"] {
color: #777777 !important;
-moz-border-top-colors: #cccccc #eeeeee #fdfdfd;
-moz-border-right-colors: #cccccc #d9d9d9;
-moz-border-bottom-colors: #cccccc #eeeeee #fdfdfd;
-moz-border-left-colors: #cccccc #d9d9d9;
}
/* ::::: menu/menu-button buttons ::::: */
button[type="menu-button"] {
-moz-box-align: center;
-moz-box-pack: center;
margin: 0;
border: none;
}
.button-menu-dropmarker,
.button-menubutton-dropmarker {
margin: 1px;
list-style-image: url("chrome://global/skin/arrow/arrow-dn.png");
}
.button-menu-dropmarker[disabled="true"],
.button-menubutton-dropmarker[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.png");
}
.button-menubutton-dropmarker[open="true"] {
/* margin: 2px 0px 0px 2px; */
}
/* ::::: plain buttons ::::: */
button.plain {
margin: 0px !important;
padding: 0px !important;
}
/* ::::: close button ::::: */
.close-button {
list-style-image: url("chrome://global/skin/icons/close-button.gif");
}
.close-button > .toolbarbutton-icon {
margin: 0;
}
.close-button > .toolbarbutton-text {
display: none;
}
.dialog-button {
font: menu;
}

2
toolkit/skin/mac/checkbox.css Executable file
View File

@ -0,0 +1,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. * * Contributor(s): * */ /* ===== checkbox.css =================================================== == Styles used by the XUL checkbox element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: checkbox ::::: */ checkbox { -moz-appearance: checkbox-container; -moz-user-focus: ignore; -moz-box-align: center; margin: 2px 2px 4px 2px; } .checkbox-label-box { margin-left: 0px; padding: 0px; } .checkbox-icon { margin-right: 2px; } .checkbox-label { margin: 0 !important;
padding-bottom: 1px; } /* ..... disabled state ..... */ checkbox[disabled="true"] { color: GrayText !important; } /* ::::: checkmark image ::::: */ .checkbox-check { -moz-appearance: checkbox; width: 14px; height: 12px; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 B

View File

@ -0,0 +1,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. * * Contributor(s): * */ /* ===== colorpicker.css ================================================ == Styles used by the XUL colorpicker element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: colorpicker button ::::: */ /* colorpicker button */ colorpicker[type="button"] { width: 38px; height: 24px; border: 1px solid #a7a7a7; background-color: ThreeDFace; padding: 3px;
-moz-appearance: button-bevel; } .colorpicker-button-colorbox { border: 1px solid #000000; } /* ::::: colorpicker tiles ::::: */ .colorpickertile { width : 20px; height : 20px; margin : 1px; } .colorpickertile[selected="true"] { border : 1px outset #C0C0C0; } .colorpickertile[hover="true"] { border : 1px dotted #A7A7A7; } .cp-light[hover="true"] { border : 1px dotted #000000; }

View File

@ -0,0 +1,14 @@
@import url("chrome://global/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
treechildren::-moz-tree-cell-text(user)
{
font-weight: bold;
}
treechildren::-moz-tree-cell-text(locked)
{
font-style: italic;
}

2
toolkit/skin/mac/console.css Executable file
View File

@ -0,0 +1,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. * * Contributor(s): * */ /* ===== console.css ==================================================== == Styles used by the JavaScript Console window. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .console-box { background-color: -moz-Field; color: -moz-FieldText; } /* ::::: console rows ::::: */ .console-row { border-bottom: 2px solid -moz-FieldText; padding: 0px; } .console-row-icon { border-right: 1px solid ThreeDShadow; padding: 5px; background-color: -moz-Dialog; -moz-box-align: start !important; } .console-icon { list-style-image: inherit; } /* ..... error rows ..... */ .console-row-code { padding: 3px 0px 3px 3px; color: #0000BB; font-size: larger; } .console-dots, .console-caret { height: 9px; } .console-dots { background: url("chrome://global/skin/console/error-dash.gif") repeat-x top; } .console-caret { width: 7px; background: url("chrome://global/skin/console/error-caret.gif") no-repeat top; } /* ..... message rows ..... */ .console-row[type="message"] { font-family: monospace; } /* ..... selected state ..... */ .console-row[selected="true"] { background-color: #B7DBEB !important; } .console-row-code[selected="true"], .console-row-content[selected="true"] > .console-row-file > .console-error-source > .text-link { color: inherit !important; } /* ::::: icons ::::: */ .console-row[type="error"], .console-row[type="exception"] { list-style-image: url("chrome://global/skin/icons/alert-error.gif"); } .console-row[type="warning"] { list-style-image: url("chrome://global/skin/icons/alert-exclam.png");
padding-right: 10px; } .console-row[type="message"] { list-style-image: url("chrome://global/skin/icons/alert-message.gif"); } /* ::::: toolbars ::::: */ #TextfieldEval { margin: 2px !important; } #ButtonEval { margin: 2px 2px 2px 0px !important; } toolbarseparator { min-height: 1em; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 B

View File

@ -0,0 +1,5 @@
/* * 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. * * Contributor(s): * */ /* ===== console.css ==================================================== == Styles used by the JavaScript Console window. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .console-box { background-color: -moz-Field; color: -moz-FieldText; } /* ::::: console rows ::::: */ .console-row { border-bottom: 1px solid #A3A3A3; padding: 0px; } .console-row-icon { padding: 5px; background-color: -moz-Dialog; -moz-box-align: start !important; } .console-icon { list-style-image: inherit; } /* ..... error rows ..... */ .console-row-code { padding: 3px 0px 3px 3px; color: #0000BB; font-size: larger; } .console-dots, .console-caret { height: 9px; } .console-dots { background: url("chrome://global/skin/console/error-dash.gif") repeat-x top; } .console-caret { width: 7px; background: url("chrome://global/skin/console/error-caret.gif") no-repeat top; } /* ..... message rows ..... */ .console-row[type="message"] { font-family: monospace; } /* ..... selected state ..... */ .console-row[selected="true"] { background-color: #B7DBEB !important; } .console-row-code[selected="true"], .console-row-content[selected="true"] > .console-row-file > .console-error-source > .text-link { color: inherit !important; } /* ::::: icons ::::: */ .console-row[type="error"], .console-row[type="exception"] { list-style-image: url("chrome://global/skin/icons/alert-error.gif"); } .console-row[type="warning"] { list-style-image: url("chrome://global/skin/icons/alert-exclam.png");
padding-right: 10px; } .console-row[type="message"] { list-style-image: url("chrome://global/skin/icons/alert-message.gif"); } /* ::::: toolbars ::::: */ #TextfieldEval { margin: 2px !important;
} #ButtonEval { margin: 2px 2px 2px 0px !important;
-moz-appearance: button-bevel; }
toolbarseparator { min-height: 1em; }

1
toolkit/skin/mac/contents.rdf Executable file
View File

@ -0,0 +1 @@
<?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:pinstripe3" /> </RDF:Seq> <!-- pinstripe Information --> <RDF:Description about="urn:mozilla:skin:pinstripe3" chrome:displayName="Pinstripe3" chrome:accessKey="P" chrome:author="Kevin Gerich (webmail@kmgerich.com)" chrome:description="Mac OS X theme." chrome:name="pinstripe3" chrome:image="preview.gif"> <chrome:packages> <RDF:Seq about="urn:mozilla:skin:pinstripe3:packages"> <RDF:li resource="urn:mozilla:skin:pinstripe3:global"/> </RDF:Seq> </chrome:packages> </RDF:Description> <!-- Version Information. State that we work only with major version 1 of this package. --> <RDF:Description about="urn:mozilla:skin:pinstripe3:global" chrome:skinVersion="1.5"/> </RDF:RDF>

View File

@ -0,0 +1,56 @@
/*
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 Blake Ross.
Portions created by Blake Ross are
Copyright (C) 2002 Blake Ross. All
Rights Reserved.
Contributor(s):
Kevin Gerich (webmail@kmgerich.com)
*/
#palette-box {
margin-top: 2px;
}
#palette-box > hbox > toolbarpaletteitem {
padding: 2px;
margin: 0px;
}
/* *** customize toolbar **** */
#main-box {
padding: 12px;
}
#main-box > separator {
-moz-appearance: none;
border-bottom: none;
}
#instructions {
font: menu;
font-weight: bold;
line-height: 16pt;
}
hbox button {
font: menu;
}
#main-box > box > button {
-moz-appearance: button-small;
font: message-box;
}

132
toolkit/skin/mac/dialog.css Executable file
View File

@ -0,0 +1,132 @@
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
*
* 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 the Initial Developer are Copyright (C) 1999
* the Initial Developer. All Rights Reserved.
*
* Original Author: Joe Hewitt (hewitt@netscape.com)
* Contributor(s):
* Kevin Gerich (webmail@kmgerich.com)
*
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
/* ===== dialog.css =====================================================
== Styles used by the XUL dialog element.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: dialog ::::: */
#commonDialog > image {
margin-right: 14px !important;
}
#commonDialog > .dialog-button-box {
margin-left: 80px;
}
dialog {
-moz-appearance: dialog;
padding: 14px;
}
/* ::::: dialog buttons ::::: */
.dialog-button {
font: menu;
}
/* ::::: dialog header ::::: */
dialogheader {
margin: 0px 5px 5px 5px;
border: 2px solid;
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
-moz-border-right-colors: ThreeDHighlight ThreeDDarkShadow;
-moz-border-bottom-colors: ThreeDHighlight ThreeDDarkShadow;
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
padding: 5px 8px;
background-color: Highlight;
color: HighlightText;
}
.dialogheader-title {
margin: 0px !important;
font-size: larger;
font-weight: bold;
display: none;
}
/* ::::: large dialog header ::::: */
.header-large {
-moz-box-orient: vertical;
margin: 0;
border-left: none;
border-right: none;
border-top: 1px solid;
-moz-border-top-colors: #FFFFFF;
-moz-border-bottom-colors: #9999FF #777777;
padding: 12px 5px 12px 25px;
background-color: #CCCCFF;
color: #000000;
}
.header-large > .dialogheader-title {
font: inherit;
font-weight: bold;
}
.header-large > .dialogheader-description {
margin-left: 12px !important;
}
.dialogheader-description {
font-weight: bold !important;
border: 1px solid blue;
}
.dialogheader-title {
font-weight: bold !important;
border: 1px solid red;
}
#loginContainer {
padding-top: 10px;
}
#findDialog, #findDialog > menu, #findDialog > groupbox {
font: menu !important;
}
#dialog.caseSensitive {
margin-top: 8px;
}

View File

@ -0,0 +1 @@
/* * 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-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * Brian Ryner (bryner@netscape.com) */ /* ===== filepicker.css ================================================= == Styles used by the File Picker dialog. ======================================================================= */ @import url("chrome://global/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: column widths ::::: */ #FilenameColumn, #ContentLengthColumn, #LastModifiedDateColumn { width: 100px; } /* ::::: file/directory items ::::: */ treechildren::-moz-tree-image(FilenameColumn, directory) { margin-right: 2px; list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif"); } treechildren::-moz-tree-image(FilenameColumn, file) { list-style-image: url("chrome://global/skin/filepicker/blank.gif"); } /* ::::: focus rules ::::: */ #directoryTree > treerows > .tree-bodybox { border: 1px solid transparent; } #directoryTree:focus > treerows > .tree-bodybox { border-color: #000000; } /* ::::: button items ::::: */ .up-button { list-style-image: url("chrome://global/skin/filepicker/folder-up.gif"); max-width: 36px; } .home-button { list-style-image: url("chrome://global/skin/filepicker/folder-home.gif"); max-width: 36px; }

10
toolkit/skin/mac/formatting.css Executable file
View File

@ -0,0 +1,10 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* inset areas */ .inset { border-left : 1px solid ThreeDShadow; border-top : 1px solid ThreeDShadow; border-right : 1px solid ThreeDHighlight; border-bottom : 1px solid ThreeDHighlight; margin : 0px 5px 5px 5px; } .box-inset { margin: 2px 4px; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; background-color: #EEEEEE; color: -moz-DialogText; } /* formatting */ .groove-top { border-top : 2px groove ThreeDFace; } .groove-right { border-right : 2px groove ThreeDFace; } .groove-left { border-left : 2px groove ThreeDFace; } .groove-bottom { border-bottom : 2px groove ThreeDFace; } .outset { border-left : 1px solid ThreeDHighlight; border-top : 1px solid ThreeDHighlight; border-right : 1px solid ThreeDShadow; border-bottom : 1px solid ThreeDShadow; } .outset-top-bottom { border-top : 1px solid ThreeDHighlight; border-bottom : 1px solid ThreeDShadow; } /** separator rules **/ /* standard separators */ separator, separator[orient="horizontal"] { height: 1.5em; } separator[orient="vertical"] { width: 1.5em; } /* thinner separators (50% size) */ separator.thin, separator.thin[orient="horizontal"] { height: 0.5em; } separator.thin[orient="vertical"] { width: 0.5em; } /* groove separators (50% size) */ separator.groove, separator.groove[orient="horizontal"] { border-top: 1px solid #A3A3A3; height: 0px; margin-top: 0.4em; margin-bottom: 0.4em; } separator.groove[orient="vertical"] { border-left: 1px solid #A3A3A3; margin-left: 0.4em; margin-right: 0.4em; } /* groove separators (0 padding, for dividing effects) */ separator.groove-thin { border-top: 1px solid #A3A3A3; height: 0px; } separator[orient="vertical"].groove-thin { border-left: 1px solid #A3A3A3; } /** text formatting rules **/ /* label (with margins) */ /** Reduced Margin for some UI **/ .small-margin { margin : 1px 2px 1px 2px; } .plain { margin: 0px !important; border: none; padding: 0px; } label[disabled="true"] { color : GrayText; } description, label { cursor : default; } label { margin : 1px 5px 2px 6px; } .header {
margin-bottom: 6px;
font-weight: bold; } .larger-text { font-size : larger; } .smaller-text { font-size : smaller; } .monospace { font-family : monospace; } .indent { margin-left : 23px; } .box-padded { padding : 5px; } .spaced { margin : 3px 5px 4px 5px; } .wizard-box { padding : 20px 44px 10px 44px; } /* Double Border Boxes */ /* top only */ .double-box-top { -moz-binding : url("chrome://global/skin/classicBindings.xml#double-box"); border-top : 1px solid ThreeDShadow; background-color : #FFFFFF; margin : 0px; } .double-box-top > .db-internal-box { border-top : 1px solid ThreeDDarkShadow; } /* all round */ .double-box { -moz-binding : url("chrome://global/skin/classicBindings.xml#double-box"); border-left : 1px solid ThreeDShadow; border-top : 1px solid ThreeDShadow; border-bottom : 1px solid ThreeDHighlight; border-right : 1px solid ThreeDHighlight; background-color : #FFFFFF; margin : 0px; } .double-box > .db-internal-box { border : 1px solid ThreeDDarkShadow; } .caption-text { margin: 0px 2px 0px 1px !important; }
#commonDialog > hbox > vbox > description, #commonDialog > hbox > vbox > vbox > description {
font: menu;
font-weight: bold !important;
line-height: 16px;
margin-bottom: 6px;
}

198
toolkit/skin/mac/global.css Executable file
View File

@ -0,0 +1,198 @@
/*
* 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.
*
* Contributor(s):
* Kevin Gerich (webmail@kmgerich.com)
*
*/
/* ===== global.css =====================================================
== Styles that apply everywhere.
======================================================================= */
/* all localizable skin settings shall live here */
@import url("chrome://global/locale/intl.css");
@import url("chrome://global/skin/formatting.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
button[dlgtype="help"] {
min-width: 1px !important;
padding: 0px 0px 0px 0px !important;
-moz-appearance: button-small;
-moz-box-align: start !important;
}
button[dlgtype="help"] > .button-box > .button-icon {
list-style-image: url("chrome://global/skin/icons/question-mark.png");
padding: 0px !important;
}
button[dlgtype="help"] > .button-box > .button-text {
display: none !important;
}
/* ::::: XBL bindings ::::: */
menulist > menupopup,
.menulist-menupopup {
-moz-binding: url("chrome://global/content/widgets/popup.xml#popup-scrollbars");
}
.menulist-compact {
-moz-binding: url("chrome://global/content/widgets/menulist.xml#menulist-compact");
}
.tabbrowser-tabs {
-moz-binding: url("chrome://global/skin/globalBindings.xml#tabs-closebutton");
}
/* ::::: root elements ::::: */
window,
page,
dialog,
wizard {
-moz-appearance: dialog;
background-color: #FFFFFF;
color: -moz-DialogText;
font: message-box;
}
/* deprecated */
window.dialog {
padding: 8px 10px 10px 8px;
}
[wait-cursor] {
cursor: wait !important;
}
/* ::::: alert icons :::::*/
.message-icon,
.alert-icon,
.error-icon,
.question-icon {
width: 64px;
height: 64px;
list-style-image: url("chrome://global/skin/icons/alert-exclam.png");
margin: 6px 20px 6px 6px !important;
}
/* ::::: iframe ::::: */
iframe {
border: none;
width: 100px;
height: 100px;
min-width: 10px;
min-height: 10px;
}
/* ::::: statusbar ::::: */
statusbar {
border-top: 1px solid #A3A3A3 !important;
min-width: 1px; /* DON'T DELETE!
Prevents hiding of scrollbars in browser when window is made smaller.*/
min-height: 15px !important;
background-color: #FFFFFF;
margin: 0px !important;
padding: 0px 10px 1px 1px;
-moz-appearance: none;
}
statusbarpanel {
-moz-box-align: center;
-moz-box-pack: center;
padding: 0 4px;
-moz-appearance: dialog;
}
.statusbarpanel-iconic {
padding: 0px;
}
/* ::::: miscellaneous ::::: */
.toolbar-focustarget {
-moz-user-focus: ignore !important;
}
#info.icon {
margin-right: 14px;
}
#commonDialog {
max-width: 40em;
line-height: 13px;
}
#header {
display: none !important;
}
#warn1 {
font: menu;
font-weight: bold;
line-height: 16pt;
padding-bottom: 10px;
}
#ok, #cancel, #launch, #reveal, #pauseResume {
font: menu !important;
}
.message-icon {
display: none !important;
}
#panelFrame {
margin-top: 2px;
padding-left: 10px;
}
description {
margin-bottom: 4px;
}
browser {
margin: 0px;
padding: 0px;
background-color: #FFFFFF;
}
/* miscellaneous stuff */
#pref-navigator, #prefFontsDialog, #scriptsAndWindowPanel, #ImagesManager {
font: menu;
}
#prefFontsDialog description{
font-size: 95%;
}
#pref-navigator > groupbox > hbox > button {
font: message-box;
-moz-appearance: button-small;
}
#historyTree, #bookmarks-view {
border-top: 1px solid #bebebe;
}

View File

@ -0,0 +1,34 @@
<?xml version="1.0"?> <bindings id="globalBindings" xmlns="http://www.mozilla.org/xbl" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:xbl="http://www.mozilla.org/xbl"> <binding id="tab" extends="chrome://global/content/widgets/tabbox.xml#tab"> <content> <xul:hbox class="tab-image-left" xbl:inherits="selected"/> <xul:hbox flex="1" class="tab-image-middle" align="center" xbl:inherits="selected"> <xul:stack class="tab-icon">
<xul:image xbl:inherits="validate,src=image" class="tab-icon-image"/>
<xul:image class="tab-extra-status"/>
</xul:stack> <xul:label flex="1" xbl:inherits="value=label,crop,accesskey" crop="right" class="tab-text"/> </xul:hbox> <xul:hbox class="tab-image-right" xbl:inherits="selected"/> </content> </binding>
<binding id="tabs" extends="chrome://global/content/widgets/tabbox.xml#tabs"> <content> <xul:spacer class="tab-border-top-left-cap"/> <xul:spacer class="tab-border-top-left"/> <children/> <xul:stack flex="1"> <xul:spacer class="tab-border-top-right"/> <xul:hbox class="tabs-misc-dec" align="center"> <xul:spacer flex="1"/> </xul:hbox> </xul:stack> <xul:spacer class="tab-border-top-right-cap"/> </content> </binding> <binding id="tabs-closebutton"
extends="chrome://global/content/widgets/tabbox.xml#tabs">
<content>
<xul:stack flex="1" class="tabs-stack">
<xul:vbox>
<xul:spacer flex="1"/>
<xul:hbox class="tabs-bottom" align="center"/>
</xul:vbox>
<xul:vbox>
<xul:hbox>
<xul:stack>
<xul:spacer class="tabs-left"/>
</xul:stack>
<xul:hbox flex="1" style="min-width: 1px;">
<children/>
<xul:spacer class="tabs-right" flex="1"/>
</xul:hbox>
<xul:stack>
<xul:spacer class="tabs-right"/>
<xul:hbox class="tabs-closebutton-box" align="center" pack="end">
<xul:toolbarbutton class="tabs-closebutton close-button" xbl:inherits="disabled=disableclose,oncommand=onclosetab"/>
</xul:hbox>
</xul:stack>
</xul:hbox>
<xul:spacer class="tabs-bottom-spacer"/>
</xul:vbox>
</xul:stack>
</content>
</binding>
</bindings>

73
toolkit/skin/mac/groupbox.css Executable file
View File

@ -0,0 +1,73 @@
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
*
* 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 the Initial Developer are Copyright (C) 1998
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Joe Hewitt <hewitt@netscape.com>
* Kevin Gerich (webmail@kmgerich.com)
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
/* ===== groupbox.css ==================================================
== Styles used by the XUL groupbox and related elements.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: groupbox ::::: */
groupbox {
padding: 5px 1px 1px 0px;
margin: 6px;
}
.groupbox-title {
/* border-bottom: 1px solid #858585; */
}
.groupbox-body {
padding: 5px 5px 0px 5px;
border: 3px solid transparent;
-moz-border-top-colors: #9b9b9b #c8c8c8 #e1e1e1 ;
-moz-border-right-colors: #c4c4c4 #e1e1e1 #e4e4e4;
-moz-border-bottom-colors: #d6d6d6 #e2e2e2 #e4e4e4;
-moz-border-left-colors: #c4c4c4 #e1e1e1 #e4e4e4;
background: url("chrome://global/skin/10pct_transparent_grey.png") repeat !important;
-moz-border-radius: 3px;
margin: 0px;
}
caption {
padding: 0px 2px 1px 4px !important;
font: menu;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

BIN
toolkit/skin/mac/icons/close.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 762 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 780 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 952 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

View File

@ -0,0 +1,33 @@
<?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:pinstripe3" />
</RDF:Seq>
<!-- classic Information -->
<RDF:Description about="urn:mozilla:skin:pinstripe3"
chrome:displayName="Pinstripe3"
chrome:accessKey="S"
chrome:author="webmail@kmgerich.com"
chrome:description="Pinstripe 3 Preview."
chrome:name="pinstripe3"
chrome:image="preview.png">
<chrome:packages>
<RDF:Seq about="urn:mozilla:skin:pinstripe3:packages">
<RDF:li resource="urn:mozilla:skin:pinstripe3:global"/>
<RDF:li resource="urn:mozilla:skin:pinstripe3:browser"/>
<RDF:li resource="urn:mozilla:skin:pinstripe3:mozapps"/>
</RDF:Seq>
</chrome:packages>
</RDF:Description>
<!-- Version Information. State that we work only with major version 1 of this
package. -->
<RDF:Description chrome:skinVersion="1.5" about="urn:mozilla:skin:pinstripe3:global"/>
<RDF:Description chrome:skinVersion="1.5" about="urn:mozilla:skin:pinstripe3:browser"/>
<RDF:Description chrome:skinVersion="1.5" about="urn:mozilla:skin:pinstripe3:mozapps"/>
</RDF:RDF>

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,2 +1,129 @@
classic.jar:
+ skin/classic/global/10pct_transparent_grey.png
+ skin/classic/global/10pct_transparent_pixel.png
+ skin/classic/global/20pct_transparent_pixel.png
+ skin/classic/global/50pct_transparent_grey.png
+ skin/classic/global/50pct_transparent_white.png
+ skin/classic/global/activetab-left.png
+ skin/classic/global/activetab-middle.png
+ skin/classic/global/activetab-right.png
+ skin/classic/global/autocomplete.css
+ skin/classic/global/browser.css
+ skin/classic/global/button.css
+ skin/classic/global/checkbox.css
+ skin/classic/global/closetab.png
+ skin/classic/global/colorpicker.css
+ skin/classic/global/config.css
+ skin/classic/global/console.css
+ skin/classic/global/contents.rdf
+ skin/classic/global/customizeToolbar.css
+ skin/classic/global/dialog.css
+ skin/classic/global/filepicker.css
+ skin/classic/global/formatting.css
+ skin/classic/global/global.css
+ skin/classic/global/globalBindings.xml
+ skin/classic/global/groupbox.css
+ skin/classic/global/inactive-icon-black.png
+ skin/classic/global/inactivetab-icon-black.png
+ skin/classic/global/inactivetab-icon-grey.png
+ skin/classic/global/inactivetab-left.png
+ skin/classic/global/inactivetab-right.png
+ skin/classic/global/linkTree.css
+ skin/classic/global/listbox_highlight.png
+ skin/classic/global/listbox.css
+ skin/classic/global/menu.css
+ skin/classic/global/menulist.css
+ skin/classic/global/popup.css
+ skin/classic/global/progressmeter.css
+ skin/classic/global/radio.css
+ skin/classic/global/scrollbars.css
+ skin/classic/global/scrollbox.css
+ skin/classic/global/spinbuttons.css
+ skin/classic/global/splitter.css
+ skin/classic/global/tabbox.css
+ skin/classic/global/tabs-bottom-bg.png
+ skin/classic/global/textbox.css
+ skin/classic/global/toolbar.css
+ skin/classic/global/toolbarbutton.css
+ skin/classic/global/tree.css
+ skin/classic/global/wizard.css
+ skin/classic/global/wizardOverlay.css
+ skin/classic/global/arrow/arrow-dn-dis.gif (arrow/arrow-dn-dis.gif)
+ skin/classic/global/arrow/arrow-dn-dis.png (arrow/arrow-dn-dis.png)
+ skin/classic/global/arrow/arrow-dn-hov.gif (arrow/arrow-dn-hov.gif)
+ skin/classic/global/arrow/arrow-dn-sharp.gif (arrow/arrow-dn-sharp.gif)
+ skin/classic/global/arrow/arrow-dn-small-dis.png (arrow/arrow-dn-small-dis.png)
+ skin/classic/global/arrow/arrow-dn-small.png (arrow/arrow-dn-small.png)
+ skin/classic/global/arrow/arrow-dn.gif (arrow/arrow-dn.gif)
+ skin/classic/global/arrow/arrow-dn.png (arrow/arrow-dn.png)
+ skin/classic/global/arrow/arrow-lft-dis.gif (arrow/arrow-lft-dis.gif)
+ skin/classic/global/arrow/arrow-lft-hov.gif (arrow/arrow-lft-hov.gif)
+ skin/classic/global/arrow/arrow-lft-sharp-end.gif (arrow/arrow-lft-sharp-end.gif)
+ skin/classic/global/arrow/arrow-lft-sharp.gif (arrow/arrow-lft-sharp.gif)
+ skin/classic/global/arrow/arrow-lft.gif (arrow/arrow-lft.gif)
+ skin/classic/global/arrow/arrow-rit-dis.gif (arrow/arrow-rit-dis.gif)
+ skin/classic/global/arrow/arrow-rit-hov.gif (arrow/arrow-rit-hov.gif)
+ skin/classic/global/arrow/arrow-rit-sharp-end.gif (arrow/arrow-rit-sharp-end.gif)
+ skin/classic/global/arrow/arrow-rit-sharp.gif (arrow/arrow-rit-sharp.gif)
+ skin/classic/global/arrow/arrow-rit.gif (arrow/arrow-rit.gif)
+ skin/classic/global/arrow/arrow-up-dis.gif (arrow/arrow-up-dis.gif)
+ skin/classic/global/arrow/arrow-up-dis.png (arrow/arrow-up-dis.png)
+ skin/classic/global/arrow/arrow-up-hov.gif (arrow/arrow-up-hov.gif)
+ skin/classic/global/arrow/arrow-up-sharp.gif (arrow/arrow-up-sharp.gif)
+ skin/classic/global/arrow/arrow-up.gif (arrow/arrow-up.gif)
+ skin/classic/global/arrow/arrow-up.png (arrow/arrow-up.png)
+ skin/classic/global/console/console-error-caret.gif (console/console-error-caret.gif)
+ skin/classic/global/console/console-error-dash.gif (console/console-error-dash.gif)
+ skin/classic/global/console/console.css (console/console.css)
+ skin/classic/global/icons/alert-error.gif (icons/alert-error.gif)
+ skin/classic/global/icons/alert-exclam.png (icons/alert-exclam.png)
+ skin/classic/global/icons/alert-message.gif (icons/alert-message.gif)
+ skin/classic/global/icons/alert-question.gif (icons/alert-question.gif)
+ skin/classic/global/icons/autocomplete-dropmarker.png (icons/autocomplete-dropmarker.png)
+ skin/classic/global/icons/chevron.png (icons/chevron.png)
+ skin/classic/global/icons/close.gif (icons/close.gif)
+ skin/classic/global/icons/closetab-active.png (icons/closetab-active.png)
+ skin/classic/global/icons/closetab.png (icons/closetab.png)
+ skin/classic/global/icons/grip-vrt.gif (icons/grip-vrt.gif)
+ skin/classic/global/icons/loading_16_grey.gif (icons/loading_16_grey.gif)
+ skin/classic/global/icons/loading_16.gif (icons/loading_16.gif)
+ skin/classic/global/icons/menuflashblue.gif (icons/menuflashblue.gif)
+ skin/classic/global/icons/menuselected.png (icons/menuselected.png)
+ skin/classic/global/icons/minimize.gif (icons/minimize.gif)
+ skin/classic/global/icons/notloading_16.png (icons/notloading_16.png)
+ skin/classic/global/icons/popup-icon-spacer.png (icons/popup-icon-spacer.png)
+ skin/classic/global/icons/popup-overlay.png (icons/popup-overlay.png)
+ skin/classic/global/icons/question-mark.png (icons/question-mark.png)
+ skin/classic/global/icons/restore.gif (icons/restore.gif)
+ skin/classic/global/icons/small-document.png (icons/small-document.png)
+ skin/classic/global/icons/small-globe-sunken-grey.png (icons/small-globe-sunken-grey.png)
+ skin/classic/global/icons/small-globe-sunken.png (icons/small-globe-sunken.png)
+ skin/classic/global/menu/menu-arrow-dis.gif (menu/menu-arrow-dis.gif)
+ skin/classic/global/menu/menu-arrow-hov.gif (menu/menu-arrow-hov.gif)
+ skin/classic/global/menu/menu-arrow.gif (menu/menu-arrow.gif)
+ skin/classic/global/menu/menu-check-dis.gif (menu/menu-check-dis.gif)
+ skin/classic/global/menu/menu-check-dis.png (menu/menu-check-dis.png)
+ skin/classic/global/menu/menu-check-hov.gif (menu/menu-check-hov.gif)
+ skin/classic/global/menu/menu-check-hov.png (menu/menu-check-hov.png)
+ skin/classic/global/menu/menu-check.gif (menu/menu-check.gif)
+ skin/classic/global/menu/menu-check.png (menu/menu-check.png)
+ skin/classic/global/menu/menu-radio-hov.gif (menu/menu-radio-hov.gif)
+ skin/classic/global/menu/menu-radio.gif (menu/menu-radio.gif)
+ skin/classic/global/menu/menu-separator.png (menu/menu-separator.png)
+ skin/classic/global/menulist/menulist-arrow-act.gif (menulist/menulist-arrow-act.gif)
+ skin/classic/global/menulist/menulist-arrow-dis.gif (menulist/menulist-arrow-dis.gif)
+ skin/classic/global/menulist/menulist-arrow.gif (menulist/menulist-arrow.gif)
+ skin/classic/global/splitter/dimple.png (splitter/dimple.png)
+ skin/classic/global/toolbar/Lighten.png (toolbar/Lighten.png)
+ skin/classic/global/toolbar/spring.gif (toolbar/spring.gif)
+ skin/classic/global/toolbar/toolbar-pinstripe-overlay.png (toolbar/toolbar-pinstripe-overlay.png)
+ skin/classic/global/toolbar/toolbar-separator.png (toolbar/toolbar-separator.png)
+ skin/classic/global/tree/columnpicker.gif (tree/columnpicker.gif)
+ skin/classic/global/tree/folder-dis.png (tree/folder-dis.png)
+ skin/classic/global/tree/folder.png (tree/folder.png)
+ skin/classic/global/tree/item.png (tree/item.png)
+ skin/classic/global/tree/sort-asc.gif (tree/sort-asc.gif)
+ skin/classic/global/tree/sort-dsc.gif (tree/sort-dsc.gif)
+ skin/classic/preview.png (info/preview.png)
+ skin/classic/contents.rdf (info/contents.rdf)

1
toolkit/skin/mac/linkTree.css Executable file
View File

@ -0,0 +1 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /** * All the properties in this rule are important to avoid having to create * a special type of tree. This stylesheet can be loaded into a document with * a single tree that is a link tree. Hardly elegant but it's efficient. */ treeitem[selected="true"] > treerow { background : transparent !important; border : none !important; color : -moz-FieldText !important; } treecell:hover { text-decoration : underline !important; color : #000080 !important; cursor : pointer; } treecell:hover:active { text-decoration : underline !important; color : red !important; }

8
toolkit/skin/mac/listbox.css Executable file
View File

@ -0,0 +1,8 @@
/* * 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-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com)
* Kevin Gerich (webmail@kmgerich.com) */ /* ===== listbox.css ======================================================= == Styles used by XUL listbox-related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: listbox ::::: */ listbox { margin: 2px 4px; border-top: 1px solid #A1A1A1;
border-right: 1px solid #C3C3C3;
border-bottom: 1px solid #DDDDDD;
border-left: 1px solid #C3C3C3;
background-color: #FFFFFF; color: -moz-FieldText; } .listcell-label { margin: 0px !important; padding: 0px 0px 1px 4px; white-space: nowrap; } /* ::::: listitem ::::: */ listitem { border: 1px solid transparent; } listbox:focus > listitem[selected="true"][current="true"] { } listitem[selected="true"] { background-color: -moz-Dialog; color: -moz-DialogText; } listbox:focus > listitem[selected="true"] {
background-color: #3874D1;
color: #FFFFFF; } /* ::::: listheader ::::: */ listheader { -moz-appearance: treeheadercell; -moz-box-align: center; border: 2px solid; -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; background-color: -moz-Dialog; color: -moz-DialogText; padding: 0 4px; } listheader[sortable="true"]:hover:active { border-top: 2px solid; border-right: 1px solid; border-bottom: 1px solid; border-left: 2px solid; -moz-border-top-colors: ThreeDShadow -moz-Dialog; -moz-border-right-colors: ThreeDShadow; -moz-border-bottom-colors: ThreeDShadow; -moz-border-left-colors: ThreeDShadow -moz-Dialog; padding: 1px 4px 0px 5px; } .listheader-icon { margin-right: 2px; } .listheader-label { margin: 0px !important; } /* ..... sort direction icon ..... */ .listheader-sortdirection { -moz-appearance: treeheadersortarrow; list-style-image: none; } .listheader-sortdirection[sortDirection="ascending"] { list-style-image: url("chrome://global/skin/tree/sort-asc.gif"); } .listheader-sortdirection[sortDirection="descending"] { list-style-image: url("chrome://global/skin/tree/sort-dsc.gif"); } /* ::::: listcell ::::: */ .listcell-label { margin: 0px !important; padding: 0px 0px 1px 4px; white-space: nowrap; } .listcell-icon { margin-right: 2px; } .listcell-label[disabled="true"] { color: GrayText; } /* ::::: listcell checkbox ::::: */ .listcell-check { -moz-appearance: checkbox; -moz-box-align: center; margin: 0px 2px; border: 1px solid -moz-DialogText; min-width: 13px; min-height: 13px; background: -moz-Field url("chrome://global/skin/checkbox/cbox.gif") no-repeat 50% 50%; } .listcell-check[checked="true"] { background-image: url("chrome://global/skin/checkbox/cbox-check.gif"); } .listcell-check[disabled="true"] { border-color: GrayText; } .listcell-check[disabled="true"][checked="true"] { background-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif"); }

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 B

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