remove the old dirs

git-svn-id: svn://10.0.0.236/trunk@158143 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ben%bengoodger.com
2004-06-18 21:29:09 +00:00
parent c2a0f1dcd1
commit 69e44e8e1c
296 changed files with 0 additions and 8433 deletions

View File

@@ -1,84 +0,0 @@
/* ***** 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):
* Scott MacGregor <mscott@netscape.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 ***** */
/* ===== alert.css =====================================================
== Styles specific to the alerts dialog.
======================================================================= */
@import url("chrome://global/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.alertBox {
border-right: 2px solid #7B969C;
border-bottom: 2px solid #7B969C;
border-top: 2px solid #7B969C;
border-left: 2px solid #7B969C;
background-color: -moz-Dialog;
min-height: 50px;
}
.alertImageBox {
margin-left: 4px;
margin-right: 6px;
min-height: 46px;
}
.alertTitle {
font-weight: bold;
}
.alertText {
margin-right: 6px;
}
.alertText[clickable="true"] {
cursor: pointer;
color: #1455D6;
text-decoration: underline;
}
.alertText[clickable="true"]:hover:active {
color: #424F63;
}
.alertTextBox
{
padding-right: 10px;
padding-top: 5px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -1,81 +0,0 @@
/*
* 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@brianryner.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) {
list-style-image: url("chrome://global/skin/icons/folder-item.png");
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
treechildren::-moz-tree-image(FilenameColumn, file) {
list-style-image: url("chrome://global/skin/icons/folder-item.png");
-moz-image-region: rect(16px, 16px, 32px, 0px);
}
/* ::::: 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.png");
-moz-image-region: rect(0px 20px 20px 0px);
max-width: 36px;
}
.home-button {
list-style-image: url("chrome://global/skin/Filepicker.png");
-moz-image-region: rect(0px 40px 20px 20px);
max-width: 36px;
}
.new-dir-button {
list-style-image: url("chrome://global/skin/Filepicker.png");
-moz-image-region: rect(0px, 60px, 20px, 40px);
max-width: 36px;
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 879 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 484 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 849 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 884 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -1,54 +0,0 @@
.bold {
font-weight: bold;
}
#downloadView {
background-color: Window;
padding: 10px 0px 10px 10px;
}
download {
padding: 3px 0px 3px 3px;
min-height: 25px;
}
#downloadHistoryView > treechildren::-moz-tree-image(Name) {
margin-right: 2px;
}
.indented {
margin-left: 17px;
}
listcell {
margin-top: 2px;
margin-bottom: 2px;
margin-left: 4px;
margin-right: 4px;
}
.link {
text-decoration: underline;
color: blue;
cursor: pointer;
-moz-user-focus: normal;
border: 1px solid transparent;
}
.link:hover:active {
color: red;
}
.link:focus {
border: 1px dotted black;
}
#download-splitter {
border: none;
border-bottom: 1px solid ThreeDLightShadow;
-moz-appearance: toolbox;
}
#close-button {
list-style-image: url("chrome://global/skin/icons/Close.gif");
}

View File

@@ -1,101 +0,0 @@
#downloadManager {
background-color: ThreeDFace;
}
/* Download View */
#downloadView {
-moz-binding: url("chrome://mozapps/skin/downloads/downloads.xml#download-view");
margin: 10px 10px 5px 10px;
-moz-appearance: listbox;
-moz-user-focus: normal;
}
.downloadViewInner2 {
background-image: url("chrome://mozapps/skin/downloads/viewFader.png");
padding: 0px;
}
.downloadViewInner1 {
background-color: Window;
background-image: url("chrome://mozapps/skin/downloads/downloadsBG.png");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom right;
}
/* Download Manager Command Bar */
#commandBar {
padding: 0px 10px 5px 10px;
}
#cleanUpButton {
margin: 0px;
-moz-user-focus: ignore;
list-style-image: url("chrome://mozapps/skin/downloads/downloadCleanup.png");
}
#optionsButton {
margin: 0px;
-moz-user-focus: ignore;
list-style-image: url("chrome://mozapps/skin/downloads/downloadOptions.png");
}
#cleanUpButton .button-icon, #optionsButton .button-icon {
margin: 0px 5px 0px 0px !important;
}
#cleanUpButton[disabled="true"] {
list-style-image: url("chrome://mozapps/skin/downloads/downloadCleanupDisabled.png");
}
#commandBarSeparator {
margin-left: 5px;
}
/* Download View Items */
download {
padding: 13px 10px 13px 13px;
min-height: 25px;
border-bottom: 1px dotted #C0C0C0;
}
download[selected="true"] {
background-image: url("chrome://mozapps/skin/downloads/downloadSelected.png") !important;
border-bottom: 1px dotted #7F9DB9;
}
download[state="0"], download[state="-1"], download[state="4"],
download[state="5"], download[state="6"] {
background-color: transparent;
background-image: url("chrome://mozapps/skin/downloads/downloadFader.png");
}
/* Download View Items, implementation */
.downloadContentBox {
-moz-opacity: 0.0;
}
.downloadContentBox[animated="true"] {
-moz-opacity: 1.0;
}
.downloadTypeIcon {
margin-right: 10px;
}
.link {
text-decoration: underline;
color: blue;
cursor: pointer;
-moz-user-focus: normal;
border: 1px solid transparent;
}
.link:hover:active {
color: red;
}
.link:focus {
border: 1px dotted black;
}

