From: robert Date: Thu, 1 Feb 2001 18:38:10 +0000 (+0000) Subject: Initial revision X-Git-Tag: first~1 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=1d79842860ca6d9d104b1f539080550dc00748f3 Initial revision --- 1d79842860ca6d9d104b1f539080550dc00748f3 diff --git a/EarlyBlue/communicator/skin/bookmarks/article.gif b/EarlyBlue/communicator/skin/bookmarks/article.gif new file mode 100755 index 00000000..cd52b508 Binary files /dev/null and b/EarlyBlue/communicator/skin/bookmarks/article.gif differ diff --git a/EarlyBlue/communicator/skin/bookmarks/bookmark-folder-closed-sel.gif b/EarlyBlue/communicator/skin/bookmarks/bookmark-folder-closed-sel.gif new file mode 100755 index 00000000..dc017066 Binary files /dev/null and b/EarlyBlue/communicator/skin/bookmarks/bookmark-folder-closed-sel.gif differ diff --git a/EarlyBlue/communicator/skin/bookmarks/bookmark-folder-closed.gif b/EarlyBlue/communicator/skin/bookmarks/bookmark-folder-closed.gif new file mode 100755 index 00000000..df56cec5 Binary files /dev/null and b/EarlyBlue/communicator/skin/bookmarks/bookmark-folder-closed.gif differ diff --git a/EarlyBlue/communicator/skin/bookmarks/bookmark-folder-open-sel.gif b/EarlyBlue/communicator/skin/bookmarks/bookmark-folder-open-sel.gif new file mode 100755 index 00000000..24b9b8a8 Binary files /dev/null and b/EarlyBlue/communicator/skin/bookmarks/bookmark-folder-open-sel.gif differ diff --git a/EarlyBlue/communicator/skin/bookmarks/bookmark-folder-open.gif b/EarlyBlue/communicator/skin/bookmarks/bookmark-folder-open.gif new file mode 100755 index 00000000..eb69b286 Binary files /dev/null and b/EarlyBlue/communicator/skin/bookmarks/bookmark-folder-open.gif differ diff --git a/EarlyBlue/communicator/skin/bookmarks/bookmark-item-sel.gif b/EarlyBlue/communicator/skin/bookmarks/bookmark-item-sel.gif new file mode 100755 index 00000000..6024babc Binary files /dev/null and b/EarlyBlue/communicator/skin/bookmarks/bookmark-item-sel.gif differ diff --git a/EarlyBlue/communicator/skin/bookmarks/bookmark-item.gif b/EarlyBlue/communicator/skin/bookmarks/bookmark-item.gif new file mode 100755 index 00000000..c30e9070 Binary files /dev/null and b/EarlyBlue/communicator/skin/bookmarks/bookmark-item.gif differ diff --git a/EarlyBlue/communicator/skin/bookmarks/bookmarks.css b/EarlyBlue/communicator/skin/bookmarks/bookmarks.css new file mode 100755 index 00000000..1e8b8348 --- /dev/null +++ b/EarlyBlue/communicator/skin/bookmarks/bookmarks.css @@ -0,0 +1,151 @@ +/* -*- 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): + */ + +.bookmarkitem + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); + } + +.bookmarkitem[menuactive="true"] + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif"); + } + +.bookmarkfolder + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); + } + +.bookmarkfolder[menuactive="true"] + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif"); + } + +.bookmarkfolder[open="true"] + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); + } + +.bookmarkfolder[open="true"][menuactive="true"] + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif"); + } + + +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[container="true"][open="true"] > treerow > .treecell-bookmark +{ + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); +} + +treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"] > treerow > .treecell-bookmark, +treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"] > treerow > .treecell-bookmark, +treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-bookmark +{ + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.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 +{ + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); +} + +treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > .treecell-bookmark, +treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"][open="true"] > treerow > .treecell-bookmark +{ + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif"); +} + +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#Folder"][id="NC:PersonalToolbarFolder"] > treerow > .treecell-bookmark +{ + list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-closed.gif"); +} + +treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treerow > .treecell-bookmark +{ + list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-closed-sel.gif"); +} + +treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > > treerow > .treecell-bookmark +{ + list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-open.gif"); +} + +treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > > treerow > .treecell-bookmark +{ + list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-open-sel.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#IEFavorite"] > treerow > .treecell-bookmark +{ + list-style-image: url("chrome://communicator/skin/bookmarks/iefavorite.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[selected="true"][type="http://home.netscape.com/NC-rdf#Bookmark"] > treerow > .treecell-bookmark +{ + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif"); +} + +treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"] > treerow > .treecell-bookmark +{ + list-style-image: url("chrome://communicator/skin/bookmarks/folder-open.gif"); +} + +treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] > treerow > .treecell-bookmark +{ + list-style-image: url("chrome://communicator/skin/bookmarks/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"); +} diff --git a/EarlyBlue/communicator/skin/bookmarks/document.gif b/EarlyBlue/communicator/skin/bookmarks/document.gif new file mode 100755 index 00000000..cce7ebb3 Binary files /dev/null and b/EarlyBlue/communicator/skin/bookmarks/document.gif differ diff --git a/EarlyBlue/communicator/skin/bookmarks/folder-closed.gif b/EarlyBlue/communicator/skin/bookmarks/folder-closed.gif new file mode 100755 index 00000000..bde266c9 Binary files /dev/null and b/EarlyBlue/communicator/skin/bookmarks/folder-closed.gif differ diff --git a/EarlyBlue/communicator/skin/bookmarks/folder-open.gif b/EarlyBlue/communicator/skin/bookmarks/folder-open.gif new file mode 100755 index 00000000..40ed10d6 Binary files /dev/null and b/EarlyBlue/communicator/skin/bookmarks/folder-open.gif differ diff --git a/EarlyBlue/communicator/skin/bookmarks/home-sel.gif b/EarlyBlue/communicator/skin/bookmarks/home-sel.gif new file mode 100755 index 00000000..b6aecd65 Binary files /dev/null and b/EarlyBlue/communicator/skin/bookmarks/home-sel.gif differ diff --git a/EarlyBlue/communicator/skin/bookmarks/home.gif b/EarlyBlue/communicator/skin/bookmarks/home.gif new file mode 100755 index 00000000..da38db7c Binary files /dev/null and b/EarlyBlue/communicator/skin/bookmarks/home.gif differ diff --git a/EarlyBlue/communicator/skin/bookmarks/iefavorite.gif b/EarlyBlue/communicator/skin/bookmarks/iefavorite.gif new file mode 100755 index 00000000..cba35c42 Binary files /dev/null and b/EarlyBlue/communicator/skin/bookmarks/iefavorite.gif differ diff --git a/EarlyBlue/communicator/skin/bookmarks/loading.gif b/EarlyBlue/communicator/skin/bookmarks/loading.gif new file mode 100755 index 00000000..c91e58e9 Binary files /dev/null and b/EarlyBlue/communicator/skin/bookmarks/loading.gif differ diff --git a/EarlyBlue/communicator/skin/bookmarks/personal-folder-closed-sel.gif b/EarlyBlue/communicator/skin/bookmarks/personal-folder-closed-sel.gif new file mode 100755 index 00000000..f1eb6e6c Binary files /dev/null and b/EarlyBlue/communicator/skin/bookmarks/personal-folder-closed-sel.gif differ diff --git a/EarlyBlue/communicator/skin/bookmarks/personal-folder-closed.gif b/EarlyBlue/communicator/skin/bookmarks/personal-folder-closed.gif new file mode 100755 index 00000000..08c2c834 Binary files /dev/null and b/EarlyBlue/communicator/skin/bookmarks/personal-folder-closed.gif differ diff --git a/EarlyBlue/communicator/skin/bookmarks/personal-folder-open-sel.gif b/EarlyBlue/communicator/skin/bookmarks/personal-folder-open-sel.gif new file mode 100755 index 00000000..11f634e9 Binary files /dev/null and b/EarlyBlue/communicator/skin/bookmarks/personal-folder-open-sel.gif differ diff --git a/EarlyBlue/communicator/skin/bookmarks/personal-folder-open.gif b/EarlyBlue/communicator/skin/bookmarks/personal-folder-open.gif new file mode 100755 index 00000000..af3984e6 Binary files /dev/null and b/EarlyBlue/communicator/skin/bookmarks/personal-folder-open.gif differ diff --git a/EarlyBlue/communicator/skin/box.css b/EarlyBlue/communicator/skin/box.css new file mode 100755 index 00000000..aa05da00 --- /dev/null +++ b/EarlyBlue/communicator/skin/box.css @@ -0,0 +1,11 @@ + + +.box-toolbar-group > box + { + border : 1px inset #CCD0DD; + background-color : #FFFFFF; + padding : 1px; + margin : 0px 0px 0px 3px; + } + + \ No newline at end of file diff --git a/EarlyBlue/communicator/skin/brand.css b/EarlyBlue/communicator/skin/brand.css new file mode 100755 index 00000000..df5186ee --- /dev/null +++ b/EarlyBlue/communicator/skin/brand.css @@ -0,0 +1,43 @@ + +#navigator-throbber + { + list-style-image : url("chrome://global/skin/animthrob_single.gif"); + min-width : 36px; + min-height : 36px; + vertical-align : middle; + padding : 1px; + margin : 2px 4px 2px 1px; + border : none; + cursor : pointer; + } + +#navigator-throbber[busy="true"] + { + list-style-image : url("chrome://global/skin/animthrob.gif"); + } + +#navigator-throbber:hover:active + { + padding : 2px 0px 0px 2px; + } + +#navigator-throbber > .button-internal-box + { + border : 1px solid transparent; + padding : 0px; + } + +#navigator-throbber:hover > .button-internal-box + { + border : 1px outset #CCD0DD; + } + +#navigator-throbber:hover:active > .button-internal-box + { + border : 1px inset #CCD0DD; + } + +#navigator-throbber > .button-internal-box > .button-text-container + { + display : none; + } \ No newline at end of file diff --git a/EarlyBlue/communicator/skin/broken.gif b/EarlyBlue/communicator/skin/broken.gif new file mode 100755 index 00000000..828f3a19 Binary files /dev/null and b/EarlyBlue/communicator/skin/broken.gif differ diff --git a/EarlyBlue/communicator/skin/button.css b/EarlyBlue/communicator/skin/button.css new file mode 100755 index 00000000..ff4558b9 --- /dev/null +++ b/EarlyBlue/communicator/skin/button.css @@ -0,0 +1,289 @@ + +/** Standard toolbar buttons + * class="button-toolbar" + **/ + .button-toolbar + { + border : none; + margin : 0px; + -moz-border-radius : 0px; + color : black; + padding : 0px; + font : 3mm arial; + max-width : 10em; + } + + .button-toolbar[toggled="true"] + { +/* background-color : #EEEEEE; */ + } + + .button-toolbar[disabled="true"], + .button-toolbar[disabled="true"]:hover, + .button-toolbar[disabled="true"]:hover:active + { + color : #9999CC; + } + + .button-toolbar > .button-internal-box + { + border : 1px solid transparent; + padding : 1px 2px 1px 2px; + } + + .button-toolbar:hover > .button-internal-box + { + border : 1px outset #CCD0DD; + padding : 1px 2px 1px 2px; + } + + .button-toolbar:hover:active > .button-internal-box + { + border : 1px inset #CCD0DD; + padding : 2px 1px 0px 3px; + } + + .button-toolbar[disabled="true"]:hover:active > .button-internal-box + { + border : 1px solid transparent; + padding : 1px 2px 1px 2px; + } + + .button-toolbar:hover:active[home-dragover="true"] > .button-internal-box + { + border : 1px outset #CCD0DD; + padding : 1px 2px 1px 2px; + } + + .button-toolbar > .button-internal-box > .button-text-container + { + padding : 0px; + margin : 0px; + } + + .button-toolbar > .button-internal-box > .button-text-container > .button-text + { + padding : 0px; + padding-left : 1px; + margin : 0px; + } + +/** The largest type of toolbar buttons. In the Seamonkey implementation, + * these are only used in the navigation toolbar in the navigator package. + **/ + + /* outer frame */ + .button-toolbar-1 + { + background-color : transparent; + color : #000000; + min-width : 36px; + min-height : 36px; + margin : 0px; + padding : 0px; + font-size : smaller; + border : none; + } + +/* internal frame */ + .button-toolbar-1[disabled="true"] > .button-internal-box, + .button-toolbar-1[disabled="true"]:hover > .button-internal-box, + .button-toolbar-1[disabled="true"]:hover:active > .button-internal-box + { + border : 1px solid transparent; + padding : 1px; + } + + .button-toolbar-1 > .button-internal-box + { + border : 1px solid transparent; + vertical-align : middle; + } + + .button-toolbar-1:hover > .button-internal-box + { + border : 1px outset #CCD0DD; + vertical-align : middle; + } + + .button-toolbar-1:hover:active > .button-internal-box + { + border : 1px inset #CCD0DD; + vertical-align : middle; + padding : 2px 0px 0px 2px; + } + + .button-toolbar-1 > .button-internal-box > .button-text-container + { + display : none; + text-align : center; + } + +/** Styles for the standard 'large' toolbar button, these buttons are used for + * toolbar buttons that are the most commonly used elements on a toolbar, e.g. + * 'GetMsg' in Mailnews or 'Send' in Mail/Compose. + **/ + .button-toolbar-2 + { + background-color : transparent; + color : #000000; + min-width : 32px; + min-height : 32px; + margin : 0px; + padding : 0px; + font-size : smaller; + border : none; + } + +/* internal frame */ + .button-toolbar-2 > .button-internal-box + { + border : 1px solid transparent; + padding : 1px; + vertical-align : middle; + } + + .button-toolbar-2:hover > .button-internal-box + { + padding : 1px; + border : 1px outset #CCD0DD; + } + + .button-toolbar-2:hover:active > .button-internal-box + { + padding : 2px 0px 0px 2px; + border : 1px inset #CCD0DD; + } + + .button-toolbar-2[disabled="true"] > .button-internal-box, + .button-toolbar-2[disabled="true"]:hover > .button-internal-box, + .button-toolbar-2[disabled="true"]:hover:active > .button-internal-box + { + padding : 1px; + border : 1px solid transparent; + } + +/* text wrapper frame */ + .button-toolbar-2 > .button-internal-box > .button-text-container + { + padding-top : 3px; + text-align : center; + } + + +/** "Green" buttons, e.g. "Search" + * class="button-toolbar-3" + **/ + + .button-toolbar-3 + { + margin : 0px 0px 0px 0px; + font-weight : bold; + background-color : #9999CC; + border : none + } + + .button-toolbar-3[disabled="true"], + .button-toolbar-3[disabled="true"]:hover, + .button-toolbar-3[disabled="true"]:hover:active + { + border : none; + color : #CCCCCC; + } + + .button-toolbar-3 > .button-internal-box, + { + border : 1px outset #9999CC; + padding : 1px; + } + + .button-toolbar-3:hover:active > .button-internal-box, + { + border : 1px inset #9999CC; + padding : 2px 0px 0px 2px; + } + +/** Expanding Region Button **/ + +/* outer frame */ + button.expander + { + border : none; + padding : none; +/* margin : 1px 5px 3px 1px; */ + background-color : inherit; + list-style-image : url("chrome://global/skin/closedtwisty.gif"); + } + + button[open="true"].expander + { + list-style-image : url("chrome://global/skin/opentwisty.gif"); + } + +/* internal frame */ + button.expander > .button-internal-box + { + border : none; + background-color : inherit; + padding : none; + margin : none; + } + +/* text frame */ + button.expander > .button-internal-box > .button-text-container > .button-text + { + color : #0000FF; + text-decoration : underline; + } + + button.expander:hover > .button-internal-box > .button-text-container > .button-text + { + color : #FF0000; + } + +/** + * button styles for taskbar, sidebar headers, etc. + **/ +.button-toolbar-4 + { + color : #CCCCFF; + background : inherit; + font : inherit; + border : none; + padding : 1px; + margin : 0px; + } + +.button-toolbar-4:hover + { + text-decoration : none; + background-color : #9999CC; + } + +.button-toolbar-4:hover:active + { + text-decoration : none; + color : #000000; + background-color : #CCCCFF; + } + +menubutton.button-toolbar-4 + { + -moz-binding : url("chrome://global/content/menulistBindings.xml#menubutton-single-right"); + } + +.button-toolbar-4 > .menubutton-internal-box > .menubutton-single-icon + { + list-style-image : url(chrome://global/skin/mb-single-arrow.gif); + margin-left : 4px; + } + +.button-toolbar-4 > .button-internal-box, +.button-toolbar-4 > .menubutton-internal-box, +.button-toolbar-4:hover:active > .button-internal-box, +.button-toolbar-4 > .button-internal-box:hover:active + { + border : none; + padding : 0px; + padding-left : 2px; + } \ No newline at end of file diff --git a/EarlyBlue/communicator/skin/communicator.css b/EarlyBlue/communicator/skin/communicator.css new file mode 100755 index 00000000..1b5411d6 --- /dev/null +++ b/EarlyBlue/communicator/skin/communicator.css @@ -0,0 +1,51 @@ +/** 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 url(chrome://global/skin/); + +@import url(chrome://communicator/skin/box.css); +@import url(chrome://communicator/skin/toolbar.css); +@import url(chrome://communicator/skin/button.css); +@import url(chrome://communicator/skin/brand.css); +@import url(chrome://communicator/skin/menu.css); +@import url(chrome://communicator/skin/menubutton.css); +@import url(chrome://communicator/skin/splitter.css); +@import url(chrome://communicator/skin/formatting.css); +@import url(chrome://communicator/skin/prefpanels.css); + + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */ +@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */ + +#offline-status[offline="true"] + { + list-style-image: url("chrome://communicator/skin/offline.gif"); + } + +#offline-status + { + list-style-image: url("chrome://communicator/skin/online.gif"); + } + +.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"); +} \ No newline at end of file diff --git a/EarlyBlue/communicator/skin/dialogOverlay.css b/EarlyBlue/communicator/skin/dialogOverlay.css new file mode 100755 index 00000000..d5f9b4b3 --- /dev/null +++ b/EarlyBlue/communicator/skin/dialogOverlay.css @@ -0,0 +1,118 @@ +/** + * Small Dialog Header (without icon) + **/ +.box-smallheader + { + -moz-binding : url(chrome://communicator/content/dialogBindings.xml#smallheader); + border : 1px inset #CCD0DD; + margin : 0px 5px 6px 5px; + } + +.toolbar-primary + { + padding : 0px 0px 3px 0px; + min-height : 0px; + } + +.box-smallheader-left + { + font-size : larger; + font-weight : bold; + color : #FFFFFF; + padding-left : 6px; + } + +.box-smallheader-right + { + color : #FFFFFF; + padding-right : 6px; + } + +.box-smallheader > .toolbar-primary + { + background-color : #666699; + vertical-align : middle; + 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 + { + vertical-align : middle; + } + +.box-header-text + { + color : white; + font-size : large; + font-weight : bold; + text-decoration : underline; + } + +.box-header-icon-box + { + vertical-align : middle; + } + +.box-header-circle + { + background-color : transparent; + min-width : 28px; + margin : 1px 7px 1px 1px; + height : 28px; + width : 28px; + } + +/** + * Dialog status line (blue) including progress area + **/ +.box-status + { + -moz-binding : url(chrome://communicator/content/dialogBindings.xml#status); + } + +.box-status-bg + { + padding : 1px 5px 1px 5px; + min-height : 0px ! important; + } + +.box-status-text, .box-status-progress + { + color : #9999cc ! important; + } + + +/** + * Utility classes for use when combined headers/footers are used + **/ +/* display area framed container */ +#contentarea + { + border-top : 2px groove #CCD0DD; + border-bottom : 2px groove #CCD0DD; + padding : 7px; + } + +/* top border on status area */ +#wizardButtons + { + border-bottom : 1px outset #CCD0DD; + padding-top : 1px; + padding-bottom : 1px; + } + + diff --git a/EarlyBlue/communicator/skin/directory/directory.css b/EarlyBlue/communicator/skin/directory/directory.css new file mode 100755 index 00000000..8741f6cd --- /dev/null +++ b/EarlyBlue/communicator/skin/directory/directory.css @@ -0,0 +1,78 @@ +/* -*- 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; + } + diff --git a/EarlyBlue/communicator/skin/directory/file-folder-closed-sel.gif b/EarlyBlue/communicator/skin/directory/file-folder-closed-sel.gif new file mode 100755 index 00000000..bd091bfe Binary files /dev/null and b/EarlyBlue/communicator/skin/directory/file-folder-closed-sel.gif differ diff --git a/EarlyBlue/communicator/skin/directory/file-folder-closed.gif b/EarlyBlue/communicator/skin/directory/file-folder-closed.gif new file mode 100755 index 00000000..abbc4b8e Binary files /dev/null and b/EarlyBlue/communicator/skin/directory/file-folder-closed.gif differ diff --git a/EarlyBlue/communicator/skin/directory/file-folder-open-sel.gif b/EarlyBlue/communicator/skin/directory/file-folder-open-sel.gif new file mode 100755 index 00000000..a903c8e6 Binary files /dev/null and b/EarlyBlue/communicator/skin/directory/file-folder-open-sel.gif differ diff --git a/EarlyBlue/communicator/skin/directory/file-folder-open.gif b/EarlyBlue/communicator/skin/directory/file-folder-open.gif new file mode 100755 index 00000000..166bde82 Binary files /dev/null and b/EarlyBlue/communicator/skin/directory/file-folder-open.gif differ diff --git a/EarlyBlue/communicator/skin/directory/file-icon-sel.gif b/EarlyBlue/communicator/skin/directory/file-icon-sel.gif new file mode 100755 index 00000000..efcd2d79 Binary files /dev/null and b/EarlyBlue/communicator/skin/directory/file-icon-sel.gif differ diff --git a/EarlyBlue/communicator/skin/directory/file-icon.gif b/EarlyBlue/communicator/skin/directory/file-icon.gif new file mode 100755 index 00000000..405371d7 Binary files /dev/null and b/EarlyBlue/communicator/skin/directory/file-icon.gif differ diff --git a/EarlyBlue/communicator/skin/document-error.gif b/EarlyBlue/communicator/skin/document-error.gif new file mode 100755 index 00000000..1fa78393 Binary files /dev/null and b/EarlyBlue/communicator/skin/document-error.gif differ diff --git a/EarlyBlue/communicator/skin/document.gif b/EarlyBlue/communicator/skin/document.gif new file mode 100755 index 00000000..d946fbaa Binary files /dev/null and b/EarlyBlue/communicator/skin/document.gif differ diff --git a/EarlyBlue/communicator/skin/formatting.css b/EarlyBlue/communicator/skin/formatting.css new file mode 100755 index 00000000..d9624562 --- /dev/null +++ b/EarlyBlue/communicator/skin/formatting.css @@ -0,0 +1,17 @@ + +/* class for text with a 'link' appearance */ +.text-link + { + color : #666699; + text-decoration : underline; + } + +.text-link:hover + { + color : #333366; + } + +.text-link:hover:active + { + color : #990000; + } \ No newline at end of file diff --git a/EarlyBlue/communicator/skin/lock.gif b/EarlyBlue/communicator/skin/lock.gif new file mode 100755 index 00000000..998c7bc7 Binary files /dev/null and b/EarlyBlue/communicator/skin/lock.gif differ diff --git a/EarlyBlue/communicator/skin/menu.css b/EarlyBlue/communicator/skin/menu.css new file mode 100755 index 00000000..4d19d3fc --- /dev/null +++ b/EarlyBlue/communicator/skin/menu.css @@ -0,0 +1,9 @@ +box#taskbarMenuBox > menubutton + { + list-style-image : url("chrome://global/skin/statusbar-arrow-up.gif"); + } + +box#taskbarGotoMenuBox > menubutton + { + list-style-image : url("chrome://global/skin/statusbar-arrow-up.gif"); + } diff --git a/EarlyBlue/communicator/skin/menubutton.css b/EarlyBlue/communicator/skin/menubutton.css new file mode 100755 index 00000000..2f87ff50 --- /dev/null +++ b/EarlyBlue/communicator/skin/menubutton.css @@ -0,0 +1,134 @@ + +/** Styles applying to items in a button-toolbar-3 style menu + * menuitem class="button-toolbar-3" + **/ + .button-toolbar-3 > .menubutton-icon-internal-box + { + border : 1px outset #9999CC; + } + + .button-toolbar-3[open="true"] > .menubutton-icon-internal-box, + .button-toolbar-3:hover:active > .menubutton-icon-internal-box + { + border : 1px inset #9999CC; + } + + menupopup.button-toolbar-3 + { + border : none; + } + + menuitem.button-toolbar-3 + { + font-weight : normal; + } + + .button-toolbar-3[menuactive="true"] + { + background-color : #666699; + color : #FFFFFF; + font-weight : normal; + } + +/** menubuttons on generic grey toolbars + * class="button-toolbar" + **/ + .button-toolbar > .menubutton-internal-box + { + border : 1px solid transparent; + padding : 1px 2px 1px 2px; + } + + + .button-toolbar:hover > .menubutton-internal-box + { + border : 1px outset #CCD0DD; + padding : 1px 2px 1px 2px; + } + + .button-toolbar[open="true"] > .menubutton-internal-box, + .button-toolbar:hover:active > .menubutton-internal-box + { + border : 1px inset #CCD0DD; + padding : 2px 1px 0px 3px; + } + +/** + * Navigation bar style menubuttons + **/ + +.menubutton-dual.toolbar + { + font-size : smaller; + } + +.menubutton-dual.toolbar > .menubutton-internal-box > .menubutton-dual-button > .button-internal-box > .button-text-container + { + padding-top : 3px; + text-align : center; + } + +.menubutton-dual.toolbar > .menubutton-internal-box > .menubutton-dual-button > .button-internal-box + { + border : 1px solid transparent; + padding : 1px; + } + +.menubutton-dual.toolbar:hover > .menubutton-internal-box > .menubutton-dual-button > .button-internal-box, +.menubutton-dual.toolbar > .menubutton-internal-box > .menubutton-dual-button:hover > .button-internal-box + { + border : 1px outset #CCD0DD; + padding : 1px; + } + +.menubutton-dual.toolbar:hover:active > .menubutton-internal-box > .menubutton-dual-button > .button-internal-box, +.menubutton-dual.toolbar[open="true"] > .menubutton-internal-box > .menubutton-dual-button > .button-internal-box, +.menubutton-dual.toolbar > .menubutton-internal-box > .menubutton-dual-button:hover:active > .button-internal-box + { + border : 1px inset #CCD0DD; + padding : 2px 0px 0px 2px; + } + + +.menubutton-dual.toolbar[disabled="true"] > .menubutton-internal-box > .menubutton-dual-button > .button-internal-box, +.menubutton-dual.toolbar[disabled="true"]:hover:active > .menubutton-internal-box > .menubutton-dual-button > .button-internal-box, +.menubutton-dual.toolbar[disabled="true"][open="true"] > .menubutton-internal-box > .menubutton-dual-button > .button-internal-box, +.menubutton-dual.toolbar[disabled="true"] > .menubutton-internal-box > .menubutton-dual-button:hover:active > .button-internal-box + { + border : 1px solid transparent; + padding : 1px; + } + +.menubutton-dual.toolbar > .menubutton-internal-box > .menubutton-dual-dropmarker-box + { + border : 1px solid transparent; + padding : 1px; + } + +.menubutton-dual.toolbar:hover > .menubutton-internal-box > .menubutton-dual-dropmarker-box + { + border : 1px outset #CCD0DD; + padding : 1px; + } + +.menubutton-dual.toolbar:hover:active > .menubutton-internal-box > .menubutton-dual-dropmarker-box, +.menubutton-dual.toolbar[open="true"] > .menubutton-internal-box > .menubutton-dual-dropmarker-box + { + border : 1px inset #CCD0DD; + padding : 2px 0px 0px 2px; + } + + +.menubutton-dual.toolbar[disabled="true"] > .menubutton-internal-box > .menubutton-dual-dropmarker-box, +.menubutton-dual.toolbar[disabled="true"]:hover:active > .menubutton-internal-box > .menubutton-dual-dropmarker-box, +.menubutton-dual.toolbar[disabled="true"][open="true"] > .menubutton-internal-box > .menubutton-dual-dropmarker-box + { + border : 1px solid transparent; + padding : 1px; + } + +menubutton > .menubutton-internal-box > .menubutton-dual-dropmarker-box > .menubutton-dropmarker + { +/* padding-bottom : 17px; */ + padding-bottom : 24px; + } \ No newline at end of file diff --git a/EarlyBlue/communicator/skin/menubuttonBindings.xml b/EarlyBlue/communicator/skin/menubuttonBindings.xml new file mode 100755 index 00000000..9d0a28a7 --- /dev/null +++ b/EarlyBlue/communicator/skin/menubuttonBindings.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/EarlyBlue/communicator/skin/offline.gif b/EarlyBlue/communicator/skin/offline.gif new file mode 100755 index 00000000..eeb65f99 Binary files /dev/null and b/EarlyBlue/communicator/skin/offline.gif differ diff --git a/EarlyBlue/communicator/skin/online.gif b/EarlyBlue/communicator/skin/online.gif new file mode 100755 index 00000000..09027186 Binary files /dev/null and b/EarlyBlue/communicator/skin/online.gif differ diff --git a/EarlyBlue/communicator/skin/prefpanels.css b/EarlyBlue/communicator/skin/prefpanels.css new file mode 100755 index 00000000..f39a5d68 --- /dev/null +++ b/EarlyBlue/communicator/skin/prefpanels.css @@ -0,0 +1,15 @@ +/********** Fonts ***************/ + +#sizeVar, #sizeMono { + width: 4em; +} + +#mouseWheelMode { + width: 9em; +} + +/******* SmartBrowsing **********/ + +#disabledDomains { + max-height: 13em; +} diff --git a/EarlyBlue/communicator/skin/profile/migrate.gif b/EarlyBlue/communicator/skin/profile/migrate.gif new file mode 100755 index 00000000..5b438099 Binary files /dev/null and b/EarlyBlue/communicator/skin/profile/migrate.gif differ diff --git a/EarlyBlue/communicator/skin/profile/newProfile1_2.css b/EarlyBlue/communicator/skin/profile/newProfile1_2.css new file mode 100755 index 00000000..0f8f8d8c --- /dev/null +++ b/EarlyBlue/communicator/skin/profile/newProfile1_2.css @@ -0,0 +1,18 @@ + +#finishtext { + margin-top : -20px; +} + +text#ProfileDir { + font-weight : bold; + padding-left : 1em; + margin-top : 0.4em; +} + +box#dirbox > box > titledbutton { + min-width : 8em; +} + +span#deffoldername { + margin-left : 2px; +} diff --git a/EarlyBlue/communicator/skin/profile/profile.css b/EarlyBlue/communicator/skin/profile/profile.css new file mode 100755 index 00000000..cc401cef --- /dev/null +++ b/EarlyBlue/communicator/skin/profile/profile.css @@ -0,0 +1,74 @@ +/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; 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 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. + * + * Contributors: + * Ben Goodger + * Chris Nelson + * + */ + +@import url(chrome://global/skin/global.css); + +window.dialog { + padding: none; +} + +.dimmed-highcontrast { + color: #99cccc ! important; +} + +/** icon courtesy of chris nelson, chrisn@statecollege.com **/ +treeitem[rowMigrate="no"] > treerow > treecell > .tree-button { + list-style-image: url("chrome://communicator/skin/profile/migrate.gif"); +} + +box[type="largeheader"] > toolbar > .circle { + list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif"); + margin-top: 1px; + margin-bottom: 1px; + height: 28px; + width: 28px; +} + +/* profile selection dialog */ +html#intro { + width: 17em; +} + +box#managebuttons > button { + min-width: 8em; +} + +/* display area */ +box#contentarea { + border-top: 2px groove #CCCCCC; + border-bottom: 2px groove #CCCCCC; + padding: 7px; +} + +/* top border on status area */ +box#wizardButtons { + padding-top: 1px; + padding-bottom: 1px; +} + +box.selection { + margin-top: 4px; +} diff --git a/EarlyBlue/communicator/skin/profile/profileManager.css b/EarlyBlue/communicator/skin/profile/profileManager.css new file mode 100755 index 00000000..a8849e83 --- /dev/null +++ b/EarlyBlue/communicator/skin/profile/profileManager.css @@ -0,0 +1,12 @@ +#dialoginfo { + width: 36em; +} + +#table-housing { + background-color: white; + height: 100%; +} + +#buttons-box { + margin-left: 1em; +} diff --git a/EarlyBlue/communicator/skin/profile/profileicon-large.gif b/EarlyBlue/communicator/skin/profile/profileicon-large.gif new file mode 100755 index 00000000..60936c1a Binary files /dev/null and b/EarlyBlue/communicator/skin/profile/profileicon-large.gif differ diff --git a/EarlyBlue/communicator/skin/regviewer/regviewer.css b/EarlyBlue/communicator/skin/regviewer/regviewer.css new file mode 100755 index 00000000..913658bb --- /dev/null +++ b/EarlyBlue/communicator/skin/regviewer/regviewer.css @@ -0,0 +1,29 @@ +/* -*- 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 registry viewer window. + +*/ + +@import url(chrome://global/skin); diff --git a/EarlyBlue/communicator/skin/related/related.css b/EarlyBlue/communicator/skin/related/related.css new file mode 100755 index 00000000..5d6366d9 --- /dev/null +++ b/EarlyBlue/communicator/skin/related/related.css @@ -0,0 +1,78 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- + * + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is mozilla.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 related links panel + +*/ + +treeitem[container="true"][open="true"][loading="true"] > treerow > .treecell-indent +{ + list-style-image : url("chrome://global/skin/loading.gif") ! important ; +} + +treeitem[container="true"][open="true"] > treerow > .treecell-indent + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); + } + +treeitem[container="true"][open="true"][selected="true"] > treerow > .treecell-indent + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif"); + } + +treeitem[container="true"] > treerow > .treecell-indent + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); + } + +treeitem[container="true"][selected="true"] > treerow > .treecell-indent + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif"); + } + +treeitem[container="true"][id="NC:SiteMapRoot"] > treerow > .treecell-indent + { + list-style-image : url("chrome://communicator/skin/related/sitemap.gif"); + } + +treeitem[container="true"][open="true"][id="NC:SiteMapRoot"] > treerow > .treecell-indent + { + list-style-image : url("chrome://communicator/skin/related/sitemap.gif"); + } + +.treecell-indent + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); + } + +.treecell-indent[selected="true"] + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif"); + } + +.tree-cell-twisty + { + display : none; + } + diff --git a/EarlyBlue/communicator/skin/related/sitemap.gif b/EarlyBlue/communicator/skin/related/sitemap.gif new file mode 100755 index 00000000..dab90b7b Binary files /dev/null and b/EarlyBlue/communicator/skin/related/sitemap.gif differ diff --git a/EarlyBlue/communicator/skin/search/category.gif b/EarlyBlue/communicator/skin/search/category.gif new file mode 100755 index 00000000..bde266c9 Binary files /dev/null and b/EarlyBlue/communicator/skin/search/category.gif differ diff --git a/EarlyBlue/communicator/skin/search/findresults.css b/EarlyBlue/communicator/skin/search/findresults.css new file mode 100755 index 00000000..81fa9443 --- /dev/null +++ b/EarlyBlue/communicator/skin/search/findresults.css @@ -0,0 +1,63 @@ +treecol[sortActive="true"] { + background-color: lightgray; +} + +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"); +} diff --git a/EarlyBlue/communicator/skin/search/icons.css b/EarlyBlue/communicator/skin/search/icons.css new file mode 100755 index 00000000..7412a4e2 --- /dev/null +++ b/EarlyBlue/communicator/skin/search/icons.css @@ -0,0 +1,9 @@ +/* Default Icon */ + +titledbutton[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"); +} diff --git a/EarlyBlue/communicator/skin/search/internet.css b/EarlyBlue/communicator/skin/search/internet.css new file mode 100755 index 00000000..b7e6c54a --- /dev/null +++ b/EarlyBlue/communicator/skin/search/internet.css @@ -0,0 +1,11 @@ +tree[id="searchengines"] { + width: 300px; +} + +tree[id="searchengines"] > treecol[id="CheckboxColumn"] { + width: 40px; +} + +treecol[sortActive="true"] { + background-color: lightgray; +} diff --git a/EarlyBlue/communicator/skin/search/internetresults.css b/EarlyBlue/communicator/skin/search/internetresults.css new file mode 100755 index 00000000..6e937ebf --- /dev/null +++ b/EarlyBlue/communicator/skin/search/internetresults.css @@ -0,0 +1,27 @@ +window { + margin-top: 2px; +} + +#multi-results-header { + background-color: #003366; + color: #CCFFFF; + 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: #666666; +} + +#engineTabs > text { + margin-top: 5px; + color: white; +} + +#engineTabs > titledbutton { + -moz-border-radius: 8px 8px 0px 0px; + margin-left: 5px; + margin-right: 5px; +} \ No newline at end of file diff --git a/EarlyBlue/communicator/skin/search/result.gif b/EarlyBlue/communicator/skin/search/result.gif new file mode 100755 index 00000000..cce7ebb3 Binary files /dev/null and b/EarlyBlue/communicator/skin/search/result.gif differ diff --git a/EarlyBlue/communicator/skin/search/search-editor.css b/EarlyBlue/communicator/skin/search/search-editor.css new file mode 100755 index 00000000..f5e4cec3 --- /dev/null +++ b/EarlyBlue/communicator/skin/search/search-editor.css @@ -0,0 +1,53 @@ +/* -*- 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): + */ + +.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"); +} + +#add-button + { + list-style-image : url("chrome://global/skin/scroll-right.gif"); + } + +#remove-button + { + list-style-image : url("chrome://global/skin/scroll-left.gif"); + } \ No newline at end of file diff --git a/EarlyBlue/communicator/skin/search/search.css b/EarlyBlue/communicator/skin/search/search.css new file mode 100755 index 00000000..d283ff64 --- /dev/null +++ b/EarlyBlue/communicator/skin/search/search.css @@ -0,0 +1,108 @@ +box.sidebartitle { + background-color: #505888; + padding: 2px 3px 3px 3px; + border: 0px; + margin: 0px; + font: 10pt sans-serif; +} + +box.panelbar { + background-color: #006870; + padding: 2px 3px 3px 3px; + border: 0px; + margin: 0px; + font: 10pt sans-serif; +} + +box#sidebox { + width: 100%; + height: 100%; +} + +titledbutton.sidebartitle:hover { + border: 0px; + margin: 1px; +} + +titledbutton.paneltitle { + horizontal-align: left; +} + +treecol.checkboxColumn { + width: 30px ! important; +} + +box.spaced { + padding-top: 5px; + paddimg-bottom: 2px; +} + +box#engineTabs { + background-color: #808080; + border-bottom: 1px solid threedhighlight; +} + +box#engineTabs > titledbutton { + background-color: #CCCCCC; + margin-bottom: 0px; + border-bottom: 1px solid #CCCCCC; +} + +titledbutton#allEngines { + margin-right: 12px; +} + +titledbutton.engine[loading="true"] { + list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ; +} + +titledbutton.iconic { + list-style-image: url("chrome://communicator/skin/bookmarks/document.gif") ! important ; +} + +treeitem > treerow.searchresult > treecell > titledbutton { + cursor: pointer; +} + +treeitem > treerow.searchresult > treecell { + color: black; + text-decoration: none; +} + +treeitem > treerow.searchresult > treecell:hover { + color: blue; + text-decoration: underline; +} + +treeitem > treerow.searchresult > treecell > titledbutton:active { + color: red; + text-decoration: underline; +} + +/*undo regular search tree selection look*/ +treeitem[selected="true"] > treerow.searchresult { + background-color: transparent; +} + + + +.searchpanel-outerbox { + padding: 8px 4px 4px 4px; +} + +.indented-label { + padding-left: 8px; +} + +titledbutton.panelbtn { + margin-left: 1em; + margin-right: 1em; +} + +#searchengines + { + margin-left : 0px; + margin-right : 0px; + } + + \ No newline at end of file diff --git a/EarlyBlue/communicator/skin/securityOverlay.css b/EarlyBlue/communicator/skin/securityOverlay.css new file mode 100755 index 00000000..5359ec21 --- /dev/null +++ b/EarlyBlue/communicator/skin/securityOverlay.css @@ -0,0 +1,20 @@ +#security-button + { + list-style-image:url("chrome://communicator/skin/unlock.gif"); + } + +#security-button[level="high"] + { + list-style-image:url("chrome://communicator/skin/lock.gif"); + } + +#security-button[level="low"] + { + list-style-image:url("chrome://communicator/skin/lock.gif"); + } + +#security-button[level="broken"] + { + list-style-image:url("chrome://communicator/skin/broken.gif"); + } + diff --git a/EarlyBlue/communicator/skin/sidebar/customize.css b/EarlyBlue/communicator/skin/sidebar/customize.css new file mode 100755 index 00000000..482ba77f --- /dev/null +++ b/EarlyBlue/communicator/skin/sidebar/customize.css @@ -0,0 +1,88 @@ +/* -*- 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 { + text-align: center; +} diff --git a/EarlyBlue/communicator/skin/sidebar/list-down-dis.gif b/EarlyBlue/communicator/skin/sidebar/list-down-dis.gif new file mode 100755 index 00000000..a77508c4 Binary files /dev/null and b/EarlyBlue/communicator/skin/sidebar/list-down-dis.gif differ diff --git a/EarlyBlue/communicator/skin/sidebar/list-down.gif b/EarlyBlue/communicator/skin/sidebar/list-down.gif new file mode 100755 index 00000000..871ab53d Binary files /dev/null and b/EarlyBlue/communicator/skin/sidebar/list-down.gif differ diff --git a/EarlyBlue/communicator/skin/sidebar/list-up-dis.gif b/EarlyBlue/communicator/skin/sidebar/list-up-dis.gif new file mode 100755 index 00000000..a68ae382 Binary files /dev/null and b/EarlyBlue/communicator/skin/sidebar/list-up-dis.gif differ diff --git a/EarlyBlue/communicator/skin/sidebar/list-up.gif b/EarlyBlue/communicator/skin/sidebar/list-up.gif new file mode 100755 index 00000000..614ad37c Binary files /dev/null and b/EarlyBlue/communicator/skin/sidebar/list-up.gif differ diff --git a/EarlyBlue/communicator/skin/sidebar/preview.css b/EarlyBlue/communicator/skin/sidebar/preview.css new file mode 100755 index 00000000..0ade5ba0 --- /dev/null +++ b/EarlyBlue/communicator/skin/sidebar/preview.css @@ -0,0 +1,36 @@ +/* -*- 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 Preview dialog. +*/ + +iframe#previewframe { + min-width: 10px; + min-height: 10px; + width: 162px; + height: 300px; + border: none; + margin: 0px; +} + + diff --git a/EarlyBlue/communicator/skin/sidebar/sidebar-close-hover.gif b/EarlyBlue/communicator/skin/sidebar/sidebar-close-hover.gif new file mode 100755 index 00000000..be478ac8 Binary files /dev/null and b/EarlyBlue/communicator/skin/sidebar/sidebar-close-hover.gif differ diff --git a/EarlyBlue/communicator/skin/sidebar/sidebar-close.gif b/EarlyBlue/communicator/skin/sidebar/sidebar-close.gif new file mode 100755 index 00000000..f0835fc5 Binary files /dev/null and b/EarlyBlue/communicator/skin/sidebar/sidebar-close.gif differ diff --git a/EarlyBlue/communicator/skin/sidebar/sidebar-icon.gif b/EarlyBlue/communicator/skin/sidebar/sidebar-icon.gif new file mode 100755 index 00000000..a872bc91 Binary files /dev/null and b/EarlyBlue/communicator/skin/sidebar/sidebar-icon.gif differ diff --git a/EarlyBlue/communicator/skin/sidebar/sidebar-open-hover.gif b/EarlyBlue/communicator/skin/sidebar/sidebar-open-hover.gif new file mode 100755 index 00000000..808c2da9 Binary files /dev/null and b/EarlyBlue/communicator/skin/sidebar/sidebar-open-hover.gif differ diff --git a/EarlyBlue/communicator/skin/sidebar/sidebar-open.gif b/EarlyBlue/communicator/skin/sidebar/sidebar-open.gif new file mode 100755 index 00000000..a152b5a5 Binary files /dev/null and b/EarlyBlue/communicator/skin/sidebar/sidebar-open.gif differ diff --git a/EarlyBlue/communicator/skin/sidebar/sidebar.css b/EarlyBlue/communicator/skin/sidebar/sidebar.css new file mode 100755 index 00000000..61c81042 --- /dev/null +++ b/EarlyBlue/communicator/skin/sidebar/sidebar.css @@ -0,0 +1,164 @@ +/* + * 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 + */ + +/* +#sidebar-splitter { + margin-right: 0px; + margin-top: 0px; + padding: 0px; + border: none; + min-width: 10px; + border-left: 1px solid #9999CC; + border-right: 1px solid #9999CC; + background-color: #CCD0DD; + -moz-binding: url("chrome://communicator/skin/sidebar/sidebarSplitterBindings.xml#sidebar-splitter"); +} +*/ + +/* +#sidebar-status-grippy { + padding: 2px 2px 2px 0px; + background-color: #CCD0DD; + background-image: + url("chrome://communicator/skin/sidebar/sidebar-open.gif"); +} +#sidebar-status-grippy:hover { + background-image: + url("chrome://communicator/skin/sidebar/sidebar-open-hover.gif"); +} +#sidebar-status-grippy[open="true"] { + background-image: + url("chrome://communicator/skin/sidebar/sidebar-close.gif"); +} +#sidebar-status-grippy[open="true"]:hover { + background-image: + url("chrome://communicator/skin/sidebar/sidebar-close-hover.gif"); +} +*/ + +/**/ + +#sidebar-box { + margin-top: 0px; + border: none; + border-bottom: 0px solid #CCD0DD; +} + +.text-panel-loading { + margin: 5px 0px; +} +.image-panel-loading { + margin: 5px; + list-style-image: url("chrome://global/skin/loading.gif"); +} + +/* + * Sidebar and Panel title buttons + */ +.sidebarheader-main { + color: #CCD0DD; + background-color: #666699; + border: 0px !important; + padding-left: 4px; +} +.sidebarheader-main > .sidebar-header-text { + font-weight: bold; + margin: 2px; +} + +#sidebar-panel-picker > .menubutton-internal-box > .menubutton-single-icon + { + list-style-image : url(chrome://global/skin/mb-single-arrow-right.gif); + } + +/** + * texttab folder lookalike e.g. for sidebar panel headers + */ + .box-texttab + { + -moz-binding : url("chrome://communicator/content/sidebar/sidebarBindings.xml#texttab"); + background-color : #CCD0DD; + padding-top : 2px; + } + + .box-texttab[selected="true"] + { + border-bottom : 1px solid #FFFFFF; + } + + .box-texttab[top-panel="true"] + { + background-color : #666699; + } + + .box-texttab[first-panel-after-selected="true"] + { + background-color : #FFFFFF; + } + + .box-texttab-right-space + { + width : 30px; + border-bottom : 1px solid #000000; + } + + .box-texttab[last-panel="true"] > .box-texttab-right-space + { + border-bottom : none; + } + + .box-texttab[last-panel="true"][selected="true"] > .box-texttab-right-space + { + border-bottom : 1px solid #000000; + } + + .box-texttab-left + { + list-style-image : url("chrome://global/skin/tab-leftedge.gif"); + } + + .box-texttab-right + { + list-style-image : url("chrome://global/skin/tab-rightedge.gif"); + } + + .box-texttab[selected="true"] > .box-texttab-left + { + list-style-image : url("chrome://global/skin/seltab-leftedge.gif"); + } + + .box-texttab[selected="true"] > .box-texttab-right + { + list-style-image : url("chrome://global/skin/seltab-rightedge.gif"); + } + + .box-texttab-text-container + { + border-top : 1px solid #000000; + background-color : #CCD0DD; + } + + .box-texttab[selected="true"] > .box-texttab-text-container + { + background-color : #FFFFFF; + font-weight : bold; + } + \ No newline at end of file diff --git a/EarlyBlue/communicator/skin/sidebar/sidebarBindings.xml b/EarlyBlue/communicator/skin/sidebar/sidebarBindings.xml new file mode 100755 index 00000000..fe4f2b06 --- /dev/null +++ b/EarlyBlue/communicator/skin/sidebar/sidebarBindings.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/EarlyBlue/communicator/skin/sidebar/sidebarSplitterBindings.xml b/EarlyBlue/communicator/skin/sidebar/sidebarSplitterBindings.xml new file mode 100755 index 00000000..bffc86f2 --- /dev/null +++ b/EarlyBlue/communicator/skin/sidebar/sidebarSplitterBindings.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/EarlyBlue/communicator/skin/splitter.css b/EarlyBlue/communicator/skin/splitter.css new file mode 100755 index 00000000..22788bb2 --- /dev/null +++ b/EarlyBlue/communicator/skin/splitter.css @@ -0,0 +1,133 @@ +/******* Splitters *******/ + +splitter { + border: none; + cursor: e-resize; + min-width: 10px; + min-height: 10px; +} + +splitter[state="dragging"] +{ + background-color: gray; +} + +grippy { + margin: 0px; + border: 1px outset #CCD0DD; + padding: 0px; + background-color: #CCCCCC; + background-image: url("chrome://global/skin/grippy-vertical-before.gif"); + background-repeat: no-repeat; + background-position: 50% 50%; + cursor: pointer; +} + +splitter[state="collapsed"] > grippy + { + background-image : url("chrome://global/skin/grippy-vertical-after.gif"); + } + +grippy:hover + { + background-color : #99CCFF; + } + +grippy:hover:active{ + background-color: #99CCFF; +} + +box[orient="vertical"] > splitter > grippy, +window[orient="vertical"] > splitter > grippy { + /* a horizontal splitter */ + background-image: url("chrome://global/skin/grippy-horizontal-after.gif"); + width: 120px; + height:8px; + } + +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, +box > splitter > grippy { + /* a vertical splitter */ + width: 8px; + height: 120px; +} + +box[orient="vertical"] > splitter, +window[orient="vertical"] > splitter, +rows > splitter { + /* a vertical splitter */ + cursor: n-resize; +} + +/* for backwards compatibility */ +box[align="vertical"]>splitter > grippy, +window[align="vertical"]>splitter > grippy { + /* a horizontal splitter */ + background-image: url("chrome://global/skin/grippy-horizontal-after.gif"); + width: 120px; + height: 8px; +} + +box[align="vertical"]>splitter[state="collapsed"] > grippy, +window[align="vertical"]>splitter[state="collapsed"] > grippy { + background-image: url("chrome://global/skin/grippy-horizontal-before.gif"); +} + +box[align="vertical"]>splitter, +window[align="vertical"]>splitter { + /* a vertical splitter */ + cursor: n-resize; +} + +/** + * gray horizontal splitter for pane views + */ +splitter.gray-horizontal-splitter { + min-height: 8px; + background-color: #CCD0DD; + border: none; + border-top: 1px solid #9999CC; + border-bottom: 1px solid #9999CC; + padding: 0px; +} + +splitter.gray-horizontal-splitter > grippy { + margin: 0px; + border: 1px outset #CCD0DD; + padding: 0px; + background-color: #CCCCCC; + background-image: url("chrome://global/skin/grippy-horizontal-after.gif"); +} + +splitter.gray-horizontal-splitter[state="collapsed"] > grippy { + background-image: url("chrome://global/skin/grippy-horizontal-before.gif"); +} + +splitter.gray-horizontal-splitter > grippy:hover { + background-color: #99CCFF; +} + +splitter.gray-horizontal-splitter > grippy:active { + border: 1px inset #CCD0DD; + background-color: #99CCFF; +} + +/* +splitter.gray-horizontal-splitter > #begincap { + min-width: 8px; + width: 8px; + background-image: url("chrome://global/skin/gray-bottomleft.gif"); + background-repeat: no-repeat; + background-position: 0% 100%; +} + +splitter.gray-horizontal-splitter > #endcap { + min-width: 8px; + width: 8px; +} +*/ \ No newline at end of file diff --git a/EarlyBlue/communicator/skin/tasksOverlay.css b/EarlyBlue/communicator/skin/tasksOverlay.css new file mode 100755 index 00000000..6dfd7509 --- /dev/null +++ b/EarlyBlue/communicator/skin/tasksOverlay.css @@ -0,0 +1,49 @@ +#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"); + } + +#taskbar + { + margin-top : 0px; + min-height : 18px; + user-focus : ignore; + } + +.taskbutton + { + margin-right : 1em !important; + } + +.taskbarspacer + { + min-width : 0.3em; + width : 1em; + } + +/* +#taskbar > toolbargrippy + { + display : none; + } +*/ \ No newline at end of file diff --git a/EarlyBlue/communicator/skin/tb-menubutton-dm-disabled.gif b/EarlyBlue/communicator/skin/tb-menubutton-dm-disabled.gif new file mode 100755 index 00000000..00769998 Binary files /dev/null and b/EarlyBlue/communicator/skin/tb-menubutton-dm-disabled.gif differ diff --git a/EarlyBlue/communicator/skin/tb-menubutton-dm.gif b/EarlyBlue/communicator/skin/tb-menubutton-dm.gif new file mode 100755 index 00000000..f981bdcf Binary files /dev/null and b/EarlyBlue/communicator/skin/tb-menubutton-dm.gif differ diff --git a/EarlyBlue/communicator/skin/toolbar.css b/EarlyBlue/communicator/skin/toolbar.css new file mode 100755 index 00000000..13e16349 --- /dev/null +++ b/EarlyBlue/communicator/skin/toolbar.css @@ -0,0 +1,73 @@ + +/******* ToolBox & ToolBar *******/ + +toolbar + { + background-color : #CCD0DD; + border-bottom : 1px solid #9999CC; + border-right : 1px solid #9999CC; + } + +toolbargrippy + { + background-color : #666699; + background-image : url("chrome://global/skin/taskbar-tab.gif"); + background-repeat : no-repeat; + border : 1px solid #999999; + width : 10px; + min-height : 10px; + } + +toolbar[collapsed="true"] + { + min-height : 0px; + } + +toolbar[collapsed="true"] > toolbargrippy + { + width : 30px; + } + +toolbargrippy:hover + { + background-color : #9999CC !important; + background-image : url("chrome://global/skin/taskbar-tab-hover.gif") !important; + } + + +.toolbar-primary + { + background-color : #CCD0DD; + padding : 0px; + min-height : 40px; + border : none; + border-bottom : 1px solid #9999CC; + border-right : 1px solid #9999CC; + } + +.toolbar-primary > toolbargrippy, .toolbar-standard > toolbargrippy + { + background-color : #666699; + background-image : url("chrome://global/skin/taskbar-tab.gif"); + background-repeat : no-repeat; + border : 1px solid #999999; + } + +.toolbar-standard + { + color : white; + background-color : #666699; + padding : 0px; + margin : 0px; + border : none; + min-height : 40px; + } + +toolbarseparator { + background-color : #666699; + margin-left : 1px; + margin-right : 1px; + margin-top : 4px; + margin-bottom : 4px; + width : 1px; +} \ No newline at end of file diff --git a/EarlyBlue/communicator/skin/unlock.gif b/EarlyBlue/communicator/skin/unlock.gif new file mode 100755 index 00000000..41916dca Binary files /dev/null and b/EarlyBlue/communicator/skin/unlock.gif differ diff --git a/EarlyBlue/communicator/skin/wallet/CookieViewer.css b/EarlyBlue/communicator/skin/wallet/CookieViewer.css new file mode 100755 index 00000000..6f03c0ab --- /dev/null +++ b/EarlyBlue/communicator/skin/wallet/CookieViewer.css @@ -0,0 +1,91 @@ +window { + background-color: #CCCCCC; +} + +box.tabpanel { + 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; +} diff --git a/EarlyBlue/communicator/skin/wallet/SignonViewer.css b/EarlyBlue/communicator/skin/wallet/SignonViewer.css new file mode 100755 index 00000000..542207f4 --- /dev/null +++ b/EarlyBlue/communicator/skin/wallet/SignonViewer.css @@ -0,0 +1,91 @@ +window { + background-color: #CCCCCC; +} + +box.tabpanel { + 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; +} \ No newline at end of file diff --git a/EarlyBlue/communicator/skin/wallet/WalletEditor.css b/EarlyBlue/communicator/skin/wallet/WalletEditor.css new file mode 100755 index 00000000..6f03c0ab --- /dev/null +++ b/EarlyBlue/communicator/skin/wallet/WalletEditor.css @@ -0,0 +1,91 @@ +window { + background-color: #CCCCCC; +} + +box.tabpanel { + 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; +} diff --git a/EarlyBlue/communicator/skin/wallet/wallet.css b/EarlyBlue/communicator/skin/wallet/wallet.css new file mode 100755 index 00000000..c7ca1b79 --- /dev/null +++ b/EarlyBlue/communicator/skin/wallet/wallet.css @@ -0,0 +1 @@ +@import(chrome://global/skin); diff --git a/EarlyBlue/communicator/skin/xpinstall/xpinstall.css b/EarlyBlue/communicator/skin/xpinstall/xpinstall.css new file mode 100755 index 00000000..3e57c3a7 --- /dev/null +++ b/EarlyBlue/communicator/skin/xpinstall/xpinstall.css @@ -0,0 +1,113 @@ +/* + * 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; +} + +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 : 2em; +} + +spring#horizontalLargeSpacer { + width : 10em; +} + +.headline { + font-size : 2em; + margin : 4px; + font-weight : bold; +} \ No newline at end of file diff --git a/EarlyBlue/editor/skin/EdImageMap.css b/EarlyBlue/editor/skin/EdImageMap.css new file mode 100755 index 00000000..385b6319 --- /dev/null +++ b/EarlyBlue/editor/skin/EdImageMap.css @@ -0,0 +1,89 @@ +/* + * 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) 2000 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + * Dan Haddix + * Brian King + */ + +toolbar#toolbox { + margin :0px; + padding: 4px; 0px; 0px; 0px; +} + +toolbar#toolbox button.tool:active { + margin: 2px 0px 0px 2px; +} + +toolbar#toolbox button.tool[toggled="1"] { + margin: 2px 0px 0px 2px; + border: 1px white inset; +} + +toolbar#toolbox button.tool { + border: 1px solid transparent; + margin: 1px 1px 1px 1px; + padding: 2px; + text-decoration: none; + color: inherit; +} + +toolbar.toolbox > toolbargrippy { + visibility: collapse; +} + +#pointerButton { + list-style-image:url("chrome://editor/skin/images/Map_pointerTool.gif"); +} + +#rectButton { + list-style-image:url("chrome://editor/skin/images/Map_rectangleTool.gif"); +} + +#cirButton { + list-style-image:url("chrome://editor/skin/images/Map_circleTool.gif"); +} + +#polyButton { + list-style-image:url("chrome://editor/skin/images/Map_polygonTool.gif"); +} + +#cutButton { + list-style-image:url("chrome://editor/skin/images/Map_Cut.gif"); +} + +#copyButton { + list-style-image:url("chrome://editor/skin/images/Map_Copy.gif"); +} + +#pasteButton { + list-style-image:url("chrome://editor/skin/images/Map_Paste.gif"); +} + +#zoomInButton { + list-style-image:url("chrome://editor/skin/images/Map_zoomIn.gif"); +} + +#zoomOutButton { + list-style-image:url("chrome://editor/skin/images/Map_zoomOut.gif"); +} + +#contrastButton { + list-style-image:url("chrome://editor/skin/images/Map_contrast.gif"); +} diff --git a/EarlyBlue/editor/skin/EdImageMapPage.css b/EarlyBlue/editor/skin/EdImageMapPage.css new file mode 100755 index 00000000..569736b3 --- /dev/null +++ b/EarlyBlue/editor/skin/EdImageMapPage.css @@ -0,0 +1,42 @@ +/* + * 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) 2000 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + * Dan Haddix + * Brian King + */ + +.rect {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1 solid #0000ff;} +.cir {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1 solid #00ff00; -moz-border-radius: 50%;} +.poly {position:absolute; top:0px; left:0px; height:100%; width:100%;} +.point {position:absolute; top:1px; left:1px; height:3px; width:3px; background-color:#ff0000;} +.pointStart {position:absolute; top:1px; left:1px; height:3px; width:3px; background-color:#8000ff;} +.handletl {position:absolute; top:-5px; left:-5px; height:5px; width:5px; background-color:#ff00ff;} +.handletr {position:absolute; top:-5px; left:100%; height:5px; width:5px; background-color:#ff00ff;} +.handlebl {position:absolute; top:100%; left:-5px; height:5px; width:5px; background-color:#ff00ff;} +.handlebr {position:absolute; top:100%; left:100%; height:5px; width:5px; background-color:#ff00ff;} +.handlel {position:absolute; top:48%; left:-5px; height:5px; width:5px; background-color:#ff00ff;} +.handler {position:absolute; top:48%; left:100%; height:5px; width:5px; background-color:#ff00ff;} +.handlet {position:absolute; top:-5px; left:48%; height:5px; width:5px; background-color:#ff00ff;} +.handleb {position:absolute; top:100%; left:48%; height:5px; width:5px; background-color:#ff00ff;} +#marquee {position:absolute; top:1px; left:-5px; height:-5px; width:1px; border: 1 dashed #0000ff; z-index:10000; visibility: hidden;} +#bgDiv {position:absolute; top:0px; left:0px; width:1; background:url("chrome://editor/skin/images/Map_checker.gif"); background-color: white; cursor: inherit;} +BODY {background-color:appworkspace; height: 100%;} +HTML {height: 100%;} +IMG {opacity: .99;} diff --git a/EarlyBlue/editor/skin/EditorDialog.css b/EarlyBlue/editor/skin/EditorDialog.css new file mode 100755 index 00000000..75679904 --- /dev/null +++ b/EarlyBlue/editor/skin/EditorDialog.css @@ -0,0 +1,255 @@ +/* + * 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 { + vertical-align: middle: +} + +.bold { + font-weight: bold; +} + +.italic { + font-style: italic; +} + +.larger { + font-size: 120%; +} + + +.narrow { + width: 3em; +} + +.align-right { + text-align: right; +} + +.wrap { + width: 1em; +} +/* end of "should be in global.css" */ + +.color-well { + width:20px; + height: 1em; + border: 1px inset #CCD0DD; + /* Background color is set at runtime */ +} + +.color-well[default="true"] { + border: 1px solid transparent; + background-color: inherit; +} + +.popup-trigger { + list-style-image: url(chrome://global/skin/scroll-down.gif); +} + +/* temporary -- we need a simple box-based list defined in XBL */ +tree.list { + border: 1px inset #CCD0DD; + /* same as in menulist.css */ + margin: 1px 5px 2px 5px; + width: 10em; + height: 3em; + /* use rows="#" in XUL to define height */ +} + +#ColorPreview { + border: 1px inset #CCD0DD; + margin-left: 10px; + padding-left: 5px; + padding-right: 5px; + min-width: 100px; + min-height: 50px; +} + +#alignTypeSelect,label#alignLabel { + margin-left: 5px; +} + +#MoreFewerButton[more="0"] { + list-style-image: url(chrome://global/skin/scroll-down.gif); + /* bug 9459 - changing button text doesn't resize width. + This covers that problem, but we want this size anyway */ + min-width: 10em; +} + +#MoreFewerButton[more="1"] { + list-style-image: url(chrome://global/skin/scroll-up.gif); + min-width: 10em; +} + +#PreviousButton { + list-style-image: url(chrome://global/skin/arrow-left.gif); +} + +#NextButton { + list-style-image: url(chrome://global/skin/arrow-right.gif); +} + +#PreviousButton[type="row"] { + list-style-image: url(chrome://global/skin/arrow-up.gif); +} + +#NextButton[type="row"] { + list-style-image: url(chrome://global/skin/arrow-down.gif); +} + +#MisspelledWord { + font-weight: bold; +} + +/* For a column of right-aligned text before + a column of input fields, e.g., InsertTable dialog +*/ +.right { + /* doesn't work yet! must use align="right" in */ + text-align: right; +} + +/* use outset shape for a button look */ +.colorpicker { + border: 1px outset #CCD0DD; + /* This should be the same as for textfield */ + margin-left: 4px; + /* For a little extra space between buttons */ + margin-bottom: 2px; +} + + +.colorpicker:active { + border: 1px inset #CCD0DD; +} + +/* THIS SHOULD BE IN GLOBAL.CSS */ +.smallspacer { + width: 3px; + height: 3px; + min-width: 3px; + min-height: 3px; +} + +.spacer { + width: 5px; + height: 5px; + min-width: 5px; + min-height: 5px; +} + +.bigspacer { + width: 10px; + height: 10px; + min-width: 10px; + min-height: 10px; +} + +#img-align-top { + list-style-image:url("chrome://editor/skin/images/img-align-top.gif"); +} +#img-align-middle { + list-style-image:url("chrome://editor/skin/images/img-align-middle.gif"); +} +#img-align-bottom { + list-style-image:url("chrome://editor/skin/images/img-align-bottom.gif"); +} +#img-align-right { + list-style-image:url("chrome://editor/skin/images/img-align-right.gif"); +} +#img-align-left { + list-style-image:url("chrome://editor/skin/images/img-align-left.gif"); +} + +/* Rest are from Ben Goodger for Advanced Edit dialog + These need reviewing and eliminate all but essential attributes */ +/* Have made some mods and eliminated some unnecessary portions. + hope to merge most of the treecell formatting into global as some of + this "property list" style treecell formatting is used by cookie/signon + viewers. */ + + +#tagLabel { + font-weight: bold; +} + +/* styles for an attribute tree-table */ +tree.AttributesTree { + min-width : 200px; + min-height: 200px; +} + +tree.AttributesTree > treechildren > treeitem > treerow > treecell.value { + padding-left : 0px; + padding-top : 0px; + padding-bottom : 0px; + padding-right : 0px; + margin-left : 0px; +} + +input.AttributesCell { + border: none; + width: 100%; + background-color: #FFFFFF; + font-weight: normal; + border: none; + outline: none; + margin: 0px; + width: 100%; +} + +treecell > input { + margin: 0px; + background-color: #E5E5E5 ! important; +} + diff --git a/EarlyBlue/editor/skin/EditorToolbars.css b/EarlyBlue/editor/skin/EditorToolbars.css new file mode 100755 index 00000000..3c5eecfe --- /dev/null +++ b/EarlyBlue/editor/skin/EditorToolbars.css @@ -0,0 +1,438 @@ +/* + * 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 { + border-bottom: 1px solid #9999CC; +} + +.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 CCCCDD; +} + +/* THIS DOESN'T WORK ON ! */ +.center { + text-align: center; +} + +/* end of SHOULD GO IN GLOBAL */ + +#EditModeToolbar { + padding: 0px; + /* Same as "standard" toolbar background */ + border-top: 1px solid #9999CC; + border-bottom: none; + margin-bottom: 0px; + min-width: 1px; + color: #000000; + background-color: #CCD0DD; + overflow: hidden; +} +/* +#EditModeToolbar > toolbargrippy { + height: 100%; +} +*/ +/* BORDERS ARE NOT WORKING! global class="plain" is fighting us! */ +/* !important in for now as a workaround to above problem! */ +button.edit-mode:hover, button.edit-mode:hover:active, +button.edit-mode { + -moz-border-radius: 0px 0px 7px 7px; + padding: 0px 4px 1px 4px; + margin: 0px; + color: #CCD0DD; + background-color: #666699; + border-top: 1px solid #666699 !important; /* Must be same as background */ + border-bottom: 1px solid #9999CC !important; + border-left: 1px solid #9999CC !important; + border-right: 1px solid #9999CC !important; +} + +button.edit-mode > .button-internal-box, +button.edit-mode:hover > .button-internal-box, +button.edit-mode:hover:active > .button-internal-box { + border: none; +} + +button.edit-mode:hover { + border: 1px solid #3366FF !important; +} + +button.edit-mode:hover:active { + padding: 1px 5px 0px 3px; + border: 1px solid #99CCFF !important; +} + +button.edit-mode[selected="1"] { + padding: 0px 4px 1px 4px; + margin: -1px 0px 0px 0px; +/* Not resizing well! - use color instead + font-weight: bold; +*/ + background-color: #FFFFFF; + color: #000000; +} + +button.edit-mode[selected="1"]:active, +button.edit-mode[selected="1"]:hover:active { + padding: 1px 5px 0px 3px; +} + +#NormalModeButton[type="image"] { + list-style-image:url(chrome://editor/skin/images/editmode-normal.gif); +} + +#TagModeButton[type="image"] { + list-style-image:url(chrome://editor/skin/images/editmode-tags.gif); +} +#SourceModeButton[type="image"] { + list-style-image:url(chrome://editor/skin/images/editmode-html.gif); +} +#PreviewModeButton[type="image"] { + list-style-image:url(chrome://editor/skin/images/editmode-preview.gif); +} +#ToggleEditModeType { + list-style-image:url(chrome://editor/skin/images/editmode-toggle.gif); + border: 1px outset #CCD0DD; +} + +#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); +} + +#italicButton { + list-style-image:url(chrome://editor/skin/images/italic.gif); +} + +#underlineButton { + list-style-image:url(chrome://editor/skin/images/underline.gif); +} + +#newButton { + list-style-image:url("chrome://editor/skin/images/newfile.gif"); +} +#newButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/newfile_dis.gif"); +} + +#openButton { + list-style-image:url("chrome://editor/skin/images/openfile.gif"); +} +#openButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/openfile_dis.gif"); +} + +#saveButton { + list-style-image:url("chrome://editor/skin/images/savefile.gif"); +} +#saveButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/savefile_dis.gif"); +} +#saveButton[dirty="true"] { + list-style-image:url(chrome://editor/skin/images/savemod.gif); +} + +#publishButton { + list-style-image:url("chrome://editor/skin/images/publish.gif"); +} + +#previewButton { + list-style-image:url("chrome://editor/skin/images/preview.gif"); +} +#previewButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/preview_dis.gif"); +} + +#printButton + { + list-style-image : url("chrome://editor/skin/images/print.gif"); + } +#printButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/print_dis.gif"); +} + +#findButton { + list-style-image:url("chrome://editor/skin/images/find.gif"); +} +#findButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/find_dis.gif"); +} + +#linkButton { + list-style-image:url("chrome://editor/skin/images/link.gif"); +} +#linkButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/link_dis.gif"); +} + +#imageButton { + list-style-image:url("chrome://editor/skin/images/image.gif"); +} +#imageButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/image_dis.gif"); +} + +#namedAnchorButton { + list-style-image:url("chrome://editor/skin/images/anchor.gif"); +} +#namedAnchorButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/anchor_dis.gif"); +} + +#hlineButton { + list-style-image:url("chrome://editor/skin/images/hline.gif"); +} +#hlineButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/hline_dis.gif"); +} + +#tableButton { + list-style-image:url("chrome://editor/skin/images/table.gif"); +} +#tableButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/table_dis.gif"); +} + +#linkButton-dark { + list-style-image:url("chrome://editor/skin/images/link.gif"); +} +#imageButton-dark { + list-style-image:url("chrome://editor/skin/images/image.gif"); +} +#namedAnchorButton-dark { + list-style-image:url("chrome://editor/skin/images/anchor.gif"); +} +#hlineButton-dark { + list-style-image:url("chrome://editor/skin/images/hline.gif"); +} +#tableButton-dark { + list-style-image:url("chrome://editor/skin/images/table.gif"); +} +#spellingButton { + list-style-image:url("chrome://editor/skin/images/spell.gif"); +} + +#DecreaseFontSizeButton { + list-style-image:url("chrome://editor/skin/images/dec-font-size.gif"); +} + +#IncreaseFontSizeButton { + list-style-image:url("chrome://editor/skin/images/inc-font-size.gif"); +} + +#ulButton { + list-style-image:url("chrome://editor/skin/images/bullets.gif"); +} +#olButton { + list-style-image:url("chrome://editor/skin/images/numbers.gif"); +} +#outdentButton { + list-style-image:url("chrome://editor/skin/images/outdent.gif"); +} +#outdentButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/outdent_dis.gif"); +} + +#indentButton { + list-style-image:url("chrome://editor/skin/images/indent.gif"); +} + +#FormatToolbar > button, +#FormatToolbar > button:hover, +#FormatToolbar > button:active, +#FormatToolbar > button[disabled="true"] { + margin: 0px 3px 0px 0px; + border: none; + min-width: 23px; + min-height: 23px; +} +#FormatToolbar > button > .button-internal-box { + margin: 0px; + padding: 1px; + border: 1px solid transparent; + text-align: center; +} +#FormatToolbar > button:hover > .button-internal-box { + border: 1px outset #CCD0DD; +} +#FormatToolbar > button:active > .button-internal-box { + padding: 2px 0px 0px 2px; + border: 1px inset #CCD0DD; +} +#FormatToolbar > button[disabled="true"] > .button-internal-box { + border: 1px solid transparent; +} + +#FormatToolbar > button > .button-internal-box > .button-text-container + { + display : none; + } + +#ParagraphSelect { + margin-top: 2px; +} + +#AlignPopupButton { + list-style-image:url("chrome://editor/skin/images/align.gif"); +} + +#AlignPopupButton > .button-internal-box { + border:1px solid transparent; +} +#AlignPopupButton:hover > .button-internal-box { + border:1px outset #CCD0DD; +} +#AlignPopupButton:active > .button-internal-box, +#AlignPopupButton[open="true"] > .button-internal-box { + border:1px inset #CCD0DD; +} + +#InsertPopupButton { + list-style-image:url("chrome://editor/skin/images/object-popup.gif"); +} + +#text-align-left, +#align-left-button + { + list-style-image : url("chrome://editor/skin/images/left.gif"); + } + +#text-align-left[disabled="true"], +#text-align-left[disabled="true"]:hover, +#text-align-left[disabled="true"]:hover:active, +#align-left-button[disabled="true"], +#align-left-button[disabled="true"]:hover, +#align-left-button[disabled="true"]:hover:active, + { + list-style-image : url("chrome://editor/skin/images/left-disabled.gif"); + } + +#text-align-center, +#align-center-button + { + list-style-image : url("chrome://editor/skin/images/center.gif"); + } + +#text-align-center[disabled="true"], +#text-align-center[disabled="true"]:hover, +#text-align-center[disabled="true"]:hover:active, +#align-center-button[disabled="true"], +#align-center-button[disabled="true"]:hover, +#align-center-button[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/center-disabled.gif"); + } + +#text-align-right, +#align-right-button + { + list-style-image : url("chrome://editor/skin/images/right.gif"); + } + +#text-align-right[disabled="true"], +#text-align-right[disabled="true"]:hover, +#text-align-right[disabled="true"]:hover:active +#align-right-button[disabled="true"], +#align-right-button[disabled="true"]:hover, +#align-right-button[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/right-disabled.gif"); + } + +#text-align-justify, #align-justify-button + { + list-style-image : url("chrome://editor/skin/images/justify.gif"); + } + +#text-align-justify[disabled="true"], +#text-align-justify[disabled="true"]:hover, +#text-align-justify[disabled="true"]:hover:active +#align-justify-button[disabled="true"], +#align-justify-button[disabled="true"]:hover, +#align-justify-button[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/justify-disabled.gif"); + } + +.ColorPickerLabel { + border: 1px inset white; + margin: 0px; + padding: 2px; + text-align: center; +} + +/* TODO: How to make inset color skinable? */ +.color-button { + border: 1px inset #CCD0DD; + padding: 0px; + width: 19px; + height: 19px; + margin: 1px; +} + +.color-button:hover { + border: 1px solid #666699; +} + +#TextColorPopupButton { + margin: 2px 9px 9px 2px; + /* TEMP: Set color here. TODO: Set color from page */ + background-color: #AA0000; +} + +#BackColorPopupButton { + margin: 9px 2px 2px 9px; + /* TEMP: Set color here. TODO: Set color from page */ + background-color: #FFFF00; +} diff --git a/EarlyBlue/editor/skin/editor.css b/EarlyBlue/editor/skin/editor.css new file mode 100755 index 00000000..0b848db7 --- /dev/null +++ b/EarlyBlue/editor/skin/editor.css @@ -0,0 +1,41 @@ +/* + * 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): + */ + +@import url(chrome://communicator/skin/); +@import url(chrome://communicator/skin/sidebar/sidebar.css); +/* Note: most of our styles are in EditorToolbars.css + in order to share with all users of editor +*/ + +#content-frame { + min-width: 10px; + min-height: 10px; + height: 400px; +} + +.source-editor, .source-editor:focus { + margin: 0px 5px 5px 0px; + border: 0px; + /* Scroll bars are in content, + so we can't use right and bottom padding! */ + padding: 5px 0px 0px 5px; +} diff --git a/EarlyBlue/editor/skin/images/Map_Copy.gif b/EarlyBlue/editor/skin/images/Map_Copy.gif new file mode 100755 index 00000000..38e33ca8 Binary files /dev/null and b/EarlyBlue/editor/skin/images/Map_Copy.gif differ diff --git a/EarlyBlue/editor/skin/images/Map_Cut.gif b/EarlyBlue/editor/skin/images/Map_Cut.gif new file mode 100755 index 00000000..d1f6502b Binary files /dev/null and b/EarlyBlue/editor/skin/images/Map_Cut.gif differ diff --git a/EarlyBlue/editor/skin/images/Map_Paste.gif b/EarlyBlue/editor/skin/images/Map_Paste.gif new file mode 100755 index 00000000..9a359e08 Binary files /dev/null and b/EarlyBlue/editor/skin/images/Map_Paste.gif differ diff --git a/EarlyBlue/editor/skin/images/Map_checker.gif b/EarlyBlue/editor/skin/images/Map_checker.gif new file mode 100755 index 00000000..e5e886d9 Binary files /dev/null and b/EarlyBlue/editor/skin/images/Map_checker.gif differ diff --git a/EarlyBlue/editor/skin/images/Map_circleTool.gif b/EarlyBlue/editor/skin/images/Map_circleTool.gif new file mode 100755 index 00000000..9afab661 Binary files /dev/null and b/EarlyBlue/editor/skin/images/Map_circleTool.gif differ diff --git a/EarlyBlue/editor/skin/images/Map_contrast.gif b/EarlyBlue/editor/skin/images/Map_contrast.gif new file mode 100755 index 00000000..0d9d0a3d Binary files /dev/null and b/EarlyBlue/editor/skin/images/Map_contrast.gif differ diff --git a/EarlyBlue/editor/skin/images/Map_pointerTool.gif b/EarlyBlue/editor/skin/images/Map_pointerTool.gif new file mode 100755 index 00000000..73df3a85 Binary files /dev/null and b/EarlyBlue/editor/skin/images/Map_pointerTool.gif differ diff --git a/EarlyBlue/editor/skin/images/Map_polygonTool.gif b/EarlyBlue/editor/skin/images/Map_polygonTool.gif new file mode 100755 index 00000000..01bfe8ef Binary files /dev/null and b/EarlyBlue/editor/skin/images/Map_polygonTool.gif differ diff --git a/EarlyBlue/editor/skin/images/Map_rectangleTool.gif b/EarlyBlue/editor/skin/images/Map_rectangleTool.gif new file mode 100755 index 00000000..4b09f97d Binary files /dev/null and b/EarlyBlue/editor/skin/images/Map_rectangleTool.gif differ diff --git a/EarlyBlue/editor/skin/images/Map_zoomIn.gif b/EarlyBlue/editor/skin/images/Map_zoomIn.gif new file mode 100755 index 00000000..91e3e725 Binary files /dev/null and b/EarlyBlue/editor/skin/images/Map_zoomIn.gif differ diff --git a/EarlyBlue/editor/skin/images/Map_zoomOut.gif b/EarlyBlue/editor/skin/images/Map_zoomOut.gif new file mode 100755 index 00000000..14eee01e Binary files /dev/null and b/EarlyBlue/editor/skin/images/Map_zoomOut.gif differ diff --git a/EarlyBlue/editor/skin/images/align.gif b/EarlyBlue/editor/skin/images/align.gif new file mode 100755 index 00000000..fd016556 Binary files /dev/null and b/EarlyBlue/editor/skin/images/align.gif differ diff --git a/EarlyBlue/editor/skin/images/anchor-in-doc.gif b/EarlyBlue/editor/skin/images/anchor-in-doc.gif new file mode 100755 index 00000000..79a53bb5 Binary files /dev/null and b/EarlyBlue/editor/skin/images/anchor-in-doc.gif differ diff --git a/EarlyBlue/editor/skin/images/anchor.gif b/EarlyBlue/editor/skin/images/anchor.gif new file mode 100755 index 00000000..07d58592 Binary files /dev/null and b/EarlyBlue/editor/skin/images/anchor.gif differ diff --git a/EarlyBlue/editor/skin/images/anchor_dis.gif b/EarlyBlue/editor/skin/images/anchor_dis.gif new file mode 100755 index 00000000..bf55b969 Binary files /dev/null and b/EarlyBlue/editor/skin/images/anchor_dis.gif differ diff --git a/EarlyBlue/editor/skin/images/bold.gif b/EarlyBlue/editor/skin/images/bold.gif new file mode 100755 index 00000000..832f3953 Binary files /dev/null and b/EarlyBlue/editor/skin/images/bold.gif differ diff --git a/EarlyBlue/editor/skin/images/bullets.gif b/EarlyBlue/editor/skin/images/bullets.gif new file mode 100755 index 00000000..1d462e97 Binary files /dev/null and b/EarlyBlue/editor/skin/images/bullets.gif differ diff --git a/EarlyBlue/editor/skin/images/center.gif b/EarlyBlue/editor/skin/images/center.gif new file mode 100755 index 00000000..85b1177a Binary files /dev/null and b/EarlyBlue/editor/skin/images/center.gif differ diff --git a/EarlyBlue/editor/skin/images/dec-font-size.gif b/EarlyBlue/editor/skin/images/dec-font-size.gif new file mode 100755 index 00000000..c2ddd2ee Binary files /dev/null and b/EarlyBlue/editor/skin/images/dec-font-size.gif differ diff --git a/EarlyBlue/editor/skin/images/div.gif b/EarlyBlue/editor/skin/images/div.gif new file mode 100755 index 00000000..0b7dc589 Binary files /dev/null and b/EarlyBlue/editor/skin/images/div.gif differ diff --git a/EarlyBlue/editor/skin/images/editmode-html.gif b/EarlyBlue/editor/skin/images/editmode-html.gif new file mode 100755 index 00000000..e0f107c4 Binary files /dev/null and b/EarlyBlue/editor/skin/images/editmode-html.gif differ diff --git a/EarlyBlue/editor/skin/images/editmode-normal.gif b/EarlyBlue/editor/skin/images/editmode-normal.gif new file mode 100755 index 00000000..dc2f6105 Binary files /dev/null and b/EarlyBlue/editor/skin/images/editmode-normal.gif differ diff --git a/EarlyBlue/editor/skin/images/editmode-preview.gif b/EarlyBlue/editor/skin/images/editmode-preview.gif new file mode 100755 index 00000000..cec09e67 Binary files /dev/null and b/EarlyBlue/editor/skin/images/editmode-preview.gif differ diff --git a/EarlyBlue/editor/skin/images/editmode-tags.gif b/EarlyBlue/editor/skin/images/editmode-tags.gif new file mode 100755 index 00000000..be650a15 Binary files /dev/null and b/EarlyBlue/editor/skin/images/editmode-tags.gif differ diff --git a/EarlyBlue/editor/skin/images/editmode-toggle.gif b/EarlyBlue/editor/skin/images/editmode-toggle.gif new file mode 100755 index 00000000..a29a3076 Binary files /dev/null and b/EarlyBlue/editor/skin/images/editmode-toggle.gif differ diff --git a/EarlyBlue/editor/skin/images/find.gif b/EarlyBlue/editor/skin/images/find.gif new file mode 100755 index 00000000..f71ae98b Binary files /dev/null and b/EarlyBlue/editor/skin/images/find.gif differ diff --git a/EarlyBlue/editor/skin/images/find_dis.gif b/EarlyBlue/editor/skin/images/find_dis.gif new file mode 100755 index 00000000..41dce71d Binary files /dev/null and b/EarlyBlue/editor/skin/images/find_dis.gif differ diff --git a/EarlyBlue/editor/skin/images/hline.gif b/EarlyBlue/editor/skin/images/hline.gif new file mode 100755 index 00000000..e7ece183 Binary files /dev/null and b/EarlyBlue/editor/skin/images/hline.gif differ diff --git a/EarlyBlue/editor/skin/images/hline_dis.gif b/EarlyBlue/editor/skin/images/hline_dis.gif new file mode 100755 index 00000000..bd485c3e Binary files /dev/null and b/EarlyBlue/editor/skin/images/hline_dis.gif differ diff --git a/EarlyBlue/editor/skin/images/hover-teal.gif b/EarlyBlue/editor/skin/images/hover-teal.gif new file mode 100755 index 00000000..fd67cfeb Binary files /dev/null and b/EarlyBlue/editor/skin/images/hover-teal.gif differ diff --git a/EarlyBlue/editor/skin/images/image-white.gif b/EarlyBlue/editor/skin/images/image-white.gif new file mode 100755 index 00000000..26428a70 Binary files /dev/null and b/EarlyBlue/editor/skin/images/image-white.gif differ diff --git a/EarlyBlue/editor/skin/images/image.gif b/EarlyBlue/editor/skin/images/image.gif new file mode 100755 index 00000000..701e819b Binary files /dev/null and b/EarlyBlue/editor/skin/images/image.gif differ diff --git a/EarlyBlue/editor/skin/images/image_dis.gif b/EarlyBlue/editor/skin/images/image_dis.gif new file mode 100755 index 00000000..4b504471 Binary files /dev/null and b/EarlyBlue/editor/skin/images/image_dis.gif differ diff --git a/EarlyBlue/editor/skin/images/img-align-bottom.gif b/EarlyBlue/editor/skin/images/img-align-bottom.gif new file mode 100755 index 00000000..32695115 Binary files /dev/null and b/EarlyBlue/editor/skin/images/img-align-bottom.gif differ diff --git a/EarlyBlue/editor/skin/images/img-align-left.gif b/EarlyBlue/editor/skin/images/img-align-left.gif new file mode 100755 index 00000000..117b93fc Binary files /dev/null and b/EarlyBlue/editor/skin/images/img-align-left.gif differ diff --git a/EarlyBlue/editor/skin/images/img-align-middle.gif b/EarlyBlue/editor/skin/images/img-align-middle.gif new file mode 100755 index 00000000..911ba464 Binary files /dev/null and b/EarlyBlue/editor/skin/images/img-align-middle.gif differ diff --git a/EarlyBlue/editor/skin/images/img-align-right.gif b/EarlyBlue/editor/skin/images/img-align-right.gif new file mode 100755 index 00000000..8e679f50 Binary files /dev/null and b/EarlyBlue/editor/skin/images/img-align-right.gif differ diff --git a/EarlyBlue/editor/skin/images/img-align-top.gif b/EarlyBlue/editor/skin/images/img-align-top.gif new file mode 100755 index 00000000..251e1862 Binary files /dev/null and b/EarlyBlue/editor/skin/images/img-align-top.gif differ diff --git a/EarlyBlue/editor/skin/images/inc-font-size.gif b/EarlyBlue/editor/skin/images/inc-font-size.gif new file mode 100755 index 00000000..c61c6452 Binary files /dev/null and b/EarlyBlue/editor/skin/images/inc-font-size.gif differ diff --git a/EarlyBlue/editor/skin/images/indent.gif b/EarlyBlue/editor/skin/images/indent.gif new file mode 100755 index 00000000..6ff1a76b Binary files /dev/null and b/EarlyBlue/editor/skin/images/indent.gif differ diff --git a/EarlyBlue/editor/skin/images/italic.gif b/EarlyBlue/editor/skin/images/italic.gif new file mode 100755 index 00000000..72ff537c Binary files /dev/null and b/EarlyBlue/editor/skin/images/italic.gif differ diff --git a/EarlyBlue/editor/skin/images/justify.gif b/EarlyBlue/editor/skin/images/justify.gif new file mode 100755 index 00000000..b190f3ea Binary files /dev/null and b/EarlyBlue/editor/skin/images/justify.gif differ diff --git a/EarlyBlue/editor/skin/images/left.gif b/EarlyBlue/editor/skin/images/left.gif new file mode 100755 index 00000000..84936fae Binary files /dev/null and b/EarlyBlue/editor/skin/images/left.gif differ diff --git a/EarlyBlue/editor/skin/images/link.gif b/EarlyBlue/editor/skin/images/link.gif new file mode 100755 index 00000000..b62d1eb1 Binary files /dev/null and b/EarlyBlue/editor/skin/images/link.gif differ diff --git a/EarlyBlue/editor/skin/images/link_dis.gif b/EarlyBlue/editor/skin/images/link_dis.gif new file mode 100755 index 00000000..8da03271 Binary files /dev/null and b/EarlyBlue/editor/skin/images/link_dis.gif differ diff --git a/EarlyBlue/editor/skin/images/newfile.gif b/EarlyBlue/editor/skin/images/newfile.gif new file mode 100755 index 00000000..8235c578 Binary files /dev/null and b/EarlyBlue/editor/skin/images/newfile.gif differ diff --git a/EarlyBlue/editor/skin/images/newfile_dis.gif b/EarlyBlue/editor/skin/images/newfile_dis.gif new file mode 100755 index 00000000..1a414ebd Binary files /dev/null and b/EarlyBlue/editor/skin/images/newfile_dis.gif differ diff --git a/EarlyBlue/editor/skin/images/numbers.gif b/EarlyBlue/editor/skin/images/numbers.gif new file mode 100755 index 00000000..5ac194fb Binary files /dev/null and b/EarlyBlue/editor/skin/images/numbers.gif differ diff --git a/EarlyBlue/editor/skin/images/object-popup.gif b/EarlyBlue/editor/skin/images/object-popup.gif new file mode 100755 index 00000000..01e383d9 Binary files /dev/null and b/EarlyBlue/editor/skin/images/object-popup.gif differ diff --git a/EarlyBlue/editor/skin/images/openfile.gif b/EarlyBlue/editor/skin/images/openfile.gif new file mode 100755 index 00000000..bb474f1c Binary files /dev/null and b/EarlyBlue/editor/skin/images/openfile.gif differ diff --git a/EarlyBlue/editor/skin/images/openfile_dis.gif b/EarlyBlue/editor/skin/images/openfile_dis.gif new file mode 100755 index 00000000..08fe7fca Binary files /dev/null and b/EarlyBlue/editor/skin/images/openfile_dis.gif differ diff --git a/EarlyBlue/editor/skin/images/outdent.gif b/EarlyBlue/editor/skin/images/outdent.gif new file mode 100755 index 00000000..03b005ac Binary files /dev/null and b/EarlyBlue/editor/skin/images/outdent.gif differ diff --git a/EarlyBlue/editor/skin/images/outdent_dis.gif b/EarlyBlue/editor/skin/images/outdent_dis.gif new file mode 100755 index 00000000..c59d55cf Binary files /dev/null and b/EarlyBlue/editor/skin/images/outdent_dis.gif differ diff --git a/EarlyBlue/editor/skin/images/preview.gif b/EarlyBlue/editor/skin/images/preview.gif new file mode 100755 index 00000000..1efbb67f Binary files /dev/null and b/EarlyBlue/editor/skin/images/preview.gif differ diff --git a/EarlyBlue/editor/skin/images/preview_dis.gif b/EarlyBlue/editor/skin/images/preview_dis.gif new file mode 100755 index 00000000..6aa185bd Binary files /dev/null and b/EarlyBlue/editor/skin/images/preview_dis.gif differ diff --git a/EarlyBlue/editor/skin/images/print.gif b/EarlyBlue/editor/skin/images/print.gif new file mode 100755 index 00000000..1eafde86 Binary files /dev/null and b/EarlyBlue/editor/skin/images/print.gif differ diff --git a/EarlyBlue/editor/skin/images/print_dis.gif b/EarlyBlue/editor/skin/images/print_dis.gif new file mode 100755 index 00000000..13108927 Binary files /dev/null and b/EarlyBlue/editor/skin/images/print_dis.gif differ diff --git a/EarlyBlue/editor/skin/images/publish.gif b/EarlyBlue/editor/skin/images/publish.gif new file mode 100755 index 00000000..5755cd6d Binary files /dev/null and b/EarlyBlue/editor/skin/images/publish.gif differ diff --git a/EarlyBlue/editor/skin/images/right.gif b/EarlyBlue/editor/skin/images/right.gif new file mode 100755 index 00000000..f6ff6ff2 Binary files /dev/null and b/EarlyBlue/editor/skin/images/right.gif differ diff --git a/EarlyBlue/editor/skin/images/savefile.gif b/EarlyBlue/editor/skin/images/savefile.gif new file mode 100755 index 00000000..599905ef Binary files /dev/null and b/EarlyBlue/editor/skin/images/savefile.gif differ diff --git a/EarlyBlue/editor/skin/images/savefile_dis.gif b/EarlyBlue/editor/skin/images/savefile_dis.gif new file mode 100755 index 00000000..30eebc6f Binary files /dev/null and b/EarlyBlue/editor/skin/images/savefile_dis.gif differ diff --git a/EarlyBlue/editor/skin/images/savemod.gif b/EarlyBlue/editor/skin/images/savemod.gif new file mode 100755 index 00000000..e64dc651 Binary files /dev/null and b/EarlyBlue/editor/skin/images/savemod.gif differ diff --git a/EarlyBlue/editor/skin/images/span.gif b/EarlyBlue/editor/skin/images/span.gif new file mode 100755 index 00000000..758a77ca Binary files /dev/null and b/EarlyBlue/editor/skin/images/span.gif differ diff --git a/EarlyBlue/editor/skin/images/spell.gif b/EarlyBlue/editor/skin/images/spell.gif new file mode 100755 index 00000000..654f9ceb Binary files /dev/null and b/EarlyBlue/editor/skin/images/spell.gif differ diff --git a/EarlyBlue/editor/skin/images/table.gif b/EarlyBlue/editor/skin/images/table.gif new file mode 100755 index 00000000..712e4ac2 Binary files /dev/null and b/EarlyBlue/editor/skin/images/table.gif differ diff --git a/EarlyBlue/editor/skin/images/table_dis.gif b/EarlyBlue/editor/skin/images/table_dis.gif new file mode 100755 index 00000000..c4e1072e Binary files /dev/null and b/EarlyBlue/editor/skin/images/table_dis.gif differ diff --git a/EarlyBlue/editor/skin/images/underline.gif b/EarlyBlue/editor/skin/images/underline.gif new file mode 100755 index 00000000..d9fa950e Binary files /dev/null and b/EarlyBlue/editor/skin/images/underline.gif differ diff --git a/EarlyBlue/global/skin/alert-icon.gif b/EarlyBlue/global/skin/alert-icon.gif new file mode 100755 index 00000000..dd31a95b Binary files /dev/null and b/EarlyBlue/global/skin/alert-icon.gif differ diff --git a/EarlyBlue/global/skin/animthrob.gif b/EarlyBlue/global/skin/animthrob.gif new file mode 100755 index 00000000..87a23e3f Binary files /dev/null and b/EarlyBlue/global/skin/animthrob.gif differ diff --git a/EarlyBlue/global/skin/animthrob_single.gif b/EarlyBlue/global/skin/animthrob_single.gif new file mode 100755 index 00000000..79e5328d Binary files /dev/null and b/EarlyBlue/global/skin/animthrob_single.gif differ diff --git a/EarlyBlue/global/skin/arrow-down.gif b/EarlyBlue/global/skin/arrow-down.gif new file mode 100755 index 00000000..c2c2c64f Binary files /dev/null and b/EarlyBlue/global/skin/arrow-down.gif differ diff --git a/EarlyBlue/global/skin/arrow-left.gif b/EarlyBlue/global/skin/arrow-left.gif new file mode 100755 index 00000000..543751ce Binary files /dev/null and b/EarlyBlue/global/skin/arrow-left.gif differ diff --git a/EarlyBlue/global/skin/arrow-right.gif b/EarlyBlue/global/skin/arrow-right.gif new file mode 100755 index 00000000..7da2d79a Binary files /dev/null and b/EarlyBlue/global/skin/arrow-right.gif differ diff --git a/EarlyBlue/global/skin/arrow-up.gif b/EarlyBlue/global/skin/arrow-up.gif new file mode 100755 index 00000000..fb0ba988 Binary files /dev/null and b/EarlyBlue/global/skin/arrow-up.gif differ diff --git a/EarlyBlue/global/skin/blank.gif b/EarlyBlue/global/skin/blank.gif new file mode 100755 index 00000000..03f6e9fd Binary files /dev/null and b/EarlyBlue/global/skin/blank.gif differ diff --git a/EarlyBlue/global/skin/box.css b/EarlyBlue/global/skin/box.css new file mode 100755 index 00000000..8771e054 --- /dev/null +++ b/EarlyBlue/global/skin/box.css @@ -0,0 +1,58 @@ + +titledbox + { + border : 2px groove #CCD0DD; + padding : 7px; + margin : 5px; + } + +title + { + margin-left : 6px; + padding-right : 40px; + } + +box.titledbox-title + { + padding-left : 5px; + padding-right : 5px; + } + +box.titledbox-body + { + display : block; + padding : inherit; + } + + +/** box formatting **/ + box[autostretch="never"] + { + vertical-align : middle; + } + + box[autostretch="never"][valign="top"] + { + vertical-align : top; + } + + box[autostretch="never"][valign="bottom"] + { + vertical-align : bottom; + } + + box[autostretch="never"][halign="center"] + { + text-align : center; + } + + box[autostretch="never"][halign="right"] + { + text-align : right; + } + + row + { + vertical-align : middle; + } + \ No newline at end of file diff --git a/EarlyBlue/global/skin/button.css b/EarlyBlue/global/skin/button.css new file mode 100755 index 00000000..a151629e --- /dev/null +++ b/EarlyBlue/global/skin/button.css @@ -0,0 +1,160 @@ +/* NEW WIDGET ANDING: