Bug #330615 --> thunderbird has been converted over to use winstripe for mozilla\toolkit, so we can now cvs remove the qute theme from toolkit.

This commit is contained in:
scott%scott-macgregor.org 2006-04-25 21:39:35 +00:00
parent 242103d680
commit 6ce70b5a6f
250 changed files with 0 additions and 7834 deletions

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@mozilla.org>
#
# 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

@ -1,88 +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 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 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 ***** */
/* ===== 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");
#alertNotification
{
background-color: transparent;
min-height: 50px;
border: ridge #5486DA 4px;
}
.alertImageBox
{
-moz-margin-start: 4px;
-moz-margin-end: 6px;
min-height: 46px;
background-color: transparent;
}
.alertTitle
{
font-weight: bold;
background-color: transparent;
}
.alertText
{
-moz-margin-end: 6px;
background-color: transparent;
}
.alertText[clickable="true"]
{
cursor: pointer;
color: #1455D6;
}
.alertText[clickable="true"]:hover:active
{
color: #424F63;
}
.alertTextBox
{
-moz-padding-end: 10px;
padding-top: 5px;
}

View File

@ -1,87 +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 Mozilla Communicator client code, released
* March 31, 1998.
*
* The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998-1999
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* 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 ***** */
/* ==== brand.css ===========================================================
== Styles related to branding in the Communicator suite.
========================================================================== */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#navigator-throbber {
-moz-binding: url("chrome://global/content/bindings/button.xml#button-image");
-moz-user-focus: ignore;
-moz-box-align: center;
-moz-box-pack: center;
margin-top: 1px;
margin-bottom: 1px;
-moz-margin-start: 10px;
-moz-margin-end: 2px;
border: 2px solid;
-moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight;
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
-moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight;
-moz-border-radius: 0;
padding: 1px;
min-width: 0;
list-style-image: url("chrome://communicator/skin/brand/throbber-single.gif");
-moz-appearance:none !important;
}
#navigator-throbber:hover:active {
-moz-border-top-colors: ThreeDDarkShadow ThreeDShadow;
-moz-border-right-colors: ThreeDDarkShadow ThreeDHighlight;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDHighlight;
-moz-border-left-colors: ThreeDDarkShadow ThreeDShadow;
}
#navigator-throbber[busy="true"] {
list-style-image: url("chrome://communicator/skin/brand/throbber-anim.gif");
}
#navigator-throbber[buttonstyle="text"],
#navigator-throbber[buttonstyle="pictures"],
#navigator-throbber[toolbarmode="small"] {
margin: 0 5px;
list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif");
}
#navigator-throbber[buttonstyle="text"][busy="true"],
#navigator-throbber[buttonstyle="pictures"][busy="true"],
#navigator-throbber[toolbarmode="small"][busy="true"] {
list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif");
}

View File

@ -1,144 +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 Mozilla Communicator client code, released
* March 31, 1998.
*
* The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998-1999
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* 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 ***** */
/* ==== button.css ==========================================================
== Styles for special buttons in the Communicator suite.
========================================================================== */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: large toolbar buttons ::::: */
.toolbarbutton-1,
.toolbarbutton-1 > .toolbarbutton-menubutton-button {
min-width: 47px;
-moz-box-orient: vertical;
}
.toolbarbutton-1[type="menu-button"] {
-moz-box-orient: horizontal;
}
.toolbarbutton-1,
.toolbarbutton-1 > .toolbarbutton-menubutton-button,
.toolbarbutton-1[disabled="true"]:hover:active {
padding-top: 2px;
padding-bottom: 2px;
-moz-padding-start: 6px;
-moz-padding-end: 7px;
}
.toolbarbutton-1:hover:active,
.toolbarbutton-1[open="true"],
.toolbarbutton-1[buttondown="true"] > .toolbarbutton-menubutton-button {
padding-top: 3px;
padding-bottom: 1px;
-moz-padding-start: 7px;
-moz-padding-end: 6px;
}
.toolbarbutton-1[type="menu-button"],
.toolbarbutton-1[type="menu-button"]:hover:active,
.toolbarbutton-1[type="menu-button"][open="true"] {
padding: 0;
}
.toolbarbutton-1[type="menu"] > .toolbarbutton-menu-dropmarker {
display: none;
}
.toolbarbutton-1[buttonstyle="pictures"],
.toolbarbutton-menubutton-button[buttonstyle="pictures"] {
min-width: 0px;
}
.toolbarbutton-text[buttonstyle="pictures"],
.toolbarbutton-icon[buttonstyle="text"] {
display: none;
}
/* ::::: standard toolbar buttons ::::: */
.button-toolbar {
-moz-user-focus: ignore;
border: 2px solid;
-moz-border-radius: 0;
min-width: 0;
background-color: transparent;
}
.button-toolbar > .button-box {
margin: 0;
padding: 1px 2px;
}
.button-toolbar:hover:active > .button-box {
padding-top: 2px;
padding-bottom: 0px;
-moz-padding-start: 3px;
-moz-padding-end: 1px;
}
.button-toolbar > .button-box > .button-icon,
.button-toolbar > .button-box > .button-text {
-moz-margin-end: 2px;
}
.button-toolbar,
.button-toolbar[disabled="true"]:hover,
.button-toolbar[disabled="true"]:hover:active {
border: 2px solid;
-moz-border-top-colors: transparent ThreeDHighlight;
-moz-border-right-colors: transparent ThreeDShadow;
-moz-border-bottom-colors: transparent ThreeDShadow;
-moz-border-left-colors: transparent ThreeDHighlight;
}
.button-toolbar:hover {
-moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight;
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
-moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight;
}
.button-toolbar:hover:active {
-moz-border-top-colors: ThreeDDarkShadow ThreeDShadow;
-moz-border-right-colors: ThreeDDarkShadow ThreeDHighlight;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDHighlight;
-moz-border-left-colors: ThreeDDarkShadow ThreeDShadow;
}