View File

@@ -1,19 +0,0 @@
<?xml version="1.0"?>
<bindings id="downloadSkinBindings"
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="download-view" extends="chrome://mozapps/content/downloads/download.xml#download-view">
<content>
<xul:vbox flex="1" class="downloadViewInner1">
<xul:vbox flex="1" class="downloadViewInner2">
<children/>
</xul:vbox>
</xul:vbox>
</content>
</binding>
</bindings>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -1,13 +0,0 @@
classic.jar:
skin/classic/mozapps/downloads/unknownContentType.css
skin/classic/mozapps/downloads/viewFader.png
skin/classic/mozapps/downloads/downloadFader.png
skin/classic/mozapps/downloads/downloadSelected.png
skin/classic/mozapps/downloads/downloadsBG.png
skin/classic/mozapps/downloads/downloadIcon.png
skin/classic/mozapps/downloads/downloadCleanup.png
skin/classic/mozapps/downloads/downloadCleanupDisabled.png
skin/classic/mozapps/downloads/downloadOptions.png
skin/classic/mozapps/downloads/downloads.css
skin/classic/mozapps/downloads/downloads.xml

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 446 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 801 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 745 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 806 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 489 B

View File

@@ -1,122 +0,0 @@
/* Download View */
#downloadView {
-moz-binding: url("chrome://mozapps/skin/downloads/downloads.xml#download-view");
margin: 0px;
-moz-user-focus: normal;
border-bottom: 1px solid #8E8E8E;
}
.downloadViewInner2 {
background: url("chrome://mozapps/skin/downloads/background-stripe.png") #FFFFFF repeat;
padding: 0px;
}
/* Download Manager Command Bar */
#commandBar {
}
#cleanUpButton, #optionsButton {
-moz-appearance: none;
min-width: 32px;
height: 26px;
margin: 2px;
-moz-user-focus: ignore;
}
#cleanUpButton {
background: url("chrome://mozapps/skin/downloads/cleanup-button.png") no-repeat;
}
#cleanUpButton[disabled=true] {
background: url("chrome://mozapps/skin/downloads/cleanup-button-disabled.png") no-repeat !important;
}
#cleanUpButton:hover:active {
background: url("chrome://mozapps/skin/downloads/cleanup-button-pressed.png") no-repeat;
}
#optionsButton {
background: url("chrome://mozapps/skin/downloads/options-button.png") no-repeat;
}
#optionsButton:hover:active {
background: url("chrome://mozapps/skin/downloads/options-button-pressed.png") no-repeat;
}
#optionsButton .button-text, #cleanUpButton .button-text {
display: none;
}
#commandBarSeparator {
display:none;
}
/* Download View Items */
download {
padding: 4px 8px 4px 4px;
height: 32px !important;
min-height: 40px !important;
border-bottom: 1px dashed #C0C0C0;
}
download[selected="true"] {
background-color: Highlight !important;
background-image: none !important;
}
download[state="0"], download[state="-1"], download[state="4"] {
font: icon !important;
padding-bottom: 7px;
padding-top: 7px;
min-height: 80px !important;
background: url("chrome://mozapps/skin/downloads/background-gradient.png") repeat;
}
label:last-child {
color: #666666;
font-size: 95%;
}
/* Download View Items, implementation */
.link {
text-decoration: underline;
color: blue !important;
-moz-user-focus: normal;
font-size: 100% !important;
margin-left: 6px;
padding: 0px;
}
.link:hover:active {
}
progressmeter {
margin: 6px 6px 4px 6px;
min-height:19px;
-moz-appearance: none;
}
.progress-bar {
background: url("chrome://mozapps/skin/downloads/progress-bar.gif") repeat-x !important;
border-left: 1px solid #D9D9D9 !important;
}
download[state="4"] .progress-bar {
background: url("chrome://mozapps/skin/downloads/progress-bar-paused.gif") repeat-x !important;
}
.progress-remainder {
background: url("chrome://mozapps/skin/downloads/progress-remainder.gif") repeat-x !important;
border-right: 1px solid #DEDEDE !important;
}
dialog label {
color: #000000 !important;
font-size: 100% !important;
font: icon;
}

