+++ /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;
- }
-