View File

@ -1,113 +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 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>
*
* 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 ***** */
/* ==== communicator.css ====================================================
== Styles shared everywhere throughout the Communicator suite.
========================================================================== */
@import url("chrome://global/skin/");
@import url("chrome://global/skin/formatting.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.toolbar-primary {
-moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar");
}
toolbar[printpreview="true"] {
-moz-binding: url("chrome://global/content/printPreviewBindings.xml#printpreviewtoolbar");
}
/* ::::: throbber ::::: */
#navigator-throbber {
-moz-appearance: none;
-moz-user-focus: ignore;
margin: 0 !important;
border: none !important;
padding: 0px !important;
min-width: 0;
background-color: transparent;
list-style-image: url("chrome://messenger/skin/icons/throbber.png");
}
#navigator-throbber[busy="true"] {
list-style-image: url("chrome://messenger/skin/icons/throbber.gif");
}
toolbar[iconsize="small"] #navigator-throbber,
toolbar[mode="text"] #navigator-throbber {
list-style-image: url("chrome://messenger/skin/icons/throbber-small.png");
}
toolbar[iconsize="small"] #navigator-throbber[busy="true"],
toolbar[mode="text"] #navigator-throbber[busy="true"] {
list-style-image: url("chrome://messenger/skin/icons/throbber-small.gif");
}
/* ::::: online/offline icons ::::: */
#offline-status {
padding: 0px 2px 0px 2px;
}
#offline-status[offline="true"] {
list-style-image: url("chrome://communicator/skin/icons/offline.png");
}
#offline-status {
list-style-image: url("chrome://communicator/skin/icons/online.png");
}
/* ::::: directional button icons ::::: */
.up {
min-width: 0px;
list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
}
.up[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-up-dis.gif");
}
.down {
min-width: 0px;
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
}
.down[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
}

View File

@ -1,51 +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 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>
*
* 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 ***** */
/* ==== dialogs.css ==================================================
== Styles used by certain dialogs in the Communicator suite.
====================================================================== */
@import url("chrome://communicator/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: turbo confirmation dialog ::::: */
#turboTrayImage {
list-style-image: url("chrome://communicator/skin/icons/turbo-systray.gif");
border: 2px inset ThreeDFace !important;
}

View File

