+++ /dev/null
-/* -*- Mode: C; c-basic-offset: 2 -*-
- *
- * The contents of this file are subject to the Netscape Public
- * License Version 1.1 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.mozilla.org/NPL/
- *
- * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- * implied. See the License for the specific language governing
- * rights and limitations under the License.
- *
- * The Original Code is mozilla.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):
- */
-
-treeitem[container="true"][open="true"][loading="true"] > treerow > .treecell-bookmark
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ;
-}
-
-treeitem[status="new"] > treerow > .treecell-bookmark
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ;
-}
-
-treeitem[type="http://home.netscape.com/NC-rdf#Folder"] > treerow > .treecell-bookmark,
-treeitem[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"] > treerow > .treecell-bookmark,
-treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treerow > .treecell-bookmark,
-treeitem[container="true"] > treerow > .treecell-bookmark
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
-}
-
-treeitem[type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > .treecell-bookmark,
-treeitem[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"][open="true"] > treerow > .treecell-bookmark,
-treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > treerow > .treecell-bookmark,
-treeitem[container="true"][open="true"] > treerow > .treecell-bookmark
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
-}
-
-treeitem[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"] > treerow > .treecell-bookmark
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
-}
-
-treeitem[type="http://home.netscape.com/NC-rdf#Bookmark"] > treerow > .treecell-bookmark
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
-}
-
-treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"] > treerow > .treecell-bookmark
-{
- list-style-image: url("chrome://communicator/skin/directory/folder-open.gif");
-}
-
-treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] > treerow > .treecell-bookmark
-{
- list-style-image: url("chrome://communicator/skin/directory/folder-closed.gif");
-}
-
-treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"] > treerow > .treecell-bookmark
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/article.gif");
-}
-
-treeitem > treerow > .treecell-bookmark {
- list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
-}
-
-#navprintplus
-{
- display:none !important;
-}
-
-
-/* Style rules below currently do only apply to bookmark window "file" menubutton */
-
-/**
- * Style rules for bookmarks tree items. Ideally this would be usage agnostic, but
- * there's window/panel specific cruft in here too.
- **/
- .treecell-bookmark
- {
- list-style-image : inherit;
- }
-
- .treeitem-bookmark
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
- }
-
- .treeitem-bookmark[menuactive="true"]
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif");
- }
-
- .treeitem-bookmark[container="true"][open="true"][loading="true"]
- {
- list-style-image : url("chrome://global/skin/loading.gif") ! important ;
- }
-
- .treeitem-bookmark[status="new"]
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item-updated.gif") ! important ;
- }
-
- .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#Folder"],
- .treeitem-bookmark[container="true"]
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
- }
-
- .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#Folder"][menuactive="true"],
- .treeitem-bookmark[container="true"][menuactive="true"]
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
- }
-
- .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#Folder"][open="true"],
- .treeitem-bookmark[container="true"][open="true"]
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
- }
-
- .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#Folder"][open="true"][menuactive="true"],
- .treeitem-bookmark[container="true"][open="true"][menuactive="true"]
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
- }
-
- .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"]
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/personal-folder-closed.gif") !important;
- }
-
- .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][menuactive="true"]
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/personal-folder-closed-sel.gif") !important;
- }
-
- .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"]
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/personal-folder-open.gif") !important;
- }
-
- .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"][menuactive="true"]
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/personal-folder-open-sel.gif") !important;
- }
-
- .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"],
- .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#Bookmark"]
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
- }
-
-/**
- * XXX - need to create some different icons for file system objects
- **/
- .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"]
- {
- list-style-image : url("chrome://communicator/skin/directory/file-folder-open.gif");
- }
-
- .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"]
- {
- list-style-image : url("chrome://communicator/skin/directory/file-folder-closed.gif");
- }
-
- .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#FileSystemObject"]
- {
- list-style-image : url("chrome://communicator/skin/directory/file-icon.gif");
- }
-
-/**
- * Bookmarks tree
- **/
- .bookmarks-panel-tree, .bookmarks-panel-tree > .tree-container-treerows
- {
- border : none;
- }
-
- #bookmarksTree
- {
- border-top : none;
- border-bottom : none;
- }
+++ /dev/null
-/* -*- Mode: C; c-basic-offset: 2 -*-
- *
- * The contents of this file are subject to the Netscape Public
- * License Version 1.1 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.mozilla.org/NPL/
- *
- * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- * implied. See the License for the specific language governing
- * rights and limitations under the License.
- *
- * The Original Code is mozilla.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):
- */
-
-.bookmark-item
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
- cursor : pointer;
- }
-
-.bookmark-item[menuactive="true"]
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif");
- }
-
-.bookmark-item[container="true"]
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
- }
-
-.bookmark-item[container="true"] > box > text
- {
- max-width: 8em;
- }
-
-.bookmark-item[container="true"][menuactive="true"]
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
- }
-
-.bookmark-item[container="true"][open="true"]
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
- }
-
-.bookmark-item[container="true"][open="true"][menuactive="true"]
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
- }
-
-
-.bookmark-item[container="true"][open="true"][loading="true"]
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ;
-}
-
-.bookmark-item[status="new"]
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ;
-}
-
-/*
-.bookmark-item[type="http://home.netscape.com/NC-rdf#Folder"],
-.bookmark-item[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"],
-.bookmark-item[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"]
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
-}
-
-.bookmark-item[type="http://home.netscape.com/NC-rdf#Folder"][open="true"],
-.bookmark-item[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"][open="true"],
-.bookmark-item[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"],
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
-}
-
-.bookmark-item[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"]
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
-}
-
-.bookmark-item[type="http://home.netscape.com/NC-rdf#Bookmark"]
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
-}
-*/
-
-.bookmark-item[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"]
-{
- list-style-image: url("chrome://communicator/skin/directory/folder-open.gif");
-}
-
-.bookmark-item[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"]
-{
- list-style-image: url("chrome://communicator/skin/directory/folder-closed.gif");
-}
-
-.bookmark-item[type="http://home.netscape.com/NC-rdf#FileSystemObject"]
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/article.gif");
-}
-
-/*
-.bookmark-item > treerow > .treecell-bookmark {
- list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
-}
-
-#navprintplus
-{
- display:none !important;
-}
-
-*/
+++ /dev/null
-@import url(chrome://communicator/skin/bookmarks/bookmarks.css);
-
-/**
- * Bookmark toolbar buttons
- **/
-
-/*
- .button-toolbar.bookmark-item,
- .button-toolbar.bookmark-item:hover,
- .button-toolbar.bookmark-item:hover:active,
- .button-toolbar.bookmark-item > .button-internal-box,
- .button-toolbar.bookmark-item:hover > .button-internal-box,
- .button-toolbar.bookmark-item:hover:active > .button-internal-box,
- .button-toolbar.bookmark-item
- > .menubutton-toolbar-single-internal-box,
- .button-toolbar.bookmark-item:hover
- > .menubutton-toolbar-single-internal-box,
- .button-toolbar.bookmark-item:hover:active
- > .menubutton-toolbar-single-internal-box
- {
- border : none !important;
- }
-*/
-
- .bookmark-item.button-toolbar[container="true"],
- .bookmark-item.button-toolbar[container="true"]:hover,
- .bookmark-item.button-toolbar[container="true"]:hover:active
- {
- cursor : default;
- background-color : transparent;
- color : inherit;
- text-decoration : none;
- }
-
- .bookmark-item.button-toolbar
- {
- cursor : pointer;
- }
-
- .bookmark-item > .menubutton-toolbar-single-internal-box > .menubutton-toolbar-single-dropmarker
- {
- display : none;
- }
-
- .button-toolbar.bookmark-item
- {
- max-width : 10em;
- }
-
- .button-toolbar.bookmark-item > .menubutton-toolbar-single-internal-box
- > .menubutton-toolbar-single-text
- {
- max-width : 8em !important;
- }
-
-/*
- .bookmark-item.button-toolbar:hover
- {
- color : #0000FF;
- text-decoration : underline;
- }
-
- .bookmark-item.button-toolbar:hover:active
- {
- background-color : transparent;
- color : #FF0000;
- text-decoration : underline;
- }
-*/
-
- /* drag and drop feedback */
- .bookmark-item.button-toolbar[dragover-left="true"]
- {
- margin-left : 0px;
- border-left : 2px solid #336699;
- }
-
- .bookmark-item.button-toolbar[dragover-right="true"]
- {
- margin-right : 0px;
- border-right : 2px solid #336699;
- }
-
- .menubutton-toolbar-single-text[dragover-top="true"]
- {
- background-color : #336699;
- color : #CCD0DD;
- }
-
+++ /dev/null
-/* -*- Mode: C; c-basic-offset: 2 -*-
- *
- * The contents of this file are subject to the Netscape Public
- * License Version 1.1 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.mozilla.org/NPL/
- *
- * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- * implied. See the License for the specific language governing
- * rights and limitations under the License.
- *
- * The Original Code is mozilla.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):
- * Ben Goodger <ben@netscape.com>
- * Josh Soref <timeless@mac.com>
- */
-
-@import url(chrome://communicator/skin/bookmarks/bookmarks.css);
-@import url(chrome://communicator/skin/bookmarks/platformBookmarks.css);
-
-/**
- * XXX - disable print plus. This needs to go into ns/!!!
- */
- #navprintplus
- {
- display : none !important;
- }
-
- #status-bar
- {
- height : 1em;
- }
-
- #notification-icon
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/notification.gif");
- }
-
- #schedule-icon
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/schedule.gif");
- }
-
+++ /dev/null
-/**
- * Bookmarks tree
- **/
-
-/*
- .bookmarks-window-tree
- {
- border-top : 1px solid ThreeDDarkShadow !important;
- border-bottom : 1px solid ThreeDFace;
- border-left : 1px solid ThreeDShadow;
- border-right : 1px solid ThreeDHighlight;
- }
-*/
-
- .bookmarks-window-tree > .tree-container-treerows
- {
- border-left : 1px solid #666699;
- border-right : 1px solid #666699;
- }
-
- .bookmarks-panel-tree, .bookmarks-panel-tree > .tree-container-treerows
- {
- border : none;
- }
-
- #panel-bar
- {
- border-top : 1px solid #666699;
- border-bottom : 1px solid #666699;
- }
-
-
+++ /dev/null
-#navigator-throbber
- {
- list-style-image : url("chrome://global/skin/animthrob_single.gif");
- min-width : 36px;
- min-height : 36px;
- -moz-box-align : center; /* We're in a hbox */
- padding : 1px;
- margin : 2px 4px 2px 1px;
- border : none;
- cursor : pointer;
- }
-
-#navigator-throbber[busy="true"]
- {
- list-style-image : url("chrome://global/skin/animthrob.gif");
- }
-
-#navigator-throbber:hover:active
- {
- padding : 2px 0px 0px 2px;
- }
-
-#navigator-throbber > .button-internal-box
- {
- border : 1px solid transparent;
- padding : 0px;
- }
-
-#navigator-throbber:hover > .button-internal-box
- {
- border : 1px outset #CCD0DD;
- }
-
-#navigator-throbber:hover:active > .button-internal-box
- {
- border : 1px inset #CCD0DD;
- }
-
-#navigator-throbber > .button-internal-box > .button-text-container
- {
- display : none;
- }
+++ /dev/null
-
-/** Standard toolbar buttons
- * class="button-toolbar"
- **/
- .button-toolbar
- {
- border : none;
- margin : 0px;
- -moz-border-radius : 0px;
- color : black;
- padding : 0px;
-# font : 3mm arial;
- max-width : 10em;
- }
-
- .button-toolbar[toggled="true"]
- {
-/* background-color : #EEEEEE; */
- }
-
- .button-toolbar[disabled="true"],
- .button-toolbar[disabled="true"]:hover,
- .button-toolbar[disabled="true"]:hover:active
- {
- color : #9999CC;
- }
-
- .button-toolbar > .button-internal-box
- {
- border : 1px solid transparent;
- padding : 1px 2px 1px 2px;
- }
-
- .button-toolbar:hover > .button-internal-box
- {
- border : 1px outset #CCD0DD;
- padding : 1px 2px 1px 2px;
- }
-
- .button-toolbar:hover:active > .button-internal-box
- {
- border : 1px inset #CCD0DD;
- padding : 2px 1px 0px 3px;
- }
-
- .button-toolbar[disabled="true"]:hover:active > .button-internal-box
- {
- border : 1px solid transparent;
- padding : 1px 2px 1px 2px;
- }
-
- .button-toolbar:hover:active[home-dragover="true"] > .button-internal-box
- {
- border : 1px outset #CCD0DD;
- padding : 1px 2px 1px 2px;
- }
-
- .button-toolbar > .button-internal-box > .button-text-container
- {
- padding : 0px;
- margin : 0px;
- }
-
- .button-toolbar > .button-internal-box > .button-text-container > .button-text
- {
- padding : 0px;
- padding-left : 1px;
- margin : 0px;
- }
-
-/** The largest type of toolbar buttons. In the Seamonkey implementation,
- * these are only used in the navigation toolbar in the navigator package.
- **/
-
- /* outer frame */
- .button-toolbar-1
- {
- background-color : transparent;
- color : #000000;
- min-width : 36px;
- min-height : 36px;
- margin : 0px;
- padding : 0px;
- font-size : smaller;
- border : none;
- }
-
-/* internal frame */
- .button-toolbar-1[disabled="true"] > .button-internal-box,
- .button-toolbar-1[disabled="true"]:hover > .button-internal-box,
- .button-toolbar-1[disabled="true"]:hover:active > .button-internal-box
- {
- border : 1px solid transparent;
- padding : 1px;
- }
-
- .button-toolbar-1 > .button-internal-box
- {
- border : 1px solid transparent;
- -moz-box-align : center;
- }
-
- .button-toolbar-1:hover > .button-internal-box
- {
- border : 1px outset #CCD0DD;
- -moz-box-align : center;
- }
-
- .button-toolbar-1:hover:active > .button-internal-box
- {
- border : 1px inset #CCD0DD;
- -moz-box-align : center;
- padding : 2px 0px 0px 2px;
- }
-
- .button-toolbar-1 > .button-internal-box > .button-text-container
- {
- display : none;
- -moz-box-pack : center;
- }
-
-/** Styles for the standard 'large' toolbar button, these buttons are used for
- * toolbar buttons that are the most commonly used elements on a toolbar, e.g.
- * 'GetMsg' in Mailnews or 'Send' in Mail/Compose.
- **/
- .button-toolbar-2
- {
- background-color : transparent;
- color : #000000;
- min-width : 32px;
- min-height : 32px;
- margin : 0px;
- padding : 0px;
- font-size : smaller;
- border : none;
- }
-
-/* internal frame */
- .button-toolbar-2 > .button-internal-box
- {
- border : 1px solid transparent;
- padding : 1px;
- -moz-box-align : center;
- }
-
- .button-toolbar-2:hover > .button-internal-box
- {
- padding : 1px;
- border : 1px outset #CCD0DD;
- }
-
- .button-toolbar-2:hover:active > .button-internal-box
- {
- padding : 2px 0px 0px 2px;
- border : 1px inset #CCD0DD;
- }
-
- .button-toolbar-2[disabled="true"] > .button-internal-box,
- .button-toolbar-2[disabled="true"]:hover > .button-internal-box,
- .button-toolbar-2[disabled="true"]:hover:active > .button-internal-box
- {
- padding : 1px;
- border : 1px solid transparent;
- }
-
-/* text wrapper frame */
- .button-toolbar-2 > .button-internal-box > .button-text-container
- {
- padding-top : 3px;
- -moz-box-pack : center;
- }
-
-
-/** "Green" buttons, e.g. "Search"
- * class="button-toolbar-3"
- **/
-
- .button-toolbar-3
- {
- margin : 0px;
- font-weight : bold;
- background-color : #9999CC;
- border : none
- }
-
- .button-toolbar-3[disabled="true"],
- .button-toolbar-3[disabled="true"]:hover,
- .button-toolbar-3[disabled="true"]:hover:active
- {
- border : none;
- color : #CCCCCC;
- }
-
- .button-toolbar-3 > .button-internal-box,
- {
- border : 1px outset #9999CC;
- padding : 1px;
- }
-
- .button-toolbar-3:hover:active > .button-internal-box,
- {
- border : 1px inset #9999CC;
- padding : 2px 0px 0px 2px;
- }
-
-/** Expanding Region Button **/
-
-/* outer frame */
- button.expander
- {
- border : none;
- padding : none;
-/* margin : 1px 5px 3px 1px; */
- background-color : inherit;
- list-style-image : url("chrome://global/skin/closedtwisty.gif");
- }
-
- button[open="true"].expander
- {
- list-style-image : url("chrome://global/skin/opentwisty.gif");
- }
-
-/* internal frame */
- button.expander > .button-internal-box
- {
- border : none;
- background-color : inherit;
- padding : none;
- margin : none;
- }
-
-/* text frame */
- button.expander > .button-internal-box > .button-text-container > .button-text
- {
- color : #0000FF;
- text-decoration : underline;
- }
-
- button.expander:hover > .button-internal-box > .button-text-container > .button-text
- {
- color : #FF0000;
- }
-
-/**
- * button styles for taskbar, sidebar headers, etc.
- **/
-.button-toolbar-4
- {
- color : #CCCCFF;
- background : inherit;
- font : inherit;
- border : none;
- padding : 1px;
- margin : 0px;
- }
-
-.button-toolbar-4:hover
- {
- text-decoration : none;
- background-color : #9999CC;
- }
-
-.button-toolbar-4:hover:active
- {
- text-decoration : none;
- color : #000000;
- background-color : #CCCCFF;
- }
-
-menubutton.button-toolbar-4
- {
- -moz-binding : url("chrome://global/content/bindings/menubutton.xml#menubutton-single-right");
- }
-
-.button-toolbar-4 > .menubutton-internal-box > .menubutton-single-icon
- {
- list-style-image : url(chrome://global/skin/mb-single-arrow.gif);
- margin-left : 4px;
- }
-
-.button-toolbar-4 > .button-internal-box,
-.button-toolbar-4 > .menubutton-internal-box,
-.button-toolbar-4:hover:active > .button-internal-box,
-.button-toolbar-4 > .button-internal-box:hover:active
- {
- border : none;
- padding : 0px;
- padding-left : 2px;
- }
+++ /dev/null
-/** this should only contain XUL dialog and document window widget defaults. Defaults for widgets of\r
- a particular application should be in that application's style sheet.\r
- For example style definitions for navigator can be found in navigator.css\r
-\r
- THIS FILE IS LOCKED DOWN. YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT FIRST HAVING YOUR\r
- CHANGES REVIEWED BY hyatt@netscape.com.\r
-**/\r
-\r
-@import url(chrome://global/skin/);\r
-\r
-@import url(chrome://communicator/skin/box.css);\r
-@import url(chrome://communicator/skin/toolbar.css);\r
-@import url(chrome://communicator/skin/button.css);\r
-@import url(chrome://communicator/skin/brand.css);\r
-@import url(chrome://communicator/skin/menu.css);\r
-@import url(chrome://communicator/skin/menubutton.css);\r
-@import url(chrome://communicator/skin/splitter.css);\r
-@import url(chrome://communicator/skin/formatting.css);\r
-@import url(chrome://communicator/skin/prefpanels.css);\r
-\r
-\r
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */\r
-@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */\r
-\r
-#offline-status[offline="true"]\r
- {\r
- list-style-image: url("chrome://communicator/skin/offline.gif");\r
- }\r
-\r
-#offline-status\r
- {\r
- list-style-image: url("chrome://communicator/skin/online.gif");\r
- }\r
-\r
-.up {\r
- list-style-image:url("chrome://global/skin/scroll-up.gif");\r
- min-width: 0px;\r
-}\r
-\r
-.up[disabled="true"] {\r
- list-style-image:url("chrome://global/skin/scroll-up-disabled.gif");\r
-}\r
-\r
-.down {\r
- min-width: 0px;\r
- list-style-image:url("chrome://global/skin/scroll-down.gif");\r
-}\r
-\r
-.down[disabled="true"] {\r
- list-style-image:url("chrome://global/skin/scroll-down-disabled.gif");\r
-}
\ No newline at end of file
+++ /dev/null
-/**
- * Small Dialog Header (without icon)
- **/
-.box-smallheader
- {
- -moz-binding : url(chrome://communicator/content/dialogBindings.xml#smallheader);
- border : 1px inset #CCD0DD;
- margin : 0px 5px 6px 5px;
- }
-
-.toolbar-primary
- {
- padding : 0px 0px 3px 0px;
- min-height : 0px;
- }
-
-.box-smallheader-left
- {
- font-size : larger;
- font-weight : bold;
- color : #FFFFFF;
- padding-left : 6px;
- }
-
-.box-smallheader-right
- {
- color : #FFFFFF;
- padding-right : 6px;
- }
-
-.box-smallheader > .toolbar-primary
- {
- background-color : #666699;
- -moz-box-align : center;
- padding-top : 3px;
- }
-
-/**
- * Large Dialog Header (with icon)
- **/
-.box-header
- {
- -moz-binding : url(chrome://communicator/content/dialogBindings.xml#largeheader);
- }
-
-.box-header-header
- {
- padding : 0px 0px 4px 5px;
- min-height : 34px;
- }
-
-.box-header-text-box
- {
- -moz-box-align : center;
- }
-
-.box-header-text
- {
- color : white;
- font-size : large;
- font-weight : bold;
- text-decoration : underline;
- }
-
-.box-header-icon-box
- {
- -moz-box-align : center;
- }
-
-.box-header-circle
- {
- background-color : transparent;
- min-width : 28px;
- margin : 1px 7px 1px 1px;
- height : 28px;
- width : 28px;
- }
-
-/**
- * Dialog status line (blue) including progress area
- **/
-.box-status
- {
- -moz-binding : url(chrome://communicator/content/dialogBindings.xml#status);
- }
-
-.box-status-bg
- {
- padding : 1px 5px 1px 5px;
- min-height : 0px ! important;
- }
-
-.box-status-text, .box-status-progress
- {
- color : #9999cc ! important;
- }
-
-
-/**
- * Utility classes for use when combined headers/footers are used
- **/
-/* display area framed container */
-#contentarea
- {
- border-top : 2px groove #CCD0DD;
- border-bottom : 2px groove #CCD0DD;
- padding : 7px;
- }
-
-/* top border on status area */
-#wizardButtons
- {
- border-bottom : 1px outset #CCD0DD;
- padding-top : 1px;
- padding-bottom : 1px;
- }
+++ /dev/null
-/* -*- Mode: C; c-basic-offset: 2 -*-
- *
- * The contents of this file are subject to the Netscape Public
- * License Version 1.1 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.mozilla.org/NPL/
- *
- * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- * implied. See the License for the specific language governing
- * rights and limitations under the License.
- *
- * The Original Code is mozilla.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):
- */
-
-/*
-
- Style rules specific to the directory listing window.
-
-*/
-
-/* Hide twisty for files */
-.treecell-indent[type="FILE"] > .tree-cell-twisty
- {
- list-style-image : none;
- }
-
-.treecell-filename
- {
- list-style-image : url("chrome://communicator/skin/directory/file-icon.gif");
- }
-
-treeitem[selected="true"] > treerow > .treecell-filename
- {
- list-style-image : url("chrome://communicator/skin/directory/file-icon-sel.gif");
- }
-
-treeitem[container="true"] > treerow > .treecell-filename
- {
- list-style-image : url("chrome://communicator/skin/directory/file-folder-closed.gif");
- }
-treeitem[container="true"][selected="true"] > treerow > .treecell-filename
- {
- list-style-image : url("chrome://communicator/skin/directory/file-folder-closed-sel.gif");
- }
-
-treeitem[container="true"][open="true"] > treerow > .treecell-filename
- {
- list-style-image : url("chrome://communicator/skin/directory/file-folder-open.gif");
- }
-treeitem[container="true"][open="true"][selected="true"] > treerow > .treecell-filename
- {
- list-style-image : url("chrome://communicator/skin/directory/file-folder-open-sel.gif");
- }
-
-
-/* Show an animated icon when a directory/symlink is loading */
-treeitem[type="SYMBOLIC-LINK"][loading="true"] > treerow > .treecell-filename > .tree-cell-twisty,
-treeitem[type="DIRECTORY"][loading="true"] > treerow > treecell > .tree-cell-twisty
- {
- list-style-image : url("chrome://global/skin/loading.gif");
- }
-
-/* Italicize a symbolic link and make it look like a link (it can be a dir or link) */
-.treecell-filename[type="SYMBOLIC-LINK"]
- {
- color : inherit;
- text-decoration : inherit;
- font-style : italic;
- }
-
-treerow
- {
- min-height : 19px;
- }
-
-/**
- * This fixes a bug. As you scroll down in a tree the computed column width
- * can change. That would make the columns shift durning scrolling.
- * So we give them inital preferred widths so they aren't computed.
- */
-#FilenameColumn {
- width: 100px;
-}
-
-#ContentLengthColumn {
- width: 100px;
-}
-
-#LastModColumn {
- width: 100px;
-}
-
+++ /dev/null
-\r
-/* class for text with a 'link' appearance */\r
-.text-link\r
- {\r
- color : #666699;\r
- text-decoration : underline;\r
- }\r
- \r
-.text-link:hover\r
- {\r
- color : #333366;\r
- } \r
- \r
-.text-link:hover:active\r
- {\r
- color : #990000;\r
- }
\ No newline at end of file
+++ /dev/null
-box#taskbarMenuBox > menubutton\r
- {\r
- list-style-image : url("chrome://global/skin/statusbar-arrow-up.gif");\r
- }\r
-\r
-box#taskbarGotoMenuBox > menubutton\r
- {\r
- list-style-image : url("chrome://global/skin/statusbar-arrow-up.gif");\r
- }\r
+++ /dev/null
-
-/** Styles applying to items in a button-toolbar-3 style menu
- * menuitem class="button-toolbar-3"
- **/
- .button-toolbar-3 > .menubutton-icon-internal-box
- {
- border : 1px outset #9999CC;
- }
-
- .button-toolbar-3[open="true"] > .menubutton-icon-internal-box,
- .button-toolbar-3:hover:active > .menubutton-icon-internal-box
- {
- border : 1px inset #9999CC;
- }
-
- menupopup.button-toolbar-3
- {
- border : none;
- }
-
- menuitem.button-toolbar-3
- {
- font-weight : normal;
- }
-
- .button-toolbar-3[menuactive="true"]
- {
- background-color : #666699;
- color : #FFFFFF;
- font-weight : normal;
- }
-
-/** menubuttons on generic grey toolbars
- * class="button-toolbar"
- **/
- .button-toolbar > .menubutton-internal-box
- {
- border : 1px solid transparent;
- padding : 1px 2px 1px 2px;
- }
-
-
- .button-toolbar:hover > .menubutton-internal-box
- {
- border : 1px outset #CCD0DD;
- padding : 1px 2px 1px 2px;
- }
-
- .button-toolbar[open="true"] > .menubutton-internal-box,
- .button-toolbar[open="true"] > .button-internal-box,
- .button-toolbar:hover:active > .menubutton-internal-box
- {
- border : 1px inset #CCD0DD;
- padding : 2px 1px 0px 3px;
- }
-
-/**
- * Navigation bar style menubuttons
- **/
-
-
-/* This is really a hack to deal with buggy :hover - but it's now in toolkit (see below, taken from classic) */
-
-/**
- * XXX - this is a hack. :hover does not work to spec and so we're using a binding
- * with JS that lives in xpfe/global/resources/content/menulistBindings.xml
- * to set attributes on various parts of the button when mouse down/over
- * events fire. When :hover works correctly, this can be removed (see
- * revision 1.21 of this file for details.
- */
-
-
-.menubutton-dual.top
- {
- -moz-binding : url("chrome://global/content/bindings/menubutton.xml#menubutton-dual-ex");
-/* -moz-user-focus : ignore !important; */
- }
-
-.menubutton-dual.left
- {
- -moz-binding : url("chrome://global/content/bindings/menubutton.xml#menubutton-dual-ex-left");
-/* -moz-user-focus : none !important; */
- }
-
-
-
-.menubutton-dual
- {
- font-size : smaller;
- }
-
-.menubutton-dual-ex-button > .button-internal-box > .button-text-container
- {
- padding-top : 3px;
- -moz-box-pack : center;
- }
-
-
-
-.menubutton-dual > .menubutton-dual-ex-button > .button-internal-box
- {
- border : 1px solid transparent;
- padding : 1px;
- }
-
-.menubutton-dual-ex-button
- {
- margin : 0px;
- }
-
-.menubutton-dual:hover > .menubutton-dual-ex-button > .button-internal-box,
-.menubutton-dual[buttonover="true"] > .menubutton-dual-ex-button > .button-internal-box
- {
- border : 1px outset #CCD0DD;
- padding : 1px;
- }
-
-.menubutton-dual:hover:active > .menubutton-dual-ex-button > .button-internal-box,
-.menubutton-dual[open="true"] > .menubutton-dual-ex-button > .button-internal-box,
-.menubutton-dual > .menubutton-dual-ex-button:hover:active > .button-internal-box
- {
- border : 1px inset #CCD0DD;
- padding : 2px 0px 0px 2px;
- }
-
-
-.menubutton-dual[disabled="true"] > .menubutton-dual-ex-button > .button-internal-box,
-.menubutton-dual[disabled="true"]:hover:active > .menubutton-dual-ex-button > .button-internal-box,
-.menubutton-dual[disabled="true"][open="true"] > .menubutton-dual-ex-button > .button-internal-box,
-.menubutton-dual[disabled="true"][buttonover="true"] > .menubutton-dual-ex-button > .button-internal-box,
-.menubutton-dual[disabled="true"] > .menubutton-dual-ex-button:hover:active > .button-internal-box
- {
- border : 1px solid transparent;
- padding : 1px;
- }
-
-
-
-.menubutton-dual > .menubutton-dual-dropmarker-box
- {
- border : 1px solid transparent;
- padding : 1px;
- }
-
-.menubutton-dual-ex:hover > .menubutton-dual-dropmarker-box,
-.menubutton-dual:hover > .menubutton-dual-dropmarker-box,
-.menubutton-dual > .menubutton-dual-dropmarker-box:hover,
-.menubutton-dual[buttonover="true"] > .menubutton-dual-dropmarker-box
- {
- border : 1px outset #CCD0DD;
- padding : 1px;
- }
-
-.menubutton-dual:hover:active > .menubutton-dual-dropmarker-box,
-.menubutton-dual[open="true"] > .menubutton-dual-dropmarker-box
- {
- border : 1px inset #CCD0DD;
- padding : 2px 0px 0px 2px;
- }
-
-
-.menubutton-dual[disabled="true"] > .menubutton-dual-dropmarker-box,
-.menubutton-dual[disabled="true"]:hover:active > .menubutton-dual-dropmarker-box,
-.menubutton-dual[disabled="true"][open="true"] > .menubutton-dual-dropmarker-box,
-.menubutton-dual[disabled="true"][buttonover="true"] > .menubutton-dual-dropmarker-box
- {
- border : 1px solid transparent;
- padding : 1px;
- }
-
-
-menubutton > .menubutton-dual-dropmarker-box > .menubutton-dropmarker
- {
-/* padding-bottom : 17px; */
- padding-bottom : 24px;
- }
+++ /dev/null
-<?xml version="1.0"?>
-
-<bindings id="xulBindings"
- xmlns="http://www.mozilla.org/xbl"
- xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <binding id="menubutton-dual-foo">
- <content excludes="observes,template,menupopup">
- <xul:stack>
- <xul:button class="menubutton-dual-button button-toolbar-1 top" allowevents="true"
- inherits="buttontooltiptext:tooltiptext,buttonaction:oncommand,src,value=label,crop,accesskey,disabled"/>
- <xul:hbox class="menubutton-dual-dropmarker-box" autostretch="never" align="start" flex="1">
- <xul:image class="menubutton-dual-dropmarker" inherits="disabled"/>
- </xul:hbox>
- </xul:stack>
- </content>
- </binding>
-
- <binding id="menubutton-dual-blue">
- <content excludes="observes,template,menupopup">
- <xul:button class="menubutton-dual-button button-toolbar-1 top" allowevents="true"
- inherits="buttontooltiptext:tooltiptext,buttonaction:oncommand,src,value=label,crop,accesskey,disabled"/>
- <xul:hbox class="menubutton-dual-dropmarker-box" autostretch="never" align="start" flex="1">
- <xul:image class="menubutton-dual-dropmarker" inherits="disabled"/>
- </xul:hbox>
- </content>
- </binding>
-
- <binding id="menubutton-dual-standard">
- <content excludes="observes,template,menupopup">
- <xul:button class="menubutton-dual-button button-toolbar-2 top" allowevents="true"
- inherits="buttontooltiptext:tooltiptext,buttonaction:oncommand,src,value=label,crop,accesskey,disabled"/>
- <xul:hbox class="menubutton-dual-dropmarker-box" autostretch="never" align="start" flex="1">
- <xul:image class="menubutton-dual-dropmarker" inherits="disabled"/>
- </xul:hbox>
- </content>
- </binding>
-
- <binding id="menubutton-ubhist" extends="xul:menubutton">
- <content excludes="observes,template,menupopup">
- <xul:button class="button-toolbar-3">
- <xul:hbox class="button-internal-box">
- <xul:image inherits="disabled"/>
- </xul:hbox>
- </xul:button>
- </content>
- </binding>
-
-</bindings>
+++ /dev/null
-/********** Fonts ***************/\r
-\r
-#sizeVar, #sizeMono {\r
- width: 4em;\r
-}\r
-\r
-#mouseWheelMode {\r
- width: 9em;\r
-}\r
-\r
-/******* SmartBrowsing **********/\r
-\r
-#disabledDomains {\r
- max-height: 13em;\r
-}\r
+++ /dev/null
-\r
-#finishtext {\r
- margin-top : -20px;\r
-}\r
-\r
-text#ProfileDir {\r
- font-weight : bold;\r
- padding-left : 1em;\r
- margin-top : 0.4em;\r
-}\r
-\r
-box#dirbox > box > titledbutton {\r
- min-width : 8em;\r
-}\r
-\r
-span#deffoldername {\r
- margin-left : 2px;\r
-} \r
+++ /dev/null
-/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-\r
- *\r
- * The contents of this file are subject to the Netscape Public\r
- * License Version 1.1 (the "License"); you may not use this file\r
- * except in compliance with the License. You may obtain a copy of\r
- * the License at http://www.mozilla.org/NPL/\r
- *\r
- * Software distributed under the License is distributed on an "AS\r
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r
- * implied. See the License for the specific language governing\r
- * rights and limitations under the License.\r
- *\r
- * The Original Code is Mozilla Communicator client code, released\r
- * March 31, 1998.\r
- *\r
- * The Initial Developer of the Original Code is Netscape\r
- * Communications Corporation. Portions created by Netscape are\r
- * Copyright (C) 1998-1999 Netscape Communications Corporation. All\r
- * Rights Reserved.\r
- *\r
- * Contributors:\r
- * Ben Goodger <ben@netscape.com>\r
- * Chris Nelson <chrisn@statecollege.com>\r
- *\r
- */\r
-\r
-@import url(chrome://global/skin/global.css);\r
-\r
-window.dialog {\r
- padding: none;\r
-}\r
-\r
-.dimmed-highcontrast {\r
- color: #99cccc ! important;\r
-} \r
-\r
-/** icon courtesy of chris nelson, chrisn@statecollege.com **/\r
-treeitem[rowMigrate="no"] > treerow > treecell > .tree-button {\r
- list-style-image: url("chrome://communicator/skin/profile/migrate.gif");\r
-}\r
-\r
-box[type="largeheader"] > toolbar > .circle {\r
- list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif");\r
- margin-top: 1px;\r
- margin-bottom: 1px; \r
- height: 28px;\r
- width: 28px;\r
-}\r
-\r
-/* profile selection dialog */\r
-html#intro {\r
- width: 17em;\r
-}\r
-\r
-box#managebuttons > button {\r
- min-width: 8em;\r
-}\r
-\r
-/* display area */\r
-box#contentarea {\r
- border-top: 2px groove #CCCCCC;\r
- border-bottom: 2px groove #CCCCCC;\r
- padding: 7px;\r
-}\r
-\r
-/* top border on status area */\r
-box#wizardButtons {\r
- padding-top: 1px;\r
- padding-bottom: 1px;\r
-}\r
-\r
-box.selection {\r
- margin-top: 4px;\r
-}\r
+++ /dev/null
-#dialoginfo {\r
- width: 36em;\r
-}\r
-\r
-#table-housing {\r
- background-color: white;\r
- height: 100%;\r
-}\r
-\r
-#buttons-box {\r
- margin-left: 1em;\r
-}\r
+++ /dev/null
-/* -*- Mode: C; c-basic-offset: 2 -*-\r
- *\r
- * The contents of this file are subject to the Netscape Public\r
- * License Version 1.1 (the "License"); you may not use this file\r
- * except in compliance with the License. You may obtain a copy of\r
- * the License at http://www.mozilla.org/NPL/\r
- *\r
- * Software distributed under the License is distributed on an "AS\r
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r
- * implied. See the License for the specific language governing\r
- * rights and limitations under the License.\r
- *\r
- * The Original Code is mozilla.org code.\r
- *\r
- * The Initial Developer of the Original Code is Netscape\r
- * Communications Corporation. Portions created by Netscape are\r
- * Copyright (C) 1998 Netscape Communications Corporation. All\r
- * Rights Reserved.\r
- *\r
- * Contributor(s): \r
- */\r
-\r
-/*\r
-\r
- Style rules specific to the registry viewer window.\r
-\r
-*/\r
-\r
-@import url(chrome://global/skin);\r
+++ /dev/null
-/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-\r
- *\r
- * The contents of this file are subject to the Netscape Public\r
- * License Version 1.1 (the "License"); you may not use this file\r
- * except in compliance with the License. You may obtain a copy of\r
- * the License at http://www.mozilla.org/NPL/\r
- *\r
- * Software distributed under the License is distributed on an "AS\r
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r
- * implied. See the License for the specific language governing\r
- * rights and limitations under the License.\r
- *\r
- * The Original Code is mozilla.org code.\r
- *\r
- * The Initial Developer of the Original Code is Netscape\r
- * Communications Corporation. Portions created by Netscape are\r
- * Copyright (C) 1998 Netscape Communications Corporation. All\r
- * Rights Reserved.\r
- *\r
- * Contributor(s): \r
- */\r
-\r
-/*\r
-\r
- Style rules specific to the related links panel\r
-\r
-*/\r
-\r
-treeitem[container="true"][open="true"][loading="true"] > treerow > .treecell-indent\r
-{\r
- list-style-image : url("chrome://global/skin/loading.gif") ! important ;\r
-}\r
-\r
-treeitem[container="true"][open="true"] > treerow > .treecell-indent \r
- {\r
- list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");\r
- }\r
-\r
-treeitem[container="true"][open="true"][selected="true"] > treerow > .treecell-indent \r
- {\r
- list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");\r
- }\r
-\r
-treeitem[container="true"] > treerow > .treecell-indent \r
- {\r
- list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");\r
- }\r
-\r
-treeitem[container="true"][selected="true"] > treerow > .treecell-indent \r
- {\r
- list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");\r
- }\r
-\r
-treeitem[container="true"][id="NC:SiteMapRoot"] > treerow > .treecell-indent \r
- {\r
- list-style-image : url("chrome://communicator/skin/related/sitemap.gif");\r
- }\r
-\r
-treeitem[container="true"][open="true"][id="NC:SiteMapRoot"] > treerow > .treecell-indent \r
- {\r
- list-style-image : url("chrome://communicator/skin/related/sitemap.gif");\r
- }\r
-\r
-.treecell-indent \r
- {\r
- list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif");\r
- }\r
-\r
-.treecell-indent[selected="true"] \r
- {\r
- list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif");\r
- }\r
-\r
-.tree-cell-twisty\r
- {\r
- display : none;\r
- }\r
- \r
+++ /dev/null
-treecol[sortActive="true"] {\r
- background-color: lightgray;\r
-}\r
-\r
-treeitem[container="true"][open="true"][loading="true"] > treerow > treecell > titledbutton {\r
- list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ;\r
-}\r
-\r
-treeitem[type="http://home.netscape.com/NC-rdf#Folder"] > treerow > treecell > titledbutton {\r
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");\r
-}\r
-\r
-treeitem[type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > treecell > titledbutton {\r
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");\r
-}\r
-\r
-treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treerow > treecell > titledbutton {\r
- list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-closed.gif");\r
-}\r
-\r
-treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > treerow > treecell > titledbutton {\r
- list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-open.gif");\r
-}\r
-\r
-treeitem[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"] > treerow > treecell > titledbutton {\r
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");\r
-}\r
-\r
-treeitem[type="http://home.netscape.com/NC-rdf#IEFavorite"] > treerow > treecell > titledbutton {\r
- list-style-image: url("chrome://communicator/skin/bookmarks/ieFavorite.gif");\r
-}\r
-\r
-treeitem[type="http://home.netscape.com/NC-rdf#Bookmark"] > treerow > treecell > titledbutton {\r
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");\r
-}\r
-\r
-treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"] > treerow > treecell > titledbutton {\r
- list-style-image: url("chrome://communicator/skin/bookmarks/folder-open.gif");\r
-}\r
-\r
-treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] > treerow > treecell > titledbutton {\r
- list-style-image: url("chrome://communicator/skin/bookmarks/folder-closed.gif");\r
-}\r
-\r
-treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"] > treerow > treecell > titledbutton {\r
- list-style-image: url("chrome://communicator/skin/bookmarks/article.gif");\r
-}\r
-\r
-treeitem[container="true"][open="true"] > treerow > treecell > titledbutton {\r
- list-style-image: url("chrome://communicator/skin/bookmarks/folder-open.gif");\r
-}\r
-\r
-treeitem[container="true"] > treerow > treecell > titledbutton {\r
- list-style-image: url("chrome://communicator/skin/bookmarks/folder-closed.gif");\r
-}\r
-\r
-treeitem > treerow > treecell > titledbutton {\r
- list-style-image: url("chrome://communicator/skin/bookmarks/document.gif");\r
-}\r
-\r
-titledbutton#bookmarks {\r
- list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif");\r
-}\r
+++ /dev/null
-/* Default Icon */\r
-\r
-titledbutton[loading="true"] {\r
- list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ;\r
-}\r
-\r
-titledbutton.iconic {\r
- list-style-image: url("chrome://communicator/skin/bookmarks/document.gif");\r
-}\r
+++ /dev/null
-tree[id="searchengines"] {\r
- width: 300px;\r
-}\r
-\r
-tree[id="searchengines"] > treecol[id="CheckboxColumn"] {\r
- width: 40px;\r
-}\r
-\r
-treecol[sortActive="true"] {\r
- background-color: lightgray;\r
-}\r
+++ /dev/null
-window {\r
- margin-top: 2px;\r
-}\r
-\r
-#multi-results-header {\r
- background-color: #003366; \r
- color: #CCFFFF; \r
- font-weight: bold;\r
- padding: 1px 4px 3px 6px;\r
- -moz-border-radius: 8px 0px 0px 0px;\r
-}\r
-\r
-#engineTabs {\r
- /*don't know why its not setting the color*/\r
- background-color: #666666;\r
-}\r
-\r
-#engineTabs > text {\r
- margin-top: 5px;\r
- color: white;\r
-}\r
-\r
-#engineTabs > titledbutton {\r
- -moz-border-radius: 8px 8px 0px 0px;\r
- margin-left: 5px;\r
- margin-right: 5px;\r
-}
\ No newline at end of file
+++ /dev/null
-/* -*- Mode: C; c-basic-offset: 2 -*-\r
- *\r
- * The contents of this file are subject to the Netscape Public\r
- * License Version 1.1 (the "License"); you may not use this file\r
- * except in compliance with the License. You may obtain a copy of\r
- * the License at http://www.mozilla.org/NPL/\r
- *\r
- * Software distributed under the License is distributed on an "AS\r
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r
- * implied. See the License for the specific language governing\r
- * rights and limitations under the License.\r
- *\r
- * The Original Code is mozilla.org code.\r
- *\r
- * The Initial Developer of the Original Code is Netscape\r
- * Communications Corporation. Portions created by Netscape are\r
- * Copyright (C) 1998 Netscape Communications Corporation. All\r
- * Rights Reserved.\r
- *\r
- * Contributor(s): \r
- */\r
-\r
-.up\r
-{\r
- list-style-image:url("chrome://global/skin/scroll-up.gif");\r
- min-width: 0px;\r
-}\r
-\r
-.up[disabled="true"]\r
-{\r
- list-style-image:url("chrome://global/skin/scroll-up-disabled.gif");\r
-}\r
-\r
-.down\r
-{\r
- min-width: 0px;\r
- list-style-image:url("chrome://global/skin/scroll-down.gif");\r
-}\r
-\r
-.down[disabled="true"]\r
-{\r
- list-style-image:url("chrome://global/skin/scroll-down-disabled.gif");\r
-}\r
-\r
-#add-button\r
- {\r
- list-style-image : url("chrome://global/skin/scroll-right.gif");\r
- }\r
- \r
-#remove-button\r
- {\r
- list-style-image : url("chrome://global/skin/scroll-left.gif");\r
- }
\ No newline at end of file
+++ /dev/null
-box.sidebartitle {
- background-color: #505888;
- padding: 2px 3px 3px 3px;
- border: 0px;
- margin: 0px;
- font: 10pt sans-serif;
-}
-
-box.panelbar {
- background-color: #006870;
- padding: 2px 3px 3px 3px;
- border: 0px;
- margin: 0px;
- font: 10pt sans-serif;
-}
-
-box#sidebox {
- width: 100%;
- height: 100%;
-}
-
-titledbutton.sidebartitle:hover {
- border: 0px;
- margin: 1px;
-}
-
-titledbutton.paneltitle {
- -moz-box-pack: start;
-}
-
-treecol.checkboxColumn {
- width: 30px ! important;
-}
-
-box.spaced {
- padding-top: 5px;
- padding-bottom: 2px;
-}
-
-box#engineTabs {
- background-color: #808080;
- border-bottom: 1px solid threedhighlight;
-}
-
-box#engineTabs > titledbutton {
- background-color: #CCCCCC;
- margin-bottom: 0px;
- border-bottom: 1px solid #CCCCCC;
-}
-
-titledbutton#allEngines {
- margin-right: 12px;
-}
-
-titledbutton.engine[loading="true"] {
- list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ;
-}
-
-titledbutton.iconic {
- list-style-image: url("chrome://communicator/skin/bookmarks/document.gif") ! important ;
-}
-
-treeitem > treerow.searchresult > treecell > titledbutton {
- cursor: pointer;
-}
-
-treeitem > treerow.searchresult > treecell {
- color: black;
- text-decoration: none;
-}
-
-treeitem > treerow.searchresult > treecell:hover {
- color: blue;
- text-decoration: underline;
-}
-
-treeitem > treerow.searchresult > treecell > titledbutton:active {
- color: red;
- text-decoration: underline;
-}
-
-/*undo regular search tree selection look*/
-treeitem[selected="true"] > treerow.searchresult {
- background-color: transparent;
-}
-
-
-
-.searchpanel-outerbox {
- padding: 8px 4px 4px 4px;
-}
-
-.indented-label {
- padding-left: 8px;
-}
-
-titledbutton.panelbtn {
- margin-left: 1em;
- margin-right: 1em;
-}
-
-#searchengines
- {
- margin-left : 0px;
- margin-right : 0px;
- }
+++ /dev/null
-#security-button \r
- {\r
- list-style-image:url("chrome://communicator/skin/unlock.gif");\r
- }\r
-\r
-#security-button[level="high"] \r
- {\r
- list-style-image:url("chrome://communicator/skin/lock.gif"); \r
- }\r
-\r
-#security-button[level="low"] \r
- {\r
- list-style-image:url("chrome://communicator/skin/lock.gif"); \r
- }\r
-\r
-#security-button[level="broken"] \r
- {\r
- list-style-image:url("chrome://communicator/skin/broken.gif"); \r
- }\r
-\r
+++ /dev/null
-/* -*- Mode: C; c-basic-offset: 2 -*-
- *
- * The contents of this file are subject to the Netscape Public
- * License Version 1.1 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.mozilla.org/NPL/
- *
- * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- * implied. See the License for the specific language governing
- * rights and limitations under the License.
- *
- * The Original Code is mozilla.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):
- */
-
-/*
-
- Style rules specific to the Customize dialog.
-
-*/
-
-/* These rules apply appropriate images to the 'reorder' buttons */
-.up {
- list-style-image:url("chrome://global/skin/scroll-up.gif");
- min-width: 0px;
-}
-
-.up[disabled="true"] {
- list-style-image:url("chrome://global/skin/scroll-up-disabled.gif");
-}
-
-.down {
- min-width: 0px;
- list-style-image:url("chrome://global/skin/scroll-down.gif");
-}
-
-.down[disabled="true"] {
- list-style-image:url("chrome://global/skin/scroll-down-disabled.gif");
-}
-
-.treecell-panel
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
-}
-
-.treecell-panel[selected="true"]
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif");
-}
-
-.treecell-panel[haslink="true"],
-treeitem[container="true"] > treerow > .treecell-panel
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
-}
-treeitem[selected="true"] > treerow > .treecell-panel[haslink="true"],
-treeitem[selected="true"][container="true"] > treerow > .treecell-panel
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
-}
-
-treeitem[container="true"][open="true"] > treerow > .treecell-panel
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
-}
-treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-panel
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
-}
-
-#header {
- list-style-image: url("chrome://communicator/skin/sidebar/sidebar-icon.gif");
-}
-
-.tree-cell-twisty {
- display: none !important;
-}
-
-box#reorder {
- -moz-box-pack: center;
-}
+++ /dev/null
-/* -*- Mode: C; c-basic-offset: 2 -*-\r
- *\r
- * The contents of this file are subject to the Netscape Public\r
- * License Version 1.1 (the "License"); you may not use this file\r
- * except in compliance with the License. You may obtain a copy of\r
- * the License at http://www.mozilla.org/NPL/\r
- *\r
- * Software distributed under the License is distributed on an "AS\r
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r
- * implied. See the License for the specific language governing\r
- * rights and limitations under the License.\r
- *\r
- * The Original Code is mozilla.org code.\r
- *\r
- * The Initial Developer of the Original Code is Netscape\r
- * Communications Corporation. Portions created by Netscape are\r
- * Copyright (C) 1998 Netscape Communications Corporation. All\r
- * Rights Reserved.\r
- *\r
- * Contributor(s): \r
- */\r
-\r
-/*\r
- Style rules specific to the Preview dialog.\r
-*/\r
-\r
-iframe#previewframe {\r
- min-width: 10px;\r
- min-height: 10px;\r
- width: 162px;\r
- height: 300px;\r
- border: none;\r
- margin: 0px;\r
-}\r
-\r
-\r
+++ /dev/null
-/*
- * 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.
- *
- * The Initial Developer of the Original Code is Netscape
- * Communications Corp. Portions created by Netscape Communications
- * Corp. are Copyright (C) 1999 Netscape Communications Corp. All
- * Rights Reserved.
- *
- * Contributor(s): Stephen Lamm <slamm@netscape.com>
- */
-
-@import url(chrome://global/skin/splitter.css);
-
-/*
-#sidebar-splitter {
- margin-right: 0px;
- margin-top: 0px;
- padding: 0px;
- border: none;
- min-width: 10px;
- border-left: 1px solid #9999CC;
- border-right: 1px solid #9999CC;
- background-color: #CCD0DD;
-/* -moz-binding: url("chrome://communicator/skin/sidebar/sidebarSplitterBindings.xml#sidebar-splitter"); */
-}
-*/
-
-/*
-#sidebar-status-grippy {
- padding: 2px 2px 2px 0px;
- background-color: #CCD0DD;
- background-image:
- url("chrome://communicator/skin/sidebar/sidebar-open.gif");
-}
-#sidebar-status-grippy:hover {
- background-image:
- url("chrome://communicator/skin/sidebar/sidebar-open-hover.gif");
-}
-#sidebar-status-grippy[open="true"] {
- background-image:
- url("chrome://communicator/skin/sidebar/sidebar-close.gif");
-}
-#sidebar-status-grippy[open="true"]:hover {
- background-image:
- url("chrome://communicator/skin/sidebar/sidebar-close-hover.gif");
-}
-*/
-
-/**/
-
-#sidebar-box {
- margin-top: 0px;
- border: none;
- border-bottom: 0px solid #CCD0DD;
-}
-
-.text-panel-loading {
- margin: 5px 0px;
-}
-.image-panel-loading {
- margin: 5px;
- list-style-image: url("chrome://global/skin/loading.gif");
-}
-
-/*
- * Sidebar and Panel title buttons
- */
-.sidebarheader-main {
- color: #CCD0DD;
- background-color: #666699;
- border: 0px !important;
- padding-left: 4px;
- -moz-box-align: center;
-}
-.sidebarheader-main > .sidebar-header-text {
- font-weight: bold;
- margin: 2px;
-}
-
-#sidebar-panel-picker > .menubutton-internal-box > .menubutton-single-icon
- {
- list-style-image : url(chrome://global/skin/mb-single-arrow-right.gif);
- }
-
-/**
- * texttab folder lookalike e.g. for sidebar panel headers
- */
- .box-texttab
- {
- -moz-binding : url("chrome://communicator/skin/sidebar/sidebarBindings.xml#panelheader");
- background-color : #CCD0DD;
-/* padding-top : 2px; */
- }
-
- .box-texttab[selected="true"]
- {
- border-bottom : 1px solid #FFFFFF;
- }
-
- .box-texttab[top-panel="true"]
- {
-/* background-color : #666699; */
- }
-
- .box-texttab[first-panel-after-selected="true"]
- {
-/* background-color : #FFFFFF; */
- }
-
-
-/*
- .box-texttab-right-space
- {
- width : 30px;
- border-bottom : 1px solid #000000;
- }
-
- .box-texttab[last-panel="true"] > .box-texttab-right-space
- {
- border-bottom : none;
- }
-
- .box-texttab[last-panel="true"][selected="true"] > .box-texttab-right-space
- {
- border-bottom : 1px solid #000000;
- }
-
- .box-texttab-left
- {
- list-style-image : url("chrome://global/skin/tab-leftedge.gif");
- }
-
- .box-texttab-right
- {
- list-style-image : url("chrome://global/skin/tab-rightedge.gif");
- }
-
- .box-texttab[selected="true"] > .box-texttab-left
- {
- list-style-image : url("chrome://global/skin/seltab-leftedge.gif");
- }
-
- .box-texttab[selected="true"] > .box-texttab-right
- {
- list-style-image : url("chrome://global/skin/seltab-rightedge.gif");
- }
-*/
-
- .panelheader-text
- {
- border-top : 1px outset #CCD0DD;
- border-bottom : 1px outset #CCD0DD;
- padding : 5px 3px 3px 3px;
- color : #000000;
- }
-
- .box-texttab[selected="true"] > .panelheader-box > .panelheader-text
- {
- border-top : 1px solid transparent;
- border-bottom : 1px solid transparent;
- background-color : #FFFFFF;
- font-weight : bold;
- }
+++ /dev/null
-<?xml version="1.0"?>
-
-<bindings id="sidebarBindings"
- xmlns="http://www.mozilla.org/xbl"
- xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <binding id="panelheader" extends="xul:button">
- <content>
- <xul:box class="panelheader-box" inherits="selected" orient="vertical" flex="1">
- <xul:text class="panelheader-text" inherits="value=label" crop="right"/>
- </xul:box>
- </content>
- </binding>
-
-</bindings>
-
+++ /dev/null
-<?xml version="1.0"?>\r
-\r
-<bindings id="sidebarSplitterBindings.xml"\r
- xmlns="http://www.mozilla.org/xbl"\r
- xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">\r
-\r
- <binding id="sidebar-splitter" extends="xul:splitter">\r
- <content excludes="observes,template">\r
- <xul:box autostretch="never" halign="right">\r
- <xul:image class="sidebar-splitter-topright-cap"/>\r
- </xul:box>\r
- <xul:spring flex="1"/>\r
- <xul:box>\r
- <children/>\r
- </xul:box>\r
- <xul:spring flex="1"/>\r
- <xul:box autostretch="never" halign="right">\r
- <xul:image class="sidebar-splitter-bottomright-cap"/>\r
- </xul:box>\r
- </content>\r
- </binding>\r
- \r
-</bindings>
\ No newline at end of file
+++ /dev/null
-/******* Splitters *******/
-
-splitter {
- border: none;
- cursor: e-resize;
- min-width: 10px;
- min-height: 10px;
-}
-
-splitter[state="dragging"]
-{
- background-color: gray;
-}
-
-grippy {
- margin: 0px;
- border: 1px outset #CCD0DD;
- padding: 0px;
- background-color: #CCCCCC;
- background-image: url("chrome://global/skin/grippy-vertical-before.gif");
- background-repeat: no-repeat;
- background-position: 50% 50%;
- cursor: pointer;
-}
-
-splitter[state="collapsed"] > grippy
- {
- background-image : url("chrome://global/skin/grippy-vertical-after.gif");
- }
-
-grippy:hover
- {
- background-color : #99CCFF;
- }
-
-grippy:hover:active{
- background-color: #99CCFF;
-}
-
-vbox > splitter > grippy,
-box[orient="vertical"] > splitter > grippy,
-window[orient="vertical"] > splitter > grippy {
- /* a horizontal splitter */
- background-image: url("chrome://global/skin/grippy-horizontal-after.gif");
- width: 120px;
- height:8px;
- }
-
-vbox > splitter[state="collapsed"] > grippy,
-box[orient="vertical"] > splitter[state="collapsed"] > grippy,
-window[orient="vertical"] > splitter[state="collapsed"] > grippy {
- background-image: url("chrome://global/skin/grippy-horizontal-before.gif");
- }
-
-window > splitter > grippy,
-hbox > splitter > grippy,
-box > splitter > grippy {
- /* a vertical splitter */
- width: 8px;
- height: 120px;
-}
-
-vbox > splitter,
-box[orient="vertical"] > splitter,
-window[orient="vertical"] > splitter,
-rows > splitter {
- /* a vertical splitter */
- cursor: n-resize;
-}
-
-/**
- * gray horizontal splitter for pane views
- */
-splitter.gray-horizontal-splitter {
- min-height: 8px;
- background-color: #CCD0DD;
- border: none;
- border-top: 1px solid #9999CC;
- border-bottom: 1px solid #9999CC;
- padding: 0px;
-}
-
-splitter.gray-horizontal-splitter > grippy {
- margin: 0px;
- border: 1px outset #CCD0DD;
- padding: 0px;
- background-color: #CCCCCC;
- background-image: url("chrome://global/skin/grippy-horizontal-after.gif");
-}
-
-splitter.gray-horizontal-splitter[state="collapsed"] > grippy {
- background-image: url("chrome://global/skin/grippy-horizontal-before.gif");
-}
-
-splitter.gray-horizontal-splitter > grippy:hover {
- background-color: #99CCFF;
-}
-
-splitter.gray-horizontal-splitter > grippy:active {
- border: 1px inset #CCD0DD;
- background-color: #99CCFF;
-}
-
-/*
-splitter.gray-horizontal-splitter > #begincap {
- min-width: 8px;
- width: 8px;
- background-image: url("chrome://global/skin/gray-bottomleft.gif");
- background-repeat: no-repeat;
- background-position: 0% 100%;
-}
-
-splitter.gray-horizontal-splitter > #endcap {
- min-width: 8px;
- width: 8px;
-}
-*/
+++ /dev/null
-#mini-nav
- {
- list-style-image : url("chrome://global/skin/taskbar-navigator.gif");
- }
-
-#mini-mail
- {
- list-style-image : url("chrome://global/skin/taskbar-mail.gif");
- }
-
-#mini-mail[BiffState="NewMail"]
- {
- list-style-image : url("chrome://global/skin/taskbar-mailnew.gif");
- }
-
-#mini-addr
- {
- list-style-image : url("chrome://global/skin/taskbar-addressbook.gif");
- }
-
-#mini-comp
- {
- list-style-image : url("chrome://global/skin/taskbar-composer.gif");
- }
-
-.taskbutton
- {
- margin-right : 5px;
- }
-
-/*
-.taskbarspacer
- {
- min-width : 0.3em;
- width : 1em;
- }
-*/
+++ /dev/null
- \r
-/******* ToolBox & ToolBar *******/\r
-\r
-toolbar\r
- {\r
- background-color : #CCD0DD;\r
- border-bottom : 1px solid #9999CC;\r
- border-right : 1px solid #9999CC;\r
- }\r
-\r
-toolbargrippy \r
- { \r
- background-color : #666699; \r
- background-image : url("chrome://global/skin/taskbar-tab.gif"); \r
- background-repeat : no-repeat;\r
- border : 1px solid #999999;\r
- width : 10px;\r
- min-height : 10px;\r
- } \r
-\r
-toolbar[collapsed="true"]\r
- {\r
- min-height : 0px;\r
- }\r
-\r
-toolbar[collapsed="true"] > toolbargrippy \r
- {\r
- width : 30px;\r
- }\r
-\r
-toolbargrippy:hover \r
- {\r
- background-color : #9999CC !important; \r
- background-image : url("chrome://global/skin/taskbar-tab-hover.gif") !important; \r
- } \r
-\r
- \r
-.toolbar-primary \r
- {\r
- background-color : #CCD0DD;\r
- padding : 0px;\r
- min-height : 40px;\r
- border : none;\r
- border-bottom : 1px solid #9999CC;\r
- border-right : 1px solid #9999CC;\r
- }\r
- \r
-.toolbar-primary > toolbargrippy, .toolbar-standard > toolbargrippy\r
- {\r
- background-color : #666699; \r
- background-image : url("chrome://global/skin/taskbar-tab.gif"); \r
- background-repeat : no-repeat;\r
- border : 1px solid #999999;\r
- }\r
- \r
-.toolbar-standard \r
- {\r
- color : white;\r
- background-color : #666699;\r
- padding : 0px;\r
- margin : 0px;\r
- border : none;\r
- min-height : 40px;\r
- }\r
-\r
-toolbarseparator {\r
- background-color : #666699;\r
- margin-left : 1px;\r
- margin-right : 1px;\r
- margin-top : 4px;\r
- margin-bottom : 4px;\r
- width : 1px;\r
-}
\ No newline at end of file
+++ /dev/null
-window {
- background-color: #CCCCCC;
-}
-
-box.tabpanels {
- border: 1px outset #CCCCCC;
- padding: 10px;
-}
-
-tab {
- padding-left: 10px;
- padding-right: 10px;
-}
-
-treehead > treerow > treecell {
- border: 1px outset #CCCCCC;
- padding-top: 1px;
- padding-bottom: 1px;
- padding-left: 5px;
- padding-right: 5px;
- background-color: #CCCCCC;
- color: #000000;
-}
-
-treechildren > treeitem > treerow > treecell {
- border-right: 1px solid #CCCCCC;
- border-bottom: 1px solid #CCCCCC;
- color: inherit;
- padding-left: 10px;
- padding-top: 1px;
- padding-bottom: 1px;
-}
-
-treechildren > treeitem > treerow > treecell.fieldcell {
- border-right: 1px solid #CCCCCC;
- border-bottom: 1px solid #CCCCCC;
- color: inherit;
- padding: 0px;
- margin: 0px;
-}
-
-
-treechildren > treeitem > treerow [selectedrow ~= false] {
- background-color: white;
- color: black;
-}
-
-treechildren > treeitem > treerow [selectedrow ~= true] {
- background-color: #336699;
- color: white;
-}
-
-tree#infotree treechildren > treeitem > treerow [selectedrow ~= false] {
- background-color: white;
- color: black;
-}
-
-tree#infotree treechildren > treeitem > treerow [selectedrow ~= true] {
- background-color: white;
- color: black;
-}
-
-tree {
- border: 1px inset #CCCCCC;
-}
-
-a {
- color: #0000FF;
- text-decoration: underline;
-}
-
-a:hover {
- color: #FF0000;
- text-decoration: underline;
-}
-
-tree treechildren > treeitem > treerow[selectedrow=true] > treecell > a:link {
- color: #FFFFFF;
-}
-
-tree treechildren > treeitem > treerow[selectedrow ~= true] > treecell > a:hover {
- color: #FFFFFF;
-}
-
-input.dispcell {
- border: none;
- background-color: #CCCCCC;
- height: 12px;
- font-family: tahoma;
- font-size: 10px;
-}
-
+++ /dev/null
-window {
- background-color: #CCCCCC;
-}
-
-box.tabpanels {
- border: 1px outset #CCCCCC;
- padding: 10px;
-}
-
-tab {
- padding-left: 10px;
- padding-right: 10px;
-}
-
-treehead > treerow > treecell {
- border: 1px outset #CCCCCC;
- padding-top: 1px;
- padding-bottom: 1px;
- padding-left: 5px;
- padding-right: 5px;
- background-color: #CCCCCC;
- color: #000000;
-}
-
-treechildren > treeitem > treerow > treecell {
- border-right: 1px solid #CCCCCC;
- border-bottom: 1px solid #CCCCCC;
- color: inherit;
- padding-left: 10px;
- padding-top: 1px;
- padding-bottom: 1px;
-}
-
-treechildren > treeitem > treerow > treecell.fieldcell {
- border-right: 1px solid #CCCCCC;
- border-bottom: 1px solid #CCCCCC;
- color: inherit;
- padding: 0px;
- margin: 0px;
-}
-
-
-treechildren > treeitem > treerow [selectedrow ~= false] {
- background-color: white;
- color: black;
-}
-
-treechildren > treeitem > treerow [selectedrow ~= true] {
- background-color: #336699;
- color: white;
-}
-
-tree#infotree treechildren > treeitem > treerow [selectedrow ~= false] {
- background-color: white;
- color: black;
-}
-
-tree#infotree treechildren > treeitem > treerow [selectedrow ~= true] {
- background-color: white;
- color: black;
-}
-
-tree {
- border: 1px inset #CCCCCC;
-}
-
-a {
- color: #0000FF;
- text-decoration: underline;
-}
-
-a:hover {
- color: #FF0000;
- text-decoration: underline;
-}
-
-tree treechildren > treeitem > treerow[selectedrow=true] > treecell > a:link {
- color: #FFFFFF;
-}
-
-tree treechildren > treeitem > treerow[selectedrow ~= true] > treecell > a:hover {
- color: #FFFFFF;
-}
-
-input.dispcell {
- border: none;
- background-color: #CCCCCC;
- height: 12px;
- font-family: tahoma;
- font-size: 10px;
-}
+++ /dev/null
-window {
- background-color: #CCCCCC;
-}
-
-box.tabpanels {
- border: 1px outset #CCCCCC;
- padding: 10px;
-}
-
-tab {
- padding-left: 10px;
- padding-right: 10px;
-}
-
-treehead > treerow > treecell {
- border: 1px outset #CCCCCC;
- padding-top: 1px;
- padding-bottom: 1px;
- padding-left: 5px;
- padding-right: 5px;
- background-color: #CCCCCC;
- color: #000000;
-}
-
-treechildren > treeitem > treerow > treecell {
- border-right: 1px solid #CCCCCC;
- border-bottom: 1px solid #CCCCCC;
- color: inherit;
- padding-left: 10px;
- padding-top: 1px;
- padding-bottom: 1px;
-}
-
-treechildren > treeitem > treerow > treecell.fieldcell {
- border-right: 1px solid #CCCCCC;
- border-bottom: 1px solid #CCCCCC;
- color: inherit;
- padding: 0px;
- margin: 0px;
-}
-
-
-treechildren > treeitem > treerow [selectedrow ~= false] {
- background-color: white;
- color: black;
-}
-
-treechildren > treeitem > treerow [selectedrow ~= true] {
- background-color: #336699;
- color: white;
-}
-
-tree#infotree treechildren > treeitem > treerow [selectedrow ~= false] {
- background-color: white;
- color: black;
-}
-
-tree#infotree treechildren > treeitem > treerow [selectedrow ~= true] {
- background-color: white;
- color: black;
-}
-
-tree {
- border: 1px inset #CCCCCC;
-}
-
-a {
- color: #0000FF;
- text-decoration: underline;
-}
-
-a:hover {
- color: #FF0000;
- text-decoration: underline;
-}
-
-tree treechildren > treeitem > treerow[selectedrow=true] > treecell > a:link {
- color: #FFFFFF;
-}
-
-tree treechildren > treeitem > treerow[selectedrow ~= true] > treecell > a:hover {
- color: #FFFFFF;
-}
-
-input.dispcell {
- border: none;
- background-color: #CCCCCC;
- height: 12px;
- font-family: tahoma;
- font-size: 10px;
-}
-
+++ /dev/null
-@import(chrome://global/skin);\r
+++ /dev/null
-/* \r
- * The contents of this file are subject to the Netscape Public\r
- * License Version 1.1 (the "License"); you may not use this file\r
- * except in compliance with the License. You may obtain a copy of\r
- * the License at http://www.mozilla.org/NPL/\r
- * \r
- * Software distributed under the License is distributed on an "AS\r
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r
- * implied. See the License for the specific language governing\r
- * rights and limitations under the License.\r
- * \r
- * The Original Code is Mozilla Communicator client code.\r
- * \r
- * The Initial Developer of the Original Code is Netscape\r
- * Communications Corporation. Portions created by Netscape are\r
- * Copyright (C) 1998-1999 Netscape Communications Corporation. All\r
- * Rights Reserved.\r
- * \r
- * Contributor(s): \r
- * Don Bragg (dbragg@netscape.com) 12/08/1999\r
- * Blake Ross (BlakeR1234@aol.com) 6/12/2000\r
- */\r
-\r
-@import url(chrome://global/skin);\r
-\r
-\r
-div.label {\r
- margin : 3px;\r
-}\r
-\r
-div#tree-housing {\r
- height : 3em;\r
-}\r
-\r
-box#mainBox{\r
- margin : 5px;\r
-}\r
-\r
-box#okcancelBox{\r
- margin-left : 22em;\r
- margin-top : 3px;\r
- margin-bottom : 3px;\r
-}\r
-\r
-\r
-box#treeBox{\r
- height : 18ex;\r
- margin : 0em;\r
-}\r
-\r
-box#statusMessages{\r
- width : 36em;\r
-}\r
-\r
-\r
-/*\r
-div#table-housing {\r
- height : 100%;\r
-}\r
-*/\r
-\r
-tree#modulesTree {\r
- background-color : transparent ! important;\r
- height : 16ex;\r
- width : 32em;\r
-}\r
-\r
-treecell#moduleName {\r
- width : 50%\r
-}\r
-\r
-treecell#moduleSource {\r
- width : 50%;\r
-}\r
-tree > treechildren {\r
- background-color : window ! important;\r
-}\r
-\r
-tree#modulesTree > treehead > treerow > treecell {\r
- padding-left : 1px;\r
- padding-right : 1px;\r
- border-left : none;\r
- border-top : none;\r
- border-right : none;\r
- background-color : transparent ! important;\r
- color : windowtext;\r
-}\r
-\r
-spring#verticalSmallSpacer {\r
- height : 1ex;\r
-}\r
-\r
-spring#verticalLargeSpacer {\r
- height : 6ex;\r
-}\r
-\r
-spring#verticalMediumSpacer {\r
- height : 3ex;\r
-}\r
-\r
-spring#horizontalSmallSpacer {\r
- width : 2em;\r
-}\r
-\r
-spring#horizontalLargeSpacer {\r
- width : 10em;\r
-}\r
-\r
-.headline {\r
- font-size : 2em;\r
- margin : 4px;\r
- font-weight : bold;\r
-}
\ No newline at end of file
+++ /dev/null
-/* \r
- * The contents of this file are subject to the Netscape Public\r
- * License Version 1.1 (the "License"); you may not use this file\r
- * except in compliance with the License. You may obtain a copy of\r
- * the License at http://www.mozilla.org/NPL/\r
- * \r
- * Software distributed under the License is distributed on an "AS\r
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r
- * implied. See the License for the specific language governing\r
- * rights and limitations under the License.\r
- * \r
- * The Original Code is Mozilla Communicator client code, released\r
- * March 31, 1998.\r
- * \r
- * The Initial Developer of the Original Code is Netscape\r
- * Communications Corporation. Portions created by Netscape are\r
- * Copyright (C) 2000 Netscape Communications Corporation. All\r
- * Rights Reserved.\r
- * \r
- * Contributor(s): \r
- * Dan Haddix\r
- * Brian King\r
- */\r
-\r
-toolbar#toolbox {\r
- margin :0px;\r
- padding: 4px; 0px; 0px; 0px;\r
-}\r
-\r
-toolbar#toolbox button.tool:active {\r
- margin: 2px 0px 0px 2px;\r
-}\r
-\r
-toolbar#toolbox button.tool[toggled="1"] {\r
- margin: 2px 0px 0px 2px;\r
- border: 1px white inset;\r
-}\r
-\r
-toolbar#toolbox button.tool {\r
- border: 1px solid transparent;\r
- margin: 1px 1px 1px 1px;\r
- padding: 2px;\r
- text-decoration: none;\r
- color: inherit;\r
-}\r
-\r
-toolbar.toolbox > toolbargrippy {\r
- visibility: collapse;\r
-}\r
-\r
-#pointerButton {\r
- list-style-image:url("chrome://editor/skin/images/Map_pointerTool.gif");\r
-}\r
-\r
-#rectButton {\r
- list-style-image:url("chrome://editor/skin/images/Map_rectangleTool.gif");\r
-}\r
-\r
-#cirButton {\r
- list-style-image:url("chrome://editor/skin/images/Map_circleTool.gif");\r
-}\r
-\r
-#polyButton {\r
- list-style-image:url("chrome://editor/skin/images/Map_polygonTool.gif");\r
-}\r
-\r
-#cutButton {\r
- list-style-image:url("chrome://editor/skin/images/Map_Cut.gif");\r
-}\r
-\r
-#copyButton {\r
- list-style-image:url("chrome://editor/skin/images/Map_Copy.gif");\r
-}\r
-\r
-#pasteButton {\r
- list-style-image:url("chrome://editor/skin/images/Map_Paste.gif");\r
-}\r
-\r
-#zoomInButton {\r
- list-style-image:url("chrome://editor/skin/images/Map_zoomIn.gif");\r
-}\r
-\r
-#zoomOutButton {\r
- list-style-image:url("chrome://editor/skin/images/Map_zoomOut.gif");\r
-}\r
-\r
-#contrastButton {\r
- list-style-image:url("chrome://editor/skin/images/Map_contrast.gif");\r
-}\r
+++ /dev/null
-/* \r
- * The contents of this file are subject to the Netscape Public\r
- * License Version 1.1 (the "License"); you may not use this file\r
- * except in compliance with the License. You may obtain a copy of\r
- * the License at http://www.mozilla.org/NPL/\r
- * \r
- * Software distributed under the License is distributed on an "AS\r
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r
- * implied. See the License for the specific language governing\r
- * rights and limitations under the License.\r
- * \r
- * The Original Code is Mozilla Communicator client code, released\r
- * March 31, 1998.\r
- * \r
- * The Initial Developer of the Original Code is Netscape\r
- * Communications Corporation. Portions created by Netscape are\r
- * Copyright (C) 2000 Netscape Communications Corporation. All\r
- * Rights Reserved.\r
- * \r
- * Contributor(s): \r
- * Dan Haddix\r
- * Brian King\r
- */\r
-\r
-.rect {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1 solid #0000ff;}\r
-.cir {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1 solid #00ff00; -moz-border-radius: 50%;}\r
-.poly {position:absolute; top:0px; left:0px; height:100%; width:100%;}\r
-.point {position:absolute; top:1px; left:1px; height:3px; width:3px; background-color:#ff0000;}\r
-.pointStart {position:absolute; top:1px; left:1px; height:3px; width:3px; background-color:#8000ff;}\r
-.handletl {position:absolute; top:-5px; left:-5px; height:5px; width:5px; background-color:#ff00ff;}\r
-.handletr {position:absolute; top:-5px; left:100%; height:5px; width:5px; background-color:#ff00ff;}\r
-.handlebl {position:absolute; top:100%; left:-5px; height:5px; width:5px; background-color:#ff00ff;}\r
-.handlebr {position:absolute; top:100%; left:100%; height:5px; width:5px; background-color:#ff00ff;}\r
-.handlel {position:absolute; top:48%; left:-5px; height:5px; width:5px; background-color:#ff00ff;}\r
-.handler {position:absolute; top:48%; left:100%; height:5px; width:5px; background-color:#ff00ff;}\r
-.handlet {position:absolute; top:-5px; left:48%; height:5px; width:5px; background-color:#ff00ff;}\r
-.handleb {position:absolute; top:100%; left:48%; height:5px; width:5px; background-color:#ff00ff;}\r
-#marquee {position:absolute; top:1px; left:-5px; height:-5px; width:1px; border: 1 dashed #0000ff; z-index:10000; visibility: hidden;}\r
-#bgDiv {position:absolute; top:0px; left:0px; width:1; background:url("chrome://editor/skin/images/Map_checker.gif"); background-color: white; cursor: inherit;}\r
-BODY {background-color:appworkspace; height: 100%;}\r
-HTML {height: 100%;}\r
-IMG {opacity: .99;}\r
+++ /dev/null
-/*
- * 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):
- * Pete Collins, Ben Goodger
- */
-
-/*
- THIS FILE IS LOCKED DOWN. YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT FIRST HAVING YOUR
- CHANGES REVIEWED BY cmanske@netscape.com.
-*/
-/* Most should be moved to global files */
-
-/* The defaults are WAY to big! */
-titledbox {
- margin: 2px 5px; 4px; 5px;
- padding-top: 2px;
- padding-bottom: 4px;
-}
-
-.MinWidth5em {
- min-width: 5em;
-}
-
-.MinWidth10em {
- min-width: 10em;
-}
-
-.MinWidth20em {
- min-width: 20em;
-}
-
-.big-left-margin {
- margin-left: 10px;
-}
-
-.middle {
- -moz-box-align: center:
-}
-
-.bold {
- font-weight: bold;
-}
-
-.italic {
- font-style: italic;
-}
-
-.larger {
- font-size: 120%;
-}
-
-
-.narrow {
- width: 3em;
-}
-
-.align-right {
- -moz-box-pack: end;
-}
-
-.wrap {
- width: 1em;
-}
-/* end of "should be in global.css" */
-
-.color-well {
- width:20px;
- height: 1em;
- border: 1px inset #CCD0DD;
- /* Background color is set at runtime */
-}
-
-.color-well[default="true"] {
- border: 1px solid transparent;
- background-color: inherit;
-}
-
-.popup-trigger {
- list-style-image: url(chrome://global/skin/scroll-down.gif);
-}
-
-/* temporary -- we need a simple box-based list defined in XBL */
-tree.list {
- border: 1px inset #CCD0DD;
- /* same as in menulist.css */
- margin: 1px 5px 2px 5px;
- width: 10em;
- height: 3em;
- /* use rows="#" in XUL to define height */
-}
-
-#ColorPreview {
- border: 1px inset #CCD0DD;
- margin-left: 10px;
- padding-left: 5px;
- padding-right: 5px;
- min-width: 100px;
- min-height: 50px;
-}
-
-#alignTypeSelect,label#alignLabel {
- margin-left: 5px;
-}
-
-#MoreFewerButton[more="0"] {
- list-style-image: url(chrome://global/skin/scroll-down.gif);
- /* bug 9459 - changing button text doesn't resize width.
- This covers that problem, but we want this size anyway */
- min-width: 10em;
-}
-
-#MoreFewerButton[more="1"] {
- list-style-image: url(chrome://global/skin/scroll-up.gif);
- min-width: 10em;
-}
-
-#PreviousButton {
- list-style-image: url(chrome://global/skin/arrow-left.gif);
-}
-
-#NextButton {
- list-style-image: url(chrome://global/skin/arrow-right.gif);
-}
-
-#PreviousButton[type="row"] {
- list-style-image: url(chrome://global/skin/arrow-up.gif);
-}
-
-#NextButton[type="row"] {
- list-style-image: url(chrome://global/skin/arrow-down.gif);
-}
-
-#MisspelledWord {
- font-weight: bold;
-}
-
-/* For a column of right-aligned text before
- a column of input fields, e.g., InsertTable dialog
-*/
-.right {
- /* doesn't work yet! must use align="right" in <text> */
- text-align: right;
-}
-
-/* use outset shape for a button look */
-.colorpicker {
- border: 1px outset #CCD0DD;
- /* This should be the same as for textfield */
- margin-left: 4px;
- /* For a little extra space between buttons */
- margin-bottom: 2px;
-}
-
-
-.colorpicker:active {
- border: 1px inset #CCD0DD;
-}
-
-/* THIS SHOULD BE IN GLOBAL.CSS */
-.smallspacer {
- width: 3px;
- height: 3px;
- min-width: 3px;
- min-height: 3px;
-}
-
-.spacer {
- width: 5px;
- height: 5px;
- min-width: 5px;
- min-height: 5px;
-}
-
-.bigspacer {
- width: 10px;
- height: 10px;
- min-width: 10px;
- min-height: 10px;
-}
-
-#img-align-top {
- list-style-image:url("chrome://editor/skin/images/img-align-top.gif");
-}
-#img-align-middle {
- list-style-image:url("chrome://editor/skin/images/img-align-middle.gif");
-}
-#img-align-bottom {
- list-style-image:url("chrome://editor/skin/images/img-align-bottom.gif");
-}
-#img-align-right {
- list-style-image:url("chrome://editor/skin/images/img-align-right.gif");
-}
-#img-align-left {
- list-style-image:url("chrome://editor/skin/images/img-align-left.gif");
-}
-
-/* Rest are from Ben Goodger for Advanced Edit dialog
- These need reviewing and eliminate all but essential attributes */
-/* Have made some mods and eliminated some unnecessary portions.
- hope to merge most of the treecell formatting into global as some of
- this "property list" style treecell formatting is used by cookie/signon
- viewers. */
-
-
-#tagLabel {
- font-weight: bold;
-}
-
-/* styles for an attribute tree-table */
-tree.AttributesTree {
- min-width : 200px;
- min-height: 200px;
-}
-
-tree.AttributesTree > treechildren > treeitem > treerow > treecell.value {
- padding-left : 0px;
- padding-top : 0px;
- padding-bottom : 0px;
- padding-right : 0px;
- margin-left : 0px;
-}
-
-input.AttributesCell {
- border: none;
- width: 100%;
- background-color: #FFFFFF;
- font-weight: normal;
- border: none;
- outline: none;
- margin: 0px;
- width: 100%;
-}
-
-treecell > input {
- margin: 0px;
- background-color: #E5E5E5 ! important;
-}
+++ /dev/null
-/* \r
- * The contents of this file are subject to the Netscape Public\r
- * License Version 1.1 (the "License"); you may not use this file\r
- * except in compliance with the License. You may obtain a copy of\r
- * the License at http://www.mozilla.org/NPL/\r
- * \r
- * Software distributed under the License is distributed on an "AS\r
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r
- * implied. See the License for the specific language governing\r
- * rights and limitations under the License.\r
- * \r
- * The Original Code is Mozilla Communicator client code, released\r
- * March 31, 1998.\r
- * \r
- * The Initial Developer of the Original Code is Netscape\r
- * Communications Corporation. Portions created by Netscape are\r
- * Copyright (C) 1998-1999 Netscape Communications Corporation. All\r
- * Rights Reserved.\r
- * \r
- * Contributor(s): \r
- */\r
-\r
-@import url(chrome://communicator/skin/);\r
-@import url(chrome://communicator/skin/sidebar/sidebar.css);\r
-/* Note: most of our styles are in EditorToolbars.css \r
- in order to share with all users of editor\r
-*/\r
-\r
-#content-frame { \r
- min-width: 10px; \r
- min-height: 10px;\r
- height: 400px;\r
-} \r
-\r
-.source-editor, .source-editor:focus {\r
- margin: 0px 5px 5px 0px;\r
- border: 0px;\r
- /* Scroll bars are in content, \r
- so we can't use right and bottom padding! */\r
- padding: 5px 0px 0px 5px;\r
-}\r
+++ /dev/null
-/*
- * 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):
- */
-
-#FormatToolbar {
- border-bottom: 1px solid #9999CC;
-}
-
-#boldButton {
- list-style-image:url(chrome://editor/skin/images/bold.gif);
-}
-
-#smileButtonMenu {
- list-style-image:url("chrome://editor/skin/images/smile.gif");
-}
-
-#smileButtonMenu[disabled="true"] {
- list-style-image:url("chrome://editor/skin/images/smile_disabled.gif");
-}
-
-.insert-smile > .menu-iconic-left {
- list-style-image:url(chrome://editor/skin/images/smile_n.gif);
-}
-
-.insert-tongue > .menu-iconic-left {
- list-style-image:url(chrome://editor/skin/images/tongue_n.gif);
-}
-
-.insert-frown > .menu-iconic-left {
- list-style-image:url(chrome://editor/skin/images/frown_n.gif);
- }
-
-.insert-wink > .menu-iconic-left {
- list-style-image:url(chrome://editor/skin/images/wink_n.gif);
- }
-
-.insert-laughing > .menu-iconic-left {
- list-style-image:url(chrome://editor/skin/images/laughing_n.gif);
- }
-
-.insert-embarrassed > .menu-iconic-left {
- list-style-image:url(chrome://editor/skin/images/embarrassed_n.gif);
- }
-
-
-.insert-undecided > .menu-iconic-left {
- list-style-image:url(chrome://editor/skin/images/undecided_n.gif);
-}
-
-.smiley > .menu-iconic-left {
-
- margin-right: 15px;
-}
-
-
-#italicButton {
- list-style-image:url(chrome://editor/skin/images/italic.gif);
-}
-
-#underlineButton {
- list-style-image:url(chrome://editor/skin/images/underline.gif);
-}
-
-#DecreaseFontSizeButton {
- list-style-image:url("chrome://editor/skin/images/dec-font-size.gif");
-}
-
-#IncreaseFontSizeButton {
- list-style-image:url("chrome://editor/skin/images/inc-font-size.gif");
-}
-
-#ulButton {
- list-style-image:url("chrome://editor/skin/images/bullets.gif");
-}
-#olButton {
- list-style-image:url("chrome://editor/skin/images/numbers.gif");
-}
-#outdentButton {
- list-style-image:url("chrome://editor/skin/images/outdent.gif");
-}
-#outdentButton[disabled="true"] {
- list-style-image:url("chrome://editor/skin/images/outdent_dis.gif");
-}
-
-#indentButton {
- list-style-image:url("chrome://editor/skin/images/indent.gif");
-}
-
-#AlignPopupButton {
- list-style-image:url("chrome://editor/skin/images/align.gif");
-}
-
-#AlignPopupButton > .button-internal-box {
- border:1px solid transparent;
-}
-#AlignPopupButton:hover > .button-internal-box {
- border:1px outset #CCD0DD;
-}
-#AlignPopupButton:active > .button-internal-box,
-#AlignPopupButton[open="true"] > .button-internal-box {
- border:1px inset #CCD0DD;
-}
-
-#InsertPopupButton {
- list-style-image:url("chrome://editor/skin/images/object-popup.gif");
-}
-
-#text-align-left,
-#align-left-button
- {
- list-style-image : url("chrome://editor/skin/images/left.gif");
- }
-
-#text-align-left[disabled="true"],
-#text-align-left[disabled="true"]:hover,
-#text-align-left[disabled="true"]:hover:active,
-#align-left-button[disabled="true"],
-#align-left-button[disabled="true"]:hover,
-#align-left-button[disabled="true"]:hover:active,
- {
- list-style-image : url("chrome://editor/skin/images/left-disabled.gif");
- }
-
-#text-align-center,
-#align-center-button
- {
- list-style-image : url("chrome://editor/skin/images/center.gif");
- }
-
-#text-align-center[disabled="true"],
-#text-align-center[disabled="true"]:hover,
-#text-align-center[disabled="true"]:hover:active,
-#align-center-button[disabled="true"],
-#align-center-button[disabled="true"]:hover,
-#align-center-button[disabled="true"]:hover:active
- {
- list-style-image : url("chrome://editor/skin/images/center-disabled.gif");
- }
-
-#text-align-right,
-#align-right-button
- {
- list-style-image : url("chrome://editor/skin/images/right.gif");
- }
-
-#text-align-right[disabled="true"],
-#text-align-right[disabled="true"]:hover,
-#text-align-right[disabled="true"]:hover:active
-#align-right-button[disabled="true"],
-#align-right-button[disabled="true"]:hover,
-#align-right-button[disabled="true"]:hover:active
- {
- list-style-image : url("chrome://editor/skin/images/right-disabled.gif");
- }
-
-#text-align-justify, #align-justify-button
- {
- list-style-image : url("chrome://editor/skin/images/justify.gif");
- }
-
-#text-align-justify[disabled="true"],
-#text-align-justify[disabled="true"]:hover,
-#text-align-justify[disabled="true"]:hover:active
-#align-justify-button[disabled="true"],
-#align-justify-button[disabled="true"]:hover,
-#align-justify-button[disabled="true"]:hover:active
- {
- list-style-image : url("chrome://editor/skin/images/justify-disabled.gif");
- }
-
-.ColorPickerLabel {
- border: 1px inset white;
- margin: 0px;
- padding: 2px;
- -moz-box-pack: center;
-}
-
-/* TODO: How to make inset color skinable? */
-.color-button {
- border: 1px inset #CCD0DD;
- padding: 0px;
- width: 19px;
- height: 19px;
- margin: 1px;
-}
-
-.color-button:hover {
- border: 1px solid #666699;
-}
-
-#TextColorPopupButton {
- margin: 2px 9px 9px 2px;
-}
-
-#BackColorPopupButton {
- margin: 9px 2px 2px 9px;
-}
-
-
-
-#FormatToolbar > button,
-#FormatToolbar > button:hover,
-#FormatToolbar > button:active,
-#FormatToolbar > button[disabled="true"] {
- margin: 0px 3px 0px 0px;
- border: none;
- min-width: 23px;
- min-height: 23px;
-}
-#FormatToolbar > button > .button-internal-box {
- margin: 0px;
- padding: 1px;
- border: 1px solid transparent;
- -moz-box-pack: center;
-}
-#FormatToolbar > button:hover > .button-internal-box {
- border: 1px outset #CCD0DD;
-}
-#FormatToolbar > button:active > .button-internal-box {
- padding: 2px 0px 0px 2px;
- border: 1px inset #CCD0DD;
-}
-#FormatToolbar > button[disabled="true"] > .button-internal-box {
- border: 1px solid transparent;
-}
-
-#FormatToolbar > button > .button-internal-box > .button-text-container
- {
- display : none;
- }
-
-
-
+++ /dev/null
-/*
- * 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):
- */
-
-#EditModeToolbar {
- padding: 0px;
- /* Same as "standard" toolbar background */
- border-top: 1px solid #9999CC;
- border-bottom: none;
- margin-bottom: 0px;
- min-width: 1px;
- color: #000000;
- background-color: #CCD0DD;
- overflow: hidden;
-}
-/*
-#EditModeToolbar > toolbargrippy {
- height: 100%;
-}
-*/
-/* BORDERS ARE NOT WORKING! global class="plain" is fighting us! */
-/* !important in for now as a workaround to above problem! */
-button.edit-mode:hover, button.edit-mode:hover:active,
-button.edit-mode {
- -moz-border-radius: 0px 0px 7px 7px;
- padding: 0px 4px 1px 4px;
- margin: 0px;
- color: #CCD0DD;
- background-color: #666699;
- border-top: 1px solid #666699 !important; /* Must be same as background */
- border-bottom: 1px solid #9999CC !important;
- border-left: 1px solid #9999CC !important;
- border-right: 1px solid #9999CC !important;
-}
-
-button.edit-mode > .button-internal-box,
-button.edit-mode:hover > .button-internal-box,
-button.edit-mode:hover:active > .button-internal-box {
- border: none;
-}
-
-button.edit-mode:hover {
- border: 1px solid #3366FF !important;
-}
-
-button.edit-mode:hover:active {
- padding: 1px 5px 0px 3px;
- border: 1px solid #99CCFF !important;
-}
-
-button.edit-mode[selected="1"] {
- padding: 0px 4px 1px 4px;
- margin: -1px 0px 0px 0px;
-/* Not resizing well! - use color instead
- font-weight: bold;
-*/
- background-color: #FFFFFF;
- color: #000000;
-}
-
-button.edit-mode[selected="1"]:active,
-button.edit-mode[selected="1"]:hover:active {
- padding: 1px 5px 0px 3px;
-}
-
-#NormalModeButton[type="image"] {
- list-style-image:url(chrome://editor/skin/images/editmode-normal.gif);
-}
-
-#TagModeButton[type="image"] {
- list-style-image:url(chrome://editor/skin/images/editmode-tags.gif);
-}
-#SourceModeButton[type="image"] {
- list-style-image:url(chrome://editor/skin/images/editmode-html.gif);
-}
-#PreviewModeButton[type="image"] {
- list-style-image:url(chrome://editor/skin/images/editmode-preview.gif);
-}
+++ /dev/null
-/*
- * 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):
- */
-
-/* This contains CSS just for editor toolbars */
-
-#EditorToolbox {
- min-width: 1px;
-}
-
-.separator_small {
- width: 1em;
-}
-
-.margin-left-right {
- margin-left: 3px;
- margin-right: 3px;
-}
-
-.toolbar, .key-toolbar {
- margin-right: 2px;
-}
-
-.inset-border {
- border: 1px inset CCCCDD;
-}
-
-/* THIS DOESN'T WORK ON <text>! */
-.center {
- text-align: center;
-}
-
-
-
-#newButton {
- list-style-image:url("chrome://editor/skin/images/newfile.gif");
-}
-#newButton[disabled="true"] {
- list-style-image:url("chrome://editor/skin/images/newfile_dis.gif");
-}
-
-#openButton {
- list-style-image:url("chrome://editor/skin/images/openfile.gif");
-}
-#openButton[disabled="true"] {
- list-style-image:url("chrome://editor/skin/images/openfile_dis.gif");
-}
-
-#saveButton {
- list-style-image:url("chrome://editor/skin/images/savefile.gif");
-}
-#saveButton[disabled="true"] {
- list-style-image:url("chrome://editor/skin/images/savefile_dis.gif");
-}
-#saveButton[dirty="true"] {
- list-style-image:url(chrome://editor/skin/images/savemod.gif);
-}
-
-#publishButton {
- list-style-image:url("chrome://editor/skin/images/publish.gif");
-}
-
-#previewButton {
- list-style-image:url("chrome://editor/skin/images/preview.gif");
-}
-#previewButton[disabled="true"] {
- list-style-image:url("chrome://editor/skin/images/preview_dis.gif");
-}
-
-#printButton
- {
- list-style-image : url("chrome://editor/skin/images/print.gif");
- }
-#printButton[disabled="true"] {
- list-style-image:url("chrome://editor/skin/images/print_dis.gif");
-}
-
-#findButton {
- list-style-image:url("chrome://editor/skin/images/find.gif");
-}
-#findButton[disabled="true"] {
- list-style-image:url("chrome://editor/skin/images/find_dis.gif");
-}
-
-#linkButton {
- list-style-image:url("chrome://editor/skin/images/link.gif");
-}
-#linkButton[disabled="true"] {
- list-style-image:url("chrome://editor/skin/images/link_dis.gif");
-}
-
-#imageButton {
- list-style-image:url("chrome://editor/skin/images/image.gif");
-}
-#imageButton[disabled="true"] {
- list-style-image:url("chrome://editor/skin/images/image_dis.gif");
-}
-
-#namedAnchorButton {
- list-style-image:url("chrome://editor/skin/images/anchor.gif");
-}
-#namedAnchorButton[disabled="true"] {
- list-style-image:url("chrome://editor/skin/images/anchor_dis.gif");
-}
-
-#hlineButton {
- list-style-image:url("chrome://editor/skin/images/hline.gif");
-}
-#hlineButton[disabled="true"] {
- list-style-image:url("chrome://editor/skin/images/hline_dis.gif");
-}
-
-#tableButton {
- list-style-image:url("chrome://editor/skin/images/table.gif");
-}
-#tableButton[disabled="true"] {
- list-style-image:url("chrome://editor/skin/images/table_dis.gif");
-}
-
-#linkButton-dark {
- list-style-image:url("chrome://editor/skin/images/link.gif");
-}
-#imageButton-dark {
- list-style-image:url("chrome://editor/skin/images/image.gif");
-}
-#namedAnchorButton-dark {
- list-style-image:url("chrome://editor/skin/images/anchor.gif");
-}
-#hlineButton-dark {
- list-style-image:url("chrome://editor/skin/images/hline.gif");
-}
-#tableButton-dark {
- list-style-image:url("chrome://editor/skin/images/table.gif");
-}
-#spellingButton {
- list-style-image:url("chrome://editor/skin/images/spell.gif");
-}
+++ /dev/null
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
-
-/* ::::: autocomplete ::::: */
-
-textbox[type="autocomplete"]
- {
- cursor : default !important;
- }
-
-.textbox-input
- {
- cursor : text;
- }
-
-.autocomplete-internal-box
- {
- padding : 0px !important;
- }
-
-.autocomplete-textbox-container
- {
- padding : 1px 2px 1px 2px;
- }
-
-
-/* ::::: history button ::::: */
-
-.autocomplete-history-button
- {
- -moz-binding : url("chrome://global/skin/classicBindings.xml#autocomplete-history-button");
- width : 15px;
- min-height : 19px;
- border : none;
- background-color : #9999CC;
- list-style-image : url("chrome://global/skin/scroll-down.gif");
- padding : 0px;
- margin : 0px;
- }
-
-.autocomplete-history-button > .autocomplete-history-button-internal-box
- {
- border : 1px outset #CCD0DD;
- padding : 1px;
- }
-
-.autocomplete-history-button[open="true"] > .autocomplete-history-button-internal-box
- {
- border : 1px inset #CCD0DD;
- padding : 2px 0px 0px 2px;
- }
-
-/* ::::: autocomplete popups ::::: */
-
-.autocomplete-result-popup,
-.autocomplete-history-popup
- {
- border : 1px solid #9999CC !important;
- background-color : white !important;
- }
-
-.autocomplete-history-popup
- {
- max-height : 180px;
- }
-
-/* ::::: outliner ::::: */
-
-.autocomplete-outliner
- {
- background-color : transparent !important;
- }
-
-.autocomplete-outlinercol
- {
- margin : 0px !important;
- border : none !important;
- padding : 0px !important;
- }
-
-.autocomplete-outlinerbody:-moz-outliner-row(menuactive)
- {
- background-color : Highlight;
- }
-
-.autocomplete-outlinerbody:-moz-outliner-cell-text(menuactive)
- {
- color : HighlightText !important;
- }
-
-
-
-
+++ /dev/null
-/* NEW WIDGET ANDING: <button> */
-
-/** Default Button Styles (apply to usage of <button> without
- * any applied class).
- **/
-
-/* outer frame */
- button
- {
- border : none;
- margin : 1px 5px 2px 5px;
- background-color : #CCD0DD;
- }
-
- button[disabled="true"],
- button[disabled="true"]:hover,
- button[disabled="true"]:hover:active
- {
- border : none;
- color : #999999;
- }
-
-/* internal frame */
- button > .button-internal-box
- {
- -moz-box-align : center;
- -moz-box-pack : center;
- border : 1px outset #CCD0DD;
- padding : 1px;
- }
-
- button:hover:active > .button-internal-box
- {
- border : 1px inset #CCD0DD;
- padding : 2px 0px 0px 2px;
- }
-
- button[disabled="true"] > .button-internal-box,
- button[disabled="true"]:hover > .button-internal-box,
- button[disabled="true"]:hover:active > .button-internal-box
- {
- border : 1px outset #CCD0DD;
- padding : 1px;
- }
-
-/* text wrapping frame (hack because <text> does not support alignment) */
- .button-text-container
- {
- -moz-box-align : center;
- -moz-box-pack : center;
- }
-
-/* text frame */
- .button-text
- {
- padding : 1px 2px 1px 2px;
- }
-
- button[orient="vertical"] > .button-internal-box > .button-text-container > .button-text
- {
- padding : 2px 2px 1px 2px;
- }
-
-/** Styles for "DEFAULT" buttons (usually 'OK' or equivalent in dialogs.
- * To activate, set 'default' attribute on button.
- **/
-
-/* outer frame */
- button[default]
- {
- font-weight : bold;
- list-style-image : url("chrome://global/skin/return.gif");
- }
-
- button[default][disabled="true"]
- {
- list-style-image : url("chrome://global/skin/return-disabled.gif");
- }
-
-/** Styles for 'dialog' buttons (usually any command button in a dialog)
- * This class gives buttons 10px of padding on each side to increase the
- * strike area and make buttons with small amounts of text (e.g. 'OK')
- * look less silly.
- **/
-
-/* internal frame */
- .button-dialog > .button-internal-box,
- .button-dialog:hover > .button-internal-box
- {
- padding : 2px 10px 2px 10px;
- }
-
- .button-dialog:hover:hover:active > .button-internal-box
- {
- padding : 3px 9px 1px 11px;
- }
-
-/** Styles for grey toolbar buttons. These buttons are used in places like
- * editor's formatting toolbar or toolbars wanting a button similar to a command
- * button but without an initial outset frame.
- **/
- .button-borderless
- {
- border : 1px solid #CCD0DD;
- }
-
- .button-borderless:hover
- {
- border : 1px solid #000000;
- }
-
- .button-borderless > .button-internal-box
- {
- border : 1px solid #CCD0DD;
- }
-
- .button-borderless:hover > .button-internal-box
- {
- border : 1px outset #CCD0DD;
- }
-
- .button-borderless:hover:active > .button-internal-box
- {
- border : 1px inset #CCD0DD;
- }
-
-/** plain (raw) buttons, class="plain" **/
-
- button.plain, button.plain:hover, button.plain:hover:active,
- button.plain > .button-internal-box,
- button.plain:hover:active > .button-internal-box,
- button.plain > .button-internal-box:hover:active,
- button.plain > .button-internal-box > .button-text-container,
- button.plain > .button-internal-box > .button-text-container:hover:active,
- button.plain > .button-internal-box > .button-text-container > .button-text,
- button.plain > .button-internal-box > .button-text-container > .button.text:hover:active,
- button.plain > .button-internal-box > .button-icon,
- button.plain > .button-internal-box > .button.icon:hover:active
- {
- border : 0px;
- margin : 0px;
- padding : 0px;
- }
-
-
-/**
- * utility class for buttons with associated popup
- **/
-.button-popup
- {
- list-style-image : url(chrome://global/skin/taskbar-popup-arrow.gif);
- }
-
-
-
-
-
+++ /dev/null
-<?xml version="1.0"?>
-
-<bindings id="buttonBindings"
- xmlns="http://www.mozilla.org/xbl"
- xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <binding id="buttonleft" extends="chrome://global/content/bindings/button.xml#button-base">
- <content excludes="observes,template">
- <xul:box class="button-box-1" autostretch="never" flex="1">
- <xul:box class="button-box-2" autostretch="never" flex="1">
- <xul:image class="button-icon" inherits="src"/>
- <xul:box class="button-box-text" flex="1" autostretch="never">
- <xul:text class="button-text" inherits="disabled,value=label,accesskey,crop"/>
- </xul:box>
- </xul:box>
- </xul:box>
- </content>
- </binding>
-
- <binding id="buttonright" extends="chrome://global/content/bindings/button.xml#button-base">
- <content excludes="observes,template">
- <xul:box class="button-box-1" autostretch="never" flex="1">
- <xul:box class="button-box-2" autostretch="never" flex="1">
- <xul:box class="button-box-text" flex="1" autostretch="never">
- <xul:text class="button-text" inherits="disabled,value=label,accesskey,crop"/>
- </xul:box>
- <xul:image class="button-icon" inherits="src"/>
- </xul:box>
- </xul:box>
- </content>
- </binding>
-
- <binding id="buttontop" extends="chrome://global/content/bindings/button.xml#button-base">
- <content excludes="observes,template">
- <xul:box class="button-box-1" autostretch="never" flex="1">
- <xul:box class="button-box-2" autostretch="never" flex="1" orient="vertical" align="center">
- <xul:image class="button-icon" inherits="src"/>
- <xul:box class="button-box-text" flex="1" autostretch="never">
- <xul:text class="button-text" inherits="disabled,value=label,accesskey,crop"/>
- </xul:box>
- </xul:box>
- </xul:box>
- </content>
- </binding>
-
- <binding id="buttonbottom" extends="chrome://global/content/bindings/button.xml#button-base">
- <content excludes="observes,template">
- <xul:box class="button-box-1" autostretch="never" flex="1">
- <xul:box class="button-box-2" autostretch="never" flex="1" orient="vertical" align="center">
- <xul:box class="button-box-text" flex="1" autostretch="never">
- <xul:text class="button-text" inherits="disabled,value=label,accesskey,crop"/>
- </xul:box>
- <xul:image class="button-icon" inherits="src"/>
- </xul:box>
- </xul:box>
- </content>
- </binding>
-
-</bindings>
-
+++ /dev/null
-/* stylesheet for XUL <checkbox> element */
-
-/* default checkbox for dialogs */
-
-/* outer checkbox frame */
- checkbox
- {
- margin: 3px 5px 3px 5px;
- }
-
-/* checkmark outer frame */
- checkbox > .internal-box > .checkmark-box
- {
- border: 1px inset #CCD0DD;
- background-color: transparent;
- margin-top: 2px;
- margin-right: 4px;
- padding: 1px;
- }
-
- checkbox[disabled="true"] > .internal-box > .checkmark-box,
- checkbox[disabled="true"]:hover > .internal-box > .checkmark-box
- {
- border: 1px inset #CCD0DD;
- }
-
-/* checkmark inner frame */
- checkbox > .internal-box > .checkmark-box > .checkbox-check
- {
- width: 8px;
- height: 8px;
- list-style-image: none;
- }
-
- checkbox[checked="true"] > .internal-box > .checkmark-box > .checkbox-check
- {
- list-style-image: url(chrome://global/skin/check-check.gif);
- }
-
- checkbox[checked="true"][disabled="true"] > .internal-box > .checkmark-box > .checkbox-check
- {
- list-style-image: url(chrome://global/skin/check-check-disabled.gif);
- }
-
- checkbox > .internal-box > .checkbox-icon
- {
- list-style-image: inherit;
- }
-
-/* checkmark label/icon frame */
- checkbox[label] > .internal-box > html
- {
- margin: 0px 0px 0px 4px;
- padding: 1px;
- }
-
- checkbox[disabled="true"][label] > .internal-box > html
- {
- color: #999999;
- }
-
- checkbox:focus > .internal-box > html
- {
- border : 1px dotted black;
- padding : 0px;
- }
-
+++ /dev/null
-<?xml version="1.0"?>
-
-<bindings id="buttonBindings"
- xmlns="http://www.mozilla.org/xbl"
- xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <binding id="textdisabled" extends="xul:text">
- <content excludes="observes,template">
- <xul:stack>
- <xul:text class="text-bottom" inherits="value=label,accesskey,crop"/>
- <xul:text class="text-top" inherits="value=label,accesskey,crop"/>
- </xul:stack>
- </content>
- </binding>
-
- <binding id="toolbargrippy" extends="chrome://global/content/bindings/toolbar.xml#toolbargrippy">
- <content orient="vertical">
- <xul:vbox autostretch="never" align="center">
- <xul:image class="toolbargrippy-twisty"/>
- </xul:vbox>
- <xul:spring class="toolbargrippy-texture" flex="1"/>
- </content>
- </binding>
-
- <binding id="toolbargrippy-collapsed" extends="chrome://global/content/bindings/toolbar.xml#toolbargrippy">
- <content>
- <xul:hbox autostretch="never" align="center">
- <xul:image class="toolbargrippy-twisty-collapsed"/>
- </xul:hbox>
- <xul:spring class="toolbargrippy-texture-collapsed" flex="1"/>
- </content>
- </binding>
-
-
- <binding id="radio" extends="chrome://global/content/bindings/radio.xml#radio">
- <content excludes="observes">
- <xul:box flex="1" class="radio-internal-box" autostretch="never" align="center">
- <xul:box class="radio-checkmark-box-1" autostretch="never" inherits="disabled">
- <xul:box class="radio-checkmark-box-2" autostretch="never" flex="1">
- <xul:image class="radio-check" inherits="checked,disabled"/>
- </xul:box>
- </xul:box>
- <xul:image class="radio-icon" inherits="src,disabled"/>
- <xul:html class="radio-text" inherits="value=label,accesskey,crop,disabled" flex="1">
- <children/>
- </xul:html>
- </xul:box>
- </content>
- </binding>
-
- <binding id="checkbox" extends="chrome://global/content/bindings/checkbox.xml#checkbox">
- <content excludes="observes">
- <xul:box flex="1" class="checkbox-internal-box" autostretch="never" align="center">
- <xul:box class="checkbox-checkmark-box-1" autostretch="never" inherits="disabled">
- <xul:box class="checkbox-checkmark-box-2" autostretch="never" flex="1">
- <xul:image class="checkbox-check" inherits="checked,disabled"/>
- </xul:box>
- </xul:box>
- <xul:image class="checkbox-icon" inherits="src,disabled"/>
- <xul:html class="checkbox-text" inherits="value=label,accesskey,crop,disabled" flex="1">
- <children/>
- </xul:html>
- </xul:box>
- </content>
- </binding>
-
- <binding id="thumb" extends="chrome://global/content/bindings/scrollbar.xml#thumb">
- <content>
- <xul:box class="thumb-box" autostretch="never" orient="vertical" flex="1">
- <xul:spring flex="1"/>
- </xul:box>
- </content>
- </binding>
-
- <binding id="scrollbar" extends="chrome://global/content/bindings/scrollbar.xml#scrollbar">
- <content>
- <xul:scrollbarbutton type="decrement" inherits="sborient=orient"/>
- <xul:slider flex="1" inherits="curpos,maxpos,pageincrement,increment">
- <xul:thumb inherits="align,src" flex="1"/>
- </xul:slider>
- <xul:scrollbarbutton type="increment" inherits="sborient=orient"/>
- </content>
- </binding>
-
- <binding id="scrollbarbutton">
- <content>
- <xul:box class="scrollbarbutton-box" flex="1">
- <xul:image class="scrollbarbutton-icon" inherits="src"/>
- </xul:box>
- </content>
- </binding>
-
- <binding id="slider" extends="chrome://global/content/bindings/scrollbar.xml#slider">
- <content>
- <xul:button class="slider-button"/>
- </content>
- </binding>
-
- <binding id="grippy" extends="chrome://global/content/bindings/splitter.xml#grippy">
- <content>
- <xul:box class="grippy-box" flex="1">
- <xul:image class="grippy-image" inherits="src" />
- </xul:box>
- </content>
- </binding>
-
- <binding id="autocomplete-history-button" extends="xul:box">
- <content>
- <xul:box class="autocomplete-history-button-internal-box" autostretch="never">
- <children/>
- </xul:box>
- </content>
- </binding>
-
-</bindings>
+++ /dev/null
-/* colorpicker tiles */
-
-.colorpickertile {
- width : 20px;
- height : 20px;
- margin : 1px;
- border : 1px inset #CCD0DD;
-}
-
-.colorpickertile[hover="true"] {
- border : 1px solid #FFFFFF;
-}
-
-.colorpickertile[selected="true"] {
- border : 1px solid #000000;
-}
-
-/* colorpicker button */
-
-colorpicker[type="button"] {
- width: 35px;
- height: 20px;
- border: 1px outset #CCD0DD;
-}
-
-.colorpicker-button-internal-box {
- padding: 3px;
-}
-
-.colorpicker-button-colorbox {
- border: 1px solid #000000;
-}
-
-colorpicker[type="button"]:focus {
-}
-
-colorpicker[type="button"]:focus > .colorpicker-button-internal-box {
-}
-
-colorpicker[type="button"][open="true"] {
- border: 1px inset #CCD0DD;
-}
-
-colorpicker[type="button"][open="true"] > .colorpicker-button-internal-box {
-}
-
-
+++ /dev/null
-box.icon {\r
- margin: 1em 15px 0px 10px;\r
-}\r
-\r
-box#content {\r
- margin-top: 1em;\r
- margin-right: 1em;\r
-}\r
-\r
-box#okCancelButtons {\r
- margin-bottom: 0.5em;\r
-}\r
-\r
-table#editFields {\r
- margin-top: 1em;\r
- margin-bottom: 1em;\r
-}\r
-\r
-div[id="info.header"] {\r
- font-weight: bold;\r
-}
\ No newline at end of file
+++ /dev/null
-/* \r
- * The contents of this file are subject to the Netscape Public\r
- * License Version 1.1 (the "License"); you may not use this file\r
- * except in compliance with the License. You may obtain a copy of\r
- * the License at http://www.mozilla.org/NPL/\r
- * \r
- * Software distributed under the License is distributed on an "AS\r
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r
- * implied. See the License for the specific language governing\r
- * rights and limitations under the License.\r
- * \r
- * The Original Code is mozilla.org code.\r
- * \r
- * The Initial Developer of the Original Code is Netscape\r
- * Communications Corporation. Portions created by Netscape are\r
- * Copyright (C) 1998-1999 Netscape Communications Corporation. All\r
- * Rights Reserved.\r
- * \r
- * Contributor(s): \r
- */\r
-\r
-.error-icon-box {\r
- background-color: #CCCCCC;\r
- padding: 5px;\r
- border-right: 1px solid #999999;\r
-}\r
-\r
-\r
-\r
-.treecell-error {\r
- border-bottom: 1px solid #000000 !important;\r
- padding: 0px;\r
-}\r
-\r
-.treecell-error[type="error"] {\r
- list-style-image: url("chrome://global/skin/error-icon.gif") !important;\r
-}\r
-\r
-.treecell-error[type="warning"] {\r
- list-style-image: url("chrome://global/skin/alert-icon.gif") !important;\r
-}\r
-\r
-.error-icon {\r
- list-style-image: inherit !important;\r
-}\r
-\r
+++ /dev/null
-/**
- * Small Dialog Header (without icon)
- **/
-.box-smallheader
- {
- -moz-binding : url(chrome://global/content/dialogBindings.xml#smallheader);
- border : 1px inset #CCD0DD;
- margin : 0px 5px 6px 5px;
- }
-
-.toolbar-primary
- {
- padding : 0px 0px 3px 0px;
- min-height : 0px;
- }
-
-.box-smallheader-left
- {
- font-size : larger;
- font-weight : bold;
- padding-left : 6px;
- }
-
-.box-smallheader-right
- {
- padding-right : 6px;
- }
-
-.box-smallheader > .toolbar-primary
- {
- border : 1px solid threeddarkshadow;
- -moz-box-align : center;
- padding-top : 3px;
- }
-
-/**
- * Large Dialog Header (with icon)
- **/
-.box-header
- {
- -moz-binding : url(chrome://global/content/dialogBindings.xml#largeheader);
- }
-
-.box-header-header
- {
- padding : 0px 0px 4px 5px;
- min-height : 34px;
- }
-
-.box-header-text-box
- {
- -moz-box-align : center;
- }
-
-.box-header-text
- {
- color : white;
- font-size : large;
- font-weight : bold;
- text-decoration : underline;
- }
-
-.box-header-icon-box
- {
- -moz-box-align : center;
- }
-
-.box-header-circle
- {
- background-color : transparent;
- min-width : 28px;
- margin : 1px 7px 1px 1px;
- height : 28px;
- width : 28px;
- }
-
-/**
- * Dialog status line (blue) including progress area
- **/
-.box-status
- {
- -moz-binding : url(chrome://global/content/dialogBindings.xml#status);
- }
-
-.box-status-bg
- {
- padding : 1px 5px 1px 5px;
- min-height : 0px ! important;
- }
-
-.box-status-text, .box-status-progress
- {
- color : #99cccc ! important;
- }
-
-
-/**
- * Utility classes for use when combined headers/footers are used
- **/
-/* display area framed container */
-#contentarea
- {
- border-top : 2px groove threedface;
- border-bottom : 2px groove threedface;
- padding : 7px;
- }
-
-/* top border on status area */
-#wizardButtons
- {
- border-bottom : 1px solid threedshadow;
- padding-top : 1px;
- padding-bottom : 1px;
- }
+++ /dev/null
-@import url(chrome://global/skin/global.css);\r
-\r
-treecell.directory {\r
- list-style-image: url("chrome://global/skin/dir-closed.gif");\r
-}\r
-\r
-treecell.file {\r
- list-style-image: url("chrome://global/skin/blank.gif");\r
-}\r
-\r
-/*\r
-treeitem.hidden > treerow > treecell > .tree-button {\r
- color: #CCCCCC;\r
-}\r
-\r
-treeitem.hidden > treerow > treecell > .tree-icon {\r
- list-style-image: url("chrome://global/skin/blank.gif");\r
-}\r
-*/\r
+++ /dev/null
-/* colors */
-
-.color-dialog
- {
- background-color : #CCD0DD;
- color : #000000;
- }
-
-.color-window
- {
- background-color : #FFFFFF;
- color : #000000;
- }
-
-/* inset areas */
-.inset
- {
- border : 1px inset #CCD0DD;
- margin : 0px 5px 5px 5px;
- }
-
-/* formatting */
-.groove-top
- {
- border-top : 2px groove #CCD0DD;
- }
-
-.groove-right
- {
- border-right : 2px groove #CCD0DD;
- }
-
-.groove-left
- {
- border-left : 2px groove #CCD0DD;
- }
-
-.groove-bottom
- {
- border-bottom : 2px groove #CCD0DD;
- }
-
-.outset
- {
- border : 1px outset #CCD0DD;
- }
-
-/** separator rules **/
-/* standard separators */
- separator, separator[orient="horizontal"]
- {
- height: 1.5em;
- }
-
- separator[orient="vertical"]
- {
- width: 1.5em;
- }
-
-/* thinner separators (50% size) */
- separator.thin, separator.thin[orient="horizontal"]
- {
- height: 0.5em;
- }
-
- separator.thin[orient="vertical"]
- {
- width: 0.5em;
- }
-
-/* groove separators (50% size) */
- separator.groove,
- separator.groove[orient="horizontal"]
- {
- border-top: 2px groove #CCD0DD;
- height: 0px;
- margin-top: 0.4em;
- margin-bottom: 0.4em;
- }
-
- separator.groove[orient="vertical"]
- {
- border-left: 2px groove #CCD0DD;
- margin-left: 0.4em;
- margin-right: 0.4em;
- }
-
-/* groove separators (0 padding, for dividing effects) */
- separator.groove-thin
- {
- border-top: 2px groove #CCD0DD;
- height: 0px;
- }
-
- separator[orient="vertical"].groove-thin
- {
- border-left: 2px groove #CCCCCC;
- }
-
-/** text formatting rules **/
-/* label (with margins) */
- text.label
- {
- margin : 1px 5px 2px 5px;
- }
-
- text[disabled="true"]
- {
- color : #9999CC;
- }
-
- html
- {
-/* margin : 1px 5px 4px 5px; */
- cursor : default;
- }
-
- .header
- {
- font-weight : bold;
- }
-
- .indent
- {
- margin-left : 20px;
- }
-
- .icon-dropmarker
- {
- list-style-image : url("chrome://global/skin/scroll-down.gif");
- }
-
- .box-padded
- {
- padding : 5px;
- }
-
- .spaced
- {
- margin : 3px 5px 4px 5px;
- }
-
- .link
- {
- color : #0000FF;
- cursor : pointer;
- -moz-user-select : text;
- text-decoration : underline;
- }
-
-
+++ /dev/null
-/** this should only contain XUL dialog and document window widget defaults. Defaults for widgets of
- a particular application should be in that application's style sheet.
- For example style definitions for navigator can be found in navigator.css
-
- THIS FILE IS LOCKED DOWN. YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT FIRST HAVING YOUR
- CHANGES REVIEWED BY hyatt@netscape.com.
-**/
-
-/* import the widget style sheets */
-
-/* all localizable skin settings shall live here */
-@import url(chrome://global/locale/intl.css);
-
-@import url("chrome://global/skin/formatting.css");
-/*
-@import url("chrome://global/content/bindings/outliner.css");
-@import url("chrome://global/content/bindings/popup.css");
-@import url("chrome://global/content/bindings/scrollbar.css");
-@import url("chrome://global/content/bindings/tree.css");
-
-@import url("chrome://global/skin/button.css");
-@import url("chrome://global/skin/checkbox.css");
-@import url("chrome://global/skin/colorpicker.css");
-@import url("chrome://global/skin/menu.css");
-@import url("chrome://global/skin/menubutton.css");
-@import url("chrome://global/skin/menulist.css");
-@import url("chrome://global/skin/outliner.css");
-@import url("chrome://global/skin/popup.css");
-@import url("chrome://global/skin/progressmeter.css");
-@import url("chrome://global/skin/radio.css");
-@import url("chrome://global/skin/scrollbox.css");
-@import url("chrome://global/skin/splitter.css");
-@import url("chrome://global/skin/tabcontrol.css");
-@import url("chrome://global/skin/textbox.css");
-@import url("chrome://global/skin/toolbar.css");
-@import url("chrome://global/skin/tree.css");
-*/
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-
-/**
- * bindings
- **/
-
-/* EarlyBlue does currently not need any bindings here, if we once do, see sample in Classic */
-
-
-/**
- * XXX-DEBUG: HTML namespace/titledbutton striping.
- **/
-
-/*
- html|*
- {
- border : 1px solid green !important;
- }
-
- html|form
- {
- border : none !important;
- }
-
- titledbutton
- {
- border : 1px solid purple !important;
- }
-*/
-
-/**
- * XUL <window> element
- **/
- window
- {
- background-color : #CCD0DD;
- color : black;
- font : 3mm helvetica,arial,tahoma,sans-serif;
- padding : 0px;
- -moz-user-focus : ignore;
- }
-
- window[wait-cursor]
- {
- cursor : wait !important;
- }
-
- window.dialog
- {
- background-color : #CCD0DD;
- padding : 7px 5px 5px 5px;
- }
-
-/**
- * XUL <box> debugging
- **/
- :-moz-horizontal-box-debug
- {
- border : 2px solid blue;
- border-top-width : 10px;
- padding : 2px;
- margin : 2px;
- color : white;
- }
-
- :-moz-vertical-box-debug
- {
- border : 2px solid red;
- border-left-width : 10px;
- padding : 2px;
- margin : 2px;
- color : white;
- }
-
-/**
- * Utility icons (used for alert dialogs, etc)
- **/
- .message-icon
- {
- list-style-image : url("chrome://global/skin/message-icon.gif");
- }
-
- .alert-icon
- {
- list-style-image : url("chrome://global/skin/alert-icon.gif");
- }
-
- .error-icon
- {
- list-style-image : url("chrome://global/skin/error-icon.gif");
- }
-
- .question-icon
- {
- list-style-image : url("chrome://global/skin/question-icon.gif");
- }
-
-/**
- * status-bar
- */
- statusbar
- {
- border-top : 1px solid #9999CC;
- background-color : #666699;
- color : #CCD0DD;
- user-focus : ignore;
- overflow : hidden
- -moz-box-align : center;
- }
-
- statusbarpanel, .statusbar-panel
- {
- padding : 0px 1px 0px 1px;
- -moz-box-align : center;
- }
-
- .statusbarpanel-icononly
- {
- padding : 0px;
- }
-
- .statusbar-panel-icon
- {
- list-style-image : inherit;
- margin : 0px 2px 0px 0px;
- }
-
-/**
- * iframe default sizing
- **/
- iframe
- {
- min-width : 10px;
- min-height : 10px;
- width : 100px;
- height : 100px;
- border : none;
- }
-
-
-.tooltip-label
- {
- margin : 0px;
- }
+++ /dev/null
-<?xml version="1.0"?>\r
-\r
-<bindings id="globalBindings"\r
- xmlns="http://www.mozilla.org/xbl"\r
- xmlns:html="http://www.w3.org/1999/xhtml"\r
- xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">\r
-\r
-\r
- <binding id="status-bar" extends="xul:box">\r
- <content>\r
- <xul:box>\r
- <xul:image class="statusbar-left"/>\r
- <xul:box autostretch="never" flex="1">\r
- <children/>\r
- </xul:box>\r
- <xul:image class="statusbar-right"/>\r
- </xul:box>\r
- </content>\r
- </binding>\r
-\r
-</bindings>
\ No newline at end of file
+++ /dev/null
-
-
-/**
- * All the properties in this rule are important to avoid having to create
- * a special type of tree. This stylesheet can be loaded into a document with
- * a single tree that is a link tree. Hardly elegant but it's efficient.
- */
-treeitem[selected="true"] > treerow
- {
- background : transparent !important;
- border : none !important;
- color : WindowText !important;
- }
-
-treecell:hover
- {
- text-decoration : underline !important;
- color : #000080 !important;
- cursor : pointer;
- }
-
-treecell:hover:active
- {
- text-decoration : underline !important;
- color : red !important;
- }
-
-
\ No newline at end of file
+++ /dev/null
-menu, menuitem
- {
- color : #000000;
- -moz-box-align : center;
- }
-
-menuitem[default="true"]
- {
- font-weight : bold;
- }
-
-menu[disabled="true"], menuitem[disabled="true"],
-menu[menuactive="true"][disabled="true"],
-menuitem[menuactive="true"][disabled="true"]
- {
- color : #999999;
- }
-
-menupopup > menu,
-menupopup > menuitem,
-popup > menu,
-popup > menuitem
- {
- max-width : 42em; /* should move to content */
- margin : 0px;
- }
-
-menuseparator
- {
- border : 1px inset #CCD0DD;
- margin : 2px 2px 2px 2px;
- }
-
-menubar > menu
- {
- border : 1px solid #CCD0DD;
- padding : 2px 0px 2px 3px;
- margin : 0px 2px 1px 0px;
- }
-
-menubar > menu[menuactive="true"]
- {
- border : 1px outset #CCD0DD;
- }
-
-menubar > menu[menuactive="true"][open="true"]
- {
- border : 1px inset #CCD0DD;
- }
-
-menupopup > menu[menuactive="true"],
-menupopup > menuitem[menuactive="true"],
-popup > menu[menuactive="true"],
-popup > menuitem[menuactive="true"]
- {
- background-color : #336699;
- color : #FFFFFF;
- }
-
-/**
- * Atomic sub-parts of standard menus
- **/
-.menu-right
- {
- margin : 0px 0px 0px 6px;
- width : 8px;
- -moz-box-pack : center;
- list-style-image : url("chrome://global/skin/menu-arrow.gif");
- }
-
-.menu-iconic-left
- {
- color : inherit;
- margin : 0px 4px 0px 3px;
- width : 16px;
- -moz-box-pack : center;
- list-style-image : inherit;
- }
-
-.menubar-left
- {
- color : inherit;
- margin : 0px 2px 0px 0px;
- }
-
-.menu-iconic-text, .menu-iconic-accel, .menu-text, .menu-accel
- {
- color : inherit;
- }
-
-.menu-iconic-text
- {
- margin : 2px 2px 2px 0px;
- }
-
-.menu-text
- {
- margin : 2px 2px 2px 23px;
- }
-
-.menu-accel
- {
- margin : 2px 14px 2px 6px;
- }
-
-.menu-iconic-accel
- {
- margin : 2px 14px 2px 4px;
- }
-
-.menubar-text
- {
- color : inherit;
- margin-right : 2px;
- }
-
-menuitem[checked="true"]
- {
- list-style-image : url("chrome://global/skin/menu-check.gif");
- }
-
-menuitem[checked="true"][menuactive="true"]
- {
- list-style-image : url("chrome://global/skin/menu-check-hover.gif");
- }
-
-menuitem[checked="true"][disabled="true"]
- {
- list-style-image : url("chrome://global/skin/menu-check-disabled.gif");
- }
-
-menuitem[checked="true"][type="radio"]
- {
- list-style-image : url("chrome://global/skin/menu-radio.gif");
- }
-
-menuitem[checked="true"][type="radio"][disabled="true"]
- {
- list-style-image : url("chrome://global/skin/menu-radio-disabled.gif");
- }
-
-menuitem[checked="true"][type="radio"][menuactive="true"]
- {
- list-style-image : url("chrome://global/skin/menu-radio-hover.gif");
- }
-
-.menu-right[disabled="true"]
- {
- list-style-image : url("chrome://global/skin/menu-arrow-disabled.gif");
- }
-
-.menu-right[menuactive="true"][disabled="true"]
- {
- list-style-image : url("chrome://global/skin/menu-arrow-disabled.gif");
- }
-
-.menu-right[menuactive="true"]
- {
- list-style-image : url("chrome://global/skin/menu-arrow-hover.gif");
- }
-
-/* ::::: autocomplete menuitems ::::: */
-
-.autocomplete-history-popup > menuitem
- {
- max-width : none !important;
- font-size : smaller;
- }
-
-/* ::::: menu/menuitems in a menulist popup ::::: */
-
- menulist > menupopup > menuitem,
- menulist > menupopup > menu
- {
- padding : 0px 4px !important;
- min-width : 0px; /* should be in content*/
- max-width : none; /* should be in content*/
- }
-
- menulist > menupopup > menuitem > .menu-iconic-accel,
- menulist > menupopup > menuitem > .menu-accel,
- menulist > menupopup > menuitem > .menu-text,
- menulist > menupopup > menuitem > .menu-iconic-text,
- menulist > menupopup > menu > .menu-text,
- menulist > menupopup > menu > .menu-accel,
- menulist > menupopup > menu > .menu-iconic-text,
- menulist > menupopup > menu > .menu-iconic-accel
- {
- margin-top : 0px;
- margin-bottom : 0px;
- }
-
- menulist > menupopup > menuitem[selected="true"]
- {
- border : 1px dotted #F5DB95;
- }
-
- menulist > menupopup > menuitem > .menu-iconic-left,
- menulist > menupopup > menuitem > .menu-iconic-left[menuactive="true"]
- {
- list-style-image : inherit;
- width : 0px;
- border : none;
- }
+++ /dev/null
-
-/* outermost frame */
- menubutton
- {
-/* margin : 3px 5px 3px 5px; */
- }
-
- menubutton[disabled="true"]
- {
- color : #999999;
- }
-
- menubutton > .menubutton-internal-box
- {
- border : none;
- padding : 0px;
- -moz-box-align : center;
- }
-
- .menubutton-single-icon
- {
- margin-right : 3px;
- }
-
-/** "Dual Functionality" menubutton
- * Has a popup spawning button and a command invoking button, e.g. back/forward
- * class="menubutton-dual"
- **/
-
-/* inner button */
-
- menubutton > .menubutton-internal-box > .menubutton-dual-button,
- menubutton:hover > .menubutton-internal-box > .menubutton-dual-button,
- menubutton[buttonover="true"] > .menubutton-internal-box > .menubutton-dual-button,
- menubutton:active > .menubutton-internal-box > .menubutton-dual-button
- {
- border : none;
- margin : 0px;
- -moz-border-radius : 0px;
- }
-
- menubutton > .menubutton-internal-box > .menubutton-dual-button > .button-internal-box,
- {
- border : 1px outset #CCD0DD;
- margin : 0px
- }
-
- menubutton[open="true"] > .menubutton-internal-box > .menubutton-dual-button > .button-internal-box,
- menubutton > .menubutton-internal-box > .menubutton-dual-button:hover:active > .button-internal-box,
- menubutton:hover:active > .menubutton-internal-box > .menubutton-dual-button > .button-internal-box
- {
- border : 1px inset #CCD0DD;
- }
-
- menubutton[disabled="true"] > .menubutton-internal-box > .menubutton-dual-button:hover:active > .button-internal-box
- {
- border : 1px outset #CCD0DD;
- }
-
-
-/* inner dropmarker */
- menubutton > .menubutton-internal-box > .menubutton-dual-dropmarker-box
- {
- border : 1px outset #CCD0DD;
- padding : 0px 2px 0px 2px;
- }
-
- menubutton[disabled="true"] > .menubutton-internal-box > .menubutton-dual-dropmarker-box
- {
- border : 1px outset #CCD0DD;
- }
-
- menubutton[open="true"] > .menubutton-internal-box > .menubutton-dual-dropmarker-box
- {
- border : 1px inset #CCD0DD;
- padding : 1px 1px -1px 3px;
- }
-
- .menubutton-dual-dropmarker-box > .menubutton-dropmarker
- {
- border : none;
- list-style-image : url("chrome://global/skin/scroll-down.gif");
- }
-
- menubutton[disabled="true"] > .menubutton-internal-box > .menubutton-dual-dropmarker-box > .menubutton-dropmarker,
- .menubutton-dual-dropmarker-box > .menubutton-dropmarker[disabled="true"]
- {
- list-style-image : url("chrome://global/skin/scroll-down-disabled.gif");
- }
-
- menubutton > menupopup
- {
- min-width : 0px;
- border : 1px outset #CCD0DD;
- }
-
- menubutton > menupopup > .menupopup-internal-box
- {
- border : 1px outset #CCD0DD;
- }
-
- menubutton > menupopup > menuitem
- {
- padding : 0px 0px 0px 3px;
- }
-
-/** Icon only menubutton.menubutton-duals
- * class="menubutton.menubutton-dual-icon"
- **/
- .menubutton.menubutton-dual-icon
- {
- border : none;
- background-color : #CCD0DD;
- }
-
- .menubutton.menubutton-dual-icon > .menubutton.menubutton-dual-icon-internal-box
- {
- border : 1px outset #CCD0DD;
- padding : 1px;
- }
-
- .menubutton.menubutton-dual-icon:hover:active > .menubutton.menubutton-dual-icon-internal-box,
- .menubutton.menubutton-dual-icon[open="true"] > .menubutton.menubutton-dual-icon-internal-box
- {
- border : 1px inset #CCD0DD;
- padding : 2px 0px 0px 2px;
- }
+++ /dev/null
-<?xml version="1.0"?>
-
-<bindings id="menuButtonToolbarBindings"
- xmlns="http://www.mozilla.org/xbl"
- xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <binding id="menubutton-toolbar-top">
- <content excludes="observes,template,menupopup">
- <xul:button class="classic-simplebutton" allowevents="true" flex="1"
- inherits="value,src,accesskey,crop,disabled,buttonaction:oncommand"
- onmousedown="this.parentNode.setAttribute('buttondown','true');"
- onmouseup="this.parentNode.removeAttribute('buttondown');"
- onmouseover="this.parentNode.setAttribute('buttonover','true');"
- onmouseout="this.parentNode.removeAttribute('buttonover');"/>
- <xul:box class="classic-dropmarker-box" autostretch="never" align="center" inherits="disabled">
- <xul:image class="classic-dropmarker" inherits="disabled"/>
- </xul:box>
- </content>
- </binding>
-
- <binding id="buttonleft" extends="chrome://global/content/xulBindings.xml#basetext">
- <content excludes="observes,template" autostretch="never">
- <xul:image class="classic-simplebutton-icon" inherits="src"/>
- <xul:box orient="vertical" class="classic-simplebutton-textbox" autostretch="never" flex="1">
- <xul:text class="classic-simplebutton-text" inherits="value=label,accesskey,crop"/>
- </xul:box>
- </content>
- </binding>
-
- <binding id="buttontop" extends="chrome://global/content/xulBindings.xml#basetext">
- <content excludes="observes,template" orient="vertical" autostretch="never" pack="center">
- <xul:image class="classic-simplebutton-icon" inherits="src"/>
- <xul:box orient="vertical" class="classic-simplebutton-textbox" autostretch="never" flex="1">
- <xul:text class="classic-simplebutton-text" inherits="value=label,accesskey,crop"/>
- </xul:box>
- </content>
- </binding>
-
-</bindings>
+++ /dev/null
-
-/* NEW WIDGET LANDING: <menulist> popup */
-
-/* outer frame */
- menulist
- {
- padding : 0px;
- border : none;
- background-color : #CCCCCC;
- margin : 1px 5px 2px 5px;
- }
-
- menulist[menuactive="true"],
- menulist:hover
- {
- border : none;
- }
-
- menulist[open="true"]
- {
- border : none;
- }
-
- menulist[disabled="true"]
- {
- border : none;
- color : #9999CC;
- }
-
-/* icon display frame */
- menulist > .menu-icon
- {
- border-left : 1px inset #CCD0DD;
- border-top : 1px inset #CCD0DD;
- border-bottom : 1px inset #CCD0DD;
- padding : 2px 0px 2px 0px;
- }
-
- menulist[open="true"] > .menu-icon
- {
- border-left : 1px inset #CCD0DD;
- border-top : 1px inset #CCD0DD;
- border-bottom : 1px inset #CCD0DD;
- padding : 2px 0px 2px 0px;
- }
-
-/* text display frame */
- menulist > .menu-text
- {
- padding : 2px 4px 2px 4px;
- border-top : 1px inset #CCD0DD;
- border-bottom : 1px inset #CCD0DD;
- border-right : 1px inset #CCD0DD;
- margin-right : 0px;
- }
-
- menulist[open="true"] > .menu-text
- {
- border-top : 1px inset #CCD0DD;
- border-bottom : 1px inset #CCD0DD;
- border-right : 1px inset #CCD0DD;
- padding : 2px 4px 2px 4px;
- }
-
-/* drop marker display frame */
- menulist > .menu-dropmarker
- {
- border : 1px outset #CCD0DD;
- border-left : none;
- list-style-image : url("chrome://global/skin/scroll-down.gif");
- padding : 2px;
- }
-
- menulist[disabled="true"] > .menu-dropmarker
- {
- list-style-image : url("chrome://global/skin/scroll-down-disabled.gif");
- }
-
- menulist[open="true"] > .menu-dropmarker
- {
- border : 1px inset #CCD0DD;
- padding : 3px 2px 1px 2px;
- }
-
-/** rules for EDITABLE menulists (aka 'comboboxes').
- **/
-
-/* outer frame */
- menulist[editable="true"]
- {
- padding : 0px;
- }
-
-/* icon display frame */
- menulist[editable="true"] > .menu-icon
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
- background-color : white;
- padding : 1px;
- border-left : 1px inset #CCD0DD;
- border-top : 1px inset #CCD0DD;
- border-right : none;
- border-bottom : 1px inset #CCD0DD;
- }
-
-/* text display frame */
- menulist[editable="true"] > .menu-text
- {
- border-left : none;
- border-top : 1px inset #CCD0DD;
- border-right : 1px inset #CCD0DD;
- border-bottom : 1px inset #CCD0DD;
- margin : 0px 2px 0px 0px;
- }
-
-/* drop marker display frame */
- menulist[editable="true"] > .menu-dropmarker
- {
- border : 1px outset #CCD0DD;
- }
-
- menulist[editable="true"][open="true"] > .menu-dropmarker
- {
- border : 1px inset #CCD0DD;
- }
-
+++ /dev/null
-<?xml version="1.0"?>
-
-<bindings id="menulistBindings"
- xmlns="http://www.mozilla.org/xbl"
- xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <binding id="menulist" extends="chrome://global/content/bindings/menulist.xml#menulist">
- <content excludes="template,observes,menupopup" flex="1">
- <xul:box class="menulist-internal-box" flex="1">
- <xul:box class="menulist-display-box" flex="1" align="center" autostretch="never">
- <xul:image class="menulist-icon" inherits="src"/>
- <xul:text class="menulist-text" inherits="value=label,accesskey,crop" crop="right"/>
- </xul:box>
- <xul:box class="menulist-dropmarker-box-1" align="center" inherits="open">
- <xul:box class="menulist-dropmarker-box-2" flex="1" autostretch="never" align="center" inherits="open">
- <xul:image class="menulist-dropmarker" inherits="disabled"/>
- </xul:box>
- </xul:box>
- </xul:box>
- </content>
- </binding>
-
- <binding id="menulistpopup" extends="chrome://global/content/bindings/popup.xml#popup">
- <content>
- <xul:box class="menulistpopup-internal-box" orient="vertical" flex="1" style="overflow: auto">
- <children/>
- </xul:box>
- </content>
- </binding>
-
-</bindings>
+++ /dev/null
-
-/******** Outliner widget **********/
-
-/** basic outliner ****************************************************
- * basic outliner widget for use in main windows where no decoration
- * is required.
- **/
-
-outliner {
- background-color: -moz-field;
- border: none;
- border-spacing: 0px;
- color: black;
-}
-
-outlinerbody {
- background-color: white;
- color: black;
- -moz-user-select: none;
-}
-
-outlinerbody:-moz-outliner-row
-{
- height: 17px;
-/* border: 1px solid transparent; */
-}
-
-outlinerbody:-moz-outliner-row(current)
-{
-/* border: 1px dotted #F5DB95; */
-}
-
-outlinerbody:-moz-outliner-row(selected)
-{
- background-color: #336699;
- color: white;
-}
-
-/*
-outliner > outlinerbody:-moz-outliner-row(selected)
-{
- background-color: ThreeDFace;
- color: ButtonText;
-}
-
-outliner:focus > outlinerbody:-moz-outliner-row(selected)
-{
- background-color: Highlight;
- color: HighlightText;
-}
-*/
-
-outlinerbody:-moz-outliner-cell
-{
- padding: 0px 0px 1px 2px;
- white-space: nowrap;
- -moz-box-align: center;
-}
-
-outlinerbody:-moz-outliner-cell(selected)
-{
-}
-
-outlinerbody:-moz-outliner-cell-text
-{
- color: inherit;
- padding-left: 1px;
- padding-right: 2px;
-}
-
-outlinerbody:-moz-outliner-cell-text(selected)
-{
- color: white;
-}
-
-/*
-outlinerbody:-moz-outliner-line
-{
- border: 1px dotted grey;
-}
-
-outlinerbody:-moz-outliner-line(selected)
-{
- border: 1px dotted black;
-}
-*/
-
-outlinercol
-{
-/* border: 1px solid #666699; */
- padding: 0px;
- background-color: #CCD0DD;
- color: black;
-}
-
-.outlinercol-box,
-.outlinercol-image-box {
- border: 1px outset #CCD0DD;
-}
-
-.outlinercol-box {
- padding: 0px 4px 0px 4px;
-}
-
-.outlinercol-image-box {
- padding: 0px 1px 0px 1px;
-}
-
-outlinercol:hover:active
-{
- border: 1px solid #666699 !important;
-}
-
-outlinercol:hover:active > .outlinercol-box,
-outlinercol:hover:active > .outlinercol-image-box
-{
- border-top: 1px solid transparent;
- border-right: none;
- border-bottom: none;
- border-left: 1px solid transparent;
-}
-
-outlinercol:hover:active > .outlinercol-box,
-outlinercol:hover:active > .outlinercol-image-box
-{
- padding: 1px 4px 0px 5px;
-}
-
-/* outliner header with sort direction indicators */
-
-.outlinercol-sortdirection {
- list-style-image: none;
-}
-
-.sortDirectionIndicator[sortDirection="ascending"] > .outlinercol-box > .outlinercol-sortdirection {
- list-style-image: url("chrome://global/skin/sortAscending.gif");
-}
-
-.sortDirectionIndicator[sortDirection="descending"] > .outlinercol-box > .outlinercol-sortdirection {
- list-style-image: url("chrome://global/skin/sortDescending.gif");
-}
-
-.outliner-colpicker-icon
-{
- list-style-image: url("chrome://global/skin/columnselect.gif");
-}
-
-/* twisty rules */
-
-outlinerbody:-moz-outliner-twisty {
- padding-right: 2px;
- width: 12px; /* The image's width is 12 pixels */
- list-style-image: url("chrome://global/skin/twisty-closed.gif");
-}
-
-outlinerbody:-moz-outliner-twisty(open) {
- width: 12px; /* The image's width is 12 pixels */
- list-style-image: url("chrome://global/skin/twisty-open.gif");
-}
+++ /dev/null
-menupopup, popup
- {
- /* DON'T DELETE. Removes disappearance of scrollbars
- * in content pane when window is made smaller.
- * Talk to evaughan@netscape.com for details.
- */
- min-width : 1px;
- background-color : #CCD0DD;
- border : 1px outset #CCD0DD;
- }
-
-.popup-internal-box
- {
- padding : 1px;
- }
-
-/** Tooltips (tooltip <popup> is deprecated, use <tooltip> element)
- * class="tooltip"
- **/
-.tooltip, tooltip
- {
- background-color : #FFFFCC;
- border : 1px outset #FFFFCC;
- color : #000000;
- font : smaller;
- padding : 3px;
- }
-
-.tooltip > .popup-internal-box,
-tooltip > .popup-internal-box
- {
- padding : 0px;
- margin : 0px;
- }
-
-/* rules for popups associated with menulists */
-
- menulist > menupopup,
- .menulist-menupopup
- {
- border : 1px solid #666699;
- min-width : 0px;
- background-color : white;
- }
+++ /dev/null
-/**
- * XUL <progressmeter>
- **/
- progressmeter[mode="undetermined"] > .progressmeter-internal-box
- {
- background-image : url(chrome://global/skin/progressmeter-busy.gif);
- }
-
- .progressmeter-statusbar[mode="undetermined"] > .progressmeter-internal-box
- {
- background-color : #CCD0DD;
- }
-
- progressmeter[mode="undetermined"] > .progressmeter-internal-box > .progressmeter-stack > .progressmeter-progressbar
- {
- visibility : collapse;
- }
-
- progressmeter
- {
- min-width : 100px;
- margin : 0px 4px 0px 4px;
- border : 1px inset #CCD0DD;
- background-color : #999999;
- }
-
- .progressmeter-statusbar
- {
- border : 1px solid #CCD0DD;
- margin : 1px 4px 1px 4px;
- background-color : #666699;
- padding : 1px;
- }
-
- .progress-text
- {
- visibility : collapse;
- }
-
- .progressmeter-internal-box
- {
-/* border : 1px solid #CCD0DD;
- padding : 1px; */
- }
-
- .progressmeter-inset
- {
- margin : 1px 5px 2px 5px;
- border : 1px inset #CCD0DD;
- }
-
- .progressmeter-inset > .progressmeter-internal-box
- {
- }
-
-/* progress indicators */
- .progress-bar
- {
- background-color : #6699cc;
- }
-
-/*
- .progress-remainder
- {
- background-color : #999999;
- }
-*/
-
- .progressmeter-progressbar[statusbar="true"] > .progress-bar
- {
-/* background-color : #6699CC; */
- background-color : #CCD0DD;
- }
-
-/*
- .progressmeter-progressbar[statusbar="true"] > .progress-remainder
- {
- background-color : #CCD0DD;
- }
-*/
-
-
-
-
-
-
+++ /dev/null
-/* stylesheet for XUL <radio> element */
-
-/* default radio for dialogs */
-/* outer frame */
- radio
- {
- margin: 3px 5px 3px 5px;
- }
-
-
-/* checkmark outer frame */
- radio > .internal-box > .checkmark-box
- {
- -moz-border-radius: 50%;
- margin-top: 2px;
- }
-
-/* checkmark inner frame */
- radio > .internal-box > .checkmark-box > image
- {
- border: 2px outset #CCD0DD;
- width: 12px;
- height: 12px;
- padding: 1px;
- -moz-border-radius: 50%;
- }
-
- /* ensure that no list-style-image is inherited in from the Outside */
- .checkmark-box
- {
- list-style-image: none;
- }
-
-
- radio[checked="true"] > .internal-box > .checkmark-box > image
- {
- list-style-image: url(chrome://global/skin/check-radio.gif);
- }
-
- radio[checked="true"][disabled="true"] > .internal-box > .checkmark-box > image
- {
- list-style-image: url(chrome://global/skin/check-radio-disabled.gif);
- }
-
- radio:hover:active > .internal-box > .checkmark-box > image
- {
- border: 2px inset #CCD0DD;
- }
-
- radio[disabled="true"] > .internal-box > .checkmark-box > image,
- radio[disabled="true"]:active > .internal-box > .checkmark-box > image
- {
- border: 2px outset #CCD0DD;
- }
-
-/* text/icon frames */
- radio[label] > .internal-box > html,
- radio.iconic > .internal-box > .icon
- {
- margin: 0px 0px 0px 4px;
- padding: 1px;
- }
-
- radio.iconic > .internal-box > html
- {
- margin-left: 4px;
- }
-
- radio[disabled="true"][label] > .internal-box > html
- {
- color: #999999;
- }
-
- radio:focus > .internal-box > html
- {
- border : 1px dotted black;
- padding : 0px;
- }
-
-
+++ /dev/null
-<?xml version="1.0"?>
-<!DOCTYPE window [
-<!ENTITY % textcontextDTD SYSTEM "chrome://global/locale/textcontext.dtd" >
-%textcontextDTD;
-]>
-
-<bindings id="scrollbarBindings"
- xmlns="http://www.mozilla.org/xbl"
- xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <binding id="thumbv" extends="xul:vbox">
- <content>
- <xul:image inherits="src"/>
- </content>
- </binding>
-
- <binding id="thumbh" extends="xul:hbox">
- <content>
- <xul:image inherits="src"/>
- </content>
- </binding>
-
- <binding id="scrollbar" extends="chrome://global/content/bindings/scrollbar.xml#scrollbar">
- <content>
- <xul:scrollbarbutton type="decrement" inherits="sborient=orient"/>
- <xul:slider flex="1" inherits="curpos,maxpos,pageincrement,increment">
- <xul:thumb inherits="align,src" flex="1"/>
- </xul:slider>
- <xul:scrollbarbutton type="increment" inherits="sborient=orient"/>
- </content>
- </binding>
-
- <binding id="scrollbarbutton" extends="chrome://global/content/bindings/scrollbar.xml#scrollbarbutton">
- <content>
- <xul:box class="scrollbarbutton-box" flex="1">
- <xul:image class="scrollbarbutton-icon" inherits="src"/>
- </xul:box>
- </content>
- </binding>
-
-
-</bindings>
+++ /dev/null
-@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); /* set default namespace to XUL */
-
-/********* XP Scrollbar *********/
-
-scrollbar {
- -moz-binding: url("chrome://global/skin/scrollbarBindings.xml#scrollbar");
-}
-
-/********* XP Scrollbar *********/
-
-thumb {
- -moz-binding: url(chrome://global/skin/scrollbarBindings.xml#thumbh);
- background-color: #CCCCCC;
- border: 1px outset #CCCCCC;
- list-style-image: url("chrome://global/skin/scroll-thumb-horiz.gif");
- -moz-box-pack: center;
- -moz-box-align: center;
-}
-
-thumb[disabled="true"] {
- list-style-image: url("chrome://global/skin/scroll-thumb-horiz-disabled.gif");
-}
-
-scrollbar[orient="vertical"] > slider > thumb {
- -moz-binding: url(chrome://global/skin/scrollbarBindings.xml#thumbv);
- list-style-image: url("chrome://global/skin/scroll-thumb-vert.gif")
-}
-
-scrollbar[orient="vertical"] > slider > thumb[disabled="true"] {
- list-style-image: url("chrome://global/skin/scroll-thumb-vert-disabled.gif")
-}
-
-
-thumb:active {
- background-color: #DDDDDD;
-/* background-color: #99CCFF; */
-}
-
-
-scrollbarbutton {
- -moz-binding: url(chrome://global/skin/scrollbarBindings.xml#scrollbarbutton);
- -moz-box-align: center;
- cursor: default;
-
- border: 1px outset white;
- background-color: #CCCCCC;
- color:black;
-
- padding: 1px;
-}
-
-scrollbarbutton:active {
- border-style: inset;
-
- padding-left: 2px;
- padding-right: 0px;
- padding-top: 2px;
- padding-bottom: 0px;
-}
-
-scrollbarbutton[type="decrement"] {
- list-style-image: url("chrome://global/skin/scroll-left.gif")
-}
-
-scrollbarbutton[type="decrement"][disabled="true"] {
- list-style-image: url("chrome://global/skin/scroll-left-disabled.gif")
-}
-
-scrollbarbutton[type="increment"] {
- list-style-image: url("chrome://global/skin/scroll-right.gif")
-}
-
-
-scrollbarbutton[type="increment"][disabled="true"] {
- list-style-image: url("chrome://global/skin/scroll-right-disabled.gif")
-}
-
-
-scrollbarbutton[type="decrement"][sborient="vertical"] {
- list-style-image: url("chrome://global/skin/scroll-up.gif")
-}
-
-scrollbarbutton[type="decrement"][disabled="true"][sborient="vertical"] {
- list-style-image: url("chrome://global/skin/scroll-up-disabled.gif")
-}
-
-scrollbarbutton[type="increment"][sborient="vertical"] {
- list-style-image: url("chrome://global/skin/scroll-down.gif")
-}
-
-scrollbarbutton[type="increment"][disabled="true"][sborient="vertical"] {
- list-style-image: url("chrome://global/skin/scroll-down-disabled.gif")
-}
-
-slider {
- background-color: #999999;
-}
+++ /dev/null
-/*
- * Autorepeatbutton
- */
-.autorepeatbutton-up {
- list-style-image : url("chrome://global/skin/scroll-up.gif")
-}
-
-.autorepeatbutton-down {
- list-style-image : url("chrome://global/skin/scroll-down.gif")
-}
-
-autorepeatbutton {
- margin : 1px 2px 2px 1px;
- border : 1px solid transparent;
- padding : 1px;
- height : 1em;
- -moz-box-pack : center;
- -moz-box-align : center;
-}
-
-autorepeatbutton:hover {
- background-color : #336699;
- margin : 1px;
- border : 1px inset #CCD0DD;
- padding : 2px 1px 1px 2px;
-}
+++ /dev/null
-/******* Splitters *******/
-
-splitter
- {
- cursor : e-resize;
- background-color : #CCD0DD;
- -moz-box-align : center;
- -moz-box-pack : center;
- padding : 0px;
- }
-
-splitter[state="dragging"]
- {
- background-color : #999999;
- }
-
-grippy
- {
- margin : 0px;
- border : 1px outset #CCD0DD;
- padding : 0px;
- list-style-image : url("chrome://global/skin/grippy-vertical-before.gif");
- cursor : pointer;
- }
-
-splitter[state="collapsed"] > grippy
- {
- list-style-image : url("chrome://global/skin/grippy-vertical-after.gif");
- }
-
-grippy:hover
- {
- background-color : #99CCFF;
- }
-
-grippy:hover:active
- {
- border : 1px inset #CCD0DD;
- }
-
-/* vertical splitters */
- window > splitter, box > splitter, hbox > splitter
- {
- width : 8px;
- border-left : 1px solid #9999CC;
- border-right : 1px solid #9999CC;
- }
-
-/* horizontal splitters */
- rows > splitter,
- window[orient="vertical"] > splitter,
- vbox > splitter,
- box[orient="vertical"] > splitter
- {
- cursor : n-resize;
- border-top : 1px solid #9999CC;
- border-bottom : 1px solid #9999CC;
- }
-
- rows > splitter > grippy,
- window[orient="vertical"] > splitter > grippy,
- vbox > splitter > grippy,
- box[orient="vertical"] > splitter > grippy
- {
- list-style-image : url("chrome://global/skin/grippy-horizontal-before.gif");
- }
-
- rows > splitter[state="collapsed"] > grippy,
- window[orient="vertical"] > splitter[state="collapsed"] > grippy,
- vbox > splitter[state="collapsed"] > grippy,
- box[orient="vertical"] > splitter[state="collapsed"] > grippy
- {
- list-style-image : url("chrome://global/skin/grippy-horizontal-after.gif");
- }
+++ /dev/null
-@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
-
-/*============ tabpanels widget =============*/
-
-tabpanels {
- padding: 5px;
-}
-
-/********** Tab widget *********/
-tab {
-
- border: 1px outset #CCD0DD;
- color: black;
- padding: 3px 5px 3px 5px;
-}
-
-/* when a tab is selected this is how it should look */
-tab[selected="true"] {
- font-weight: bold;
-}
-
-tab:hover {
- color: #003366;
- text-decoration: underline;
-}
-
-tab:hover:active {
- border: 1px inset #CCD0DD;
- text-decoration: none;
-}
-
-tabs {
-/* padding: 0px 2px 0px 2px; */
-}
-
- /* top tabs */
-tabbox[orient="vertical"] > tabs[orient="horizontal"] tab {
- border-bottom: none;
-/* -moz-border-radius: 8px 8px 0px 0px; */
- padding-bottom: 1px;
-/* margin: 1px 2px 1px 2px; */
-}
-
- /* bottom tabs */
-tabbox[orient="vertical"] > tabpanels + tabs[orient="horizontal"] > tab {
- border-top: none;
-/* -moz-border-radius: 0px 0px 8px 8px; */
- padding: 1px 5px 3px 5px;
-/* margin: 1px 2px 1px 2px; */
-}
-
- /* left tabs */
-tabbox[orient="horizontal"] > tabs[orient="vertical"] tab {
- border-right: none;
-/* -moz-border-radius: 8px 0px 0px 8px; */
- padding-right: 1px;
-/* margin: 2px 1px 2px 1px; */
-}
-
- /* right tabs */
-tabbox[orient="horizontal"] > tabpanels + tabs[orient="vertical"] > tab {
- border-left: none;
-/* -moz-border-radius: 0px 8px 8px 0px; */
- padding: 3px 5px 1px 5px;
-/* margin: 2px 1px 2px 1px; */
-}
-
-tabbox {
- border: none;
-}
-
-/* border on bottom only, no padding (used in search) */
-tabpanels.light {
- border: none;
- border-bottom: 1px outset #CCD0DD;
- padding: 0px;
-}
-
-tabpanels {
- border: 1px outset #CCD0DD;
- padding: 5px;
-}
-
-
-
-
+++ /dev/null
-#mini-nav \r
- {\r
- list-style-image : url("chrome://global/skin/taskbar-navigator.gif");\r
- }\r
-\r
-#mini-mail \r
- {\r
- list-style-image : url("chrome://global/skin/taskbar-mail.gif");\r
- }\r
-\r
-#mini-addr \r
- {\r
- list-style-image : url("chrome://global/skin/taskbar-addressbook.gif");\r
- }\r
-\r
-#mini-comp \r
- {\r
- list-style-image : url("chrome://global/skin/taskbar-composer.gif");\r
- }\r
-\r
-#taskbar \r
- {\r
- min-height : 1em;\r
- user-focus : ignore;\r
- }\r
-\r
-.taskbutton \r
- {\r
- margin-right : 1em !important;\r
- }\r
-\r
-.taskbarspacer \r
- {\r
- min-width : 0.3em;\r
- width : 1em;\r
- }\r
-\r
-/*\r
-#taskbar > toolbargrippy\r
- {\r
- display : none;\r
- }\r
-*/
\ No newline at end of file
+++ /dev/null
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
-@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
-
-/** generic text fields (in dialogs)
- **/
-
-/* outer frame */
- textbox
- {
- border : 1px inset #CCD0DD;
- color : #000000;
- padding : 0px;
- margin : 1px 3px 2px 4px;
- background-color : #FFFFFF;
- cursor : text;
- }
-
- textbox[readonly="true"]
- {
- background-color : #CCCCCC;
- }
-
- textbox[focused="true"]
- {
- border : 2px solid #6699cc;
- margin : 0px 2px 1px 3px;
- }
-
- textbox[focused="true"][readonly="true"]
- {
- border : 1px inset #CCCCCC;
- margin : 1px 3px 2px 4px;
- }
-
-/* internal frame */
- .textbox-internal-box, .textarea-internal-box
- {
- margin : 0px;
- padding : 1px 2px 1px 2px;
- border : none;
- }
-
-/* internal text widget */
- html|*.textbox-input, html|*.textbox-textarea
- {
- border : none !important;
- margin : 0px;
- padding : 0px;
- font : inherit;
- background-color : inherit;
- color : inherit;
- }
-
- textbox[disabled="true"]
- {
- cursor : default !important;
- background-color : white;
- color : #CCCCCC;
- }
-
-/** plain atomic textboxs, class="plain" **/
- textbox.plain,
- textbox.plain > .textbox-internal-box,
- textbox.plain > .textarea-internal-box
- {
- padding : 0px !important;
- margin : 0px !important;
- border : none !important;
- }
-
-/** inline edit textbox **/
-
-.textbox-inline-edit
- {
- border : 1px solid #6699FF !important;
- margin : 0px !important;
- }
-
-.textbox-inline-edit > .textbox-internal-box > html|*.textbox-input
- {
- border : none !important;
- padding : 0px !important;
- margin : 0px !important;
- }
-
-.textbox-inline-edit > .textbox-internal-box
- {
- border : none !important;
- padding : 1px !important;
- margin : 0px !important;
- }
-
-
-
-
+++ /dev/null
-groupbox
- {
- border : 2px groove #CCD0DD;
- padding : 7px !important;
- margin : 5px;
- }
-
-groupbox > label
- {
- margin : 0px 40px 2px 6px;
- padding : 0px 3px 0px 3px;
- background-color : ThreeDFace;
- }
-
-.groupbox-body
- {
- padding : inherit;
- }
+++ /dev/null
-
-toolbox
- {
- background-color : #CCD0DD;
- }
-
-toolbar
- {
- background-color : #CCD0DD;
-/* border : 1px outset #CCD0DD; */
- }
-
-toolbargrippy
- {
- background-color : #666699;
- border : 1px solid #999999;
- }
-
-toolbar[collapsed="true"] > toolbargrippy
- {
- width : 30px;
- }
-
-toolbarseparator
- {
- width : 2em;
- }
-
-menubar
- {
- background-color : #CCD0DD;
- border-bottom : 1px solid #9999CC;
- border-right : 1px solid #9999CC;
- }
-
-menubar > toolbargrippy
- {
-/* display : none; */
- }
+++ /dev/null
-
-/******** Tree widget **********/
-
-/** basic tree ****************************************************
- * basic tree widget for use in main windows where no decoration
- * is required.
- **/
-tree {
- background-color: white;
- border: none;
- border-spacing: 0px;
-}
-
-/** class="inset" *************************************************
- * this is the tree class used by dialogs to create treeviews with
- * inset borders, and default dialog spacing.
- **/
-tree.inset {
- border: 1px inset #CCD0DD;
- margin: 1px 3px 2px 3px;
-}
-
-treeitem[selected="true"] > treerow,
-treeitem[dd-dropon="true"] > treerow
- {
- color: white;
- background-color: #336699;
- }
-
-treecell {
- white-space: nowrap;
- -moz-box-align: center;
- padding: 1px 0px 1px 2px;
-}
-
-.treecell-header-image
- {
- list-style-image : inherit;
- }
-
-.treecell-header,
-.treecell-header-image,
-.treecell-inset-header {
- background-color: #CCD0DD;
- color: black;
- border: 1px outset #CCD0DD;
- -moz-box-align: center;
- padding: 0px;
-}
-
-.treecell-header-box,
-.treecell-header-image-box {
- padding: 1px;
-}
-
-.treecell-header:hover:active > .treecell-header-box,
-.treecell-inset-header:hover:active > .treecell-header-box,
-.treecell-header-image:hover:active > .treecell-header-image-box {
- padding: 2px 0px 0px 2px;
-}
-
-.treecell-header:hover:active,
-.treecell-inset-header:hover:active,
-.treecell-header-image:hover:active {
- border: 1px inset #CCD0DD;
-}
-
-.treecell-image
- {
- padding : 0px;
- }
-
-/** class="propertylist" ******************************************
- * class for cells in grid-formatted property lists.
- **/
-treecell.propertylist {
- padding-left: 5px;
- border-right: 1px solid #CCD0DD;
- border-bottom: 1px solid #CCD0DD;
-}
-
-.tree-cell-primary-icon {
- list-style-image: inherit;
- padding-right: 2px;
-}
-
-.tree-cell-icon {
- list-style-image: inherit;
- padding-right: 2px;
-}
-
-.treecell-indent > .tree-cell-primary-icon {
- padding-left: 14px;
- }
-
-treeitem[container="true"] > treerow > .treecell-indent > .tree-cell-primary-icon {
- padding-left: 0px;
-}
-
-.tree-cell-twisty {
- list-style-image: url("chrome://global/skin/closedtwisty.gif");
- user-focus:ignore;
- padding-right: 2px;
-}
-
-treeitem[container="true"] > treerow > .treecell-indent > .tree-cell-primary-icon {
- padding-left: 0px;
-}
-
-treeitem[selected="true"] > treerow > treecell > .tree-cell-twisty {
- list-style-image: url("chrome://global/skin/closedtwisty-selected.gif");
-}
-
-.tree-cell-twisty:hover {
- text-decoration: none;
-}
-
-.tree-cell-twisty:active {
- text-decoration: none;
-}
-
-.tree-cell-twisty[disabled="true"] {
- list-style-image: none;
-}
-
-treeitem[container="true"][open="true"] > treerow > treecell > .tree-cell-twisty {
- list-style-image: url("chrome://global/skin/opentwisty.gif");
-}
-
-treeitem[selected="true"][container="true"][open="true"] > treerow > treecell > .tree-cell-twisty {
- list-style-image: url("chrome://global/skin/opentwisty-selected.gif");
-}
-
-
-/* tree header with sort direction indicators */
-.tree-header-sortdirection {
- list-style-image : none;
-}
-
-.sortDirectionIndicator[sortDirection="ascending"] > .treecell-header-box > .tree-header-sortdirection {
- list-style-image: url("chrome://global/skin/sortAscending.gif");
-}
-
-.sortDirectionIndicator[sortDirection="descending"] > .treecell-header-box > .tree-header-sortdirection {
- list-style-image: url("chrome://global/skin/sortDescending.gif");
-}
-
-treecol[sortDirection="true"],
-treecol[sortActive="true"]
- {
- background-color : #DFDFDF;
- }
-
-.treecell-popup-icon
- {
- list-style-image : url("chrome://global/skin/columnselect.gif");
- }
-
-.inline-edit-cell-box
- {
- margin-left : 2px;
- }
+++ /dev/null
-<?xml version="1.0"?>
-
-<bindings id="treeBindings"
- xmlns="http://www.mozilla.org/xbl"
- xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <binding id="treecell-header">
- <content excludes="observes">
- <xul:hbox class="treecell-header-box" flex="1" autostretch="never" align="center">
- <xul:image class="tree-header-image" inherits="src"/>
- <xul:text class="tree-header-text" inherits="crop,value" flex="1" crop="right"/>
- <xul:image class="tree-header-sortdirection"/>
- </xul:hbox>
- </content>
- </binding>
-
-</bindings>
+++ /dev/null
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-.wizard-header {
- border-bottom: 2px groove 6699FF;
- padding: 10px 0px 10px 0px;
- background-color: #666699;
- color: #CCD0DD;
-}
-
-.wizard-header-label {
- margin-left: 23px;
- font-weight: bold;
-}
-
-.wizard-header-description {
- margin-left: 44px;
-}
-
-.wizard-page-box {
- margin: 10px 44px;
-}
-
-.wizard-buttons-separator {
- margin-bottom: 0px !important;
-}
-
-.wizard-buttons-box-2 {
- margin: 10px;
-}
-
-.wizard-button[wizardbutton="finish"],
-.wizard-button[wizardbutton="next"] {
- margin-left: -1px !important;
-}
-
-.wizard-button[wizardbutton="back"] {
- margin-right: 0px !important;
-}
-
+++ /dev/null
-#wiz-back-button {\r
- list-style-image : url("chrome://global/skin/scroll-left.gif");\r
-}\r
-#wiz-back-button[disabled] {\r
- list-style-image : url("chrome://global/skin/scroll-left-disabled.gif");\r
-}\r
-#wiz-next-button {\r
- list-style-image : url("chrome://global/skin/scroll-right.gif");\r
-}\r
-#wiz-next-button[disabled] {\r
- list-style-image : url("chrome://global/skin/scroll-right-disabled.gif");\r
-}\r
-\r
-box#wizardButtons {\r
- margin-top : 3px;\r
-}\r
-\r
+++ /dev/null
-<?xml version="1.0"?>
-
-<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
-
- <!-- List all the skins being supplied by this theme -->
- <RDF:Seq about="urn:mozilla:skin:root">
- <RDF:li resource="urn:mozilla:skin:EarlyBlue/0.6" />
- </RDF:Seq>
-
- <!-- Information -->
- <RDF:Description about="urn:mozilla:skin:EarlyBlue/0.6"
- chrome:displayName="EarlyBlue"
- chrome:email="KaiRo@KaiRo.at"
- chrome:website="http://www.kairo.at/download/"
- chrome:description="This theme re-introduces a UI design idea based on early Mozilla milestones. Get more info at http://www.kairo.at/download/"
- chrome:author="Robert Kaiser"
- chrome:name="EarlyBlue/0.6"
- chrome:image="jar:resource:/chrome/EarlyBlue.jar!/global/skin/preview.png">
- <chrome:packages>
- <RDF:Seq about="urn:mozilla:skin:EarlyBlue/0.6:packages">
- <RDF:li resource="urn:mozilla:skin:EarlyBlue/0.6:communicator"/>
- <RDF:li resource="urn:mozilla:skin:EarlyBlue/0.6:editor"/>
- <RDF:li resource="urn:mozilla:skin:EarlyBlue/0.6:global"/>
- <RDF:li resource="urn:mozilla:skin:EarlyBlue/0.6:messenger"/>
- <RDF:li resource="urn:mozilla:skin:EarlyBlue/0.6:navigator"/>
- </RDF:Seq>
- </chrome:packages>
- </RDF:Description>
-
- <!-- Version Information. State that we work only with major version 1 of this packages. -->
- <RDF:Description about="urn:mozilla:skin:EarlyBlue/0.6:communicator" chrome:skinVersion="1"/>
- <RDF:Description about="urn:mozilla:skin:EarlyBlue/0.6:editor" chrome:skinVersion="1"/>
- <RDF:Description about="urn:mozilla:skin:EarlyBlue/0.6:global" chrome:skinVersion="1"/>
- <RDF:Description about="urn:mozilla:skin:EarlyBlue/0.6:messenger" chrome:skinVersion="1"/>
- <RDF:Description about="urn:mozilla:skin:EarlyBlue/0.6:navigator" chrome:skinVersion="1"/>
-
-</RDF:RDF>
-
-
-
-
-
-
+++ /dev/null
-/*
- * 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.
- */
-
-/* ===== accountCentral.css ==========================================
- == Styles for the Messenger Account Central panel.
- ======================================================================= */
-
-@import url("chrome://messenger/skin/");
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-#acctCentralGrid
-{
- background-color:#CCD0DD;
-}
-
-#acctCentralHeaderRow
-{
-/* background-color:#666699; */
- font-weightt:bold;
- font-size:20px;
- margin:5px 5px 5px 5px;
- border-bottom: 2px solid black;
- -moz-box-pack: start;
-}
-
-.acctCentralRow
-{
- margin-left: 20px;
-}
-
-.acctCentralRowTitleBox
-{
- background-color:#666699;
-}
-
-.acctCentralRowTitleBox > html
-{
- color:#white;
-}
-
-.acctCentralTitleRow
-{
- font-weight:bold;
- font-size:15px;
- margin-left: 10px;
-}
-
-.acctCentralText
-{
- font-size:15px;
-}
-
-.acctCentralLinkText
-{
- color:#336699;
- text-decoration: underline;
-}
-
-.acctCentralLinkText:hover
-{
- cursor:pointer;
-}
+++ /dev/null
-/*
- * 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):
- *
- */
-
-/* ===== accountManager.css ==============================================
- == Styles for the Mail Account Manager.
- ======================================================================= */
-
-@import url("chrome://messenger/skin/");
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/* ::::: account manager :::::: */
-
-.specialFolderPickerGrid {
- margin-left: 20px;
-}
-
-
+++ /dev/null
-/*
- * 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):
- *
- */
-
-/* ===== accountWizard.css ==============================================
- == Styles for the Mail Account Wizard.
- ======================================================================= */
-
-@import url("chrome://messenger/skin/");
-@import url("chrome://global/skin/wizardOverlay.css");
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/* ::::: account wizard :::::: */
-
-.awIdentityLabel {
- width: 8em;
- margin-left: 5px;
-}
+++ /dev/null
-/*
- * 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)
- */
-
-/* ===== addressbook.css ================================================
- == Styles for the main Address Book window.
- ======================================================================= */
-
-@import url(chrome://communicator/skin/);
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/* ::::: addressbook image precaching ::::: */
-#resource_bundle_addressbook {
- -moz-binding: url("chrome://messenger/skin/addressbook/resources.xml#resource_bundle_addressbook");
-
-/* ::::: primary toolbar buttons ::::: */
-
-#button-newcard {
- list-style-image:url("chrome://messenger/skin/addressbook/newcard.gif");
-}
-
-#button-newcard[disabled="true"] {
- list-style-image:url("chrome://messenger/skin/addressbook/newcard_dis.gif");
-}
-
-#button-newlist {
- list-style-image:url("chrome://messenger/skin/addressbook/newlist.gif");
-}
-
-#button-newlist[disabled="true"] {
- list-style-image:url("chrome://messenger/skin/addressbook/newlist_dis.gif");
-}
-
-#button-editcard {
- list-style-image:url("chrome://messenger/skin/addressbook/edit.gif");
-}
-
-#button-editcard[disabled="true"] {
- list-style-image:url("chrome://messenger/skin/addressbook/edit_dis.gif");
-}
-
-#button-newmessage {
- list-style-image:url("chrome://messenger/skin/addressbook/newmsgab.gif");
-}
-
-#button-newmessage[disabled="true"] {
- list-style-image:url("chrome://messenger/skin/addressbook/newmsgab_dis.gif");
-}
-
-#button-delete {
- list-style-image:url("chrome://messenger/skin/addressbook/trash.gif") !important;
-}
-
-#button-delete[disabled="true"] {
- list-style-image:url("chrome://messenger/skin/addressbook/trash_dis.gif") !important;
-}
-
-
-/* CardView styles - used in the Card View Pane*/
-
-#CardViewBox {
-/* overflow: auto;*/
- background-color: #CCD0DD;
- min-width: 150px;
- user-focus: ignore;
-}
-
-#CardViewInnerBox {
- margin-top: 2px;
- margin-bottom: 2px;
- padding-left: 8px;
- padding-right: 8px;
-}
-
-#CardTitle {
- font-size: 150%;
- font-weight: bold;
- border-bottom: 2px solid black;
- min-width: 120px;
- margin: 0px;
-}
-
-.cardViewGroup {
- margin-top: 8px;
- padding-bottom: 5px;
- min-width: 50px;
-}
-
-.CardViewHeading {
- padding: 1px;
- padding-left: 5px;
- margin: 0px 0px 1px 0px;
- background-color: #9999CC;
- color: white;
- font-weight: bold;
- min-width: 30px;
-}
-
-.CardViewText {
- padding-left: 20px;
- padding-right: 2px;
- min-width: 30px;
- margin: 0px;
-}
-
-html|a {
- padding-left: 0px;
- padding-right: 2px;
- border: 0px !important;
-}
-
-html|p {
- border: none !important;
-}
-
-/* ::::: border adjustments ::::: */
-
-#sidebar-box {
- border: none;
-}
-
-#dirTree { // Tree that lists different Address Books
- min-width : 10px;
- border : none;
-}
-
-#dirTreeBox {
- border : none;
-}
-
-#dirTree[type="dialog"] {
-}
-
-#resultsTree {
- border-top : none;
- border-bottom : none;
-}
+++ /dev/null
-/*
- * 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.
- */
-
-/* ===== dialogs.css ====================================================
- == Styles used by the general dialogs in Messenger.
- ======================================================================= */
-
-@import url("chrome://messenger/skin/");
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/* ::::: button-like menus ::::: */
-
-menu.push {
- border: 1px outset #CCD0DD;
- padding: 2px;
- margin: 2px;
- background-color: inherit;
- background-image: inherit;
-}
-
-menu.push:hover:active,
-menu.push[open],
-menu.push[toggled="1"] {
- border-style: inset;
- padding: 3px 1px 1px 3px;
-}
-
-menu.push[toggled="2"] {
- background-color: #DDDDDD;
- border: 1px solid #666699;
-}
-
-menu.push[disabled="true"],
-menu.push[disabled="true"]:hover,
-menu.push[disabled="true"]:hover:active {
- color: #999999;
-}
+++ /dev/null
-/*
- * 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.
- */
-
-/* ===== filterDialog.css ===============================================
- == Styles for the Mail Filters dialog.
- ======================================================================= */
-
-@import url("chrome://messenger/skin/");
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/* ::::: columns :::::: */
-
-.enabledcol {
- list-style-image: url("chrome://messenger/skin/dot.gif");
-}
-
-.enabledcol[Enabled="true"] {
- list-style-image: url("chrome://messenger/skin/check.gif");
-}
-
+++ /dev/null
-/*
- * 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):
- *
- */
-
-/* ===== folderMenus.css ================================================
- == Icons for menus which represent mail folder.
- ======================================================================= */
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/* ::::: folder icons for menus ::::: */
-
-.folderMenuItem
- {
- list-style-image : url("chrome://messenger/skin/folder-closed.gif");
- }
-
-.folderMenuItem[open="true"]
- {
- list-style-image : url("chrome://messenger/skin/folder-open.gif");
- }
-
-/* special folder */
-.folderMenuItem[SpecialFolder="Inbox"] {
- list-style-image: url("chrome://messenger/skin/folder-inbox.gif");
-}
-
-.folderMenuItem[SpecialFolder="Inbox"][open="true"]
-{
- list-style-image: url("chrome://messenger/skin/folder-inbox.gif");
-}
-
-.folderMenuItem[SpecialFolder="Trash"] {
- list-style-image: url("chrome://messenger/skin/folder-trash.gif");
-}
-
-.folderMenuItem[SpecialFolder="Trash"][open="true"] {
- list-style-image: url("chrome://messenger/skin/folder-trash.gif");
-}
-
-.folderMenuItem[IsServer="true"]
-{
- list-style-image: url("chrome://messenger/skin/server-mail.gif");
-}
-
-.folderMenuItem[IsServer="true"][open="true"]
-{
- list-style-image: url("chrome://messenger/skin/server-mail.gif");
-}
-
-/* IMAP folders */
-
-.folderMenuItem[IsServer="true"][ServerType="imap"][IsSecure="true"] {
- list-style-image: url("chrome://messenger/skin/server-remote-lock.gif");
-}
-
-/* POP3 folders */
-.folderMenuItem[IsServer="true"][ServerType="pop3"][IsSecure="true"]
- {
- list-style-image: url("chrome://messenger/skin/server-remote-lock.gif");
- }
-
-/* Local Servers */
-.folderMenuItem[IsServer="true"][ServerType="none"]
-{
- list-style-image: url("chrome://messenger/skin/server-local.gif");
-}
-
-/* News folders */
-.folderMenuItem[ServerType="nntp"] {
- list-style-image: url("chrome://messenger/skin/folder-newsgroup.gif");
-}
-
-.folderMenuItem[IsServer="true"][ServerType="nntp"][IsSecure="true"] {
- list-style-image: url("chrome://messenger/skin/server-news-lock.gif");
-}
-
-.folderMenuItem[IsServer="true"][ServerType="nntp"] {
- list-style-image: url("chrome://messenger/skin/server-news.gif");
-}
+++ /dev/null
-/*
- * 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.
- */
-
-/* ===== folderPane.css =================================================
- == Styles for the Folder pane in the Messenger 3-pane window.
- ======================================================================= */
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/* ::::: mail folder ::::: */
-
-outlinerbody:-moz-outliner-image(folderNameCol) {
- padding-right: 2px;
- list-style-image: url("chrome://messenger/skin/folder-closed.gif");
-}
-
-outlinerbody:-moz-outliner-image(folderNameCol, newMessages-true) {
- padding-right: 2px;
- list-style-image: url("chrome://messenger/skin/folder-new-closed.gif");
-}
-
-/* ..... Inbox ..... */
-
-outlinerbody:-moz-outliner-image(folderNameCol, specialFolder-Inbox) {
- padding-right: 2px;
- list-style-image: url("chrome://messenger/skin/folder-inbox.gif");
-}
-
-outlinerbody:-moz-outliner-image(folderNameCol, specialFolder-Inbox, newMessages-true) {
- padding-right: 2px;
- list-style-image: url("chrome://messenger/skin/folder-inbox-new.gif");
-}
-
-
-/* ..... Sent ..... */
-
-outlinerbody:-moz-outliner-image(folderNameCol, specialFolder-Sent) {
- padding-right: 2px;
- list-style-image: url("chrome://messenger/skin/folder-sent.gif");
-}
-
-/* ..... Unsent ..... */
-
-outlinerbody:-moz-outliner-image(folderNameCol, specialFolder-Unsent Messages) {
- padding-right: 2px;
- list-style-image: url("chrome://messenger/skin/folder-outbox.gif");
-}
-
-/* ..... Drafts ..... */
-
-outlinerbody:-moz-outliner-image(folderNameCol, specialFolder-Drafts) {
- padding-right: 2px;
- list-style-image: url("chrome://messenger/skin/folder-draft.gif");
-}
-
-/* ..... Templates ..... */
-
-outlinerbody:-moz-outliner-image(folderNameCol, specialFolder-Templates) {
- padding-right: 2px;
- list-style-image: url("chrome://messenger/skin/folder-template.gif");
-}
-
-/* ..... Trash ..... */
-
-outlinerbody:-moz-outliner-image(folderNameCol, specialFolder-Trash) {
- padding-right: 2px;
- list-style-image: url("chrome://messenger/skin/folder-trash.gif");
-}
-
-outlinerbody:-moz-outliner-image(folderNameCol, isServer-true) {
- padding-right: 2px;
- list-style-image: url("chrome://messenger/skin/server-mail.gif");
-}
-
-outlinerbody:-moz-outliner-image(folderNameCol, biffState-NewMail, isServer-true) {
- padding-right: 2px;
- list-style-image: url("chrome://messenger/skin/server-mail-new.gif");
-}
-
-outlinerbody:-moz-outliner-cell-text(folderNameCol, newMessages-true),
-outlinerbody:-moz-outliner-cell-text(folderNameCol, specialFolder-Inbox, newMessages-true) {
- font-weight: bold;
-}
-
-/* ..... Server Folders ..... */
-
-outlinerbody:-moz-outliner-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) {
- padding-right: 2px;
- list-style-image: url("chrome://messenger/skin/server-remote-lock.gif");
-}
-
-outlinerbody:-moz-outliner-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) {
- padding-right: 2px;
- list-style-image: url("chrome://messenger/skin/server-remote-lock.gif");
-}
-
-outlinerbody:-moz-outliner-image(folderNameCol, isServer-true, serverType-none) {
- padding-right: 2px;
- list-style-image: url("chrome://messenger/skin/server-local.gif");
-}
-
-/* ..... News Folders ..... */
-
-outlinerbody:-moz-outliner-image(folderNameCol, serverType-nntp) {
- padding-right: 2px;
- list-style-image: url("chrome://messenger/skin/folder-newsgroup.gif");
-}
-
-outlinerbody:-moz-outliner-image(folderNameCol, isServer-true, serverType-nntp) {
- padding-right: 2px;
- list-style-image: url("chrome://messenger/skin/server-news.gif");
-}
-
-outlinerbody:-moz-outliner-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) {
- padding-right: 2px;
- list-style-image: url("chrome://messenger/skin/server-news-lock.gif");
-}
-
-/* ::::: All Servers ::::: */
-
-outlinerbody:-moz-outliner-cell-text(folderNameCol, isServer-true),
-outlinerbody:-moz-outliner-cell-text(hasUnreadMessages-true) {
- font-weight: bold;
-}
-
-outlinerbody:-moz-outliner-cell-text(folderNameCol, noSelect-true) {
- color: gray;
- font-style: italic;
-}
-
-#folder-panel {
- min-width: 10px;
-}
-
-#folderTree {
- border: none;
-}
-
-/* using tree-cell-folderpane-icon to isolate this rule to the folderpane
- and prevent such crawls on the threadpane */
-treeitem[empty="true"] > treerow > .tree-cell-folderpane-icon > .tree-cell-twisty {
- visibility: hidden;
-}
-
-.tree-folder-checkbox {
- list-style-image: none;
-}
-
-outlinerbody:-moz-outliner-image(syncCol) {
- list-style-image: url("chrome://messenger/skin/dot.gif");
-}
-
-outlinerbody:-moz-outliner-image(syncCol, synchronize-true) {
- list-style-image: url("chrome://messenger/skin/check.gif");
-}
-
-outlinerbody:-moz-outliner-image(syncCol, isServer-true) {
- list-style-image: none;
-}
+++ /dev/null
-<?xml version="1.0"?>\r
-\r
-<bindings id="mailBindings"\r
- xmlns="http://www.mozilla.org/xbl"\r
- xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">\r
- \r
- <!-- Message Pane Widgets -->\r
- <binding id="mail-emailaddress" extends="chrome://global/content/xulBindings.xml#basetext">\r
- <content excludes="observes,template">\r
- <xul:box inherits="orient" autostretch="never" flex="1">\r
- <xul:box orient="vertical" autostretch="never" flex="1">\r
- <xul:text class="emailDisplayButton" context="emailAddressPopup" inherits="value,accesskey,crop"/>\r
- </xul:box>\r
- <xul:image class="emailDisplayImage" inherits="src"/>\r
- </xul:box>\r
- </content>\r
- \r
- <interface> \r
- <method name="setTextAttribute">\r
- <argument name="attributeName"/>\r
- <argument name="attributeValue"/>\r
- <body>\r
- <![CDATA[ \r
- var textNode = document.getAnonymousNodes(this)[0].firstChild.firstChild;\r
- textNode.setAttribute(attributeName, attributeValue);\r
- ]]>\r
- </body>\r
- </method>\r
-\r
- <method name="getTextAttribute">\r
- <argument name="attributeName"/>\r
- <argument name="attributeValue"/>\r
- <body>\r
- <![CDATA[ \r
- var textNode = document.getAnonymousNodes(this)[0].firstChild.firstChild;\r
- return textNode.getAttribute(attributeName, attributeValue);\r
- ]]>\r
- </body>\r
- </method>\r
- </interface>\r
- </binding>\r
-\r
- <binding id="search-menulist-abstract" extends="xul:box">\r
- <content>\r
- <xul:menulist inherits="flex" oncommand="this.parentNode.onSelect(event)">\r
- <xul:menupopup/>\r
- </xul:menulist>\r
- </content>\r
-\r
- <interface>\r
- <property readonly="true" name="validityManager">\r
- <![CDATA[\r
- Components.classes['mozilla.mail.search.validityManager.1'].getService(Components.interfaces.nsIMsgSearchValidityManager);\r
- ]]>\r
- </property>\r
- <property name="searchScope" onget="return this.internalScope;">\r
- <!-- scope ID - retrieve the table -->\r
- <setter>\r
- <![CDATA[\r
- // if scope isn't changing this is a noop\r
- if (this.internalScope == val) return;\r
-\r
- this.internalScope = val;\r
- this.refreshList();\r
- var targets = this.targets;\r
- if (targets) {\r
- for (var i=0; i< targets.length; i++) {\r
- targets[i].searchScope = val;\r
- }\r
- }\r
- ]]>\r
- </setter>\r
- </property>\r
-\r
- <property name="validityTable" readonly="true" onget="return this.validityManager.getTable(this.searchScope)"/>\r
-\r
- <property name="valueStrings" readonly="true">\r
- <getter>\r
- <![CDATA[\r
- var strings = new Array;\r
- var ids = this.valueIds;\r
- var bundle = this.stringBundle;\r
- for (var i=0; i<ids.length; i++)\r
- strings[i] = this.stringBundle.GetStringFromID(ids[i]);\r
- return strings;\r
- ]]>\r
- </getter>\r
- </property>\r
- <property name="targets" readonly="true">\r
- <getter>\r
- <![CDATA[\r
- var forAttrs = this.getAttribute("for");\r
- if (!forAttrs) return null;\r
- var targetIds = forAttrs.split(",");\r
- if (targetIds.length == 0) return null;\r
-\r
- var targets = new Array;\r
- var j=0;\r
- for (var i=0; i<targetIds.length;i++) {\r
- var target = document.getElementById(targetIds[i]);\r
- if (target) targets[j++] = target;\r
- }\r
- return targets;\r
- ]]>\r
- </getter>\r
- </property>\r
-\r
- <!-- value forwards to the internal menulist's "data" attribute -->\r
- <property name="value" onget="return document.getAnonymousNodes(this)[0].selectedItem.getAttribute('data');">\r
- <setter>\r
- <![CDATA[\r
- var menulist = document.getAnonymousNodes(this)[0];\r
- var dataItems = menulist.getElementsByAttribute("data", val);\r
- if (dataItems.length > 0)\r
- menulist.selectedItem = dataItems[0];\r
- ]]>\r
- </setter>\r
- </property>\r
- <method name="refreshList">\r
- <body>\r
- <![CDATA[\r
- var menuItemIds = this.valueIds;\r
- var menuItemStrings = this.valueStrings;\r
-\r
- var menulist = document.getAnonymousNodes(this)[0];\r
- var popup = menulist.firstChild;\r
-\r
- // save our old "data" so we can restore it later\r
- var oldData = menulist.data;\r
-\r
- // remove the old popup children\r
- while (popup.hasChildNodes())\r
- popup.removeChild(popup.lastChild);\r
-\r
- var newSelection;\r
- for (var i=0; i<menuItemIds.length; i++) {\r
- // create the menuitem\r
- var menuitem = document.createElement("menuitem");\r
- menuitem.setAttribute("value", menuItemStrings[i]);\r
- menuitem.setAttribute("data", menuItemIds[i]);\r
- popup.appendChild(menuitem);\r
-\r
- // try to restore the selection\r
- if (!newSelection || oldData == menuItemIds[i].toString()) {\r
- newSelection = menuitem;\r
- }\r
- }\r
-\r
- // now restore the selection\r
- menulist.selectedItem = newSelection\r
- ]]>\r
- </body>\r
- </method>\r
- <method name="onSelect">\r
- <argument name="event"/>\r
- <body>\r
- <![CDATA[\r
- var menulist = document.getAnonymousNodes(this)[0];\r
-\r
- // notify targets\r
- var targets = this.targets;\r
- if (targets) {\r
- for (var i=0; i< targets.length; i++) {\r
- targets[i].parentValue = menulist.data;\r
- }\r
- }\r
- ]]>\r
- </body>\r
- </method>\r
- </interface>\r
- </binding>\r
-\r
- <!-- searchattribute - Subject, Sender, To, CC, etc. -->\r
- <binding id="searchattribute"\r
- extends="chrome://messenger/skin/mailWidgets.xml#search-menulist-abstract">\r
- <interface>\r
- <property name="stringBundle">\r
- <![CDATA[\r
- srGetStrBundle("chrome://messenger/locale/search-attributes.properties");\r
- ]]>\r
- </property>\r
- <property name="valueIds" readonly="true">\r
- <getter>\r
- <![CDATA[\r
- var length = new Object;\r
- return this.validityTable.getAvailableAttributes(length);\r
- ]]>\r
- </getter>\r
- </property>\r
- </interface>\r
- </binding>\r
-\r
- <!-- searchoperator - Contains, Is Less than, etc -->\r
- <binding id="searchoperator"\r
- extends="chrome://messenger/skin/mailWidgets.xml#search-menulist-abstract">\r
- <interface>\r
- <property name="stringBundle">\r
- <![CDATA[\r
- srGetStrBundle("chrome://messenger/locale/search-operators.properties");\r
- ]]>\r
- </property>\r
- <property name="valueIds" readonly="true">\r
- <getter>\r
- <![CDATA[\r
- var length = new Object;\r
- return this.validityTable.getAvailableOperators(this.searchAttribute,length);\r
- ]]>\r
- </getter>\r
- </property>\r
- <property name="parentValue">\r
- <setter>\r
- <![CDATA[\r
- if (this.searchAttribute == val) return;\r
- this.searchAttribute = val;\r
- this.refreshList();\r
- ]]>\r
- </setter>\r
- <getter>\r
- <![CDATA[\r
- return this.searchAttribute;\r
- ]]>\r
- </getter>\r
- </property>\r
- </interface>\r
- </binding>\r
-\r
- <!-- searchvalue - a widget which dynamically changes it's user interface\r
- depending on what type of data it's supposed to be showing\r
- currently handles arbitrary text entry, and menulists for priority and\r
- status\r
- -->\r
- <binding id="searchvalue" extends="xul:deck">\r
- <!-- yeah yeah, this stuff needs to be localized. I'm working on it! -->\r
- <content>\r
- <xul:textfield flex="1" />\r
- <xul:menulist flex="1" >\r
- <xul:menupopup>\r
- <xul:menuitem value="Lowest"/>\r
- <xul:menuitem value="Low"/>\r
- <xul:menuitem value="Normal"/>\r
- <xul:menuitem value="High"/>\r
- <xul:menuitem value="Highest"/>\r
- </xul:menupopup>\r
- </xul:menulist>\r
- <xul:menulist flex="1" >\r
- <xul:menupopup>\r
- <xul:menuitem value="read"/>\r
- <xul:menuitem value="replied"/>\r
- </xul:menupopup>\r
- </xul:menulist>\r
- </content>\r
- <interface>\r
- <!-- parentValue forwards to the attribute -->\r
- <property name="parentValue" onset="this.searchAttribute=val;"\r
- onget="return this.searchAttribute;"/>\r
- <property name="searchAttribute" onget="return this.internalAttribute;">\r
- <setter>\r
- <![CDATA[\r
- // noop if we're not changing it\r
- if (this.internalAttribute == val) return;\r
- this.internalAttribute = val;\r
- // we inherit from a deck, so just use it's index attribute\r
- // to hide/show widgets\r
- if (val == Components.interfaces.nsMsgSearchAttrib.Priority)\r
- this.setAttribute("index", "1");\r
- else if (val == Components.interfaces.nsMsgSearchAttrib.MsgStatus)\r
- this.setAttribute("index", "2");\r
- else\r
- this.setAttribute("index", "0");\r
- ]]>\r
- </setter>\r
- </property>\r
- <property name="value" onget="return this.internalValue;">\r
- <setter>\r
- <![CDATA[\r
- // val is a nsIMsgSearchValue object\r
- this.internalValue = val;\r
- var attrib = val.attrib;\r
- this.searchAttribute = attrib;\r
- if (attrib == Components.interfaces.nsMsgSearchAttrib.Priority)\r
- document.getAnonymousNodes(this)[1].data=val.priority;\r
- else if (attrib == Components.interfaces.nsMsgSearchAttrib.MsgStatus)\r
- document.getAnonymousNodes(this)[2].data=val.status;\r
- else\r
- document.getAnonymousNodes(this)[0].value = val.str;\r
- ]]>\r
- </setter>\r
- </property>\r
- <method name="save">\r
- <body>\r
- <![CDATA[\r
- var searchValue = this.value;\r
- var searchAttribute = this.searchAttribute;\r
- var nsMsgSearchAttrib = Components.interfaces.nsMsgSearchAttrib;\r
-\r
- searchValue.attrib = searchAttribute;\r
- if (searchAttribute == nsMsgSearchAttrib.Priority)\r
- searchValue.priority = document.getAnonymousNodes(this)[1].selectedItem.data;\r
- else if (searchAttribute == nsMsgSearchAttrib.MsgStatus)\r
- searchValue.status = document.getAnonymousNodes(this)[2].selectedItem.data;\r
- else\r
- searchValue.str = document.getAnonymousNodes(this)[0].value;\r
- ]]>\r
- </body>\r
- </method>\r
- <method name="saveTo">\r
- <argument name="searchValue"/>\r
- <body>\r
- <![CDATA[\r
- this.internalValue = searchValue;\r
- this.save();\r
- ]]>\r
- </body>\r
- </method>\r
- </interface>\r
- </binding>\r
- <binding id="searchterm" extends="xul:box">\r
- <interface>\r
- <!-- the actual nsIMsgSearchTerm object -->\r
- <property name="searchTerm" onget="return this.internalSearchTerm">\r
- <setter>\r
- <![CDATA[\r
- this.internalSearchTerm = val;\r
-\r
- var term = val;\r
- // val is a nsIMsgSearchTerm\r
- var searchAttribute=this.searchattribute;\r
- var searchOperator=this.searchoperator;\r
- var searchValue=this.searchvalue;\r
-\r
- // now reflect all attributes of the searchterm into the widgets\r
- if (searchAttribute) searchAttribute.value = term.attrib;\r
- if (searchOperator) searchOperator.value = val.op;\r
- if (searchValue) searchValue.value = term.value;\r
-\r
- this.booleanAnd = val.booleanAnd;\r
- ]]>\r
- </setter>\r
- </property>\r
- \r
- <property name="searchScope">\r
- <getter>\r
- <![CDATA[\r
- var searchAttribute = this.searchattribute;\r
- if (searchAttribute)\r
- return searchAttribute.searchScope;\r
- return undefined;\r
- ]]>\r
- </getter>\r
- <setter>\r
- <![CDATA[\r
- var searchAttribute = this.searchattribute;\r
- if (searchAttribute) searchAttribute.searchScope=val;\r
- ]]>\r
- </setter>\r
- </property>\r
- <!-- the three tags that make up a term - to use, set the\r
- attribute in the XUL to the ID of the term.\r
- -->\r
- <property name="searchattribute" \r
- onget="return document.getElementById(this.getAttribute('searchattribute'));"\r
- onset="this.setAttribute('searchattribute',val.id)"/>\r
-\r
- <property name="searchoperator" \r
- onget="return document.getElementById(this.getAttribute('searchoperator'));"\r
- onset="this.setAttribute('searchoperator',val.id)"/>\r
-\r
- <property name="searchvalue" \r
- onget="return document.getElementById(this.getAttribute('searchvalue'));"\r
- onset="this.setAttribute('searchvalue',val.id)"/>\r
- <property name="booleanNodes">\r
- <![CDATA[\r
- null;\r
- ]]>\r
- </property>\r
- <property name="stringBundle">\r
- <![CDATA[\r
- srGetStrBundle("chrome://messenger/locale/search.properties");\r
- ]]>\r
- </property>\r
- <property name="booleanAnd" onget="return this.internalBooleanAnd">\r
- <setter>\r
- <![CDATA[\r
- // whenever you set this, all nodes in booleanNodes\r
- // are updated to reflect the string\r
-\r
- if (this.internalBooleanAnd == val) return;\r
- this.internalBooleanAnd = val;\r
-\r
- var booleanNodes = this.booleanNodes;\r
- if (!booleanNodes) return;\r
-\r
- var stringBundle = this.stringBundle;\r
- var andString = val ? "And" : "Or";\r
- for (var i=0; i<booleanNodes.length; i++) {\r
- try { \r
- var staticString =\r
- stringBundle.GetStringFromName("search" + andString + i);\r
- if (staticString && staticString.length>0)\r
- booleanNodes[i].setAttribute("value", staticString);\r
- } catch (ex) { /* no error, means string not found */}\r
- }\r
- ]]>\r
- </setter>\r
- </property>\r
- <method name="save">\r
- <body>\r
- <![CDATA[\r
- var searchTerm = this.searchTerm;\r
- searchTerm.attrib = this.searchattribute.value;\r
- searchTerm.op = this.searchoperator.value;\r
- if (this.searchvalue.value)\r
- this.searchvalue.save();\r
- else\r
- this.searchvalue.saveTo(searchTerm.value);\r
- searchTerm.value = this.searchvalue.value;\r
- searchTerm.booleanAnd = this.booleanAnd;\r
- ]]>\r
- </body>\r
- </method>\r
- <!-- if you have a search term element with no search term -->\r
- <method name="saveTo">\r
- <argument name="searchTerm"/>\r
- <body>\r
- <![CDATA[\r
- this.internalSearchTerm = searchTerm;\r
- this.save();\r
- ]]>\r
- </body>\r
- </method>\r
- </interface>\r
- </binding>\r
-</bindings>\r
+++ /dev/null
-/*
- * 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):
- *
- */
-
-/* ===== mailWindow1.css ================================================
- == Styles for the main Mail window in the default layout scheme.
- ======================================================================= */
-
-@import url("chrome://messenger/skin/");
-@import url("chrome://messenger/skin/primaryToolbar.css");
-@import url("chrome://messenger/skin/folderMenus.css");
-@import url("chrome://communicator/skin/sidebar/sidebar.css");
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/* ::::: outliner focus-ring border adjustments ::::: */
-
-/*
-#threadpane-splitter
-{
- border-left : none;
- border-top : none;
-}
-*/
-
-#folderTree
-{
- border-top : none;
-}
-
-#folderTree > treechildren
-{
- border : none;
-}
-
-#threadOutliner
- {
-/* border-bottom : 1px solid ThreeDHighlight;
- border-left : 1px solid ThreeDShadow; */
- min-width : 1px;
- }
-
-/*
-#threadOutliner > .outliner-columns
- {
- border-left : 1px solid ThreeDDarkShadow;
- }
-
-#threadOutliner > outlinerrows > .outliner-bodybox
- {
- border-top : 1px solid transparent;
- border-right : 1px solid transparent;
- border-bottom : 1px solid ThreeDLightShadow;
- border-left : 1px solid ThreeDDarkShadow;
- }
-*/
-
-#folderTree:focus > treechildren,
-#threadOutliner:focus > outlinerrows > .outliner-bodybox
- {
-/* border-color : #000000; */
- }
-
-#messagepane
-{
- border : none;
-}
-
-#messagepanebox[focusring="true"]
-{
- border : none;
-}
-
-#messagepanebox
- {
- border : none;
- }
-
-#msgHeaderView
-{
- border-top : none;
-}
-
-#msgHeaderView > toolbar > toolbargrippy
-{
- border-left : none;
-}
-
-/*
-#accountCentralBox
-{
- background-color:#FFFFFF;
-}
-*/
-#status-bar
-{
- border-left : none;
-}
-
-.mailwindow-statusbar
- {
- border-left : none;
- }
+++ /dev/null
-/*
- * 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.
- */
-
-/* ===== mailWindow2.css ================================================
- == Styles for the main Mail window in the optional layout scheme.
- ======================================================================= */
-
-@import url("chrome://messenger/skin/mailWindow1.css");
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
+++ /dev/null
-/*
- * 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):
- *
- */
-
-/* ===== messageBody.css ================================================
- == Styles for the body of a mail message.
- ======================================================================= */
-
-/*
- * These are the style attributes for the XUL display.
- */
-window { overflow: auto; }
-mailheader { display: block; }
-mailattachcount { display: none; }
-
-box[name=header-attachment] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; }
-box[name=header-part1] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; }
-box[name=header-part2] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
-box[name=header-part3] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
-box[name=header-seamonkey] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
-
-headerdisplayname { font-weight: bold; white-space: pre; }
-header { -moz-box-pack: start; }
-
-menubar[name=attachment-menubar] { background-color: #EFEFEF; border: 0px solid #EFEFEF; }
-menu[name=attachment-menu] { background-color: #EFEFEF; border: 0px solid #EFEFEF; }
-
-/*
- * For printing/HTML display...
- */
-table[name=header-part1] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; }
-table[name=header-part2] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
-table[name=header-part3] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
-div.headerdisplayname { font-weight: bold; white-space: pre; display: inline; }
-
-body {
- background-color: white;
-}
-
-
-/* ::::: message text, incl. quotes ::::: */
-
-
-.moz-text-flowed blockquote {
- margin: 0em 0em;
- border-color: black;
-}
-
-.moz-text-plain pre {
- font-family: inherit;
- margin: inherit;
-}
-
-.moz-text-plain[wrap="true"] {
- white-space: -moz-pre-wrap;
-}
-
-.moz-text-plain[wrap="false"] {
- white-space: pre;
-}
-
-.moz-text-plain[wrap="flow"] .moz-txt-sig {
- white-space: -moz-pre-wrap;
-}
-
-.moz-text-plain[graphical-quote="false"] blockquote {
- padding-left: inherit;
- border-left: inherit;
- margin: 0em 0em;
-}
-.moz-text-plain[graphical-quote="true"] blockquote {
- margin: 0em 0em;
- border-width: medium;
- border-color: black;
-}
-.moz-text-plain[graphical-quote="true"] .txt-citetags {
- display: none;
-}
-
-.moz-txt-sig, .moz-signature {
- color: gray;
-}
-.moz-txt-sig > a, .moz-signature > a {
- color: 7777FF /* light blue */;
-}
-
-/* ::::: smilies ::::: */
-
-span[-moz-smiley] {
- min-height: 17px; margin-left: 2px; margin-top: 2px;
- padding-left: 20px;
- background-repeat: no-repeat;
- background-position: center center;
-}
-span[-moz-smiley] > span {
- display: none;
-}
-
-span[-moz-smiley="s1"] {
- background-image: url(chrome://global/skin/smiley/smile_n.gif);
-}
-span[-moz-smiley="s2"] {
- background-image: url(chrome://global/skin/smiley/frown_n.gif);
-}
-span[-moz-smiley="s3"] {
- background-image: url(chrome://global/skin/smiley/wink_n.gif);
-}
-span[-moz-smiley="s4"] {
- background-image: url(chrome://global/skin/smiley/tongue_n.gif);
-}
-span[-moz-smiley="s5"] {
- background-image: url(chrome://global/skin/smiley/laughing_n.gif);
-}
-span[-moz-smiley="s6"] {
- background-image: url(chrome://global/skin/smiley/embarrassed_n.gif);
-}
-span[-moz-smiley="s7"] {
- background-image: url(chrome://global/skin/smiley/undecided_n.gif);
-}
+++ /dev/null
-/*
- * 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):
- * Scott MacGregor (mscott@netscape.com)
- * Joe Hewitt (hewitt@netscape.com)
- * Robert Kaiser (KaiRo@KaiRo.at)
- */
-
-/* ===== messageHeader.css ==============================================
- == Styles for the header toolbars of a mail message.
- ======================================================================= */
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
-@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
-
-#collapsedHeaderView,
-#expandedHeaderView
- {
- min-width : 1px;
- }
-
-mail-emailaddress
- {
- -moz-binding : url(chrome://messenger/content/mailWidgets.xml#mail-emailaddress);
- display : -moz-xul-inline-box;
- }
-
-.buttonTopSpacer
- {
- height : 0.3em;
- }
-
-.buttonSpacer
- {
- width : 0.5em;
- }
-
-.headerValueBox
- {
- width : 7.0em;
- text-align : right;
- }
-
-.headerBox
- {
- overflow : hidden;
- min-width : 50px;
- }
-
-
-#addToAddressBookButton
- {
- list-style-image : url("chrome://messenger/skin/addtoab.gif");
- min-height : 20px;
- margin : 0px;
- }
-
-#expandedAttachmentBox {
- width: 20em;
- height: 0px;
- list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
-}
-
-#attachmentText
-{
- font-weight: bold;
-}
-
-#attachmentTree {
- margin: 3px;
- height: 0px;
- width: 20em;
-}
-
-.emailDisplayImage
- {
- text-align : right;
- }
-
-.emailDisplayButton
- {
- color : #336699;
- cursor : pointer;
- min-height : 16px;
- }
-
-.emailDisplayButton:hover
- {
- background-color : #336699;
- color : #CCD0DD;
- }
-
-.showMoreAddressesButton
- {
- list-style-image : url("chrome://global/skin/twisty-closed.gif");
- }
-
-.showFewerAddressesButton
- {
- list-style-image : url("chrome://global/skin/twisty-open.gif");
- }
-
-html.headerValue
- {
- white-space : normal;
- min-width : 50px;
- margin : 0px;
- }
-
-html.subjectvalue
- {
- font-weight : bold;
- }
-
-text.subjectvalue
- {
- font-weight : bold;
- }
-
-text.headerdisplayname
- {
- font-weight : bold;
- margin-right : 0.5em;
- margin-left : 0.5em;
- min-height : 16px
- }
-
-text.headerValue
- {
- white-space : normal;
- min-width : 50px;
- }
-
-#msgHeaderView
- {
- border-left : none;
- border-right : none;
- border-bottom : 1px solid #9999CC;
- }
-
-.expandHeaderViewButton {
- list-style-image: url("chrome://global/skin/twisty-open.gif");
- margin-left: .5em;
- margin-right: .5em;
-}
-
-.collapsedHeaderViewButton
-{
- list-style-image: url("chrome://global/skin/twisty-closed.gif");
- margin-left: .5em;
-}
-
-
-/* ::::: collapsed view styles ::::: */
-.collapsedToggleHdrBox
-{
- -moz-box-align: center;
-}
-
-#collapsedAttachmentBox {
- -moz-box-pack: center;
-}
-
-#collapseddateValue
-{
- margin-left: .7em;
-}
-
-#collapsedfromBox
-{
- width: 18em;
-}
-
-#collapseddateBox
- {
- width: 12em;
-}
-
-text.collapsedHeaderDisplayName
-{
- font-weight: bold;
- margin-left: .7em;
- min-height: 16px;
-}
-
-.collapsedAttachmentButton
-{
- list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
- margin-right: .5em;
- margin-left: 1em;
-}
-
-[hide] {
- visibility: hidden;
-}
-
+++ /dev/null
-/*
- * 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.
- */
-
-/* ===== messenger.css ==================================================
- == Styles shared throughout the Messenger application.
- ======================================================================= */
-
-@import url("chrome://communicator/skin/");
-@import url("chrome://messenger/content/messenger.css");
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/* ::::: image precaching ::::: */
-
-#resource_bundle_messenger {
- -moz-binding: url("chrome://messenger/skin/resources.xml#resource_bundle_messenger");
- }
-
+++ /dev/null
-@import url(chrome://messenger/skin/messenger.css);
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
-@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
-
-/* addressing widget */
-#addressingWidgetTree
- {
- height : 80px;
- width : 0px;
- -moz-user-focus : none;
- }
-
-#addressingWidgetTree > .tree-container-treerows
- {
- border-left: none;
- }
-
-#listcol-addressingWidget
- {
- width : 9em;
- border-right : 1px solid #CCD0DD;
- }
-
-#addressingWidgetTree > treechildren > treeitem > treerow,
-#addressingWidgetTree > treechildren > treeitem[selected="true"] > treerow {
- border : none;
- background-color : inherit;
- color : inherit;
-}
-
-.treecell-addressingWidget
- {
- -moz-box-align : center;
- border-bottom : 1px solid #CCD0DD;
- padding : 0px !important;
- }
-
-.treecell-addressingWidget:first-child
- {
- border-bottom : none;
- }
-
-.dummy-row-cell:first-child
- {
- border-bottom : 1px solid #CCD0DD;
- }
-
-.person-icon
- {
- list-style-image : url("chrome://messenger/skin/addressbook/person.gif");
- margin : 0px 3px 0px 3px;
- }
-
-outlinerbody:-moz-outliner-cell-text(default-match)
- {
- margin: 2px -3px 2px 15px;
- border: none;
- }
-
-outlinerbody:-moz-outliner-image(local-abook)
- {
- margin: 2px -1px 2px 4px;
- border: none;
- list-style-image: url("chrome://messenger/skin/addressbook/myaddrbk.gif");
- }
-
-outlinerbody:-moz-outliner-image(remote-abook)
- {
- margin: 2px -3px 2px 2px;
- border: none;
- list-style-image: url("chrome://messenger/skin/addressbook/remote-abook.gif");
- }
-
-#button-send {
- list-style-image:url("chrome://messenger/skin/messengercompose/send.gif");
-}
-
-#button-send[disabled="true"] {
- list-style-image:url("chrome://messenger/skin/messengercompose/send_dis.gif");
-}
-
-#button-address {
- list-style-image:url("chrome://messenger/skin/messengercompose/address.gif");
-}
-
-#button-address[disabled="true"] {
- list-style-image:url("chrome://messenger/skin/messengercompose/address_dis.gif");
-}
-
-#button-attach {
- list-style-image:url("chrome://messenger/skin/messengercompose/attach.gif");
-}
-
-#button-attach[disabled="true"] {
- list-style-image:url("chrome://messenger/skin/messengercompose/attach_dis.gif");
-}
-
-#button-quote {
- list-style-image:url("chrome://messenger/skin/messengercompose/quote.gif");
-}
-
-#button-quote[disabled="true"] {
- list-style-image:url("chrome://messenger/skin/messengercompose/quote_dis.gif");
-}
-
-#spellingButton {
- list-style-image:url("chrome://editor/skin/images/spell.gif");
-}
-
-#spellingButton[disabled="true"] {
- list-style-image:url("chrome://editor/skin/images/spell-diabled.gif");
-}
-
-#button-save {
- list-style-image:url("chrome://messenger/skin/messengercompose/save.gif");
-}
-
-#button-save[disabled="true"] {
- list-style-image:url("chrome://messenger/skin/messengercompose/save_dis.gif");
-}
-
-#button-stop {
- list-style-image:url("chrome://global/skin/stop.gif");
-}
-
-#button-stop[disabled="true"] {
- list-style-image:url("chrome://global/skin/stop_dis.gif");
-}
-
-
-#compose-toolbar-sizer
- {
- height : 3px;
- margin-top : 0px;
- border-top : none;
- }
-
-#content-frame
- {
- border : 1px inset #CCD0DD;
- }
-
-#msgIdentity, #addressingWidgetTree, #msgSubject
- {
- margin-right : 3px;
- }
-
-#attachmentbucket-sizer
- {
- width : 5px;
- }
-
-#attachmentBucket {
- margin-left : 3px;
- -moz-user-focus: normal !important;
-}
-
-#attachmentBucketText
- {
- margin-left : 3px;
- -moz-user-focus : none;
- }
-
-/* askSendFormat dialog */
-
-#askSendFormat {
- width: 40em;
-}
-
-#askImageBox {
- -moz-box-align: start;
-}
-
-#convertYes {
- list-style-image:url("chrome://global/skin/question-icon.gif");
-}
-
-#convertAltering {
- list-style-image:url("chrome://global/skin/question-icon.gif");
-}
-
-#convertNo {
- list-style-image:url("chrome://global/skin/alert-icon.gif");
-}
-
-
+++ /dev/null
-/*
- * 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):
- *
- */
-
-/* ===== prefPanels.css =================================================
- == Styles for the Messenger preference panels.
- ======================================================================= */
-
-@import url("chrome://messenger/skin/");
-@import url("chrome://communicator/skin/dialogOverlay.css");
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/* :::::: layout preference icons ::::: */
-
-#classic
- {
- list-style-image : url("chrome://messenger/skin/winclassic.gif");
- }
-
-#wide
- {
- list-style-image : url("chrome://messenger/skin/winwide.gif");
- }
+++ /dev/null
-/*
- * 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.
- */
-
-
-/* ===== primaryToolbar.css =============================================
- == Images for the Mail primary toolbar.
- ======================================================================= */
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/* ::::: primary toolbar buttons ::::: */
-
-#button-getmsg {
- list-style-image:url("chrome://messenger/skin/getmsg.gif");
-}
-
-#button-getmsg[disabled="true"] {
- list-style-image:url("chrome://messenger/skin/getmsg_dis.gif");
-}
-
-#button-newmsg {
- list-style-image:url("chrome://messenger/skin/newmsg.gif");
-}
-
-#button-newmsg[disabled="true"] {
- list-style-image:url("chrome://messenger/skin/newmsg_dis.gif");
-}
-
-#button-reply {
- list-style-image:url("chrome://messenger/skin/reply.gif");
-}
-
-#button-reply[disabled="true"] {
- list-style-image:url("chrome://messenger/skin/reply_dis.gif");
-}
-
-#button-replyall {
- list-style-image:url("chrome://messenger/skin/replyall.gif");
-}
-
-#button-replyall[disabled="true"] {
- list-style-image:url("chrome://messenger/skin/replyall_dis.gif");
-}
-
-#button-forward {
- list-style-image:url("chrome://messenger/skin/forward.gif");
-}
-
-#button-forward[disabled="true"] {
- list-style-image:url("chrome://messenger/skin/forward_dis.gif");
-}
-
-#button-file {
- list-style-image:url("chrome://messenger/skin/file.gif");
-}
-
-#button-file[disabled="true"] {
- list-style-image:url("chrome://messenger/skin/file_dis.gif");
-}
-
-#button-file[open="true"] > .button-internal-box {
- border: 1px inset #CCD0DD;
- padding : 2px 0px 0px 2px;
-}
-
-#button-file > .button-internal-box
-{
- -mox-box-align : center;
- -moz-box-pack : center;
-}
-
-#button-file > .button-internal-box > .menubutton-single-text
-{
- padding-top : 3px;
- -moz-box-pack : center;
-}
-
-#button-next {
- list-style-image:url("chrome://messenger/skin/next.gif");
-}
-
-#button-next[disabled="true"] {
- list-style-image:url("chrome://messenger/skin/next_dis.gif");
-}
-
-#button-mark {
- list-style-image:url("chrome://messenger/skin/mark.gif");
-}
-
-#button-mark[disabled="true"] {
- list-style-image:url("chrome://messenger/skin/mark_dis.gif");
-}
-
-#button-delete {
- list-style-image:url("chrome://messenger/skin/trash.gif");
-}
-
-#button-delete[disabled="true"] {
- list-style-image:url("chrome://messenger/skin/trash_dis.gif");
-}
-
-#button-print
- {
- list-style-image : url("chrome://global/skin/print.gif");
- }
-
-#button-print[disabled="true"]
- {
- list-style-image : url("chrome://global/skin/print_dis.gif");
- }
-
-#button-stop {
- list-style-image:url("chrome://global/skin/stop.gif");
-}
-
-#button-stop[disabled="true"] {
- list-style-image:url("chrome://global/skin/stop_dis.gif");
-}
+++ /dev/null
-/*
- * 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):
- *
- */
-
-/* ===== searchDialog.css ===============================================
- == Styles for the Mail Search dialog.
- ======================================================================= */
-
-@import url("chrome://messenger/skin/");
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/* ::::: box sizes ::::: */
-
-#searchTermTree {
- min-height: 50px;
-}
+++ /dev/null
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
- * 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.
- */
-
-/* ===== subscribe.css ==================================================
- == Styles for the Subscribe dialog.
- ======================================================================= */
-
-@import url("chrome://messenger/skin/");
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/* ::::: margin adjustments :::::: */
-
-#subscribetree {
- margin: 0px 0px 0px 0px !important;
-}
-
-/* ::::: subscribed icons :::::: */
-
-.subscribedcol {
- list-style-image: url("chrome://messenger/skin/dot.gif");
-}
-
-.subscribedcol[value="true"] {
- list-style-image: url("chrome://messenger/skin/check.gif");
-}
-
-/* ::::: folder icons :::::: */
-
-.tree-cell-subscribe-icon {
- list-style-image: url("chrome://messenger/skin/folder-closed.gif");
- }
-
- .tree-cell-subscribe-icon[ServerType="nntp"] {
- list-style-image: url("chrome://messenger/skin/folder-newsgroup.gif");
- }
-
-/* ::::: server icons :::::: */
-
- .subscribeMenuItem {
- list-style-image: url("chrome://messenger/skin/server-mail.gif");
- }
-
- .subscribeMenuItem[ServerType="imap"][IsSecure="true"] {
- list-style-image: url("chrome://messenger/skin/server-remote-lock.gif");
- }
-
- .subscribeMenuItem[ServerType="nntp"] {
- list-style-image: url("chrome://messenger/skin/server-news.gif");
- }
-
- .subscribeMenuItem[ServerType="nntp"][IsSecure="true"] {
- list-style-image: url("chrome://messenger/skin/server-news-lock.gif");
- }
-
-/* ::::: for search in subscribe ::::: */
-
-outlinerbody:-moz-outliner-image(nameCol, nntp) {
- padding-right: 2px;
- list-style-image: url("chrome://messenger/skin/folder-newsgroup.gif");
-}
-
-outlinerbody:-moz-outliner-image(subscribedCol) {
- list-style-image: url("chrome://messenger/skin/dot.gif");
-}
-
-outlinerbody:-moz-outliner-image(subscribedCol, subscribed) {
- list-style-image: url("chrome://messenger/skin/check.gif");
-}
+++ /dev/null
-/*
- * 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):
- * Scott MacGregor (mscott@netscape.com)
- * Joe Hewitt (hewitt@netscape.com)
- * Robert Kaiser (KaiRo@KaiRo.at)
- */
-
-/* ===== threadPane.css ==============================================
- == Styles for the thread pane in the Messenger 3-pane window.
- ======================================================================= */
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/* ::::: thread decoration ::::: */
-
-outlinerbody:-moz-outliner-cell-text(unread)
-{
- font-weight: bold;
-}
-
-outlinerbody:-moz-outliner-cell-text(offline)
-{
- font-style: italic;
-}
-
-/* ::::: priority colors ::::: */
-
-outlinerbody:-moz-outliner-cell-text(priority-highest)
-{
- color:red;
-}
-
-outlinerbody:-moz-outliner-cell-text(priority-high)
-{
- color: rgb(128, 0, 0);
-}
-
-outlinerbody:-moz-outliner-cell-text(priority-lowest)
-{
- color: rgb(170, 170, 170);
-}
-
-outlinerbody:-moz-outliner-cell-text(priority-low)
-{
- color: rgb(85, 85, 85);
-}
-
-/* ::::: message icons ::::: */
-
-/* ::::: message column icons ::::: */
-
-/* ..... thread column ..... */
-
-
-
-
-outlinercol.threadColumnHeader {
- list-style-image: url("chrome://messenger/skin/unthreadcol.gif");
-}
-
-outlinercol.threadColumnHeader[sortDirection="ascending"] {
- list-style-image: url("chrome://messenger/skin/threadcol.gif");
-}
-
-outlinercol.threadColumnHeader[sortDirection="descending"] {
- list-style-image: url("chrome://messenger/skin/threadcol.gif");
-}
-
-outlinerbody:-moz-outliner-image(threadCol, container) {
- list-style-image: url("chrome://messenger/skin/thread-closed.gif");
-}
-
-outlinerbody:-moz-outliner-image(threadCol, container, open) {
- list-style-image: url("chrome://messenger/skin/thread-open.gif");
-}
-
-outlinerbody:-moz-outliner-image(threadCol, container, hasUnread) {
- list-style-image: url("chrome://messenger/skin/thread-new-closed.gif");
-}
-
-outlinerbody:-moz-outliner-image(threadCol, container, hasUnread, open) {
- list-style-image: url("chrome://messenger/skin/thread-new-open.gif");
-}
-
-/* ..... read column ..... */
-
-outlinercol.readColumnHeader {
- list-style-image: url("chrome://messenger/skin/unreadmail.gif");
-}
-
-outlinerbody:-moz-outliner-image(unreadButtonColHeader) {
- list-style-image: url("chrome://messenger/skin/readmail.gif");
-}
-
-outlinerbody:-moz-outliner-image(unreadButtonColHeader, unread) {
- list-style-image: url("chrome://messenger/skin/unreadmail.gif");
-}
-
-/* ..... flag column ..... */
-
-outlinercol.flagColumnHeader {
- list-style-image: url("chrome://messenger/skin/flaggedmail.gif");
-}
-
-outlinerbody:-moz-outliner-image(flaggedCol) {
- list-style-image: url("chrome://messenger/skin/readmail.gif");
-}
-
-outlinerbody:-moz-outliner-image(flaggedCol, flagged) {
- list-style-image: url("chrome://messenger/skin/flaggedmail.gif");
-}
-
-/* ..... subject column ..... */
-
-outlinerbody:-moz-outliner-image(subjectCol) {
- list-style-image: url("chrome://messenger/skin/message-mail.gif");
-}
-
-outlinerbody:-moz-outliner-image(subjectCol, new) {
- list-style-image: url("chrome://messenger/skin/message-mail-new.gif");
-}
-
-outlinerbody:-moz-outliner-image(subjectCol, attach) {
- list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
-}
-
-outlinerbody:-moz-outliner-image(subjectCol, imapdeleted) {
- list-style-image: url("chrome://messenger/skin/message-mail-imapdelete.gif");
-}
-
-outlinerbody:-moz-outliner-image(subjectCol, news) {
- list-style-image: url("chrome://messenger/skin/message-news.gif");
-}
-
-outlinerbody:-moz-outliner-image(subjectCol, news, new) {
- list-style-image: url("chrome://messenger/skin/message-news-new.gif");
-}
+++ /dev/null
-/* -*- Mode: CSS; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-\r
- * The contents of this file are subject to the Netscape Public\r
- * License Version 1.1 (the "License"); you may not use this file\r
- * except in compliance with the License. You may obtain a copy of\r
- * the License at http://www.mozilla.org/NPL/\r
- * \r
- * Software distributed under the License is distributed on an "AS\r
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r
- * implied. See the License for the specific language governing\r
- * rights and limitations under the License.\r
- * \r
- * The Original Code is Mozilla Communicator client code, released\r
- * March 31, 1998.\r
- * \r
- * The Initial Developer of the Original Code is Netscape\r
- * Communications Corporation. Portions created by Netscape are\r
- * Copyright (C) 1998-1999 Netscape Communications Corporation. All\r
- * Rights Reserved.\r
- */\r
-\r
-div.title {\r
- font-weight: bold;\r
-}\r
-\r
-div.subtitle {\r
- font-weight: bold;\r
-}\r
+++ /dev/null
-#security-button \r
- {\r
- list-style-image:url("chrome://navigator/skin/unlock.gif");\r
- }\r
-\r
-#security-button[level="high"] \r
- {\r
- list-style-image:url("chrome://navigator/skin/lock.gif"); \r
- }\r
-\r
-#security-button[level="low"] \r
- {\r
- list-style-image:url("chrome://navigator/skin/lock.gif"); \r
- }\r
-\r
-#security-button[level="broken"] \r
- {\r
- list-style-image:url("chrome://navigator/skin/broken.gif"); \r
- }
\ No newline at end of file
+++ /dev/null
-/** Contains style definitions for the navigator application
- **/
-
-@import url(chrome://communicator/skin/);
-@import url(chrome://navigator/skin/personalToolbar.css);
-@import url(chrome://communicator/skin/sidebar/sidebar.css);
-
-#sidebar-parent
- {
- margin-right : 2px;
- }
-
-/*
- * Rules for 'hiding' portions of the chrome for special
- * kinds of browser windows.
- */
-window[chromehidden~="menubar"] .chromeclass-menubar {
- display: none;
-}
-
-window[chromehidden~="toolbar"] .chromeclass-toolbar {
- display: none;
-}
-
-window[chromehidden~="location"] .chromeclass-location {
- display: none;
-}
-
-window[chromehidden~="directories"] .chromeclass-directories {
- display: none;
-}
-
-window[chromehidden~="status"] .chromeclass-status {
- display: none;
-}
-
-window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
- display: none;
-}
-
-/*
- * Images for the main buttons
- */
-.menubutton-dual-button > .button-internal-box > .button-text-container,
-.menubutton-dual-ex-button > .button-internal-box > .button-text-container
- {
- display : none;
- }
-
-.menubutton-dual-button,
-.menubutton-dual-ex-button
- {
- min-width : 32px;
- min-height : 32px;
- }
-
-#back-button
- {
- list-style-image : url("chrome://navigator/skin/back.gif");
- margin : 0px;
- }
-
-#back-button[disabled="true"]
- {
- list-style-image : url("chrome://navigator/skin/back_dis.gif");
- }
-
-#forward-button
- {
- list-style-image : url("chrome://navigator/skin/forward.gif");
- margin : 0px;
- }
-
-#forward-button[disabled="true"]
- {
- list-style-image : url("chrome://navigator/skin/forward_dis.gif");
- }
-
-#stop-button
- {
- list-style-image : url("chrome://navigator/skin/stop.gif");
- }
-
-
-#stop-button[disabled="true"]
- {
- list-style-image : url("chrome://navigator/skin/stop_dis.gif");
- }
-
-#reload-button
- {
- list-style-image : url("chrome://navigator/skin/reload.gif");
- }
-
-
-#content-frame
- {
- min-width : 0px;
- min-height : 0px;
- }
-
-#statusbar-icon
- {
- width : 100px;
- }
-
-#statusbar-display
- {
- list-style-image : url("chrome://communicator/skin/document.gif"):
- }
-
-#statusbar-display[error="true"]
- {
- list-style-image : url("chrome://communicator/skin/document-error.gif");
- }
-
-#nav-bar-inner
- {
- padding-left : 0px;
- padding-top : 11px;
- padding-bottom : 11px;
- -moz-box-align : center;
- }
-
-#search-button
- {
- margin : 0px 3px 0px 0px;
- }
-
-#go-button
- {
- margin : 0px 3px 0px 0px;
- }
-
-#homebutton
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/home.gif");
- }
-
-.menuitem-iconic
- {
- padding : 2px;
- }
-
-#print-button
- {
- list-style-image : url("chrome://global/skin/print.gif");
- margin : 0px 3px 0px 0px;
- }
-
-#print-button > .menubutton-dual-button
- {
- padding : 0px;
- }
-
-
-/*all the urlbar stuff*/
-#page-proxy-button
- {
- border : 1px inset #CCD0DD;
- border-right : none;
- list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
- cursor : grab;
- padding : 2px 2px 3px 3px;
- }
-
-#action-popup
- {
- list-style-image : url("chrome://global/skin/scroll-down.gif");
- margin : 0px;
-/* -moz-border-radius : 4px; */
- }
-
-
-.autocomplete-textbox-container
- {
- border : 1px inset #CCD0DD;
- border-left : none;
- background-color : #FFFFFF;
- }
-
-#urlbar-container
- {
- border : none;
- background-color : inherit;
- padding : 0px;
- }
-
-#urlbar-group
- {
- margin-right : 5px;
- }
+++ /dev/null
-.title {
- font-weight: bold;
- margin-bottom: 1em;
- font-size: larger;
-}
-tree {
- height: 100px;
- margin-bottom: 1em;
-}
-treerow {
- background-color: #ebebcc;
-}
-treecell { border-left: 1px solid #CCD0DD; border-top: 1px solid #CCD0DD; }
-
-
+++ /dev/null
-/* -*- Mode: C; c-basic-offset: 2 -*-
- *
- * The contents of this file are subject to the Netscape Public
- * License Version 1.1 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.mozilla.org/NPL/
- *
- * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- * implied. See the License for the specific language governing
- * rights and limitations under the License.
- *
- * The Original Code is mozilla.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):
- * Ben Goodger <ben@netscape.com>
- * Josh Soref <timeless@mac.com>
- */
-
-@import url("chrome://communicator/skin/bookmarks/bookmarks.css");
-
-/**
- * Personal toolbar items
- **/
-
- #home-button
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/home.gif");
- }
-
-/*
- #home-button:hover
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/home-sel.gif");
- }
-*/
-
-/*
- #home-button:hover:active
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/home-active.gif");
- }
-*/
-
-