View File

@@ -1,19 +0,0 @@
<?xml version="1.0"?>
<bindings id="downloadSkinBindings"
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="download-view" extends="chrome://mozapps/content/downloads/download.xml#download-view">
<content>
<xul:vbox flex="1" class="downloadViewInner1">
<xul:vbox flex="1" class="downloadViewInner2">
<children/>
</xul:vbox>
</xul:vbox>
</content>
</binding>
</bindings>

View File

@@ -1,16 +0,0 @@
classic.jar:
skin/classic/mozapps/downloads/unknownContentType.css
skin/classic/mozapps/downloads/background-gradient.png
skin/classic/mozapps/downloads/background-stripe.png
skin/classic/mozapps/downloads/cleanup-button.png
skin/classic/mozapps/downloads/cleanup-button-pressed.png
skin/classic/mozapps/downloads/cleanup-button-disabled.png
skin/classic/mozapps/downloads/download-inprogress.png
skin/classic/mozapps/downloads/options-button.png
skin/classic/mozapps/downloads/options-button-pressed.png
skin/classic/mozapps/downloads/progress-bar-paused.gif
skin/classic/mozapps/downloads/progress-bar.gif
skin/classic/mozapps/downloads/progress-remainder.gif
skin/classic/mozapps/downloads/downloads.css
skin/classic/mozapps/downloads/downloads.xml

Binary file not shown.

Before

Width:  |  Height:  |  Size: 705 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 783 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 B

View File

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

@@ -1,18 +0,0 @@
#from {
margin-top: 1px;
}
#location {
font-weight: bold;
}
#contentTypeImage {
margin: 0px 5px 0px 0px;
}
.small-indent {
margin-left: 15px;
margin-right: 15px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 849 B

View File

@@ -1,54 +0,0 @@
#clientBox {
background-color: #FFFFFF;
color: #000000;
}
#extensionName {
font-size: large;
font-weight: bold;
}
#extensionVersion {
font-weight: bold;
color: #909090;
}
#extensionHomepage {
color: #0000FF;
text-decoration: underline !important;
cursor: pointer;
}
#genericAbout {
padding: 0px 0px 10px 0px;
min-height: 200px;
width: 30em;
}
#groove {
margin-top: 0px;
}
#clientBox {
padding: 10px;
}
#extensionDescription {
color: #404040;
}
#extensionDescription, #extensionContributors, #creatorBox, #contributorsBox {
margin-left: 6px;
}
#extensionCreator, .contributor {
margin: 0px;
}
#extensionCreatorLabel, #extensionContributors {
border-top: 2px solid #C0C0C0;
padding: 2px 0px 3px 0px;
margin-top: 3px;
font-weight: bold;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

View File