@ -1,68 +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 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>
*
* 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 ***** */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* class for text with a 'link' appearance */
.text-link
{
color : blue;
text-decoration : underline;
border : 1px solid transparent;
}
.text-link:focus
{
color : red;
border : 1px dotted -moz-DialogText;
}
.text-link:hover
{
cursor : pointer;
}
.text-link:hover:active
{
color : red;
}
.text-link[visited="true"]
{
color : purple;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 916 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 896 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 908 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 701 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 434 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 182 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 733 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1002 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 999 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1013 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1008 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1008 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

View File

@ -1,56 +0,0 @@
classic.jar:
% skin communicator classic/1.0 %skin/classic/communicator/
skin/classic/communicator/brand.css
skin/classic/communicator/button.css
skin/classic/communicator/communicator.css
skin/classic/communicator/dialogs.css
skin/classic/communicator/formatting.css
skin/classic/communicator/plugins.css
skin/classic/communicator/prefpanels.css
skin/classic/communicator/smileys.css
skin/classic/communicator/tasksOverlay.css
skin/classic/communicator/alerts/alert.css (alerts/alert.css)
skin/classic/communicator/icons/loading.gif (icons/loading.gif)
skin/classic/communicator/icons/lock-broken.gif (icons/lock-broken.gif)
skin/classic/communicator/icons/lock-insecure.gif (icons/lock-insecure.gif)
skin/classic/communicator/icons/lock-secure.gif (icons/lock-secure.gif)
skin/classic/communicator/icons/offline.png (icons/offline.png)
skin/classic/communicator/icons/online.png (icons/online.png)
skin/classic/communicator/icons/smileys/cool_n.gif (icons/smileys/cool_n.gif)
skin/classic/communicator/icons/smileys/cry_n.gif (icons/smileys/cry_n.gif)
skin/classic/communicator/icons/smileys/embarrassed_n.gif (icons/smileys/embarrassed_n.gif)
skin/classic/communicator/icons/smileys/foot_n.gif (icons/smileys/foot_n.gif)
skin/classic/communicator/icons/smileys/frown_n.gif (icons/smileys/frown_n.gif)
skin/classic/communicator/icons/smileys/innocent_n.gif (icons/smileys/innocent_n.gif)
skin/classic/communicator/icons/smileys/kiss_n.gif (icons/smileys/kiss_n.gif)
skin/classic/communicator/icons/smileys/laughing_n.gif (icons/smileys/laughing_n.gif)
skin/classic/communicator/icons/smileys/money_n.gif (icons/smileys/money_n.gif)
skin/classic/communicator/icons/smileys/sealed_n.gif (icons/smileys/sealed_n.gif)
skin/classic/communicator/icons/smileys/smile_n.gif (icons/smileys/smile_n.gif)
skin/classic/communicator/icons/smileys/smiley-cool.png (icons/smileys/smiley-cool.png)
skin/classic/communicator/icons/smileys/smiley-cry.png (icons/smileys/smiley-cry.png)
skin/classic/communicator/icons/smileys/smiley-embarassed.png (icons/smileys/smiley-embarassed.png)
skin/classic/communicator/icons/smileys/smiley-foot-in-mouth.png (icons/smileys/smiley-foot-in-mouth.png)
skin/classic/communicator/icons/smileys/smiley-frown.png (icons/smileys/smiley-frown.png)
skin/classic/communicator/icons/smileys/smiley-innocent.png (icons/smileys/smiley-innocent.png)
skin/classic/communicator/icons/smileys/smiley-kiss.png (icons/smileys/smiley-kiss.png)
skin/classic/communicator/icons/smileys/smiley-laughing.png (icons/smileys/smiley-laughing.png)
skin/classic/communicator/icons/smileys/smiley-money-mouth.png (icons/smileys/smiley-money-mouth.png)
skin/classic/communicator/icons/smileys/smiley-sealed.png (icons/smileys/smiley-sealed.png)
skin/classic/communicator/icons/smileys/smiley-smile.png (icons/smileys/smiley-smile.png)
skin/classic/communicator/icons/smileys/smiley-surprised.png (icons/smileys/smiley-surprised.png)
skin/classic/communicator/icons/smileys/smiley-tongue-out.png (icons/smileys/smiley-tongue-out.png)
skin/classic/communicator/icons/smileys/smiley-undecided.png (icons/smileys/smiley-undecided.png)
skin/classic/communicator/icons/smileys/smiley-wink.png (icons/smileys/smiley-wink.png)
skin/classic/communicator/icons/smileys/smiley-yell.png (icons/smileys/smiley-yell.png)
skin/classic/communicator/icons/smileys/surprise_n.gif (icons/smileys/surprise_n.gif)
skin/classic/communicator/icons/smileys/tongue_n.gif (icons/smileys/tongue_n.gif)
skin/classic/communicator/icons/smileys/undecided_n.gif (icons/smileys/undecided_n.gif)
skin/classic/communicator/icons/smileys/wink_n.gif (icons/smileys/wink_n.gif)
skin/classic/communicator/icons/smileys/yell_n.gif (icons/smileys/yell_n.gif)
skin/classic/communicator/pref/pref.css (pref/pref.css)
skin/classic/communicator/profile/migrate.gif (profile/migrate.gif)
skin/classic/communicator/profile/profile.css (profile/profile.css)
skin/classic/communicator/profile/profileicon-large.gif (profile/profileicon-large.gif)
skin/classic/communicator/profile/profileManager.css (profile/profileManager.css)
skin/classic/communicator/xpinstall/xpinstall.css (xpinstall/xpinstall.css)

View File

@ -1,122 +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 mozilla.org code.
*
* The Initial Developer of the Original Code is
* the Mozilla Organization.
* Portions created by the Initial Developer are Copyright (C) 1998-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Robert Kaiser <KaiRo@KaiRo.at>
*
* 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 ***** */
/* ===== plugins.css =====================================================
== Styles used by the about:plugins dialog.
======================================================================= */
body {
background-color: -moz-Field;
color: -moz-FieldText;
font: message-box;
}
div#outside {
text-align: justify;
width: 90%;
margin-left: 5%;
margin-right: 5%;
}
div#plugs {
text-align: center;
font-size: xx-large;
font-weight: bold;
}
div#noplugs {
font-size: x-large;
font-weight: bold;
}
div#findmore {
margin-top: 2em;
}
div.plugname {
margin-top: 2em;
margin-bottom: 1em;
font-size: large;
text-align: left;
font-weight: bold;
}
dl {
margin: 0px 0px 3px 0px;
}
table {
background-color: -moz-Dialog;
color: -moz-DialogText;
font: message-box;
text-align: left;
width: 100%;
border: 1px solid ThreeDShadow;
border-spacing: 0px;
}
th {
text-align: center;
background-color: Highlight;
color: HighlightText;
}
th + th,
td + td {
border-left: 1px dotted ThreeDShadow;
}
td {
text-align: left;
border-top: 1px dotted ThreeDShadow;
}
th, td {
padding: 3px;
}
th.type, th.suff {
width: 20%;
}
th.desc {
width: 50%;
}
th.enabled {
width: 10%;
}

View File

