+++ /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):
- */
-
-/* This is debugging code related to bug 60095 ...
-.iframe-panel { border: 1px solid red; padding: 0px; }
-.iframe-panel window { border: 1px solid blue; padding: 0px; }
-.iframe-panel box { border: 1px solid yellow; padding: 0px; }
-.iframe-panel tree { border: 1px solid green; padding: 0px; }
-*/
-
-.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 #008484;
- }
-
- .bookmark-item.button-toolbar[dragover-right="true"]
- {
- margin-right : 0px;
- border-right : 2px solid #008484;
- }
-
- .menubutton-toolbar-single-text[dragover-top="true"]
- {
- background-color : #008484;
- color : #FFCF00;
- }
-
-
-
+++ /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 #9C9CFF;
- border-right : 1px solid #9C9CFF;
- }
-
- .bookmarks-panel-tree, .bookmarks-panel-tree > .tree-container-treerows
- {
- border : none;
- }
-
- #panel-bar
- {
- border-top : 1px solid #9C9CFF;
- border-bottom : 1px solid #9C9CFF;
- }
-
-
-
+++ /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
- {
- padding : 0px;
- }
-
-#navigator-throbber > .button-internal-box > .button-text-container
- {
- display : none;
- }
-
+++ /dev/null
-
-/** Standard toolbar buttons
- * class="button-toolbar"
- **/
- .button-toolbar
- {
- border : none;
- margin : 0px 1px 0px 1px;
- padding : 0px;
-/* font : 3mm "Final Frontier",tahoma,arial,helvetica,sans-serif; */
- max-width : 10em;
- min-height : 16px;
- }
-
- .button-toolbar[toggled="true"]
- {
- background-color : #008484;
- }
-
- .button-toolbar[disabled="true"],
- .button-toolbar[disabled="true"]:hover,
- .button-toolbar[disabled="true"]:hover:active
- {
- color : #8050B0;
- }
-
- .button-toolbar > .button-internal-box
- {
- border : none;
- padding : 1px 2px 1px 2px;
- }
-
- .button-toolbar:hover > .button-internal-box
- {
- border : none;
- padding : 1px 2px 1px 2px;
- }
-
- .button-toolbar:hover:active > .button-internal-box
- {
- border : none;
- padding : 2px 1px 0px 3px;
- }
-
- .button-toolbar[disabled="true"]:hover:active > .button-internal-box
- {
- border : none;
- padding : 1px 2px 1px 2px;
- }
-
- .button-toolbar:hover:active[home-dragover="true"] > .button-internal-box
- {
- border : none;
- 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 1px 0px 1px;
- 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 : none;
- padding : 1px;
- }
-
- .button-toolbar-1 > .button-internal-box
- {
- border : none;
- -moz-box-align : center;
- }
-
- .button-toolbar-1:hover > .button-internal-box
- {
- border : none;
- -moz-box-align : center;
- }
-
- .button-toolbar-1:hover:active > .button-internal-box
- {
- border : none;
- -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;
- max-height : 40px;
- margin : 0px 1px 0px 1px;
- padding : 0px;
- font-size : smaller;
- border : none;
- }
-
-/* internal frame */
- .button-toolbar-2 > .button-internal-box
- {
- border : none;
- padding : 1px;
- -moz-box-align : center;
- }
-
- .button-toolbar-2:hover > .button-internal-box
- {
- padding : 1px;
- border : none;
- }
-
- .button-toolbar-2:hover:active > .button-internal-box
- {
- padding : 2px 0px 0px 2px;
- border : none;
- }
-
- .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 : none;
- }
-
-/* 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 1px 0px 1px;
- 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 : none;
- padding : 1px;
- }
-
- .button-toolbar-3:hover:active > .button-internal-box,
- {
- border : none;
- 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
- {
- font : inherit;
- border : none;
- padding : 0px;
- margin : 0px;
- }
-
-.button-toolbar-4:hover
- {
- text-decoration : none;
- }
-
-.button-toolbar-4:hover:active
- {
- text-decoration : none;
-/* padding : 2px 0px 0px 2px; */
- padding : 0px;
- }
-
-menubutton.button-toolbar-4
- {
- -moz-binding : url("chrome://global/content/bindings/menubutton.xml#menubutton-single-right");
- padding : 0px;
- }
-
-.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:hover > .menubutton-internal-box > .menubutton-single-icon,
-.button-toolbar-4[open="true"] > .menubutton-internal-box > .menubutton-single-icon
- {
- list-style-image : url(chrome://global/skin/mb-single-arrow-hover.gif);
- }
-
-.button-toolbar-4 > .button-internal-box,
-.button-toolbar-4 > .menubutton-internal-box
- {
- border : none;
- padding : 1px;
- padding-left : 3px;
- }
-
-.button-toolbar-4:hover:active > .button-internal-box,
-.button-toolbar-4:hover:active > .menubutton-internal-box
- {
- padding : 2px 0px 0px 4px;
- }
-
+++ /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);
- -moz-border-radius : 3px;
- border : 1px solid #9C9CFF;
- 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 : #9C9CFF;
- padding-left : 6px;
- }
-
-.box-smallheader-right
- {
- color : #FF9F00;
- padding-right : 6px;
- }
-
-.box-smallheader > .toolbar-primary
- {
- background-color : #000000;
- -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 : #FF9F00;
- 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 #9C9CFF;
- border-bottom : 2px groove #9C9CFF;
- padding : 7px;
- }
-
-/* top border on status area */
-#wizardButtons
- {
- border-bottom : 1px solid #FF9F00;
- 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#taskbarMenuBox > menubutton:hover\r
- {\r
- list-style-image : url("chrome://global/skin/statusbar-arrow-up-hover.gif");\r
- }\r
-\r
-box#taskbarGotoMenuBox > menubutton\r
- {\r
- list-style-image : url("chrome://global/skin/statusbar-arrow-up.gif");\r
- }\r
-\r
-box#taskbarGotoMenuBox > menubutton:hover\r
- {\r
- list-style-image : url("chrome://global/skin/statusbar-arrow-up-hover.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 : none;
- }
-
- .button-toolbar-3[open="true"] > .menubutton-icon-internal-box,
- .button-toolbar-3:hover:active > .menubutton-icon-internal-box
- {
- border : none;
- }
-
- menuitem.button-toolbar-3
- {
- font-weight : normal;
- }
-
- .button-toolbar-3[menuactive="true"]
- {
- font-weight : normal;
- }
-
-/** menubuttons on generic grey toolbars
- * class="button-toolbar"
- **/
- .button-toolbar > .menubutton-internal-box
- {
- -moz-border-radius : 3px;
- padding : 1px 2px 1px 2px;
- background-color : #000000;
- color : #E7ADE7;
- }
-
-
- .button-toolbar:hover > .menubutton-internal-box
- {
- background-color : #FFCF00;
- color : #000000;
- padding : 1px 2px 1px 2px;
- }
-
- .button-toolbar:hover:active > .menubutton-internal-box
- {
- background-color : #FFCF00;
- color : #000000;
- padding : 2px 1px 0px 3px;
- }
-
- .button-toolbar[open="true"] > .menubutton-internal-box
- {
- background-color : #FF9F00;
- color : #000000;
- padding : 2px 1px 0px 3px;
- }
-
-/** menubuttons on taskbar
- * class="button-toolbar-4"
- **/
- .button-toolbar-4
- {
- border : none;
- }
-
- .button-toolbar-4 > .menubutton-internal-box
- {
- -moz-border-radius : 3px;
- border : none;
- padding : 1px 2px 1px 2px;
- }
-
- .button-toolbar-4:hover > .menubutton-internal-box
- {
- background-color : #FFCF00;
- color : #000000;
- padding : 1px 2px 1px 2px;
- }
-
- .button-toolbar-4:hover:active > .menubutton-internal-box
- {
- background-color : #FFCF00;
- color : #000000;
- padding : 2px 1px 0px 3px;
- }
-
- .button-toolbar-4[open="true"] > .menubutton-internal-box
- {
- background-color : #FF9F00;
- color : #000000;
- padding : 2px 1px 0px 3px;
- }
-
- .button-toolbar-4:hover:active,
- .button-toolbar-4[open="true"]
- {
- padding : 0px;
- }
-
-/**
- * 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;
- }
-
-/* Mail & Co. */
-
-.menubutton-dual.toolbar
- {
- min-width : 32px;
- min-height : 32px;
- max-height : 40px;
- margin : 0px 1px 0px 1px;
- padding : 0px;
- font-size : smaller;
- border : none;
- }
-
-.menubutton-dual.toolbar > button > .button-internal-box
- {
- min-width : 32px;
- min-height : 32px;
- max-height : 40px;
- border : none;
- }
-
-
-.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
- {
- padding : 1px;
- border : none;
- -moz-border-radius : 3px 0px 0px 3px;
- }
-
-.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
- {
- background-color : #FFCF00;
- color : #000000;
- padding : 1px;
- border : none;
- }
-
-.menubutton-dual:hover:active > .menubutton-dual-ex-button > .button-internal-box,
-.menubutton-dual > .menubutton-dual-ex-button:hover:active > .button-internal-box
- {
- background-color : #FFCF00;
- color : #000000;
- padding : 2px 0px 0px 2px;
- border : none;
- }
-
-.menubutton-dual[open="true"] > .menubutton-dual-ex-button > .button-internal-box
- {
- background-color : #FF9F00;
- color : #000000;
- padding : 2px 0px 0px 2px;
- border : none;
- }
-
-.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
- {
- background-color : #000000;
- color : #8050B0;
- padding : 1px;
- border : none;
- }
-
-
-
-.menubutton-dual > .menubutton-dual-dropmarker-box
- {
- -moz-border-radius : 0px 3px 3px 0px;
- padding : 1px;
- border : none;
- }
-
-.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
- {
- background-color : #FFCF00;
- color : #000000;
- padding : 1px;
- border : none;
- }
-
-.menubutton-dual:hover:active > .menubutton-dual-dropmarker-box
- {
- background-color : #FFCF00;
- color : #000000;
- padding : 2px 0px 0px 2px;
- border : none;
- }
-
-.menubutton-dual[open="true"] > .menubutton-dual-dropmarker-box
- {
- background-color : #FF9F00;
- color : #000000;
- padding : 2px 0px 0px 2px;
- border : none;
- }
-
-.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
- {
- background-color : #000000;
- color : #8050B0;
- padding : 1px;
- border : none;
- }
-
-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 ***************/
-
-#sizeVar, #sizeMono {
- width: 4em;
-}
-
-#mouseWheelMode {
- width: 9em;
-}
-
-/******* SmartBrowsing **********/
-
-#disabledDomains {
- max-height: 13em;
-}
-
-.smileface {
- list-style-image : url("chrome://messenger/skin/smile.gif");
-}
-
-#previewImageContainer {
- overflow: hidden;
- height: 92px;
- max-width: 360px;
- background-color: #000000;
- padding: 2px;
-}
-
+++ /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
- -moz-border-radius: 5px;\r
- border-top: 2px groove #9C9CFF;\r
- border-bottom: 2px groove #9C9CFF;\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"] {
- background-color: #008484;
-}
-
-treeitem[container="true"][open="true"][loading="true"] > treerow > treecell > titledbutton {
- list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ;
-}
-
-treeitem[type="http://home.netscape.com/NC-rdf#Folder"] > treerow > treecell > titledbutton {
- 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 > titledbutton {
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
-}
-
-treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treerow > treecell > titledbutton {
- list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-closed.gif");
-}
-
-treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > treerow > treecell > titledbutton {
- list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-open.gif");
-}
-
-treeitem[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"] > treerow > treecell > titledbutton {
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
-}
-
-treeitem[type="http://home.netscape.com/NC-rdf#IEFavorite"] > treerow > treecell > titledbutton {
- list-style-image: url("chrome://communicator/skin/bookmarks/ieFavorite.gif");
-}
-
-treeitem[type="http://home.netscape.com/NC-rdf#Bookmark"] > treerow > treecell > titledbutton {
- 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 > titledbutton {
- list-style-image: url("chrome://communicator/skin/bookmarks/folder-open.gif");
-}
-
-treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] > treerow > treecell > titledbutton {
- list-style-image: url("chrome://communicator/skin/bookmarks/folder-closed.gif");
-}
-
-treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"] > treerow > treecell > titledbutton {
- list-style-image: url("chrome://communicator/skin/bookmarks/article.gif");
-}
-
-treeitem[container="true"][open="true"] > treerow > treecell > titledbutton {
- list-style-image: url("chrome://communicator/skin/bookmarks/folder-open.gif");
-}
-
-treeitem[container="true"] > treerow > treecell > titledbutton {
- list-style-image: url("chrome://communicator/skin/bookmarks/folder-closed.gif");
-}
-
-treeitem > treerow > treecell > titledbutton {
- list-style-image: url("chrome://communicator/skin/bookmarks/document.gif");
-}
-
-titledbutton#bookmarks {
- list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
-}
-
+++ /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: #008484;\r
-}\r
+++ /dev/null
-window {
- margin-top: 2px;
-}
-
-#multi-results-header {
- background-color: #9C9CFF;
- color: #000000;
- font-weight: bold;
- padding: 1px 4px 3px 6px;
- -moz-border-radius: 8px 0px 0px 0px;
-}
-
-#engineTabs {
- /*don't know why its not setting the color*/
- background-color: #9C9CFF;
-}
-
-#engineTabs > text {
- margin-top: 5px;
- color: black;
-}
-
-#engineTabs > titledbutton {
- -moz-border-radius: 8px 8px 0px 0px;
- margin-left: 5px;
- margin-right: 5px;
-}
+++ /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: #FF9F00;
- padding: 2px 3px 3px 3px;
- border: 0px;
- margin: 0px;
- font: 10pt sans-serif;
-}
-
-box.panelbar {
- background-color: #9C9CFF;
- 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: #FF9F00;
- text-decoration: none;
-}
-
-treeitem > treerow.searchresult > treecell:hover {
- color: #FFCF00;
- 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: 4px 0px 0px 0px;
-}
-
-.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-panels-splitter[state="collapsed"] {
- margin-bottom: 0px;
-}
-
-#sidebar-splitter {
- border-top: none;
- border-bottom: none;
-}
-
-#sidebar-splitter[state="collapsed"] {
- margin-left: 0px;
-}
-
-
-#sidebar-box {
- margin-bottom: 3px;
- border: none;
-}
-
-.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: #FF9F00;
- background-color: #6000CF;
- border: none;
- padding-left: 4px;
- -moz-box-align: center;
-}
-
-.sidebar-header-text {
- font-weight: bold;
- margin: 3px;
-}
-
-#sidebar-panel-picker
- {
- margin-right: 5px;
- }
-
-#sidebar-panel-picker > .menubutton-internal-box
- {
- padding-top: 5px;
- padding-bottom: 3px;
- }
-
-#sidebar-panel-picker > .menubutton-internal-box > .menubutton-single-icon
- {
- list-style-image : url(chrome://global/skin/mb-single-arrow-right.gif);
- }
-
-#sidebar-panel-picker:hover > .menubutton-internal-box > .menubutton-single-icon,
-#sidebar-panel-picker[open="true"] > .menubutton-internal-box > .menubutton-single-icon
- {
- list-style-image : url(chrome://global/skin/mb-single-arrow-right-hover.gif);
- }
-
-/**
- * texttab folder lookalike e.g. for sidebar panel headers
- */
- .box-texttab
- {
- -moz-binding : url("chrome://communicator/skin/sidebar/sidebarBindings.xml#panelheader");
- -moz-border-radius : 5px;
- border-top : 3px solid black;
- }
-
- .box-texttab[selected="true"]
- {
- border-bottom : 3px solid black;
- }
-
- .box-texttab-right-space
- {
- -moz-border-radius : 5px;
- }
-
-
- .panelheader-text
- {
- -moz-border-radius : 5px;
- background-color : #FF9F00;
- padding : 5px 3px 3px 3px;
- color : #000000;
- }
-
- .box-texttab:hover > .panelheader-box > .panelheader-text,
- .box-texttab > .panelheader-box > .panelheader-text:hover
- {
- background-color : #FFCF00;
- color : #000000;
- }
-
- .box-texttab > .panelheader-box[selected="true"] > .panelheader-text,
- .box-texttab:hover > .panelheader-box[selected="true"] > .panelheader-text,
- .box-texttab > .panelheader-box[selected="true"] > .panelheader-text:hover
- {
- background-color : #008484;
- color : #FFCF00;
- 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" class="sidebar-splitter-cap-container">\r
- <xul:image class="sidebar-splitter-top-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" class="sidebar-splitter-cap-container">\r
- <xul:image class="sidebar-splitter-bottom-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: 8px;
- min-height: 8px;
- margin: 0px 3px 0px 3px;
-}
-
-splitter[state="dragging"]
-{
- background-color: gray;
-}
-
-grippy {
- margin: 0px;
- padding: 0px;
- 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");
- }
-
-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");
- border: none;
- border-right: 3px solid black;
- border-left: 3px solid black;
- 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;
- border-top: 3px solid black;
- border-bottom: 3px solid black;
-}
-
-vbox > splitter,
-box[orient="vertical"] > splitter,
-window[orient="vertical"] > splitter,
-rows > splitter {
- /* a horizontal splitter */
- cursor: n-resize;
- border: none;
- margin: 3px 0px 3px 0px;
-}
-
-/**
- * gray horizontal splitter for pane views
- */
-splitter.gray-horizontal-splitter {
- min-height: 8px;
- border: none;
- margin: 3px 0px 3px 0px;
- padding: 0px;
-}
-
-splitter.gray-horizontal-splitter > grippy {
- margin: 0px;
- border: none;
- border-right: 3px solid black;
- border-left: 3px solid black;
- padding: 0px;
- 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 > #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
-
-/******* ToolBox & ToolBar *******/
-
-toolbar
- {
- background-color : #000000;
- border-bottom : 3px solid #000000;
- min-width : 1px; // DON'T DELETE. Removes disappearance of scrollbars in content pane when window is made smaller.
- // Talk to evaughan@netscape.com for details.
- }
-
-toolbar > .toolbar-holder
- {
- padding-right : 18px;
- background-color : #9C9CFF;
- background-image : url("chrome://global/skin/toolbar-endcap.gif");
- background-repeat : no-repeat;
- background-position : right;
-
-/* THE FOLLOWING LINES ARE NOT WORKING THOUGH THEY SHOULD! BUG 24998 !!! */
-/* -moz-border-radius : 0px 10px 10px 0px;
- background-image : url("chrome://global/skin/toolbar-bg.gif");
- background-repeat : repeat-y;
- background-position : right;
-*/
- }
-
-toolbargrippy
- {
- -moz-border-radius : 8px 0px 0px 8px;
- background-color : #FF9F00;
-/* background-image : url("chrome://global/skin/taskbar-tab.gif"); */
- background-repeat : no-repeat;
- border : none;
- border-right : 3px solid black;
- width : 15px;
- min-height : 16px;
- }
-
-toolbar[collapsed="true"]
- {
- min-height : 0px;
- }
-
-/* toolbox > box > box > toolbargrippy */
-
-toolbox > .collapsed-tray-holder > .collapsed-tray > toolbargrippy
- {
- width : 30px;
- -moz-border-radius : 5px 0px 0px 5px;
- margin-bottom : 3px;
- min-height : 10px;
- max-height : 10px;
- }
-
-/* Does NOT work!!! (see above lines) */
-
-menubar[collapsed="true"] > toolbargrippy,
-toolbar[collapsed="true"] > toolbargrippy
- {
- width : 30px;
- -moz-border-radius : 5px;
- min-height : 10px;
- }
-
-toolbargrippy:hover
- {
- background-color : #FFCF00 !important;
-/* background-image : url("chrome://global/skin/taskbar-tab-hover.gif") !important; */
- }
-
-
-.toolbar-primary
- {
- -moz-border-radius : 0px 10px 10px 0px;
- padding : 0px;
- min-height : 40px;
-/* border : none; */
- border-bottom : 3px solid #000000;
- }
-
-.toolbar-primary > .toolbar-holder
- {
- padding-right : 18px;
- background-color : #FF9F00;
- background-image : url("chrome://global/skin/navbar-endcap.gif");
- background-repeat : no-repeat;
- background-position : right;
-
-/* THE FOLLOWING LINES ARE NOT WORKING THOUGH THEY SHOULD! BUG??? #??? */
-/* -moz-border-radius : 0px 10px 10px 0px;
- background-image : url("chrome://global/skin/navbar-bg.gif");
- background-repeat : repeat-y;
- background-position : right;
-*/
- }
-
-.toolbar-primary > toolbargrippy
- {
- background-color : #9C9CFF;
-/* background-image : url("chrome://global/skin/taskbar-tab.gif");
- background-repeat : no-repeat; */
- }
-
-.toolbar-standard
- {
- -moz-border-radius : 8px;
- color : #000000;
- background-color : #8050B0;
- padding : 0px;
- margin : 0px;
- border : none;
- min-height : 40px;
- }
-
-toolbarseparator {
- background-color : #000000;
- margin-left : 1px;
- margin-right : 1px;
- margin-top : 4px;
- margin-bottom : 4px;
- width : 1px;
-}
-
+++ /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
-/*
- * 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.
- *
- * 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):
- * Don Bragg (dbragg@netscape.com) 12/08/1999
- * Blake Ross (BlakeR1234@aol.com) 6/12/2000
- */
-
-@import url(chrome://global/skin);
-
-
-div.label {
- margin : 3px;
-}
-
-div#tree-housing {
- height : 3em;
-}
-
-box#mainBox{
- margin : 5px;
-}
-
-box#okcancelBox{
- margin-left : 22em;
- margin-top : 3px;
- margin-bottom : 3px;
-}
-
-
-box#treeBox{
- height : 18ex;
- margin : 0em;
-}
-
-box#statusMessages{
- width : 36em;
-}
-
-
-/*
-div#table-housing {
- height : 100%;
-}
-*/
-
-tree#modulesTree {
- background-color : transparent ! important;
- height : 16ex;
- width : 32em;
-/* margin-left : 5px;
- margin-right : 3px; */
- border : 1px solid #FFCF00;
- -moz-border-radius : 5px;
-}
-
-treecell#moduleName {
- width : 50%
-}
-
-treecell#moduleSource {
- width : 50%;
-}
-tree > treechildren {
-/* background-color : window ! important; */
-}
-
-tree#modulesTree > treehead > treerow > treecell {
- padding-left : 1px;
- padding-right : 1px;
- border-left : none;
- border-top : none;
- border-right : none;
- background-color : transparent ! important;
- color : windowtext;
-}
-
-spring#verticalSmallSpacer {
- height : 1ex;
-}
-
-spring#verticalLargeSpacer {
- height : 6ex;
-}
-
-spring#verticalMediumSpacer {
- height : 3ex;
-}
-
-spring#horizontalSmallSpacer {
- width : 1em;
-}
-
-spring#horizontalLargeSpacer {
- width : 10em;
-}
-
-.headline {
- font-size : 2em;
- margin : 4px;
- font-weight : bold;
-}
+++ /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 #CCCCDD;
- /* 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 #CCCCDD;
- /* 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 #CCCCDD;
- 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 #CCCCDD;
- /* 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 #CCCCDD;
-}
-
-/* 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
-/*
- * 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;
-}
-
-#FormatToolbar > .toolbar-holder {
- background-image: url(chrome://editor/skin/images/format-toolbar-endcap.gif);
-}
-
-.separator_small {
- width: 1em;
-}
-
-.margin-left-right {
- margin-left: 3px;
- margin-right: 3px;
-}
-
-/* From button.css: */
-/* margin: 4px 7px 1px 1px; */
-/* We have too many buttons - must be closer! */
-
-.toolbar, .key-toolbar {
- margin-right: 2px;
-}
-
-.inset-border {
- border: 1px inset FF9F00;
-}
-
-/* THIS DOESN'T WORK ON <text>! */
-.center {
- text-align: center;
-}
-
-/* end of SHOULD GO IN GLOBAL */
-
-#EditModeToolbar {
- padding: 0px;
- /* Same as "standard" toolbar background */
- border-top: 1px solid #9C9CFF;
- min-width: 1px;
- overflow: hidden;
-}
-
-/* BORDERS ARE NOT WORKING! global class="plain" is fighting us! */
-/* !important in for now as a workaround to above problem! */
-tab.edit-mode:hover, button.edit-mode:hover:active,
-tab.edit-mode {
- -moz-border-radius: 0px 0px 7px 7px ;
- padding: 0px 4px 1px 4px;
- margin: 0px;
- border-top: 0px solid black !important; /* Must be same as background */
- border-bottom: 1px solid #9C9CFF !important;
- border-left: 1px solid #9C9CFF !important;
- border-right: 1px solid #9C9CFF !important;
-}
-
-tab.edit-mode > .button-internal-box,
-tab.edit-mode:hover > .button-internal-box,
-tab.edit-mode:hover:active > .button-internal-box {
- border: none;
-}
-
-tab.edit-mode:hover {
-/* border: 1px solid #3366FF !important; */
-}
-
-tab.edit-mode:hover:active {
- padding: 1px 5px 0px 3px;
-/* border: 1px solid #99CCFF !important; */
-}
-
-/* selected="1" is from old times when edit-mode was a <button> - still left in xul */
-
-tab.edit-mode[selected="1"],
-tab.edit-mode[selected="true"] {
- padding: 0px 4px 1px 4px;
- margin: -1px 0px 0px 0px;
-/* Not resizing well! - use color instead
- font-weight: bold;
-*/
- background-color: #008484;
- color: #000000;
-}
-
-tab.edit-mode[selected="1"]:active,
-tab.edit-mode[selected="1"]:hover:active,
-tab.edit-mode[selected="true"]:active,
-tab.edit-mode[selected="true"]: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);
-}
-
-#ToggleEditModeType {
- list-style-image:url(chrome://editor/skin/images/editmode-toggle.gif);
- border: 1px outset #CCCCDD;
-}
-
-#ToggleEditModeType:hover {
- border: 1px solid #99CCFF;
-}
-
-#ToggleEditModeType:hover:active {
- border: 1px inset #99CCFF;
-}
-
-/* Image URLs for all Editor toolbar buttons */
-
-#boldButton {
- list-style-image:url(chrome://editor/skin/images/bold.gif);
-}
-
-#boldButton:hover {
- list-style-image:url(chrome://editor/skin/images/bold-hover.gif);
-}
-
-#italicButton {
- list-style-image:url(chrome://editor/skin/images/italic.gif);
-}
-
-#italicButton:hover {
- list-style-image:url(chrome://editor/skin/images/italic-hover.gif);
-}
-
-#underlineButton {
- list-style-image:url(chrome://editor/skin/images/underline.gif);
-}
-
-#underlineButton:hover {
- list-style-image:url(chrome://editor/skin/images/underline-hover.gif);
-}
-
-#newButton {
- list-style-image:url("chrome://editor/skin/images/newfile.gif");
-}
-
-#newButton:hover {
- list-style-image:url("chrome://editor/skin/images/newfile-hover.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:hover {
- list-style-image:url("chrome://editor/skin/images/openfile-hover.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:hover {
- list-style-image:url("chrome://editor/skin/images/savefile-hover.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);
-}
-
-#saveButton[dirty="true"]:hover {
- list-style-image:url(chrome://editor/skin/images/savemod-hover.gif);
-}
-
-#publishButton {
- list-style-image:url("chrome://editor/skin/images/publish.gif");
-}
-
-#previewButton {
- list-style-image:url("chrome://editor/skin/images/preview.gif");
-}
-
-#previewButton:hover {
- list-style-image:url("chrome://editor/skin/images/preview-hover.gif");
-}
-
-#previewButton[disabled="true"] {
- list-style-image:url("chrome://editor/skin/images/preview_dis.gif");
-}
-
-#printButton
- {
- list-style-image : url("chrome://global/skin/print.gif");
- }
-
-#printButton:hover,
-#printButton:hover:active,
-#printButton[buttonover="true"],
-#printButton[open="true"]
- {
- list-style-image : url("chrome://global/skin/print-hover.gif");
- }
-
-#printButton[disabled="true"],
-#printButton[disabled="true"]:hover,
-#printButton[disabled="true"]:hover:active,
-#printButton[disabled="true"][buttonover="true"]
- {
- list-style-image : url("chrome://global/skin/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:hover {
- list-style-image:url("chrome://editor/skin/images/link-hover.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:hover {
- list-style-image:url("chrome://editor/skin/images/image-hover.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:hover {
- list-style-image:url("chrome://editor/skin/images/anchor-hover.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:hover {
- list-style-image:url("chrome://editor/skin/images/hline-hover.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:hover {
- list-style-image:url("chrome://editor/skin/images/table-hover.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");
-}
-
-#DecreaseFontSizeButton {
- list-style-image:url("chrome://editor/skin/images/dec-font-size.gif");
-}
-
-#DecreaseFontSizeButton:hover {
- list-style-image:url("chrome://editor/skin/images/dec-font-size-hover.gif");
-}
-
-#IncreaseFontSizeButton {
- list-style-image:url("chrome://editor/skin/images/inc-font-size.gif");
-}
-
-#IncreaseFontSizeButton:hover {
- list-style-image:url("chrome://editor/skin/images/inc-font-size-hover.gif");
-}
-
-#ulButton {
- list-style-image:url("chrome://editor/skin/images/bullets.gif");
-}
-
-#ulButton:hover {
- list-style-image:url("chrome://editor/skin/images/bullets-hover.gif");
-}
-
-#olButton {
- list-style-image:url("chrome://editor/skin/images/numbers.gif");
-}
-
-#olButton:hover {
- list-style-image:url("chrome://editor/skin/images/numbers-hover.gif");
-}
-
-#outdentButton {
- list-style-image:url("chrome://editor/skin/images/outdent.gif");
-}
-
-#outdentButton:hover {
- list-style-image:url("chrome://editor/skin/images/outdent-hover.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");
-}
-
-#indentButton:hover {
- list-style-image:url("chrome://editor/skin/images/indent-hover.gif");
-}
-
-#FormatToolbar > button,
-#FormatToolbar > button:hover,
-#FormatToolbar > button:active,
-#FormatToolbar > button[disabled="true"] {
- min-width: 23px;
- min-height: 23px;
-}
-
-#FormatToolbar > button > .button-internal-box {
- margin: 0px;
- padding: 1px;
- -moz-box-pack: center;
-}
-
-#FormatToolbar > button:active > .button-internal-box {
- padding: 2px 0px 0px 2px;
-}
-
-#FormatToolbar > button > .button-internal-box > .button-text-container
- {
- display : none;
- }
-
-#ParagraphSelect {
- margin-top: 2px;
-}
-
-#AlignPopupButton {
- list-style-image:url("chrome://editor/skin/images/align.gif");
-}
-
-#AlignPopupButton:hover {
- list-style-image:url("chrome://editor/skin/images/align-hover.gif");
-}
-
-#AlignPopupButton > .button-internal-box {
- border:1px solid transparent;
-}
-#AlignPopupButton:hover > .button-internal-box {
- border:1px outset #CCCCDD;
-}
-#AlignPopupButton:active > .button-internal-box,
-#AlignPopupButton[open="true"] > .button-internal-box {
- border:1px inset #CCCCDD;
-}
-
-#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:hover,
-#align-left-button:hover
- {
- list-style-image : url("chrome://editor/skin/images/left-hover.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:hover,
-#align-center-button:hover
- {
- list-style-image : url("chrome://editor/skin/images/center-hover.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:hover,
-#align-right-button:hover
- {
- list-style-image : url("chrome://editor/skin/images/right-hover.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:hover,
-#align-justify-button:hover
- {
- list-style-image : url("chrome://editor/skin/images/justify-hover.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 #FF9F00;
- padding: 0px;
- width: 15px;
- height: 15px;
- margin: 1px;
-}
-
-.color-button:hover {
- border: 1px solid #FFCF00;
-}
-
-#ColorButtons {
- margin-right: 5px;
-}
-
-#TextColorButton {
- margin: 1px 7px 7px 1px;
- /* TEMP: Set color here. TODO: Set color from page */
- background-color: #AA0000;
-}
-
-#BackgroundColorButton {
- margin: 7px 1px 1px 7px;
- /* TEMP: Set color here. TODO: Set color from page */
- background-color: #FFFF00;
-}
-
-
-
-
+++ /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
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
-
-/* ::::: autocomplete ::::: */
-
-textbox[type="autocomplete"]
- {
- cursor : default !important;
- -moz-border-radius : 5px;
- }
-
-.textbox-input
- {
- cursor : text;
- }
-
-.autocomplete-internal-box
- {
- padding : 0px !important;
- -moz-border-radius : 5px;
- }
-
-.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 : 15px;
- border : none;
- background-color : black;
- list-style-image : url("chrome://global/skin/scroll-down.gif");
- padding : 0px;
-/* margin : 0px; */
- margin : 0px 0px 0px 0px;
- -moz-border-radius : 0px 5px 5px 0px;
- }
-
-.autocomplete-history-button > .autocomplete-history-button-internal-box
- {
- -moz-border-radius : 0px 5px 5px 0px;
-/* border : 1px solid #9C9CFF; */
- border : none;
- border-left : 1px solid #9C9CFF;
- padding : 1px;
- }
-
-.autocomplete-history-button:hover,
-.autocomplete-history-button[buttonover="true"]
- {
- background-color : #FFCF00;
- list-style-image : url("chrome://global/skin/scroll-down-hover.gif");
- }
-
-.autocomplete-history-button:hover:active,
-.autocomplete-history-button[open="true"]
- {
- background-color : #FF9F00;
- list-style-image : url("chrome://global/skin/scroll-down-hover.gif");
- }
-
-.autocomplete-history-button[open="true"] > .autocomplete-history-button-internal-box
- {
- padding : 2px 0px 0px 2px;
- }
-
-/* ::::: autocomplete popups ::::: */
-
-.autocomplete-result-popup,
-.autocomplete-history-popup
- {
- border : 1px solid FF9F00 !important;
- background-color : black !important;
- }
-
-.autocomplete-history-popup
- {
- max-height : 180px;
- }
-
-/* ::::: outliner ::::: */
-
-.autocomplete-outliner
- {
- background-color : transparent !important;
- border : none !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
- {
- -moz-border-radius : 3px;
- border : none;
- margin : 1px 5px 2px 5px;
- background-color : #000000;
- color : #FFCF00;
- }
-
- button:hover,
- button:hover:active
- {
- border : none;
- background-color : #FFCF00;
- color : #000000;
- }
-
- button[disabled="true"],
- button[disabled="true"]:hover,
- button[disabled="true"]:hover:active
- {
- border : none;
- background-color : #000000;
- color : #8050B0;
- }
-
-/* internal frame */
- button > .button-internal-box
- {
- -moz-border-radius : 3px;
- -moz-box-align : center;
- -moz-box-pack : center;
- border : none;
- padding : 1px;
- }
-
- button:hover:active > .button-internal-box
- {
- border : none;
- 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 : none;
- 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]
- {
- list-style-image : url("chrome://global/skin/return.gif");
- }
-
- button[default]:hover
- {
- list-style-image : url("chrome://global/skin/return-hover.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 : none;
- }
-
- .button-borderless:hover
- {
- border : none;
- }
-
- .button-borderless > .button-internal-box
- {
- border : none;
- }
-
- .button-borderless:hover > .button-internal-box
- {
- border : none;
- }
-
- .button-borderless:hover:active > .button-internal-box
- {
- border : none;
- }
-
-/** 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
- {
- -moz-border-radius: 2px;
- border: 1px solid #FF9F00;
- background-color: #000000;
- margin-top: 2px;
- margin-right: 4px;
- padding: 1px;
- }
-
- checkbox:hover > .internal-box > .checkmark-box
- {
- border: 1px solid #FFCF00;
- }
-
- checkbox[disabled="true"] > .internal-box > .checkmark-box,
- checkbox[disabled="true"]:hover > .internal-box > .checkmark-box
- {
- border: 1px inset #8050B0;
- }
-
-/* 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;
- color: #FF9F00;
- }
-
- checkbox[disabled="true"][label] > .internal-box > html
- {
- color: #8050B0;
- }
-
- 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:hbox autostretch="never" align="center">
- <xul:image class="toolbargrippy-twisty"/>
- </xul:hbox>
- <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="orient,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;
- -moz-border-radius : 3px;
- border : 1px solid #9C9CFF;
-}
-
-.colorpickertile[hover="true"] {
- border : 1px solid #FFCF00;
-}
-
-.colorpickertile[selected="true"] {
- border : 1px solid #008484;
-}
-
-/* colorpicker button */
-
-colorpicker[type="button"] {
- width: 35px;
- height: 20px;
- -moz-border-radius: 3px;
- border: 1px solid #9C9CFF;
-}
-
-.colorpicker-button-internal-box {
- padding: 3px;
-}
-
-.colorpicker-button-colorbox {
- border: 1px solid #FF9F00;
-}
-
-colorpicker[type="button"]:focus {
-}
-
-colorpicker[type="button"]:focus > .colorpicker-button-internal-box {
-}
-
-colorpicker[type="button"][open="true"] {
- border: 1px solid #FFCF00;
-}
-
-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 solid #FFCF00;
- 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 : 0px 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 : #FF9F00 ! 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 : #000000;
- color : #FF9F00;
- }
-
-.color-window
- {
- background-color : #000000;
- color : #FF9F00;
- }
-
-/* inset areas */
-.inset
- {
-/* border : 1px inset #FF9F00;
- margin : 0px 5px 5px 5px; */
- }
-
-/* formatting */
-.groove-top
- {
- border-top : 2px groove #FF9F00;
- }
-
-.groove-right
- {
- border-right : 2px groove #FF9F00;
- }
-
-.groove-left
- {
- border-left : 2px groove #FF9F00;
- }
-
-.groove-bottom
- {
- border-bottom : 2px groove #FF9F00;
- }
-
-.outset
- {
-/* border : 1px outset #FF9F00; */
- }
-
-/** 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 #FF9F00;
- height: 0px;
- margin-top: 0.4em;
- margin-bottom: 0.4em;
- }
-
- separator.groove[orient="vertical"]
- {
- border-left: 2px groove #FF9F00;
- margin-left: 0.4em;
- margin-right: 0.4em;
- }
-
-/* groove separators (0 padding, for dividing effects) */
- separator.groove-thin
- {
- border-top: 2px groove #FF9F00;
- height: 0px;
- }
-
- separator[orient="vertical"].groove-thin
- {
- border-left: 2px groove #FF9F00;
- }
-
-/** text formatting rules **/
-/* label (with margins) */
- text.label
- {
- margin : 1px 5px 2px 5px;
- }
-
- text[disabled="true"]
- {
- color : #8050B0;
- }
-
- 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 : #FFCF00;
- 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
- **/
-
-/* LCARStrek does currently not need many bindings here, if we once do, see sample in Classic */
-
- statusbar
- {
- -moz-binding : url("chrome://global/skin/globalBindings.xml#statusbar");
- }
-
-
-
-/**
- * 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 : #000000;
-/* font : 3mm "Final Frontier",tahoma,arial,helvetica,sans-serif; */
- font : 3mm helvetica,arial,tahoma,sans-serif;
- color : #FF9F00;
- padding : 3px;
- -moz-user-focus : ignore;
- }
-
- window[wait-cursor]
- {
- cursor : wait !important;
- }
-
- window.dialog
- {
- background-color : #000000;
- 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");
- }
-
-/**
- * statusbar
- */
- statusbar
- {
- margin-top : 3px;
- -moz-user-focus : ignore;
- overflow : hidden
- }
-
- .statusbar-center
- {
- background-color : #8050B0;
- padding-left : 2px;
- color : black;
- -moz-box-align : center;
- }
-
- .statusbar-left
- {
- -moz-border-radius : 9px 0px 0px 9px;
- background-color : #6000CF;
- width : 13px;
- margin-right : 3px;
- }
-
- .statusbar-right
- {
- -moz-border-radius : 0px 9px 9px 0px;
- background-color : #6000CF;
- width : 13px;
- margin-left : 3px;
- }
-
- statusbarpanel, .statusbar-panel
- {
- padding : 0px 1px 0px 1px;
- -moz-box-align : center;
- }
-
- .statusbarpanel-icononly
- {
- padding : 0px;
- }
-
- .statusbar-panel-icon
- {
- margin : 0px 2px 0px 0px;
- list-style-image : inherit;
- }
-
-/**
- * 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"?>
-
-<bindings id="globalBindings"
- 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="statusbar" extends="xul:statusbar">
- <content>
- <xul:box class="statusbar-left"/>
- <xul:hbox class="statusbar-center" autostretch="never" flex="1">
- <children/>
- </xul:hbox>
- <xul:box class="statusbar-right"/>
- </content>
- </binding>
-
-</bindings>
-
-
-
+++ /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
- {
- background-color : #000000;
- color : #FF9F00;
- -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 : #8050B0;
- }
-
-menupopup > menu,
-menupopup > menuitem,
-popup > menu,
-popup > menuitem
- {
- -moz-border-radius : 0px;
- max-width : 42em; /* should move to content */
- margin : 0px;
- }
-
-menuseparator
- {
- border : 1px solid #9C9CFF;
- margin : 2px 2px 2px 2px;
- }
-
-menubar > menu
- {
- -moz-border-radius : 0px;
- border : 1px solid transparent;
- padding : 2px 0px 2px 3px;
- margin : 0px 2px 0px 2px;
- }
-
-menubar > menu[menuactive="true"]
- {
- background-color : #FFCF00;
- color : #000000;
- border : 1px solid transparent;
- }
-
-menubar > menu[menuactive="true"][open="true"]
- {
- background-color : #FF9F00;
- color : #000000;
- border : 1px solid transparent;
- }
-
-menupopup > menu[menuactive="true"],
-menupopup > menuitem[menuactive="true"],
-popup > menu[menuactive="true"],
-popup > menuitem[menuactive="true"]
- {
- background-color : #FFCF00;
- color : #000000;
- }
-
-
-/**
- * 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-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"],
-.menu-right[menuactive="true"][open="true"]
- {
- list-style-image : url("chrome://global/skin/menu-arrow-hover.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");
- }
-
-/* ::::: 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 : 0px 1px 0px 1px;
- -moz-border-radius : 3px;
- background-color : #000000;
- color : #E7ADE7;
- border : none;
- }
-
- menubutton[disabled="true"]
- {
- color : #8050B0;
- }
-
- 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 : 3px;
- }
-
- menubutton > .menubutton-internal-box > .menubutton-dual-button > .button-internal-box
- {
- border : 1px solid #9C9CFF;
- margin : 0px
- }
-
- 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 solid #FF9F00;
- }
-
- menubutton[open="true"] > .menubutton-internal-box > .menubutton-dual-button > .button-internal-box
- {
- border : 1px solid #FFCF00;
- }
-
- menubutton[disabled="true"] > .menubutton-internal-box > .menubutton-dual-button > .button-internal-box,
- menubutton[disabled="true"] > .menubutton-internal-box > .menubutton-dual-button:hover:active > .button-internal-box,
- menubutton[disabled="true"]:hover:active > .menubutton-internal-box > .menubutton-dual-button > .button-internal-box
- {
- border : 1px solid #8050B0;
- }
-
-/* inner dropmarker */
- menubutton > .menubutton-internal-box > .menubutton-dual-dropmarker-box
- {
- -moz-border-radius : 3px;
- border : 1px solid #9C9CFF;
- padding : 0px 2px 0px 2px;
- }
-
- menubutton[disabled="true"] > .menubutton-internal-box > .menubutton-dual-dropmarker-box,
- menubutton[disabled="true"]:hover:active > .menubutton-internal-box > .menubutton-dual-dropmarker-box
- {
- border : 1px solid #8050B0;
- }
-
- menubutton:hover:active > .menubutton-internal-box > .menubutton-dual-dropmarker-box
- {
- border : 1px solid #FF9F00;
- }
-
- menubutton[open="true"] > .menubutton-internal-box > .menubutton-dual-dropmarker-box
- {
- border : 1px solid #FFCF00;
- 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[disabled="true"]:hover:active > .menubutton-internal-box > .menubutton-dual-dropmarker-box > .menubutton-dropmarker,
- menubutton[disabled="true"]:hover > .menubutton-internal-box > .menubutton-dual-dropmarker-box > .menubutton-dropmarker,
- .menubutton-dual-dropmarker-box > .menubutton-dropmarker[disabled="true"],
- .menubutton-dual[disabled="true"][buttonover="true"] > .menubutton-dual-dropmarker-box > .menubutton-dropmarker,
- .menubutton-dual[disabled="true"]:hover > .menubutton-dual-dropmarker-box > .menubutton-dropmarker
- {
- list-style-image : url("chrome://global/skin/scroll-down-disabled.gif");
- }
-
- menubutton:hover > .menubutton-internal-box > .menubutton-dual-dropmarker-box > .menubutton-dropmarker,
- menubutton:hover:active > .menubutton-internal-box > .menubutton-dual-dropmarker-box > .menubutton-dropmarker,
- menubutton[open="true"] > .menubutton-internal-box > .menubutton-dual-dropmarker-box > .menubutton-dropmarker,
- .menubutton-dual[buttonover="true"] > .menubutton-dual-dropmarker-box > .menubutton-dropmarker,
- .menubutton-dual[open="true"] > .menubutton-dual-dropmarker-box > .menubutton-dropmarker,
- .menubutton-dual:hover > .menubutton-dual-dropmarker-box > .menubutton-dropmarker
- {
- list-style-image : url("chrome://global/skin/scroll-down-hover.gif");
- }
-
-/** Icon only menubutton.menubutton-duals
- * class="menubutton.menubutton-dual-icon"
- **/
- .menubutton.menubutton-dual-icon
- {
- border : none;
- background-color : #000000;
- }
-
- .menubutton.menubutton-dual-icon > .menubutton.menubutton-dual-icon-internal-box
- {
- border : none;
- padding : 1px;
- }
-
- .menubutton.menubutton-dual-icon:hover > .menubutton.menubutton-dual-icon-internal-box
- {
- background-color : #FFCF00;
- border : none;
- 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
- {
- background-color : #FF9F00;
- border : none;
- padding : 2px 0px 0px 2px;
- }
-
- .menubutton.menubutton-dual-icon[disabled="true"] > .menubutton.menubutton-dual-icon-internal-box,
- .menubutton.menubutton-dual-icon[disabled="true"]:hover:active > .menubutton.menubutton-dual-icon-internal-box,
- .menubutton.menubutton-dual-icon[disabled="true"][open="true"] > .menubutton.menubutton-dual-icon-internal-box
- {
- background-color : #FFCF00;
- border : none;
- padding : 2px 0px 0px 2px;
- }
-
-/** Icon only menubuttons
- * class="menubutton.menubutton-icon"
- **/
- .menubutton-icon
- {
- border : none;
- background-color : #000000;
- }
-
- .menubutton-icon > .menubutton-icon-internal-box
- {
- padding : 1px;
- }
-
- .menubutton-icon:hover > .menubutton-icon-internal-box
- {
- background-color : #FFCF00;
- padding : 1px;
- }
-
- .menubutton-icon:hover:active > .menubutton-icon-internal-box,
- .menubutton-icon[open="true"] > .menubutton-icon-internal-box
- {
- background-color : #FF9F00;
- padding : 2px 0px 0px 2px;
- }
-
- .menubutton-icon[disabled="true"] > .menubutton-icon-internal-box,
- .menubutton-icon[disabled="true"]:hover:active > .menubutton-icon-internal-box,
- .menubutton-icon[disabled="true"][open="true"] > .menubutton-icon-internal-box
- {
- background-color : #FFCF00;
- 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
- {
- -moz-border-radius : 3px;
- padding : 0px;
- border : none;
- background-color : #000000;
- color : #E7ADE7;
- margin : 1px 5px 2px 5px;
- }
-
- menulist[menuactive="true"],
- menulist:hover
- {
- background-color : #FFCF00;
- color : #000000;
- border : none;
- }
-
- menulist[open="true"]
- {
- background-color : #FF9F00;
- color : #000000;
- border : none;
- }
-
- menulist[disabled="true"]
- {
- border : none;
- color : #8050B0;
- }
-
-/* icon display frame */
- menulist > .menu-icon
- {
- -moz-border-radius : 3px 0px 0px 3px;
- border-left : 1px solid #9C9CFF;
- border-top : 1px solid #9C9CFF;
- border-bottom : 1px solid #9C9CFF;
- padding : 2px 0px 2px 0px;
- }
-
- menulist[open="true"] > .menu-icon
- {
- border-left : 1px solid #FFCF00;
- border-top : 1px solid #FFCF00;
- border-bottom : 1px solid #FFCF00;
- padding : 2px 0px 2px 0px;
- }
-
- menulist[disabled="true"] > .menu-icon
- {
- border-left : 1px solid #8050B0;
- border-top : 1px solid #8050B0;
- border-bottom : 1px solid #8050B0;
- }
-
-/* text display frame */
- menulist > .menu-text
- {
- padding : 2px 4px 2px 4px;
- border-top : 1px solid #9C9CFF;
- border-bottom : 1px solid #9C9CFF;
- border-right : 1px solid #9C9CFF;
- margin-right : 0px;
- }
-
- menulist[open="true"] > .menu-text
- {
- border-top : 1px solid #FFCF00;
- border-bottom : 1px solid #FFCF00;
- border-right : 1px solid #FFCF00;
- padding : 2px 4px 2px 4px;
- }
-
- menulist[disabled="true"] > .menu-text
- {
- border-top : 1px solid #8050B0;
- border-bottom : 1px solid #8050B0;
- border-right : 1px solid #8050B0;
- padding : 2px 4px 2px 4px;
- }
-
-/* drop marker display frame */
- menulist > .menu-dropmarker
- {
- -moz-border-radius : 0px 3px 3px 0px;
- border : 1px solid #9C9CFF;
- border-left : none;
- list-style-image : url("chrome://global/skin/scroll-down.gif");
- padding : 2px;
- }
-
- menulist:hover > .menu-dropmarker,
- menulist[open="true"] > .menu-dropmarker
- {
- list-style-image : url("chrome://global/skin/scroll-down-hover.gif");
- }
-
- menulist[disabled="true"] > .menu-dropmarker
- {
- border : 1px solid #8050B0;
- list-style-image : url("chrome://global/skin/scroll-down-disabled.gif");
- }
-
- menulist[open="true"] > .menu-dropmarker
- {
- border : 1px solid #FFCF00;
- 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 solid #9C9CFF;
- border-top : 1px solid #9C9CFF;
- border-right : none;
- border-bottom : 1px solid #9C9CFF;
- }
-
-/* text display frame */
- menulist[editable="true"] > .menu-text
- {
- border-left : none;
- border-top : 1px solid #9C9CFF;
- border-right : 1px solid #9C9CFF;
- border-bottom : 1px solid #9C9CFF;
- margin : 0px 2px 0px 0px;
- }
-
-/* drop marker display frame */
- menulist[editable="true"] > .menu-dropmarker
- {
- border : 1px solid #9C9CFF;
- }
-
- menulist[editable="true"][open="true"] > .menu-dropmarker
- {
- border : 1px solid #FFCF00;
- }
-
+++ /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 {
- -moz-border-radius: 5px;
- border: 1px solid #9C9CFF;
- background-color: black;
-/* border: none;
- border-spacing: 0px; */
- color: #FF9F00;
-}
-
-outliner splitter.tree-splitter {
- margin: 0px;
- border: none;
-}
-
-outlinerbody {
- -moz-border-radius: 5px;
- background-color: black;
- color: #FF9F00;
- -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: #008484;
- color: #FFCF00;
-}
-
-/*
-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: #FFCF00;
-}
-
-/*
-outlinerbody:-moz-outliner-line
-{
- border: 1px dotted grey;
-}
-
-outlinerbody:-moz-outliner-line(selected)
-{
- border: 1px dotted black;
-}
-*/
-
-outlinercol
-{
- border: 1px solid #FFCF00;
- padding: 0px;
- background-color: #9C9CFF;
- color: black;
-}
-
-.outlinercol-box,
-.outlinercol-image-box {
-/* border: 1px solid #9C9CFF; */
-}
-
-.outlinercol-box {
- padding: 0px 4px 0px 4px;
-}
-
-.outlinercol-image-box {
- padding: 0px 1px 0px 1px;
-}
-
-outlinercol:hover:active
-{
- border: 1px solid #FFCF00 !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;
- padding-top: 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 : black;
- color : #FF9F00;
- border : 1px solid #FF9F00;
- }
-
-.popup-internal-box
- {
- padding : 1px;
- }
-
-/** Tooltips (tooltip <popup> is deprecated, use <tooltip> element)
- * class="tooltip"
- **/
-.tooltip, tooltip
- {
- -moz-border-radius : 3px;
- background-color : #9C9CFF;
- border : 1px solid #FFCF00;
- 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 #FF9F00;
- min-width : 0px;
- background-color : black;
- }
-
-
-
+++ /dev/null
-/**
- * XUL <progressmeter>
- **/
- progressmeter[mode="undetermined"] > .progressmeter-internal-box
- {
- background-image : url(chrome://global/skin/progressmeter-busy.gif);
- background-color : #008484;
- }
-
- progressmeter[mode="undetermined"] > .progressmeter-internal-box > .progressmeter-stack > .progressmeter-progressbar
- {
- visibility : collapse;
- }
-
- progressmeter
- {
- min-width : 100px;
- margin : 0px 4px 0px 4px;
- border : 1px solid #FF9F00;
- background-color : black;
- }
-
- .progressmeter-statusbar
- {
-/* border : 1px solid #FF9F00; */
- margin : 0px 4px 0px 4px;
- padding : 1px;
- }
-
- .progress-text
- {
- visibility : collapse;
- }
-
- .progressmeter-internal-box
- {
-/* border : none;
- padding : 1px; */
- }
-
- .progressmeter-inset
- {
- margin : 1px 5px 2px 5px;
- }
-
- .progressmeter-inset > .progressmeter-internal-box
- {
- border : 1px solid #9C9CFF;
- }
-
-/* progress indicators */
- .progress-bar
- {
- background-color : #008484;
- }
-
-/*
- .progress-remainder
- {
- background-color : black;
- }
-*/
-
- .progressmeter-progressbar[statusbar="true"] > .progress-bar
- {
- background-color : #008484;
- border-right : none;
- }
-
-/*
- .progressmeter-progressbar[statusbar="true"] > .progress-remainder
- {
- background-color : black;
- }
-*/
-
-
-
-
-
-
-
-
-
+++ /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: 1px solid #FF9F00;
- width: 10px;
- height: 10px;
- 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:hover > .internal-box > .checkmark-box > image
- {
- border: 1px solid #FFCF00;
- }
-
- radio[checked="true"][disabled="true"] > .internal-box > .checkmark-box > image,
- radio[disabled="true"]:hover > .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 #CCCCDD;
- }
-
- radio[disabled="true"] > .internal-box > .checkmark-box > image,
- radio[disabled="true"]:active > .internal-box > .checkmark-box > image
- {
- border: 1px solid #8050B0;
- }
-
-/* text/icon frames */
- radio[label] > .internal-box > html,
- radio.iconic > .internal-box > .icon
- {
- color: #FF9F00;
- margin: 0px 0px 0px 4px;
- padding: 1px;
- }
-
- radio.iconic > .internal-box > html
- {
- margin-left: 4px;
- }
-
- radio[disabled="true"][label] > .internal-box > html
- {
- color: #8050B0;
- }
-
- radio:focus > .internal-box > html
- {
- border : 1px dotted #FFCF00;
- 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");
- background-color: black;
-}
-
-/********* XP Scrollbar *********/
-
-thumb {
- -moz-binding: url(chrome://global/skin/scrollbarBindings.xml#thumbh);
- background-color: #9C9CFF;
- padding: 1px;
- 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,
-thumb:hover:active {
- background-color: #008484;
-}
-
-thumb:hover {
- background-color: #FFCF00;
-}
-
-scrollbarbutton {
- -moz-binding: url(chrome://global/skin/scrollbarBindings.xml#scrollbarbutton);
- vertical-align: bottom;
- cursor: default;
-
-/* border: 1px outset white; */
- 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-hover.gif");
- background-image: url("chrome://global/skin/scrollbtn-left.gif");
- margin: 0px;
- margin-right: 3px;
-}
-
-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-hover.gif");
- background-image: url("chrome://global/skin/scrollbtn-right.gif");
- margin: 0px;
- margin-left: 3px;
-}
-
-
-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-hover.gif");
- background-image: url("chrome://global/skin/scrollbtn-up.gif");
- margin: 0px;
- margin-bottom: 3px;
-}
-
-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-hover.gif");
- background-image: url("chrome://global/skin/scrollbtn-down.gif");
- margin: 0px;
- margin-top: 3px;
-}
-
-scrollbarbutton[type="increment"][disabled="true"][sborient="vertical"] {
- list-style-image: url("chrome://global/skin/scroll-down-disabled.gif");
-}
-
-slider {
- background-color: #000000;
-}
-
-
-
-
-
-
-
+++ /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 : #FFCF00;
- color : black;
- margin : 1px;
-/* border : 1px inset #CCD0DD; */
- padding : 2px 1px 1px 2px;
-}
-
-
-
+++ /dev/null
-/******* Splitters *******/
-
-splitter
- {
- cursor : e-resize;
- background-color : #9C9CFF;
- -moz-box-align : center;
- -moz-box-pack : center;
- padding : 0px;
- border : none;
- border-top : 3px solid black;
- border-bottom : 3px solid black;
- }
-
-splitter[state="dragging"]
- {
- background-color : #FFCF00;
- }
-
-splitter.tree-splitter
- {
- background-color : black;
- padding : 0px;
- margin : 0px;
- border : none;
- }
-
-grippy
- {
- margin : 0px;
- border : none;
- border-top : 3px solid black;
- border-bottom : 3px solid black;
- 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 : #FFCF00;
- }
-
-grippy:hover:active
- {
- border : none;
- }
-
-/* vertical splitters */
- window > splitter, box > splitter, hbox > splitter
- {
- width : 6px;
- border-left : 0px solid black;
- border-right : 0px solid black;
- }
-
-/* horizontal splitters */
- /* XXX we should comment out the 'align' support to force people to migrate
- to 'orient' */
- rows > splitter,
- window[orient="vertical"] > splitter,
- vbox > splitter,
- box[orient="vertical"] > splitter
- {
- cursor : n-resize;
- border-top : 0px solid black;
- border-bottom : 0px solid black;
- }
-
- 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 {
- -moz-border-radius: 3px 3px 0px 0px;
- border: 1px solid #9C9CFF;
- color: #FF9F00;
- padding: 3px 5px 3px 5px;
- -moz-user-focus: normal;
-}
-
-/* when a tab is selected this is how it should look */
-tab[selected="true"] {
- font-weight: bold;
- background-color: #008484;
-}
-
-tab:hover {
- background-color: #FFCF00;
- color: #000000;
- text-decoration: underline;
-}
-
-tab:hover:active {
- text-decoration: none;
-}
-
-tabs, tabs[orient="horizontal"] {
- padding: 0px 4px 0px 4px;
-}
-
-tabs[orient="vertical"] {
- padding: 4px 0px 4px 0px;
-}
-
- /* 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 solid #9C9CFF;
- padding: 0px;
-}
-
-tabpanels {
- -moz-border-radius: 5px;
- border: 1px solid #9C9CFF;
- padding: 5px;
-}
+++ /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-addr
- {
- list-style-image : url("chrome://global/skin/taskbar-addressbook.gif");
- }
-
-#mini-comp
- {
- list-style-image : url("chrome://global/skin/taskbar-composer.gif");
- }
-
-#taskbar
- {
- min-height : 1em;
- -moz-user-focus : ignore;
- }
-
-.taskbutton
- {
- margin-right : 1em !important;
- }
-
-.taskbarspacer
- {
- min-width : 0.3em;
- width : 1em;
- }
-
-/*
-#taskbar > toolbargrippy
- {
- display : none;
- }
-*/
+++ /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
- {
- -moz-border-radius : 3px;
- border : 1px solid #9C9CFF;
- font : inherit;
- color : #E7ADE7;
- padding : 0px;
- margin : 1px 3px 2px 4px;
- background-color : #000000;
- cursor : text;
- }
-
- textbox[readonly="true"]
- {
- border : 1px solid #8050B0;
- color : #8050B0;
- }
-
- textbox[focused="true"]
- {
- border : 2px solid #FFCF00;
- margin : 0px 2px 1px 3px;
- }
-
- textbox[focused="true"][readonly="true"]
- {
- border : 1px solid #8050B0;
- margin : 1px 3px 2px 4px;
- }
-
-/* internal frame */
- .textbox-internal-box, .textarea-internal-box
- {
- -moz-border-radius : 3px;
- border : none;
- margin : 0px;
- padding : 1px 2px 1px 2px;
- }
-
- textbox[disabled="true"] > .textbox-internal-box
- {
- 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;
- color : #8050B0;
- }
-
-/** plain atomic textfields, 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 #9C9CFF !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
- {
- -moz-border-radius : 5px;
- border : 2px groove #9C9CFF;
- padding : 7px !important;
- margin : 5px;
- }
-
-groupbox > label
- {
- margin : 0px 40px 2px 6px;
- padding : 0px 3px 0px 3px;
- background-color : black;
- }
-
-.groupbox-body
- {
- padding : inherit;
- }
-
-
+++ /dev/null
-
-toolbox
- {
- background-color : #000000;
- }
-
-toolbar
- {
- background-color : #FF9F00;
-/* border : 1px solid #9C9CFF; */
- }
-
-toolbargrippy
- {
- background-color : #000000;
- border : none;
- }
-
-toolbar[collapsed="true"] > toolbargrippy
- {
- width : 30px;
- }
-
-toolbarseparator
- {
- width : 2em;
- }
-
-menubar
- {
- border-bottom : 3px solid #000000;
- }
-
-menubar > .toolbar-holder
- {
- /* max-height is only important as long as we need to workaround bug 24998... */
- max-height : 17px;
- padding-right : 18px;
- background-color : #6000CF;
- background-image : url("chrome://global/skin/menubar-endcap.gif");
- background-repeat : no-repeat;
- background-position : right;
-
-/* THE FOLLOWING LINES ARE NOT WORKING THOUGH THEY SHOULD! BUG 24998 */
-/* -moz-border-radius : 0px 10px 10px 0px;
- background-image : url("chrome://global/skin/toolbar-bg.gif");
- background-repeat : repeat-y;
- background-position : right;
-*/
- }
-
-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: #000000;
- 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 {
- -moz-border-radius: 5px;
- border: 1px solid #9C9CFF;
- margin: 1px 3px 2px 3px;
-}
-
-treeitem[selected="true"] > treerow,
-treeitem[dd-dropon="true"] > treerow
- {
- background-color : #008484;
-/* color : #000000; */
- }
-
-
-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: #9C9CFF;
- color: black;
- -moz-box-align: center;
- padding: 0px;
- border: 1px solid #000000;
-}
-
-.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 solid #FFCF00;
-}
-
-.treecell-image
- {
- padding : 0px;
- }
-
-
-/** class="propertylist" ******************************************
- * class for cells in grid-formatted property lists.
- **/
-treecell.propertylist {
- padding-left: 5px;
- border-right: 1px solid #9C9CFF;
- border-bottom: 1px solid #9C9CFF;
-}
-
-.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");
- -moz-user-focus:ignore;
- padding-right: 2px;
-}
-
-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");
-/* margin-right: 3px; */
-}
-
-.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 : #008484;
- }
-
-.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>
- <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>
-
- <binding id="treecell-header-image">
- <content>
- <xul:hbox class="treecell-header-image-box" flex="1" autostretch="never" align="center">
- <xul:image class="tree-header-image" inherits="src"/>
- </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 9C9CFF;
- padding: 10px 0px 10px 0px;
- background-color: #E7ADE7;
- color: black;
-}
-
-.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
-\r
-div.pageTitle {\r
- font: bolder large;\r
-}\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.
-*/
-
-@import url(chrome://communicator/skin/);
-
-@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 */
-
-/* CardView styles - used in the Card View Pane*/
-
-#CardViewBox {
-/* overflow: auto;*/
- background-color: #000000;
- min-width: 150px;
- -moz-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 #6000CF;
- min-width: 120px;
- margin: 0px;
-}
-
-.cardViewGroup {
- margin-top: 8px;
- padding-bottom: 5px;
- min-width: 50px;
-}
-
-[class="CardViewHeading"] {
- padding: 1px;
- padding-left: 5px;
- margin: 0px 0px 1px 0px;
- background-color: #008484;
- color: #000000;
- font-weight: bold;
- min-width: 30px;
-}
-
-[class="CardViewText"] {
- padding-left: 20px;
- padding-right: 2px;
- min-width: 30px;
- margin: 0px;
-}
-
-html|a[class="CardViewText"] {
- padding-left: 20px;
- padding-right: 2px;
- min-width: 30px;
-}
-
-html|p {
- border: none !important;
-}
-
-[hide] {
- visibility: collapse;
-}
-
-
-/* CardEdit styles - used in the Card Edit Dialog */
-
-[class="CardEditWidth"] {
- width: 25em;
-}
-
-[class="CardEditLabel"] {
- padding: 0px;
- margin-top: 3px;
-}
-
-[class="alignBoxWithFieldset"] {
- margin-left: 6px;
- margin-right: 5px;
-}
-
-.stateZipSpacer { width: 3em; }
-
-
-/* Custom Trees */
-
-tree {
- border-left: 1px solid transparent;
-}
-
-#headRow > treecell {
- background-color: #9C9CFF;
- border-right: 1px solid black;
-}
-
-treeitem[selected="true"] > treerow {
-/* color: black;
- background-color: #CCCCDD; */
-}
-
-tree[class="abDirectory"] treeitem > treerow > treecell > .tree-cell-primary-icon {
- list-style-image: url("chrome://messenger/skin/addressbook/myaddrbk.gif");
-}
-
-tree[class="abResults"] treeitem > treerow > treecell.cardicon {
- list-style-image: url("chrome://messenger/skin/addressbook/person.gif");
- height: 14px;
- min-height: 14px;
-}
-
-treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {
- list-style-image: none !important;
- padding-left: 12px;
-}
-
-/* Address Book specific style */
-
-#results_box {
- border-left: 8px solid #CCCCDD;
-}
-
-/* Toolbar buttons */
-
-#button-newcard {
- list-style-image:url("chrome://messenger/skin/addressbook/newcard.gif");
-}
-
-#button-newcard:hover {
- list-style-image:url("chrome://messenger/skin/addressbook/newcard-hover.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:hover {
- list-style-image:url("chrome://messenger/skin/addressbook/newlist-hover.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:hover {
- list-style-image:url("chrome://messenger/skin/addressbook/edit-hover.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:hover {
- list-style-image:url("chrome://messenger/skin/addressbook/newmsgab-hover.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");
-}
-
-#button-delete:hover {
- list-style-image:url("chrome://messenger/skin/addressbook/trash-hover.gif");
-}
-
-#button-delete[disabled="true"] {
- list-style-image:url("chrome://messenger/skin/addressbook/trash_dis.gif");
-}
-
-/*
-#button-delete {
- list-style-image:url("chrome://messenger/skin/addressbook/trash.gif") !important;
-}
-
-#button-delete:hover {
- list-style-image:url("chrome://messenger/skin/addressbook/trash-hover.gif") !important;
-}
-
-#button-delete[disabled="true"] {
- list-style-image:url("chrome://messenger/skin/addressbook/trash_dis.gif") !important;
-}
-*/
-
-#searchlabel {
- padding: 0px;
- padding-left: 5px;
- padding-bottom:2px;
- white-space: nowrap;
- font-size: smaller;
- min-width: 20px;
-}
-
-#searchtext {
- min-width: 20px;
- padding: 0px;
-}
-
-+/* ==FOR abSelectAddressesDialog.xul =======*/
-
-#3PaneBox {
-}
-
-#dirTreeBox {
- width : 180px;
- height : 100%;
-/* background-color : window; */
- border : none;
-}
-
-/* -note- #dirTree#resultsTree is shared with addressbook.xul */
-
-#sidebar-box {
- border: none;
-}
-
-tree > treehead > treerow {
- 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;
-}
-
-#results-bucket-tree-box {
-}
-
-#resultsTreeBox {
-/* background-color: window; */
-}
-
-#vertical-splitter {
- min-width : 4px;
-}
-
-#addToBucketButtonBox { // Row of "To" "CC" and "Bcc" buttons
- padding : 0.3em;
- min-width : 10px;
- border-top: 1px solid ThreeDHighlight;
-}
-
-#bucketBox {
- height : 170px;
-}
-
-#addressBucket {
- height : 100px;
- min-width : 10px;
-}
-
-#rightColumnButtonBox { // Column with "New", "Edit" and "Remove" buttons
- padding : .5em;
- padding-right : 0px;
-}
-
-.3rd-column-spring { // Vertical Springs between 3rd column buttons
- height : 10px;
-}
-
-.middle-button-spring { // Springs between To, CC, and BCC buttons
- width : 10px;
-}
-
-#bucket-splitter {
- border: none;
- min-height: 4px;
-}
-
-#sidebar-panels-splitter {
- border-top : none;
-}
+++ /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
- * Pete Collins, Ben Goodger\r
- */\r
-\r
-@import url(chrome://communicator/skin/);\r
-\r
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */\r
-@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */\r
-\r
-treecell.importsampledata {\r
- padding-left: 10px;\r
- border-left: 3px solid #CCCCCC;\r
-}\r
-\r
-#fieldList-box {\r
- border: 1px inset white;\r
- width:32em;\r
- height:300px;\r
- margin: 1.5em 3em 1.5em 3em;\r
-}\r
+++ /dev/null
-/* -*- Mode: C++; tab-width: 2; 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
-/* basic mail folders */\r
-.tree-cell-folderpane-icon\r
-{\r
- list-style-image: url("chrome://messenger/skin/folder-closed.gif");\r
-}\r
-\r
-treeitem.folderTreeItem[open="true"] > treerow > .tree-cell-folderpane-icon\r
-{\r
- list-style-image: url("chrome://messenger/skin/folder-open.gif");\r
-}\r
-\r
-/* special folder */\r
-.tree-cell-folderpane-icon[SpecialFolder="Inbox"]\r
-{\r
- list-style-image: url("chrome://messenger/skin/folder-inbox.gif");\r
-}\r
-\r
-.tree-cell-folderpane-icon[SpecialFolder="Trash"]\r
-{\r
- list-style-image: url("chrome://messenger/skin/folder-trash.gif");\r
-}\r
-\r
-.tree-cell-folderpane-icon[BiffState="NewMail"][IsServer="true"]\r
-{\r
- list-style-image: url("chrome://messenger/skin/folder-new-closed.gif");\r
-}\r
-\r
-treeitem[open="true"] > treerow > .tree-cell-folderpane-icon[BiffState="NewMail"][IsServer="true"]\r
-{\r
- list-style-image: url("chrome://messenger/skin/folder-new-open.gif");\r
-}\r
-\r
-.tree-cell-folderpane-icon[IsServer="true"]\r
-{\r
- list-style-image: url("chrome://messenger/skin/server-mail.gif");\r
-}\r
-\r
-\r
-/* differentiate new messages on inbox/folders from biff on the server */\r
-.tree-cell-folderpane-icon[NewMessages="true"]\r
-{\r
- list-style-image: url("chrome://messenger/skin/folder-new-closed.gif");\r
- font-weight: bold;\r
-}\r
-\r
-.tree-cell-folderpane-icon[SpecialFolder="Inbox"][NewMessages="true"]\r
-{\r
- list-style-image: url("chrome://messenger/skin/folder-inbox-new.gif");\r
- font-weight: bold;\r
-}\r
-\r
-treeitem[open="true"] > treerow > .tree-cell-folderpane-icon[NewMessages="true"]\r
-{\r
- list-style-image: url("chrome://messenger/skin/folder-new-open.gif");\r
- font-weight: bold;\r
-}\r
-\r
-\r
-/* IMAP folders */\r
-\r
-.tree-cell-folderpane-icon[IsServer="true"][ServerType="imap"][IsSecure="true"]\r
-{\r
- list-style-image: url("chrome://messenger/skin/server-remote-lock.gif");\r
-}\r
-\r
-.tree-cell-folderpane-icon[IsServer="true"][ServerType="imap"]\r
-{\r
- list-style-image: url("chrome://messenger/skin/server-remote.gif");\r
-}\r
-\r
-/* Local servers */\r
-.tree-cell-folderpane-icon[IsServer="true"][ServerType="none"] \r
-{\r
- list-style-image: url("chrome://messenger/skin/server-local.gif");\r
-}\r
-\r
-\r
-/* News folders */\r
-.tree-cell-folderpane-icon[ServerType="nntp"]\r
-{\r
- list-style-image: url("chrome://messenger/skin/folder-newsgroup.gif");\r
-}\r
-\r
-.tree-cell-folderpane-icon[IsServer="true"][ServerType="nntp"][IsSecure="true"]\r
-{\r
- list-style-image: url("chrome://messenger/skin/server-news-lock.gif");\r
-}\r
-\r
-.tree-cell-folderpane-icon[IsServer="true"][ServerType="nntp"] \r
-{\r
- list-style-image: url("chrome://messenger/skin/server-news.gif");\r
-}\r
-\r
-\r
-/*All Servers*/\r
-.tree-folder-row[IsServer="true"]\r
-{\r
- font-weight: bold;\r
-}\r
-\r
-.tree-folder-row[HasUnreadMessages="true"]\r
-{\r
- font-weight: bold;\r
-}\r
-\r
-.tree-folder-row[NoSelect="true"]\r
-{\r
- color: gray;\r
- font-style: italic;\r
-}\r
-\r
-#folder-panel {\r
- min-width: 10px;\r
-}\r
-\r
-treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty { \r
- \r
- list-style-image: none !important; \r
- \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) 1998-1999 Netscape Communications Corporation. All\r
- * Rights Reserved.\r
- * \r
- * Contributor(s): \r
- * \r
- */\r
-\r
-@import url(chrome://communicator/skin/);\r
-\r
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */\r
-@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */\r
-\r
-#import-type-radio-box {\r
- padding-top: 1em;\r
-}\r
-\r
-#import-module-list-box {\r
- padding: 1em 3em 2em 3em;\r
-}\r
-\r
-#import-module-tree-box {\r
- height: 8em;\r
- width: 20em;\r
- border: 1px inset white;\r
- margin-top: .5em;\r
-}\r
-\r
-#description {\r
- margin: 1.5em 0px 0px 0px;\r
- padding: 0px 2px 0px 2px;\r
- height: 4em;\r
- width: 20em;\r
- background-color:white;\r
- border:1px inset white;\r
-}\r
-\r
-#progressStatus {\r
- margin: 1em 0px 0px 0px;\r
-}\r
-\r
-#progressMeter {\r
- margin: 1em 2em 2em 1em; \r
- width: 26em;\r
-}\r
-\r
+++ /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
-/*
- * 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;
-}
-
-
-
-.text-flowed tt {
- font-family: inherit;
-}
-
-.moz-text-flowed blockquote {
- margin: 0em 0em;
- border-color: black;
-}
-
-.moz-text-plain pre {
- font-family: inherit;
- white-space: 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 */;
-}
+++ /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.
- */
-
-@import url(chrome://communicator/skin/);
-@import url(chrome://communicator/skin/sidebar/sidebar.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 XUL elements */
-
-[hide] {
-Â display: none;
-}
-
-spring.spacer {
- width: 5px;
- height: 5px;
-}
-
-box.cleanborder {
- margin: 10px;
- padding: 10px;
- border: 2px groove white;
- width: 100%;
-}
-
-box.padded {
- margin: 10px;
- width: 100%;
-}
-
-iframe {
- min-width: 10px;
- min-height: 10px;
- width: 100px;
- height: 100px;
-}
-
-/**
- * boxes
- */
-#results_box {
- border-left: 8px solid #CCCCCC;
- min-width: 10px;
-}
-
-
-
-/**
- * toolbar button images
- */
-
-#button-getmsg {
- list-style-image:url("chrome://messenger/skin/getmsg.gif");
-}
-
-#button-getmsg:hover,
-#button-getmsg:hover:active,
-#button-getmsg[buttonover="true"],
-#button-getmsg[open="true"]
- {
- list-style-image:url("chrome://messenger/skin/getmsg-hover.gif");
- }
-
-#button-getmsg[disabled="true"],
-#button-getmsg[disabled="true"]:hover,
-#button-getmsg[disabled="true"]:hover:active,
-#button-getmsg[disabled="true"][buttonover="true"],
- {
- list-style-image:url("chrome://messenger/skin/getmsg_dis.gif");
- }
-
-#button-newmsg {
- list-style-image:url("chrome://messenger/skin/newmsg.gif");
-}
-
-#button-newmsg:hover {
- list-style-image:url("chrome://messenger/skin/newmsg-hover.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:hover {
- list-style-image:url("chrome://messenger/skin/reply-hover.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:hover {
- list-style-image:url("chrome://messenger/skin/replyall-hover.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:hover {
- list-style-image:url("chrome://messenger/skin/forward-hover.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");
- padding: 0px 2px 0px 2px;
-}
-
-#button-file:hover {
- list-style-image:url("chrome://messenger/skin/file-hover.gif");
- background-color: #FFCF00;
- color: #000000;
-}
-
-#button-file[open="true"] {
- list-style-image:url("chrome://messenger/skin/file-hover.gif");
- background-color: #FF9F00;
- color: #000000;
-}
-
-#button-file[disabled="true"],
-#button-file[disabled="true"]:hover,
-#button-file[disabled="true"][open="true"] {
- list-style-image:url("chrome://messenger/skin/file_dis.gif");
- background-color: #000000;
- color: #8050B0;
-}
-
-#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:hover {
- list-style-image:url("chrome://messenger/skin/next-hover.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:hover,
-#button-mark:hover:active,
-#button-mark[buttonover="true"],
-#button-mark[open="true"]
- {
- list-style-image:url("chrome://messenger/skin/mark-hover.gif");
- }
-
-#button-mark[disabled="true"],
-#button-mark[disabled="true"]:hover,
-#button-mark[disabled="true"]:hover:active,
-#button-mark[disabled="true"][buttonover="true"]
- {
- list-style-image:url("chrome://messenger/skin/mark_dis.gif");
- }
-
-
-#button-delete {
- list-style-image:url("chrome://messenger/skin/trash.gif");
-}
-
-#button-delete:hover {
- list-style-image:url("chrome://messenger/skin/trash-hover.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:hover,
-#button-print:hover:active,
-#button-print[buttonover="true"],
-#button-print[open="true"]
- {
- list-style-image : url("chrome://global/skin/print-hover.gif");
- }
-
-#button-print[disabled="true"],
-#button-print[disabled="true"]:hover,
-#button-print[disabled="true"]:hover:active,
-#button-print[disabled="true"][buttonover="true"]
- {
- list-style-image : url("chrome://global/skin/print_dis.gif");
- }
-
-#button-stop {
- list-style-image:url("chrome://global/skin/stop.gif");
-}
-
-#button-stop:hover {
- list-style-image:url("chrome://global/skin/stop-hover.gif");
-}
-
-#button-stop[disabled="true"] {
- list-style-image:url("chrome://global/skin/stop_dis.gif");
-}
-
-
-.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");
-}
-
-/* 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");
-}
-
-
-menu.push {
- border: 1px outset white;
- padding: 2px;
- margin: 2px;
- -moz-box-pack: center;
- background-color:inherit;
- background-image: inherit;
-}
-
-menu.push:hover {
- border: 1px outset white;
- color:#003366;
- text-decoration:underline;
- padding: 2px;
-}
-
-menu.push:hover:-moz-outline {
- border : 1px solid black;
- color:#003366;
- padding: 2px;
-}
-
-menu.push:active {
- text-decoration:none;
- border: 1px inset;
- padding-left: 3px;
- padding-right: 1px;
- padding-top: 3px;
- padding-bottom: 1px;
-}
-
-menu.push[toggled="1"] {
- border: 1px white inset;
- padding-left: 3px;
- padding-right: 1px;
- padding-top: 3px;
- padding-bottom: 1px;
-}
-
-menu.push[toggled="2"] {
- background-color: lightgray;
- border: 1px solid gray;
-}
-
-menu.push:active:-moz-outline {
- border : 1px solid black;
-}
-
-menu.push[disabled="true"] {
- background-color:inherit;
- background-image: inherit;
- border : 1px solid #999999;
- color: #999999;
- text-decoration: none;
-}
-
-menu.push[disabled="true"]:hover {
- background-color:inherit;
- background-image: inherit;
- border : 1px solid #999999;
- color: #999999;
- text-decoration: none;
-}
-
-menu.push[disabled="true"]:active {
- background-color:inherit;
- background-image: inherit;
- border : 1px solid #999999;
- color: #999999;
- text-decoration: none;
-}
-
-/**
- * this belongs in the mail filter window
- */
-
-.enabledcol
- {
- list-style-image: url("chrome://messenger/skin/readmail.gif");
- }
-
-.enabledcol[value="true"]
- {
- list-style-image: url("chrome://messenger/skin/unreadmail.gif");
- }
-
-.usesMailWidgets
- {
- -moz-binding : url(chrome://messenger/content/mailWidgets.xml#dummy);
- }
-
-searchattribute
- {
- -moz-binding: url(chrome://messenger/content/mailWidgets.xml#searchattribute);
- }
-
-searchoperator
- {
- -moz-binding: url(chrome://messenger/content/mailWidgets.xml#searchoperator);
- }
-
-searchvalue
- {
- -moz-binding: url(chrome://messenger/content/mailWidgets.xml#searchvalue);
- }
-
-searchterm
- {
- -moz-binding: url(chrome://messenger/content/mailWidgets.xml#searchterm);
- }
-
-/* addressing widget trees */
-.treecell-mailcardicon
- {
- border-bottom : 1px solid #9C9CFF !important;
- padding : 0px;
- }
-
-.textfield-mailcardicon
- {
- list-style-image : url("chrome://messenger/skin/abcard.gif");
- }
-
-/* for the main standard mail window ONLY */
-.mailwindow-statusbar
- {
- border-left : none;
- }
-
-/**
- *Focus rings on 3 pane view
- */
-
-/*
-#threadpane-splitter
-{
- border-left : none;
- border-top : none;
-}
-*/
-
-#threadTree
-{
- border-top : none;
-}
-
-#folderTree> treechildren,
-#threadTree > treechildren
-{
- border : none;
-}
-
-#folderTree:focus > treechildren,
-#threadTree[focusring="true"] > treechildren
-{
- border : none;
-}
-
-#messagepane
-{
- border : none;
-}
-
-#messagepanebox[focusring="true"]
-{
- border : none;
-}
-
-#messagepanebox
- {
- border : none;
- }
-
-#msgHeaderView
-{
- border-top : none;
-}
-
-#msgHeaderView > toolbar > toolbargrippy
-{
- border-left : none;
-}
-
-.awIdentityLabel
-{
- width: 8em;
- margin-left: 5px;
-}
-/*
-#accountCentralBox
-{
- background-color:#FFFFFF;
-}
-*/
-#status-bar
-{
- border-left : none;
-}
+++ /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 */
-
-#MsgHeadersToolbar > .toolbar-holder {
- background-image: none;
- background-color: #FF9F00;
- -moz-border-radius: 0px 8px 8px 0px;
- padding-right: 12px;
-}
-
-#msgheaderstoolbar-box {
- background-color: #9C9CFF;
- border-right: 3px solid black;
- color: black;
-}
-
-/* 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
- {
- 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;
- }
-
-#button-send {
- list-style-image:url("chrome://messenger/skin/messengercompose/send.gif");
-}
-
-#button-send:hover {
- list-style-image:url("chrome://messenger/skin/messengercompose/send-hover.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:hover {
- list-style-image:url("chrome://messenger/skin/messengercompose/address-hover.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:hover {
- list-style-image:url("chrome://messenger/skin/messengercompose/attach-hover.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:hover {
- list-style-image:url("chrome://messenger/skin/messengercompose/quote-hover.gif");
-}
-
-#button-quote[disabled="true"] {
- list-style-image:url("chrome://messenger/skin/messengercompose/quote_dis.gif");
-}
-
-#button-spelling {
- list-style-image:url("chrome://messenger/skin/messengercompose/spelling.gif");
-}
-
-#button-spelling:hover {
- list-style-image:url("chrome://messenger/skin/messengercompose/spelling-hover.gif");
-}
-
-#button-spelling[disabled="true"] {
- list-style-image:url("chrome://messenger/skin/messengercompose/spelling_dis.gif");
-}
-
-#button-save {
- list-style-image:url("chrome://messenger/skin/messengercompose/save.gif");
-}
-
-#button-save:hover {
- list-style-image:url("chrome://messenger/skin/messengercompose/save-hover.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:hover {
- list-style-image:url("chrome://global/skin/stop-hover.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;
- background-color : black;
- }
-
-#attachmentBucket
- {
- margin-left : 3px;
- -moz-user-focus: normal !important;
- color : #FF9F00;
- }
-
-#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
-/* -*- 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.
- */
-
-@import url(chrome://communicator/skin/);
-
-#acctCentralGrid
-{
- background-color:#000000;
-}
-
-#acctCentralHeaderRow
-{
- background-color:#FF9F00;
- -moz-border-radius: 10px;
- margin:5px;
-}
-
-#acctCentralHeaderRow > text
-{
- font-weight:bold;
- font-size:20px;
- color: #000000;
-/* margin: 0px 15px 0px 15px;
- border-left: 3px solid black;
- border-right: 3px solid black; */
- -moz-box-pack: start;
-}
-
-.acctCentralRow
-{
- margin-left: 20px;
-}
-
-.acctCentralRowTitleBox
-{
- background-color:#9C9CFF;
- -moz-border-radius: 7px;
-}
-
-.acctCentralRowTitleBox > html
-{
- color:black;
-}
-
-.acctCentralTitleRow
-{
- font-weight:bold;
- font-size:15px;
- margin-left: 10px;
-}
-
-.acctCentralText
-{
- font-size:15px;
-}
-
-.acctCentralLinkText
-{
- color:#008484;
- -moz-border-radius: 3px;
-}
-
-.acctCentralLinkText:hover
-{
- cursor:pointer;
- background-color: #FFCF00;
- color: black;
-}
+++ /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)
-*/
-
-@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;
- background-color : #E7ADE7;
- color : black;
- background-image : none;
- -moz-border-radius : 8px;
- margin-bottom : 3px;
- }
-
-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;
- color: #FF9F00;
-}
-
-.emailDisplayImage
- {
- text-align : right;
- }
-
-.emailDisplayButton
- {
- color : 008484;
- cursor : pointer;
- min-height : 16px;
- -moz-border-radius: : 3px;
- background-color : transparent;
- }
-
-.emailDisplayButton:hover
- {
- color : black;
- background-color : #FFCF00;
- }
-
-.showMoreAddressesButton
- {
- list-style-image : url("chrome://global/skin/twisty-closed-selected.gif");
- }
-
-.showFewerAddressesButton
- {
- list-style-image : url("chrome://global/skin/twisty-open-selected.gif");
- }
-
-html.headerValue
- {
- color : black;
- white-space : normal;
- min-width : 50px;
- margin : 0px;
- padding-top : 1px;
- }
-
-html.subjectvalue
- {
- font-weight : bold;
- color : black;
- }
-
-text.headerdisplayname
- {
- font-weight : bold;
- color : black;
- margin-right : 0.5em;
- margin-left : 0.5em;
- min-height : 18px
- }
-
-text.headerValue
- {
- color : black;
- white-space : normal;
- min-width : 50px;
-/* border-bottom : 1px solid #9999CC; */
- }
-
-.expandHeaderViewButton {
- list-style-image: url("chrome://global/skin/twisty-open-selected.gif");
- margin-left: .5em;
- margin-right: .5em;
-}
-
-.collapsedHeaderViewButton
-{
- list-style-image: url("chrome://global/skin/twisty-closed-selected.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
-{
- color: black;
- font-weight: bold;
- margin-left: .7em;
- min-height: 16px;
-}
-
-text.collapsedHeaderValue
-{
- color: black;
-}
-
-.collapsedAttachmentButton
-{
- list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
- margin-right: .5em;
- margin-left: 1em;
-}
-
-[hide] {
- visibility: hidden;
-}
+++ /dev/null
-\r
-#classic\r
- {\r
- list-style-image : url("chrome://messenger/skin/winclassic.gif");\r
- }\r
-\r
-#wide\r
- {\r
- list-style-image : url("chrome://messenger/skin/winwide.gif");\r
- }
\ No newline at end of file
+++ /dev/null
-/* -*- Mode: C++; 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
-.subscribedcol {\r
- list-style-image: url("chrome://messenger/skin/dot.gif");\r
-}\r
-\r
-.subscribedcol[value="true"] {\r
- list-style-image: url("chrome://messenger/skin/check.gif");\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-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");
-
-/* ::::: outliner rows ::::: */
-
-outliner#threadOutliner
-{
- border: none;
-}
-
-/*
-outliner:focus > outliner-bodybox
-{
- border: 1px solid black;
-}
-
-outliner > outliner-bodybox
-{
- border: 1px solid transparent;
-}
-*/
-
-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");
-}
-
-treeitem[open="true"] > treerow > .threadcol-threadWithUnread{
- list-style-image: url("chrome://messenger/skin/thread-new-open.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, 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");
- }
-
-#back-button:hover,
-#back-button:hover:active,
-#back-button[buttonover="true"],
-#back-button[open="true"]
- {
- list-style-image : url("chrome://navigator/skin/back-hover.gif");
- }
-
-#back-button[disabled="true"],
-#back-button[disabled="true"]:hover,
-#back-button[disabled="true"]:hover:active,
-#back-button[disabled="true"][buttonover="true"]
- {
- list-style-image : url("chrome://navigator/skin/back_dis.gif");
- }
-
-#forward-button
- {
- list-style-image : url("chrome://navigator/skin/forward.gif");
- }
-
-#forward-button:hover,
-#forward-button:hover:active,
-#forward-button[buttonover="true"],
-#forward-button[open="true"]
- {
- list-style-image : url("chrome://navigator/skin/forward-hover.gif");
- }
-
-#forward-button[disabled="true"],
-#forward-button[disabled="true"]:hover,
-#forward-button[disabled="true"]:hover:active,
-#forward-button[disabled="true"][buttonover="true"]
- {
- list-style-image : url("chrome://navigator/skin/forward_dis.gif");
- }
-
-#stop-button
- {
- list-style-image : url("chrome://navigator/skin/stop.gif");
- }
-
-
-#stop-button:hover
- {
- list-style-image : url("chrome://navigator/skin/stop-hover.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");
- }
-
-#reload-button:hover
- {
- list-style-image : url("chrome://navigator/skin/reload-hover.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");
- }
-
-#print-button
- {
- list-style-image : url("chrome://global/skin/print.gif");
- margin : 0px 3px 0px 3px;
- }
-
-#print-button:hover,
-#print-button:hover:active,
-#print-button[buttonover="true"],
-#print-button[open="true"]
- {
- list-style-image : url("chrome://global/skin/print-hover.gif");
- }
-
-#print-button[disabled="true"],
-#print-button[disabled="true"]:hover,
-#print-button[disabled="true"]:hover:active,
-#print-button[disabled="true"][buttonover="true"]
- {
- list-style-image : url("chrome://global/skin/print_dis.gif");
- }
-
-#print-button > .menubutton-dual-button
- {
- padding : 0px;
- }
-
-/* all the urlbar stuff */
-
-#page-proxy-button
- {
- list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
- cursor : grab;
- margin-right : 3px;
- margin-left : 2px;
- }
-
-#action-popup
- {
- list-style-image : url("chrome://global/skin/scroll-down.gif");
- margin : 0px;
- -moz-border-radius : 5px;
- }
-
-/*
-.autocomplete-textbox-container
- {
- }
-*/
-
-#urlbar-container
- {
- -moz-border-radius : 5px;
- border : 1px solid #9C9CFF;
- background-color : #000000;
- padding : 0px;
- }
-
-#urlbar-group
- {
- margin-left : 3px;
- margin-right : 5px;
- }
+++ /dev/null
-.title {\r
- font-weight: bold;\r
- margin-bottom: 1em;\r
- font-size: larger;\r
-}\r
-tree {\r
- height: 100px;\r
- margin-bottom: 1em;\r
-}\r
-treerow {\r
- background-color: #ebebcc;\r
-}\r
-treecell { border-left: 1px solid #FF9F00; border-top: 1px solid #FF9F00; }\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):
- * 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");
- }
-*/
-
-
+++ /dev/null
-test
\ No newline at end of file