@@ -1,140 +0,0 @@
#extensionManager {
background-color: ThreeDFace;
}
#extensionsView[state="extensions"] {
background-image: url("chrome://mozapps/skin/extensions/viewWatermarkExtensions.png");
}
#extensionsView[state="themes"] {
background-image: url("chrome://mozapps/skin/extensions/viewWatermarkThemes.png");
}
/* Extension Manager Command Bar */
#commandBar {
padding: 0px 10px 5px 10px;
}
#uninstallButton {
margin: 0px;
-moz-user-focus: ignore;
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
-moz-image-region: rect(0px, 20px, 20px, 0px) !important;
}
#uninstallButton[disabled="true"] {
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
-moz-image-region: rect(20px, 20px, 40px, 0px) !important;
}
#updateButton {
margin: 0px;
-moz-user-focus: ignore;
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
-moz-image-region: rect(0px, 40px, 20px, 20px) !important;
}
#updateButton[disabled="true"] {
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
-moz-image-region: rect(20px, 40px, 40px, 20px) !important;
}
#useThemeButton {
margin: 0px;
-moz-user-focus: ignore;
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
-moz-image-region: rect(0px, 60px, 20px, 40px) !important;
}
#useThemeButton[disabled="true"] {
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
-moz-image-region: rect(20px, 60px, 40px, 40px) !important;
}
#uninstallButton .button-icon, #updateButton .button-icon {
margin: 0px 5px 0px 0px !important;
}
.commandBarSeparator {
margin-left: 5px;
}
#getMore {
color: #0000FF;
text-decoration: underline !important;
cursor: pointer;
text-align: right;
}
/* Extension Buttons (Iconic buttons in each extension item) */
.extension-button {
width: 10px;
height: 10px;
margin: 1px;
}
.extension-button[anonid="options-button"] {
background-color: Blue;
}
.extension-button[anonid="about-button"] {
background-color: Red;
}
.extension-button[anonid="homepage-button"] {
background-color: Green;
}
/* Extension List Items */
extension[selected="true"] {
background-image: url("chrome://mozapps/skin/shared/itemSelected.png");
}
extension {
padding: 13px 10px 13px 13px;
min-height: 25px;
border-bottom: 1px dotted #C0C0C0;
background-image: url("chrome://mozapps/skin/shared/itemFader.png");
}
extension[disabled="true"] {
color: GrayText;
background-image: none;
}
extension[disabled="true"][selected="true"] {
background-image: url("chrome://mozapps/skin/shared/itemSelected.png");
}
extension[disabled="true"] .extension-icon {
opacity: 0.3;
}
.extension-item-name {
font-weight: bold;
}
.extension-icon {
margin-right: 10px;
}
.previewText {
font-size: larger;
font-weight: bold;
color: ThreeDShadow;
text-align: center;
}
extension[itemType="theme"] {
padding: 7px 5px 7px 6px;
}
extension[itemType="theme"] .extension-icon {
margin-right: 3px;
}
.themePreviewArea {
-moz-appearance: listbox;
margin: 10px 10px 5px 5px;
}

View File

@@ -1,54 +0,0 @@
#clientBox {
background-color: #FFFFFF;
color: #000000;
}
#extensionName {
font-size: large;
font-weight: bold;
}
#extensionVersion {
font-weight: bold;
color: #909090;
}
#extensionHomepage {
color: #0000FF;
text-decoration: underline !important;
cursor: pointer;
}
#genericAbout {
padding: 0px 0px 10px 0px;
min-height: 200px;
width: 30em;
}
#groove {
margin-top: 0px;
}
#clientBox {
padding: 10px;
}
#extensionDescription {
color: #404040;
}
#extensionDescription, #extensionContributors, #creatorBox, #contributorsBox {
margin-left: 6px;
}
#extensionCreator, .contributor {
margin: 0px;
}
#extensionCreatorLabel, #extensionContributors {
border-top: 2px solid #C0C0C0;
padding: 2px 0px 3px 0px;
margin-top: 3px;
font-weight: bold;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 430 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 499 B

View File