@ -1,163 +0,0 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* ***** 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 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 ***** */
@import url("chrome://messenger/skin/");
.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;
}
/*** Styles for the pref category buttons **/
.buttonBox {
margin-top: 0px !important;
margin-bottom: 0px !important;
-moz-margin-start: 0px !important;
-moz-margin-end: 5px !important;
}
.buttonBoxButton {
-moz-appearance: none;
border: 1px solid transparent;
background-color: transparent;
margin-left: 1px;
margin-right: 1px;
list-style-image: url("chrome://messenger/skin/icons/mail-options.png")
}
.buttonBoxButton > .button-box {
border: none !important;
}
.buttonBoxButton > .button-box > .button-icon {
width: 32px;
height: 32px;
}
.buttonBoxButton:hover, .buttonBoxButton:focus {
border: 1px solid;
-moz-border-left-colors: #98B4E2;
-moz-border-top-colors: #98B4E2;
-moz-border-right-colors: #98B4E2;
-moz-border-bottom-colors: #98B4E2;
background-color: #E0E8F6;
}
.buttonBoxButton[checked="true"] {
border: 1px solid;
-moz-border-left-colors: #316AC5;
-moz-border-top-colors: #316AC5;
-moz-border-right-colors: #316AC5;
-moz-border-bottom-colors: #316AC5;
background-color: #C1D2EE;
}
#mailnews {
-moz-image-region: rect(0px, 32px, 32px, 0px)
}
#display {
-moz-image-region: rect(0px, 64px, 32px, 32px)
}
#mailcomposepref {
-moz-image-region: rect(0px, 96px, 32px, 64px)
}
#fonts {
-moz-image-region: rect(0px, 128px, 32px, 96px)
}
#attachments {
-moz-image-region: rect(0px 160px 32px 128px);
}
#advanced {
-moz-image-region: rect(0px, 256px, 32px, 224px)
}
.indent {
margin-left: 23px;
margin-right: 23px;
}
.uniWidthButton {
min-width: 8em;
}
/* :::::: layout preference icons ::::: */
.mailPaneConfigIcon
{
list-style-image : url("chrome://messenger/skin/icons/mailPaneConfig.png");
}
#classic
{
-moz-image-region: rect(0px, 26px, 32px, 0px)
}
#wide
{
-moz-image-region: rect(0px, 52px, 32px, 26px)
}
#vertical
{
-moz-image-region: rect(0px, 78px, 32px, 52px)
}
/** advanced panel settings **/
.settingsBox
{
margin: 5px;
padding: 5px;
}
expander {
margin: 2px;
}

View File

@ -1,87 +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 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>
*
* 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 ***** */
/* ==== prefpanels.css ==================================================
== Styles used by all preference panels in the Communicator suite.
====================================================================== */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: Themes ::::: */
#skinsTree {
height: 80px;
}
*|*.themesLink {
-moz-margin-start: 5px;
text-decoration: underline;
color: blue;
cursor: pointer;
}
*|*.themesLink:active {
color: red;
}
#previewImageContainer {
height: 93px;
padding: 1px;
}
#previewImage {
max-width: 355px;
min-width: 355px;
max-height: 85px;
min-height: 85px;
}
/* ::::: Fonts ::::: */
#sizeVar,
#sizeMono {
width: 4em;
}
.prefpanel-font-list {
-moz-box-flex: 1;
}
/* ::::: Mouse Wheel ::::: */
#mouseWheelMode {
width: 9em;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

View File

@ -1,86 +0,0 @@
/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
*
* ***** 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 Mozilla Communicator client code, released
* March 31, 1998.
*
* The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998-1999
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Ben Goodger <ben@netscape.com>
* Chris Nelson <chrisn@statecollege.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 ***** */
@import url("chrome://global/skin/global.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
window.dialog {
padding: 0;
}
#profiles > listitem {
list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif");
}
#profiles > listitem[rowMigrate="no"] {
list-style-image: url("chrome://communicator/skin/profile/migrate.gif");
}
/* profile selection dialog */
html#intro {
width: 17em;
}
box#managebuttons > button {
min-width: 8em;
}
/* display area */
box#contentarea {
border-top: 2px groove #CCCCCC;
border-bottom: 2px groove #CCCCCC;
padding: 7px;
}
/* top border on status area */
box#wizardButtons {
padding-top: 1px;
padding-bottom: 1px;
}
box.selection {
margin-top: 4px;
}
description.error {
color: #FF0000;
}

View File

@ -1,14 +0,0 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#dialoginfo {
width: 36em;
}
#table-housing {
background-color: white;
height: 100%;
}
#buttons-box {
-moz-margin-start: 1em;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 B

View File

@ -1,169 +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 Mozilla Communicator client code, released
* March 31, 1998.
*
* 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@mozilla.org>
*
* 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 ***** */
/* ==== smileys.css ====================================================
== Style rules to bind smiley image types generated by editor and the mozTxtToHTMLConv
== into skinnable images.
========================================================================== */
/* ::::: we also represent smilies inside of spans ::::: */
span.moz-smiley-s1,
span.moz-smiley-s2,
span.moz-smiley-s3,
span.moz-smiley-s4,
span.moz-smiley-s5,
span.moz-smiley-s6,
span.moz-smiley-s7,
span.moz-smiley-s8,
span.moz-smiley-s9,
span.moz-smiley-s10,
span.moz-smiley-s11,
span.moz-smiley-s12,
span.moz-smiley-s13,
span.moz-smiley-s14,
span.moz-smiley-s15,
span.moz-smiley-s16
{
font-size: 17px;
-moz-padding-start: 20px;
-moz-margin-start: 2px;
margin-top: 2px;
background-repeat: no-repeat;
-moz-user-select: all;
background-position: center center;
}
span.moz-smiley-s1 > span,
span.moz-smiley-s2 > span,
span.moz-smiley-s3 > span,
span.moz-smiley-s4 > span,
span.moz-smiley-s5 > span,
span.moz-smiley-s6 > span,
span.moz-smiley-s7 > span,
span.moz-smiley-s8 > span,
span.moz-smiley-s9 > span,
span.moz-smiley-s10 > span,
span.moz-smiley-s11 > span,
span.moz-smiley-s12 > span,
span.moz-smiley-s13 > span,
span.moz-smiley-s14 > span,
span.moz-smiley-s15 > span,
span.moz-smiley-s16 > span
{
display: none;
}
/* smile */
span.moz-smiley-s1{
background-image: url("chrome://communicator/skin/icons/smileys/smiley-smile.png");
}
/* frown */
span.moz-smiley-s2 {
background-image: url("chrome://communicator/skin/icons/smileys/smiley-frown.png");}
/* wink */
span.moz-smiley-s3 {
background-image: url("chrome://communicator/skin/icons/smileys/smiley-wink.png");
}
/* tongue */
span.moz-smiley-s4 {
background-image: url("chrome://communicator/skin/icons/smileys/smiley-tongue-out.png");
}
/* laughing */
span.moz-smiley-s5 {
background-image: url("chrome://communicator/skin/icons/smileys/smiley-laughing.png");
}
/* embarassed */
span.moz-smiley-s6 {
background-image: url("chrome://communicator/skin/icons/smileys/smiley-embarassed.png");
}
/* undecided */
span.moz-smiley-s7 {
background-image: url("chrome://communicator/skin/icons/smileys/smiley-undecided.png");
}
/* suprise */
span.moz-smiley-s8 {
background-image: url("chrome://communicator/skin/icons/smileys/smiley-surprised.png");
}
/* kiss */
span.moz-smiley-s9 {
background-image: url("chrome://communicator/skin/icons/smileys/smiley-kiss.png");
}
/* yell */
span.moz-smiley-s10 {
background-image: url("chrome://communicator/skin/icons/smileys/smiley-yell.png");
}
/* cool */
span.moz-smiley-s11 {
background-image: url("chrome://communicator/skin/icons/smileys/smiley-cool.png");
}
/* money */
span.moz-smiley-s12 {
background-image: url("chrome://communicator/skin/icons/smileys/smiley-money-mouth.png");
}
/* foot */
span.moz-smiley-s13 {
background-image: url("chrome://communicator/skin/icons/smileys/smiley-foot-in-mouth.png");
}
/* innocent */
span.moz-smiley-s14 {
background-image: url("chrome://communicator/skin/icons/smileys/smiley-innocent.png");
}
/* cry */
span.moz-smiley-s15 {
background-image: url("chrome://communicator/skin/icons/smileys/smiley-cry.png");
}
/* sealed */
span.moz-smiley-s16 {
background-image: url("chrome://communicator/skin/icons/smileys/smiley-sealed.png");
}

View File

@ -1,117 +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 Mozilla Communicator client code, released
* March 31, 1998.
*
* The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998-1999
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* 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 ***** */
/* ==== tasksOverlay.css ================================================
== Styles used by the the overlay which contains tasks related
== content, such as the taskbar and product launcher icons.
====================================================================== */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: communicator product icons ::::: */
.taskbutton {
padding: 1px;
}
.taskbutton:hover:active {
padding-top: 2px;
padding-bottom: 0px;
-moz-padding-start: 2px;
-moz-padding-end: 0px;
}
#mini-nav {
list-style-image: url("chrome://communicator/skin/taskbar/navigator.gif");
}
#mini-nav:hover {
list-style-image: url("chrome://communicator/skin/taskbar/navigator-hov.gif");
}
.icon-navigator16 {
list-style-image: url("chrome://communicator/skin/taskbar/navigator-16.gif");
}
#mini-mail {
list-style-image: url("chrome://communicator/skin/taskbar/mail.gif");
}
#mini-mail:hover {
list-style-image: url("chrome://communicator/skin/taskbar/mail-hov.gif");
}
#mini-mail[BiffState="NewMail"] {
list-style-image: url("chrome://communicator/skin/taskbar/mailnew.gif");
}
#mini-mail[BiffState="NewMail"]:hover {
list-style-image: url("chrome://communicator/skin/taskbar/mailnew-hov.gif");
}
.icon-mail16 {
list-style-image: url("chrome://communicator/skin/taskbar/mail-16.gif");
}
#mini-addr {
list-style-image: url("chrome://communicator/skin/taskbar/addressbook.gif");
}
#mini-addr:hover {
list-style-image: url("chrome://communicator/skin/taskbar/addressbook-hov.gif");
}
.icon-addressbook16 {
list-style-image: url("chrome://communicator/skin/taskbar/addressbook-16.gif");
}
#mini-comp {
list-style-image: url("chrome://communicator/skin/taskbar/composer.gif");
}
#mini-comp:hover {
list-style-image: url("chrome://communicator/skin/taskbar/composer-hov.gif");
}
.icon-composer16 {
list-style-image: url("chrome://communicator/skin/taskbar/composer-16.gif");
}
/* ::::: component bar ::::: */
#component-bar {
-moz-box-align: stretch;
}