@@ -1,191 +0,0 @@
#extensionManager {
padding: 0;
}
view {
-moz-appearance: none !important;
-moz-user-focus: normal;
margin: 0;
padding: 0;
}
#extensionsView[state="themes"] {
margin: 8px 8px 3px 8px;
border: 1px solid #bebebe;
}
#extensionsView[state="extensions"] {
margin-bottom: 1px;
border-bottom: 1px solid #bebebe;
}
/* Extension Manager Command Bar */
#commandBar {
padding: 5px 8px 6px 8px;
}
#uninstallButton {
margin: 0px;
-moz-user-focus: ignore;
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
-moz-image-region: rect(0px, 32px, 26px, 0px) !important;
}
#uninstallButton:hover:active {
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
-moz-image-region: rect(26px, 32px, 52px, 0px);
}
#uninstallButton[disabled="true"] {
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
-moz-image-region: rect(52px, 32px, 78px, 0px) !important;
}
#updateButton {
margin: 0px;
-moz-user-focus: ignore;
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
-moz-image-region: rect(0px, 64px, 26px, 32px);
-moz-appearance: none;
}
#updateButton:hover:active {
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
-moz-image-region: rect(26px, 64px, 52px, 32px);
}
#updateButton[disabled="true"] {
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
-moz-image-region: rect(52px, 64px, 78px, 32px) !important;
}
#useThemeButton {
margin: 0px;
-moz-user-focus: ignore;
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
-moz-image-region: rect(0px, 96px, 26px, 64px) !important;
}
#useThemeButton:hover:active {
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
-moz-image-region: rect(26px, 96px, 52px, 64px);
}
#useThemeButton[disabled="true"] {
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
-moz-image-region: rect(52px, 96px, 78px, 64px) !important;
}
#uninstallButton, #updateButton, #useThemeButton {
-moz-appearance: none !important;
width: 32px !important;
max-width: 32px !important;
padding: 0 !important;
margin: 0 !important;
}
.button-text {
display: none;
}
.commandBarSeparator {
width: 3px;
}
#getMore {
color: #0000FF;
text-decoration: underline !important;
cursor: pointer;
text-align: right;
}
/* Extension Buttons (Iconic buttons in each extension item) */
.extension-button {
width: 16px;
height: 16px;
margin: 1px;
}
.extension-button[anonid="options-button"] {
background-image: url("chrome://mozapps/skin/extensions/extensionOptions.png");
}
.extension-button[anonid="about-button"] {
background-image: url("chrome://mozapps/skin/extensions/extensionAbout.png");
}
.extension-button[anonid="homepage-button"] {
background-image: url("chrome://mozapps/skin/extensions/extensionHome.png");
}
/* Extension List Items */
extension[selected="true"] {
background-color: Highlight;
}
extension {
padding: 10px;
min-height: 25px;
border-bottom: 1px dashed #C0C0C0;
margin: 0;
}
extension[odd] {
background-color: #F3F3F3;
}
.extension-icon {
list-style-image: url("chrome://mozapps/skin/extensions/extensionItem.png");
}
extension[disabled="true"] {
color: GrayText;
background-image: none;
}
extension[disabled="true"][selected="true"] {
background-image: url("chrome://mozapps/skin/shared/itemSelected.png");
}
extension[disabled="true"] .extension-icon {
opacity: 0.3;
}
.extension-item-name {
font-weight: bold;
}
.extension-item-description, .extension-item-creator {
color: #505050;
}
.extension-icon {
margin-right: 10px;
}
.previewText {
font-size: larger;
font-weight: bold;
color: #999;
text-align: center;
}
extension[itemType="theme"] {
padding: 7px 5px 7px 6px;
}
extension[itemType="theme"] .extension-icon {
margin-right: 3px;
}
.themePreviewArea {
margin: 8px 8px 3px 0px !important;
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;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

View File

@@ -1,46 +0,0 @@
# ***** 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.

Before

Width:  |  Height:  |  Size: 103 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 B

View File

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

View File

@@ -1,46 +0,0 @@
# ***** 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.

Before

Width:  |  Height:  |  Size: 103 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 B

View File

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

View File

@@ -1,101 +0,0 @@
/*
# -*- 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 {

View File

@@ -1,112 +0,0 @@
/*
# -*- 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 {
-moz-appearance: listbox;
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: -moz-Field;
}
.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;
}
/*
#fileHandlersListContainer {
-moz-binding: url("chrome://mozapps/skin/downloads/downloads.xml#download-view");
-moz-appearance: listbox;
-moz-user-focus: normal;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 849 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -1,21 +0,0 @@
/* Generic RichView */
view {
margin: 10px 10px 5px 10px;
-moz-appearance: listbox;
-moz-user-focus: normal;
}
.richviewInner2 {
background-image: url("chrome://mozapps/skin/shared/viewFader.png");
padding: 0px;
}
.richviewInner1 {
background-color: Window;
background-image: inherit;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom right;
}

View File

@@ -1,22 +0,0 @@
<?xml version="1.0"?>
<bindings id="richviewSkinBindings"
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="richview" extends="chrome://mozapps/content/shared/richview.xml#richview">
<resources>
<stylesheet src="chrome://mozapps/skin/shared/richview.css"/>
</resources>
<content>
<xul:vbox flex="1" class="richviewInner1">
<xul:vbox flex="1" class="richviewInner2">
<children/>
</xul:vbox>
</xul:vbox>
</content>
</binding>
</bindings>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 849 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -1,79 +0,0 @@
/* Found Updates */
#foundList {
-moz-appearance: listbox;
margin: 10px 4px 10px 4px;
}
updateitem {
padding: 5px 0px 5px 5px;
border-bottom: 1px dotted #C0C0C0;
margin-bottom: 5px;
}
.warning {
font-weight: bold;
}
.updateItemIcon {
width: 32px;
height: 32px;
max-width: 32px !important;
max-height: 32px !important;
margin-right: 5px;
}
.updateItemName {
font-weight: bold;
}
.updateItemNameRow {
padding-bottom: 3px;
}
.updateItemURL {
-moz-appearance: none;
border: none;
background-color: Window;
}
.updateItemFromLabel {
padding-top: 2px;
}
.updateItemIcon {
list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png");
}
.updateItemChecked {
margin: 20px 0px 3px 0px;
padding: 0px;
}
.updateItemChecked .checkbox-label-box {
display: none;
}
/* Update Wizard */
#alert {
list-style-image: url("chrome://mozapps/skin/update/warning.gif");
}
/* Inline Update Notifications */
.updateIndicator[updateCount="0"] {
visibility: hidden;
}
.updateIcon {
width: 16px;
height: 16px;
}
.updateIcon[severity="0"] {
background-color: #00FF00;
}
.updateIcon[severity="1"] {
background-color: #0000FF;
}
.updateIcon[severity="2"] {
background-color: #FF0000;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 B

View File

@@ -1,62 +0,0 @@
#xpinstallIcon {
list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallIcon.png");
}
.listbox {
-moz-appearance: listbox;
}
#itemList {
margin: 10px 4px 10px 4px;
}
#dialogContentBox {
padding: 5px;
}
installitem {
padding: 5px 0px 5px 5px;
border-bottom: 1px dotted #C0C0C0;
margin-bottom: 5px;
}
.warning {
font-weight: bold;
}
.xpinstallItemIcon {
width: 32px;
height: 32px;
max-width: 32px !important;
max-height: 32px !important;
margin-right: 5px;
}
.xpinstallItemName {
font-weight: bold;
}
.xpinstallItemSigned {
font-style: italic;
}
.xpinstallItemSigned[signed=false] {
color: #ED1C24;
font-style: normal;
font-weight: bold;
}
.xpinstallItemNameRow {
padding-bottom: 3px;
}
.xpinstallItemURL {
-moz-appearance: none;
border: none;
background-color: Window;
}
.xpinstallItemIcon {
list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png");
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -1,28 +0,0 @@
#
# 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 = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk

View File

@@ -1,148 +0,0 @@
/*
* 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@brianryner.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;
-moz-appearance: none;
border: none !important;
}
.autocomplete-textbox-container {
-moz-appearance: menulist-textfield;
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;
}
/* 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 {
#ifndef XP_MACOSX
-moz-appearance: menulist-button;
#endif
min-width: 17px;
-moz-box-align: center;
-moz-box-pack: center;
border: 2px solid;
-moz-border-top-colors: ThreeDLightShadow ThreeDHighlight;
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
-moz-border-left-colors: ThreeDLightShadow ThreeDHighlight;
background-color: -moz-Dialog;
padding: 1px;
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
}
.autocomplete-history-dropmarker:hover:active,
.autocomplete-history-dropmarker[open="true"] {
-moz-border-top-colors: ThreeDShadow ThreeDFace;
-moz-border-right-colors: ThreeDShadow ThreeDFace;
-moz-border-bottom-colors: ThreeDShadow ThreeDFace;
-moz-border-left-colors: ThreeDShadow ThreeDFace;
padding: 2px 0 0 2px;
}
/* ::::: autocomplete popups ::::: */
popup[type="autocomplete"],
.autocomplete-history-popup {
border-width: 1px;
-moz-border-top-colors: ThreeDDarkShadow;
-moz-border-right-colors: ThreeDDarkShadow;
-moz-border-bottom-colors: ThreeDDarkShadow;
-moz-border-left-colors: ThreeDDarkShadow;
padding: 0;
background-color: -moz-Field !important;
}
.autocomplete-history-popup {
max-height: 180px;
}
/* ::::: 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: 8px;
}
treechildren.autocomplete-treebody::-moz-tree-row(selected) {
background-color: Highlight;
}
treechildren.autocomplete-treebody::-moz-tree-cell-text(selected) {
color: HighlightText !important;
}
/* thunderbird does not use the new autocomplete widget yet so we need a couple of the old styles rules for it */
.autocomplete-treebody::-moz-tree-row(menuactive) {
background-color: Highlight;
}
.autocomplete-treebody::-moz-tree-cell-text(menuactive) {
color: HighlightText !important;
}
/* end of thunderbird required autocomplete rules */
/* ::::: textboxes inside toolbarpaletteitems ::::: */
toolbarpaletteitem > toolbaritem > textbox > hbox > hbox > html|*.textbox-input {
visibility: hidden;
}

View File

@@ -1,5 +0,0 @@
classic.jar:
*+ skin/classic/global/autocomplete.css
+ skin/classic/global/popup.css
+ skin/classic/global/menu.css
+ skin/classic/global/toolbar.css

View File

@@ -1,208 +0,0 @@
/*
* 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)
*
*/
/* ===== menu.css =======================================================
== Styles used by XUL menu-related elements.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: menu/menuitem ::::: */
menu, menuitem {
-moz-appearance: menuitem !important;
-moz-box-align: center;
max-width: 42em;
color: MenuText;
font: menu;
list-style-image: none;
-moz-image-region: auto;
}
menuitem[default="true"] {
font-weight: bold;
}
menu[_moz-menuactive="true"],
menuitem[_moz-menuactive="true"] {
color: HighlightText;
}
menu[disabled="true"],
menuitem[disabled="true"] {
color: GrayText;
}
menubar > menu {
padding: 0px 6px 0px 4px;
}
menubar > menu[_moz-menuactive="true"] {
color: MenuText;
}
menubar > menu[open] {
color: HighlightText;
}
/* ::::: menu/menuitems in menulist popups ::::: */
.menulist-menupopup > menuitem,
menulist > menupopup > menuitem,
.menulist-menupopup > menu,
menulist > menupopup > menu {
padding: 1px 30px 1px 5px;
max-width: none;
font: message-box;
}
/* ..... internal content .... */
.menu-text,
.menu-iconic-left,
.menu-iconic-text {
margin: 0px 2px 0px 0px !important;
color: inherit;
}
.menu-text {
margin-left: 18px !important;
font-weight: inherit;
}
.menu-description {
font-style: italic;
color: GrayText;
margin-left: 1ex !important;
}
.menu-accel,
.menu-iconic-accel {
margin: 0px 2px 0px 7px !important;
padding-right: 14px;
color: inherit;
}
.menu-iconic-left {
width: 16px;
}
.menu-right {
margin: 0px 0px 0px 6px;
width: 8px;
list-style-image: url("chrome://global/skin/menu/Menu-arrow.png");
-moz-image-region: auto;
}
.menu-right[_moz-menuactive="true"] {
list-style-image: url("chrome://global/skin/menu/Menu-arrow-hover.png");
-moz-image-region: auto;
}
.menu-right[disabled="true"] {
list-style-image: url("chrome://global/skin/menu/Menu-arrow-disabled.png");
-moz-image-region: auto;
}
.menubar-left {
margin: 0px 2px 0px 0px;
color: inherit;
}
.menubar-text {
margin: 0px 2px 0px 0px !important;
color: inherit;
}
.menulist-menupopup > menuitem > .menu-iconic-left,
menulist > menupopup > menuitem > .menu-iconic-left,
.menulist-menupopup > menu > .menu-iconic-left,
menulist > menupopup > menu > .menu-iconic-left {
display: none;
}
/* ::::: checkbox menuitem ::::: */
menuitem[checked="true"] {
list-style-image: url("chrome://global/skin/menu/menu-check.gif");
-moz-image-region: auto;
}
menuitem[checked="true"][disabled="true"] {
list-style-image: url("chrome://global/skin/menu/menu-check-disabled.gif");
-moz-image-region: auto;
}
menuitem[checked="true"][_moz-menuactive="true"] {
list-style-image: url("chrome://global/skin/menu/menu-check-hover.gif");
-moz-image-region: auto;
}
/* ::::: radio menuitem ::::: */
menuitem[checked="true"][type="radio"] {
list-style-image: url("chrome://global/skin/menu/menu-radio.gif");
-moz-image-region: auto;
}
menuitem[checked="true"][type="radio"][disabled="true"] {
list-style-image: url("chrome://global/skin/menu/menu-radio-disabled.gif");
-moz-image-region: auto;
}
menuitem[checked="true"][type="radio"][_moz-menuactive="true"] {
list-style-image: url("chrome://global/skin/menu/menu-radio-hover.gif");
-moz-image-region: auto;
}
/* ::::: menuseparator ::::: */
menuseparator {
margin: 2px 3px;
border-top: 1px solid ThreeDShadow;
border-bottom: 1px solid ThreeDHighlight;
}
menulist > menupopup > menuseparator,
.menulist-menupopup > menuseparator {
margin: 2px 0;
border-top: 1px solid #000000;
border-bottom: none;
}
/* ::::: autocomplete ::::: */
.autocomplete-history-popup > menuitem {
max-width: none !important;
font: message-box;
}
/* ::::: tree column picker ::::: */
.treecell-popupcell-menu {
margin-left: -2px;
list-style-image: url("chrome://global/skin/columnselect.gif");
-moz-image-region: auto;
}

View File

@@ -1,66 +0,0 @@
/*
* 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)
*/
/* ===== popup.css ===================================================
== Styles used by the XUL popup element.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: menupopup ::::: */
menupopup, popup {
-moz-appearance: menupopup !important;
min-width: 1px;
}
/* ::::: tooltip ::::: */
tooltip {
-moz-appearance: tooltip;
margin-top: 21px;
padding: 2px 3px;
max-width: 40em;
color: InfoText;
font: message-box;
}
.tooltip-label {
margin: 0px !important;
}
tooltip[titletip="true"] {
/* See bug 32157 comment 128
* margin: -2px 0px 0px -3px;
*/
max-width: none;
}
/* rules for popups associated with menulists */
menulist > menupopup,
.menulist-menupopup {
padding: 0px;
min-width: 0px;
}

View File

@@ -1,119 +0,0 @@
/*
* 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)
*/
/* ===== toolbar.css ====================================================
== Styles used by XUL toolbar-related elements.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: toolbox ::::: */
toolbox {
-moz-appearance: toolbox;
}
/* ::::: menubar & toolbar ::::: */
menubar, toolbar[type="menubar"] {
-moz-appearance: menubar !important;
min-width: 1px;
min-height: 20px;
}
toolbar {
-moz-appearance: toolbar !important;
min-width: 1px;
min-height: 20px;
}
/* in browser.xul, the menubar is inside a toolbar... */
toolbaritem > menubar {
-moz-appearance: none !important;
}
/* ::::: toolbar decorations ::::: */
toolbarseparator {
margin : 2px 0.2em;
border-right : 1px solid ThreeDHighlight;
border-left : 1px solid ThreeDShadow;
width : 2px;
}
toolbarspacer {
width: 15px;
}
/* ::::: toolbarpaletteitem ::::: */
toolbarpaletteitem {
cursor: -moz-grab;
}
.toolbarpaletteitem-box[type="spacer"],
.toolbarpaletteitem-box[type="spring"] {
border: 1px solid #808080;
}
toolbarpaletteitem[place="toolbar"] {
margin-left: -2px;
margin-right: -2px;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
}
toolbarpaletteitem[place="toolbar"] > toolbarspacer {
width: 11px;
}
.toolbarpaletteitem-box[type="spacer"][place="toolbar"],
.toolbarpaletteitem-box[type="spring"][place="toolbar"] {
margin: 2px 2px 2px 0;
}
.toolbarpaletteitem-box[type="separator"][place="palette"] {
width: 2px;
height: 50px;
}
.toolbarpaletteitem-box[type="spacer"][place="palette"],
.toolbarpaletteitem-box[type="spring"][place="palette"] {
margin-bottom: 2px;
width: 50px;
height: 50px;
}
.toolbarpaletteitem-box[type="spring"][place="palette"] {
background: url("chrome://global/skin/toolbar/spacer-mid.gif") no-repeat center;
}
/* ..... drag and drop feedback ..... */
toolbarpaletteitem[dragover="left"] {
border-left-color: #000000;
}
toolbarpaletteitem[dragover="right"] {
border-right-color: #000000;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 B

View File

@@ -1,45 +0,0 @@
# ***** 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):
# Brian Ryner <bryner@brianryner.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.

Before

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

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