View File

@ -1,67 +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 Mozilla Communicator client code.
*
* The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998-1999
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Don Bragg (dbragg@netscape.com) 12/08/1999
* Blake Ross (BlakeR1234@aol.com) 6/12/2000
* Daniel Veditz <dveditz@netscape.com> 2002
*
* 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 ***** */
@import url("chrome://communicator/skin");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#confirmBox {
margin: 1ex;
}
#urlColumn {
-moz-margin-start: 1ex;
}
.confirmSeparator {
height: 1em;
}
.confirmName {
font-weight : bold;
}
.packageName {
font-weight : bold;
}
#alert-image {
margin: 1em;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 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@mozilla.org>
#
# 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: 406 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,46 +0,0 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.up {
min-width: 0px;
list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
}
.up:hover {
list-style-image: url("chrome://global/skin/arrow/arrow-up-hov.gif");
}
.up[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-up-dis.gif");
}
.down {
min-width: 0px;
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
}
.down:hover {
list-style-image: url("chrome://global/skin/arrow/arrow-dn-hov.gif");
}
.down[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
}
.left {
min-width: 0px;
list-style-image: url("chrome://global/skin/arrow/arrow-lft.gif");
}
.left:hover {
list-style-image: url("chrome://global/skin/arrow/arrow-lft-hov.gif");
}
.left[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-lft-dis.gif");
}
.right {
min-width: 0px;
list-style-image: url("chrome://global/skin/arrow/arrow-rit.gif");
}
.right:hover {
list-style-image: url("chrome://global/skin/arrow/arrow-rit-hov.gif");
}
.right[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-rit-dis.gif");
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 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

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: 65 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 B

View File

@ -1,155 +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 Mozilla Communicator client code, released
* March 31, 1998.
*
* The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998-2001
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Joe Hewitt (hewitt@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 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 ***** */
/* ===== 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-top: 1px;
padding-bottom: 1px;
-moz-padding-start: 2px;
-moz-padding-end: 0px;
}
.textbox-input-box {
margin: 0 3px;
-moz-box-align: center;
}
/* ::::: history button ::::: */
.autocomplete-history-dropmarker {
-moz-appearance: menulist-button;
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-top: 2px;
padding-bottom: 0px;
-moz-padding-start: 2px;
-moz-padding-end: 0px;
}
/* ::::: 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 {
-moz-padding-start: 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,37 +0,0 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.tabbrowser-strip {
border-bottom: 1px solid ThreeDShadow;
padding-bottom: 1px;
}
tabpanels {
-moz-appearance: none;
}
.tabbrowser-tabs {
padding-top: 1px;
}
.tabs-left,
.tabs-right {
width: 3px;
}
.tab-icon {
margin-top: 1px;
-moz-margin-end: 3px;
width: 16px;
height: 16px;
list-style-image: url("chrome://global/skin/icons/folder-item.png");
-moz-image-region: rect(0px, 16px, 16px, 0px);
}
tab[busy] > .tab-middle > .tab-icon {
list-style-image: url("chrome://global/skin/icons/Loading.gif");
}
tab[selected="true"] {
font-weight: bold;
}

View File

@ -1,183 +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 Mozilla Communicator client code, released
* March 31, 1998.
*
* The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998-1999
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Joe Hewitt (hewitt@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 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 ***** */
/* ===== 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;
margin: 1px 5px 2px 5px;
min-width: 6.3em;
border: 3px solid;
-moz-border-top-colors: transparent ThreeDHighlight ThreeDLightShadow;
-moz-border-right-colors: transparent ThreeDDarkShadow ThreeDShadow;
-moz-border-bottom-colors: transparent ThreeDDarkShadow ThreeDShadow;
-moz-border-left-colors: transparent ThreeDHighlight ThreeDLightShadow;
background-color: ThreeDFace;
color: ButtonText;
}
.button-box {
border: 1px solid transparent;
padding-top: 1px;
padding-bottom: 2px;
-moz-padding-start: 3px;
-moz-padding-end: 4px;
}
.button-text {
margin: 0 !important;
text-align: center;
}
/* .......... focused state .......... */
button:focus {
-moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight transparent;
-moz-border-right-colors: ThreeDDarkShadow ThreeDDarkShadow ThreeDShadow;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDDarkShadow ThreeDShadow;
-moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight transparent;
}
button:focus > .button-box {
border: 1px dotted ThreeDDarkShadow;
}
/* .......... default state .......... */
button[default="true"] {
-moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight ThreeDLightShadow;
-moz-border-right-colors: ThreeDDarkShadow ThreeDDarkShadow ThreeDShadow;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDDarkShadow ThreeDShadow;
-moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight ThreeDLightShadow;
}
/* .......... active/open/checked state .......... */
button:hover:active,
button[open="true"],
button[checked="true"] {
-moz-border-top-colors: ThreeDDarkShadow ThreeDShadow transparent;
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent;
-moz-border-left-colors: ThreeDDarkShadow ThreeDShadow transparent;
}
button:hover:active > .button-box,
button[open="true"] > .button-box,
button[checked="true"] > .button-box {
padding-top: 2px;
padding-bottom: 1px;
-moz-padding-start: 4px;
-moz-padding-end: 3px;
}
/* .......... disabled state .......... */
button[disabled="true"] {
-moz-border-top-colors: transparent ThreeDHighlight ThreeDLightShadow !important;
-moz-border-right-colors: transparent ThreeDDarkShadow ThreeDShadow !important;
-moz-border-bottom-colors: transparent ThreeDDarkShadow ThreeDShadow !important;
-moz-border-left-colors: transparent ThreeDHighlight ThreeDLightShadow !important;
color: GrayText;
}
button[disabled="true"] > .button-box {
padding-top: 1px !important;
padding-bottom: 2px !important;
-moz-padding-start: 3px !important;
-moz-padding-end: 4px !important;
}
/* ::::: 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;
background-image: url("chrome://global/skin/arrow/arrow-dn.gif");
min-width:5px;
min-height:11px;
}
.button-menu-dropmarker[disabled="true"],
.button-menubutton-dropmarker[disabled="true"] {
background-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
}
.button-menubutton-dropmarker[open="true"] {
margin-top: 2px;
margin-bottom: 0px;
-moz-margin-start: 2px;
-moz-margin-end: 0px;
}
/* ::::: plain buttons ::::: */
button.plain {
border: 0px !important;
margin: 0px !important;
padding: 0px !important;
}
button[type="disclosure"] {
border: 0px !important;
margin: 0px !important;
padding: 0px !important;
-moz-appearance: none;
list-style-image: url("chrome://global/skin/tree/twisty-clsd.png");
min-width: 0px !important;
background-color: transparent;
}
button[type="disclosure"][open="true"] {
list-style-image: url("chrome://global/skin/tree/twisty-open.png");
}

View File

@ -1,115 +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 Mozilla Communicator client code, released
* March 31, 1998.
*
* The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998-1999
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* 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 ***** */
/* ===== 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-box-align: center;
margin: 2px 4px;
padding-top: 1px;
padding-bottom: 1px;
-moz-padding-start: 4px;
-moz-padding-end: 2px;
}
.checkbox-label-box {
-moz-margin-start: 2px;
border: 1px solid transparent;
padding: 0px 1px;
}
.checkbox-icon {
-moz-margin-end: 2px;
}
.checkbox-label {
margin: 0 !important;
}
/* ..... focused state ..... */
checkbox:focus > .checkbox-label-box {
border: 1px dotted ThreeDDarkShadow;
}
/* ..... disabled state ..... */
checkbox[disabled="true"] > .checkbox-check {
background-color: -moz-Dialog;
}
checkbox[disabled="true"] {
color: GrayText !important;
}
/* ::::: checkmark image ::::: */
.checkbox-check {
-moz-appearance: checkbox;
-moz-box-align: center;
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;
min-width: 13px;
min-height: 13px;
background: -moz-Field no-repeat 50% 50%;
}
checkbox:hover:active > .checkbox-check {
background-color: -moz-Dialog;
}
/* ..... checked state ..... */
checkbox[checked="true"] > .checkbox-check {
background-image: url("chrome://global/skin/checkbox/cbox-check.gif");
}
checkbox[checked="true"][disabled="true"] > .checkbox-check {
background-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif") !important
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 B

View File

@ -1,101 +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 Mozilla Communicator client code, released
* March 31, 1998.
*
* The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998-1999
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* 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 ***** */
/* ===== 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: 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: ThreeDFace;
padding: 3px;
}
.colorpicker-button-colorbox {
border: 1px solid #000000;
}
colorpicker[type="button"]:focus {
-moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight;
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
-moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight;
}
colorpicker[type="button"][open="true"] {
-moz-border-top-colors: ThreeDDarkShadow ThreeDShadow;
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
-moz-border-left-colors: ThreeDDarkShadow ThreeDShadow;
}
/* ::::: colorpicker tiles ::::: */
.colorpickertile {
width : 20px;
height : 20px;
margin : 1px;
border-left : 1px solid ThreeDShadow;
border-top : 1px solid ThreeDShadow;
border-right : 1px solid ThreeDHighlight;
border-bottom : 1px solid ThreeDHighlight;
}
.colorpickertile[selected="true"] {
border : 2px outset #C0C0C0;
}
.colorpickertile[hover="true"] {
border : 2px dotted #FFFFFF;
}
.cp-light[hover="true"] {
border : 2px dotted #909090;
}

View File

@ -1,26 +0,0 @@
@import url("chrome://global/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#configTreeBody::-moz-tree-cell-text(user)
{
font-weight: bold;
}
#configTreeBody::-moz-tree-cell-text(locked)
{
font-style: italic;
}
#configTree
{
margin-top: 5px;
margin-bottom: 5px;
}
#filterRow
{
margin-top: 5px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 B

View File

@ -1,183 +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 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>
*
* 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 ***** */
/* ===== 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-top: 3px;
padding-bottom: 3px;
-moz-padding-start: 3px;
-moz-padding-end: 0px;
color: #0000BB;
font-size: larger;
}
.console-dots,
.console-caret {
height: 9px;
}
.console-dots {
background: url("chrome://global/skin/console/console-error-dash.gif") repeat-x top;
}
.console-caret {
width: 7px;
background: url("chrome://global/skin/console/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/Error.png");
}
.console-row[type="warning"] {
list-style-image: url("chrome://global/skin/icons/Warning.png");
}
.console-row[type="message"] {
list-style-image: url("chrome://global/skin/icons/Message.png");
}
/* ::::: toolbars ::::: */
#TextboxEval {
margin: 2px !important;
}
toolbarseparator {
min-height: 1em;
}
/* Toolbar icons */
.toolbarbutton-text {
-moz-margin-start: 4px !important;
}
toolbar#ToolbarMode toolbarbutton {
list-style-image: url("chrome://global/skin/console/Console-toolbar.png");
}
toolbarbutton[observes="Console:modeAll"] {
-moz-image-region: rect(0px, 16px, 16px, 0px);
}
toolbarbutton[observes="Console:modeAll"]:hover,
toolbarbutton[observes="Console:modeAll"][checked="true"] {
-moz-image-region: rect(16px, 16px, 32px, 0px);
}
toolbarbutton[observes="Console:modeErrors"] {
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
toolbarbutton[observes="Console:modeErrors"]:hover,
toolbarbutton[observes="Console:modeErrors"][checked="true"] {
-moz-image-region: rect(16px, 32px, 32px, 16px);
}
toolbarbutton[observes="Console:modeWarnings"] {
-moz-image-region: rect(0px, 48px, 16px, 32px);
}
toolbarbutton[observes="Console:modeWarnings"]:hover,
toolbarbutton[observes="Console:modeWarnings"][checked="true"] {
-moz-image-region: rect(16px, 48px, 32px, 32px);
}
toolbarbutton[observes="Console:modeMessages"] {
-moz-image-region: rect(0px, 64px, 16px, 48px);
}
toolbarbutton[observes="Console:modeMessages"]:hover,
toolbarbutton[observes="Console:modeMessages"][checked="true"] {
-moz-image-region: rect(16px, 64px, 32px, 48px);
}
toolbarbutton[observes="Console:clear"] {
-moz-image-region: rect(0px, 80px, 16px, 64px);
}
toolbarbutton[observes="Console:clear"]:hover,
toolbarbutton[observes="Console:clear"][checked="true"] {
-moz-image-region: rect(16px, 80px, 32px, 64px);
}

View File

@ -1,49 +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 Mozilla Communicator client code, released
March 31, 1998.
The Initial Developer of the Original Code is
Blake Ross.
Portions created by the Initial Developer are Copyright (C) 2002
the Initial Developer. All Rights Reserved.
Contributor(s):
Blake Ross (blaker@netscape.com)
Joe Hewitt (hewitt@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 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 ***** */
window,
dialog {
border: 1px solid ThreeDDarkShadow;
padding: 6px;
}
#instructions {
font-weight: bold;
font-size: larger;
}

View File

@ -1,104 +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 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.
*
* Contributor(s):
* Original Author: Joe Hewitt (hewitt@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 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 ***** */
/* ===== dialog.css =====================================================
== Styles used by the XUL dialog element.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: dialog ::::: */
dialog {
padding-top: 8px;
padding-bottom: 10px;
-moz-padding-start: 8px;
-moz-padding-end: 10px;
}
/* ::::: dialog buttons ::::: */
.dialog-button {
font: menu;
margin-top: 6px;
}
/* ::::: 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;
}
/* ::::: large dialog header ::::: */
.header-large {
-moz-box-orient: vertical;
margin: 0;
border-left: none;
border-right: none;
border-top: none;
-moz-border-bottom-colors: ThreeDHighlight ThreeDShadow;
padding-top: 12px;
padding-bottom: 12px;
-moz-padding-start: 25px;
-moz-padding-end: 5px;
background-color: -moz-Field;
color: -moz-FieldText;
}
.header-large > .dialogheader-title {
font: inherit;
font-weight: bold;
}
.header-large > .dialogheader-description {
-moz-margin-start: 12px !important;
}

View File

@ -1,47 +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 Mozilla Communicator client code, released
* March 31, 1998.
*
* The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998-1999
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* 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 ***** */
.expanderButton {
cursor: pointer !important;
}
.settingsContainer {
padding-top: 3px;
padding-bottom: 5px;
-moz-padding-start: 20px;
-moz-padding-end: 5px;
}

View File

@ -1,86 +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 Mozilla Communicator client code, released
* March 31, 1998.
*
* The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998-2001
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Joe Hewitt (hewitt@netscape.com)
* 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 ***** */
/* ===== 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);
}
/* ::::: button items ::::: */
.up-button {
list-style-image: url("chrome://global/skin/Filepicker.png");
-moz-image-region: rect(0px 16px 16px 0px);
max-width: 36px;
}
.home-button {
list-style-image: url("chrome://global/skin/Filepicker.png");
-moz-image-region: rect(0px 32px 16px 16px);
max-width: 36px;
}
.new-dir-button {
list-style-image: url("chrome://global/skin/Filepicker.png");
-moz-image-region: rect(0px, 48px, 16px, 32px);
max-width: 36px;
}

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