From: robert Date: Fri, 19 Oct 2001 01:57:14 +0000 (+0000) Subject: adding new EarlyBlue skin, cleanup remains X-Git-Tag: LCARStrek06~27 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=f6e0a33f329fdf02e7c41c683152890a9c44ccd3 adding new EarlyBlue skin, cleanup remains --- diff --git a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-folder-closed-sel.gif b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-folder-closed-sel.gif new file mode 100755 index 00000000..dc017066 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-folder-closed-sel.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-folder-closed.gif b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-folder-closed.gif new file mode 100755 index 00000000..df56cec5 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-folder-closed.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-folder-disabled.gif b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-folder-disabled.gif new file mode 100644 index 00000000..ace1b5d1 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-folder-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-folder-open-sel.gif b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-folder-open-sel.gif new file mode 100755 index 00000000..24b9b8a8 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-folder-open-sel.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-folder-open.gif b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-folder-open.gif new file mode 100755 index 00000000..eb69b286 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-folder-open.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-item-disabled.gif b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-item-disabled.gif new file mode 100644 index 00000000..9a12a43a Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-item-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-item-sel.gif b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-item-sel.gif new file mode 100755 index 00000000..6024babc Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-item-sel.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-item-updated.gif b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-item-updated.gif new file mode 100755 index 00000000..c30e9070 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-item-updated.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-item.gif b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-item.gif new file mode 100755 index 00000000..c30e9070 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-item.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmarks.css b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmarks.css new file mode 100644 index 00000000..9dc5a4ec --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmarks.css @@ -0,0 +1,67 @@ +/* -*- Mode: C; c-basic-offset: 2 -*- */ +/* ***** BEGIN LICENSE BLOCK ***** + * Version: NPL 1.1/GPL 2.0/LGPL 2.1 + * + * 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 the Initial Developer are Copyright (C) 1998 + * the Initial Developer. All Rights Reserved. + * + * Contributor(s): + * Ben Goodger + * Josh Soref + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the NPL, indicate your + * decision by deleting the provisions above and replace them with the notice + * and other provisions required by the GPL or the LGPL. If you do not delete + * the provisions above, a recipient may use your version of this file under + * the terms of any one of the NPL, the GPL or the LGPL. + * + * ***** END LICENSE BLOCK ***** */ + +/** + * Style rules for generic bookmarks items. + */ + +outlinerbody:-moz-outliner-image(Name) { + padding-right: 2px; +} + +.bookmark-item, outlinerbody:-moz-outliner-image(Name) { + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); +} + +.bookmark-item[container="true"], outlinerbody:-moz-outliner-image(Name, container) { + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); +} + +.bookmark-item[container="true"][open="true"], outlinerbody:-moz-outliner-image(Name, open) { + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); +} + +.bookmark-item[container="true"][open="true"][loading="true"] { + list-style-image: url("chrome://global/skin/loading.gif") !important; +} + +.bookmark-item[status="new"] { + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-updated.gif") !important; +} + diff --git a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmarksToolbar.css b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmarksToolbar.css new file mode 100644 index 00000000..d3d5dfab --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmarksToolbar.css @@ -0,0 +1,122 @@ +@import url(chrome://communicator/skin/bookmarks/bookmarks.css); + +/* ::::: bookmark toolbarbuttons ::::: */ + +toolbarbutton.bookmark-item { + cursor : pointer; + min-width : 0px; + max-width : 13em; +} + +toolbarbutton.bookmark-item[container="true"] { + cursor : default; +} + +toolbarbutton.bookmark-item > .toolbarbutton-box > .toolbarbutton-dropmarker { + display : none; +} + +/* +toolbarbutton.bookmark-item:hover { + color : #0000FF; + text-decoration : underline; +} + +toolbarbutton.bookmark-item[container="true"]:hover { + text-decoration : none; +} +*/ + +/* +toolbarbutton.bookmark-item:not([container="true"]):hover, +toolbarbutton.bookmark-item:not([container="true"]):hover:active, +toolbarbutton.bookmark-item:not([container="true"]):hover > .toolbarbutton-box, +toolbarbutton.bookmark-item:not([container="true"]):hover:active > .toolbarbutton-box { + border: 1px solid transparent; + background: transparent !important; +} + + +toolbarbutton.bookmark-item:not([container="true"]):hover:active, +toolbarbutton.bookmark-item:not([container="true"]):hover:active > .toolbarbutton-box { + color: #FF0000; +} +*/ + +toolbarbutton.bookmark-item[disabled="true"], +toolbarbutton.bookmark-item[disabled="true"]:hover, +toolbarbutton.bookmark-item[disabled="true"]:hover:active +{ + color : #999999; + text-decoration : none; + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item-disabled.gif"); + cursor : default; +} + +toolbarbutton.bookmark-item[disabled="true"][container="true"], +toolbarbutton.bookmark-item[disabled="true"][container="true"]:hover, +toolbarbutton.bookmark-item[disabled="true"][container="true"]:hover:active +{ +/* border : 1px solid transparent !important; */ + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-disabled.gif"); +} + +.menuitem-iconic.bookmark-item[disabled="true"] +{ + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item-disabled.gif"); +} + +.menu-iconic.bookmark-item[disabled="true"][container="true"] +{ + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-disabled.gif"); +} + +/* ::::: toolbarbutton drag and drop feedback ::::: */ + +toolbarbutton.bookmark-item[dragover-right="true"] { + border-right : 2px solid #336699; +} + +toolbarbutton.bookmark-item[dragover-left="true"] { + border-left : 2px solid #336699; +} + +.toolbarbutton-text[dragover-top="true"] { + background-color : #336699; + color : #CCD0DD; +} + +/* ::::: menu drag and drop feedback ::::: */ + +menuitem[dragover-top="true"].bookmark-item { + border-top : 1px solid #336699 !important; +} + +menu[dragover-top="true"].bookmark-item { + border-top : 1px solid #336699 !important; +} + +/* +menuitem.bookmark-item { + border-top : 1px solid transparent !important; + border-bottom : 1px solid transparent !important; +} + +menu.bookmark-item { + border-top : 1px solid transparent !important; + border-bottom : 1px solid transparent !important; +} +*/ + +menu[dragover="true"].bookmark-item { + background-color : #336699 !important; + color : #FFFFFF !important; +} + +menuitem[dragover-bottom="true"].bookmark-item { + border-bottom : 1px solid #336699 !important; +} + +menu[dragover-bottom="true"].bookmark-item { + border-bottom : 1px solid #336699 !important; +} diff --git a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmarksWindow.css b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmarksWindow.css new file mode 100644 index 00000000..49e5e03b --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmarksWindow.css @@ -0,0 +1,65 @@ +/* -*- Mode: C; c-basic-offset: 2 -*- */ +/* ***** BEGIN LICENSE BLOCK ***** + * Version: NPL 1.1/GPL 2.0/LGPL 2.1 + * + * 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 the Initial Developer are Copyright (C) 1998 + * the Initial Developer. All Rights Reserved. + * + * Contributor(s): + * Ben Goodger + * Josh Soref + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the NPL, indicate your + * decision by deleting the provisions above and replace them with the notice + * and other provisions required by the GPL or the LGPL. If you do not delete + * the provisions above, a recipient may use your version of this file under + * the terms of any one of the NPL, the GPL or the LGPL. + * + * ***** END LICENSE BLOCK ***** */ + +@import url(chrome://communicator/skin/bookmarks/bookmarks.css); +@import url(chrome://communicator/skin/bookmarks/platformBookmarks.css); + +/** + * XXX - disable print plus. This needs to go into ns/!!! + */ + #navprintplus + { + display : none !important; + } + + #status-bar + { + height : 1em; + } + + #notification-icon + { + list-style-image : url("chrome://communicator/skin/bookmarks/notification.gif"); + } + + #schedule-icon + { + list-style-image : url("chrome://communicator/skin/bookmarks/schedule.gif"); + } + diff --git a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/home.gif b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/home.gif new file mode 100755 index 00000000..da38db7c Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/home.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/iefavorite.gif b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/iefavorite.gif new file mode 100644 index 00000000..0286f52b Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/iefavorite.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/iefolder.gif b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/iefolder.gif new file mode 100644 index 00000000..3a3192ee Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/iefolder.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/notification.gif b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/notification.gif new file mode 100644 index 00000000..c9687c59 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/notification.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/personal-folder-closed-sel.gif b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/personal-folder-closed-sel.gif new file mode 100755 index 00000000..f1eb6e6c Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/personal-folder-closed-sel.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/personal-folder-closed.gif b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/personal-folder-closed.gif new file mode 100755 index 00000000..08c2c834 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/personal-folder-closed.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/personal-folder-open-sel.gif b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/personal-folder-open-sel.gif new file mode 100755 index 00000000..11f634e9 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/personal-folder-open-sel.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/personal-folder-open.gif b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/personal-folder-open.gif new file mode 100755 index 00000000..af3984e6 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/personal-folder-open.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/platformBookmarks.css b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/platformBookmarks.css new file mode 100644 index 00000000..5bf768f1 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/platformBookmarks.css @@ -0,0 +1,32 @@ +/** + * Bookmarks tree + **/ + +/* + .bookmarks-window-tree + { + border-top : none !important; + border-bottom : none; + border-left : 1px solid ThreeDShadow; + border-right : 1px solid ThreeDHighlight; + } +*/ + + .bookmarks-window-tree > .tree-container-treerows + { + border-left : 1px solid #666699; + border-right : 1px solid #666699; + } + + .bookmarks-panel-tree, .bookmarks-panel-tree > .tree-container-treerows + { + border : none; + } + + #panel-bar + { + border-top : 1px solid #666699; + border-bottom : 1px solid #666699; + } + + diff --git a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/schedule.gif b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/schedule.gif new file mode 100644 index 00000000..791721eb Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/schedule.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/box.css b/EarlyBlue/skin/EarlyBlue/communicator/box.css new file mode 100644 index 00000000..93b1bad7 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/box.css @@ -0,0 +1,7 @@ + + +.box-toolbar-group + { + margin : 0px; + } + diff --git a/EarlyBlue/skin/EarlyBlue/communicator/brand.css b/EarlyBlue/skin/EarlyBlue/communicator/brand.css new file mode 100644 index 00000000..52b85017 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/brand.css @@ -0,0 +1,45 @@ + +#navigator-throbber + { + -moz-binding : url("chrome://global/content/bindings/button.xml#button"); + border : none; + list-style-image : url("chrome://global/skin/animthrob_single.gif"); + margin : 2px 2px 2px 1px; + min-width : 0px; + cursor : pointer; + -moz-user-focus : ignore; + } + +#navigator-throbber > .button-box + { +/* + border : 1px solid transparent; +*/ + padding : 0px; + } + +#navigator-throbber > .button-box > .button-text + { + display : none; + } + +/* +#navigator-throbber:hover > .button-box + { + border : 1px outset #CCD0DD; + padding : 1px !important; + } + +#navigator-throbber:hover:active > .button-box + { + border : 1px inset #CCD0DD !important; + padding : 2px 0px 0px 2px !important; + } +*/ + +#navigator-throbber[busy="true"] + { + list-style-image : url("chrome://global/skin/animthrob.gif"); + } + + diff --git a/EarlyBlue/skin/EarlyBlue/communicator/broken.gif b/EarlyBlue/skin/EarlyBlue/communicator/broken.gif new file mode 100755 index 00000000..5b3dc880 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/broken.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/button.css b/EarlyBlue/skin/EarlyBlue/communicator/button.css new file mode 100644 index 00000000..5ae6d3fd --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/button.css @@ -0,0 +1,140 @@ +/* + * 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): + * + */ + +/* ==== button.css ========================================================== + == Styles for special buttons in the Communicator suite. + ========================================================================== */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +/* ::::: large toolbar buttons ::::: */ + +.toolbarbutton-1, +.toolbarbutton-1 > .toolbarbutton-menubutton-box > .toolbarbutton-menubutton-button +{ + min-width : 36px; + min-height : 36px; +/* font-size : smaller; */ + -moz-box-orient : vertical; +} + +.toolbarbutton-1[type="menu-button"] { + -moz-box-orient : horizontal; +} + +.toolbarbutton-1 > .toolbarbutton-box, +.toolbarbutton-1 > .toolbarbutton-menubutton-box > .toolbarbutton-menubutton-button > .toolbarbutton-box, +.toolbarbutton-1[open="true"] > .toolbarbutton-menubutton-box > .toolbarbutton-menubutton-button > .toolbarbutton-box, +.toolbarbutton-1[disabled="true"]:hover:active > .toolbarbutton-box, +.toolbarbutton-1[disabled="true"][buttondown="true"] > .toolbarbutton-menubutton-box > .toolbarbutton-menubutton-button > .toolbarbutton-box +{ + padding : 1px; +} + +.toolbarbutton-1:hover:active > .toolbarbutton-box, +.toolbarbutton-1[open="true"] > .toolbarbutton-box, +.toolbarbutton-1[buttondown="true"] > .toolbarbutton-menubutton-box > .toolbarbutton-menubutton-button > .toolbarbutton-box +{ + padding : 2px 0px 0px 2px; +} + +.toolbarbutton-1[type="menu"] > .toolbarbutton-box > .toolbarbutton-dropmarker { + display: none; +} + +/* ::::: normal buttons on toolbars ::::: */ + +.button-toolbar { + -moz-user-focus : ignore; + min-width : 0px; + max-width : 10em; + background-color : transparent; +} + +/* +.button-toolbar > .button-box, +.button-toolbar[disabled="true"] > .button-box, +.button-toolbar[disabled="true"]:hover > .button-box, +.button-toolbar[disabled="true"]:hover:active > .button-box { + border-left : 1px solid ThreeDHighlight !important; + border-top : 1px solid ThreeDHighlight !important; + border-right : 1px solid ThreeDShadow !important; + border-bottom : 1px solid ThreeDShadow !important; +} + +.button-toolbar:hover:active > .button-box { + border-left : 1px solid ThreeDShadow !important; + border-top : 1px solid ThreeDShadow !important; + border-bottom : 1px solid ThreeDHighlight !important; + border-right : 1px solid ThreeDHighlight !important; +} + +.button-toolbar[checked="true"] > .button-box { + border-left : 1px solid ThreeDShadow; + border-top : 1px solid ThreeDShadow; + border-right : 1px solid ThreeDHighlight; + border-bottom : 1px solid ThreeDHighlight; + background-color : ThreeDHighlight; +} + +.button-toolbar[checked="true"]:hover > .button-box { + border-left : 1px solid ThreeDShadow; + border-top : 1px solid ThreeDShadow; + border-right : 1px solid ThreeDHighlight; + border-bottom : 1px solid ThreeDHighlight; + background-color : -moz-Dialog; + background-image : none; +} + +.button-toolbar > .button-box > .button-box-2, +.button-toolbar > .button-box > .button-box-2 > .button-box-text { + margin: none; + border: none !important; + padding: 0px 2px; +} +*/ + +.button-toolbar > .button-box > .button-icon { + margin-right: 3px; +} + +.button-toolbar > .button-box > .button-text { + margin-right: 1px; +} + +/* ::::: reorder buttons ::::: */ + +.reorder-up { + min-width : 0px; +} + +.reorder-down { + min-width : 0px; +} + +.reorder-up > .button-internal-box > .button-icon, +.reorder-down > .button-internal-box > .button-icon { + margin : 0; + padding : 0; +} + diff --git a/EarlyBlue/skin/EarlyBlue/communicator/communicator.css b/EarlyBlue/skin/EarlyBlue/communicator/communicator.css new file mode 100644 index 00000000..07ad5495 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/communicator.css @@ -0,0 +1,39 @@ +@import url(chrome://global/skin/); + +@import url(chrome://communicator/skin/box.css); +@import url(chrome://communicator/skin/button.css); +@import url(chrome://communicator/skin/brand.css); +@import url(chrome://communicator/skin/formatting.css); +@import url(chrome://communicator/skin/toolbar.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"); +} + diff --git a/EarlyBlue/skin/EarlyBlue/communicator/content-large.gif b/EarlyBlue/skin/EarlyBlue/communicator/content-large.gif new file mode 100644 index 00000000..533bd9d5 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/content-large.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/content-small.gif b/EarlyBlue/skin/EarlyBlue/communicator/content-small.gif new file mode 100644 index 00000000..84a03c29 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/content-small.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/contents.rdf b/EarlyBlue/skin/EarlyBlue/communicator/contents.rdf new file mode 100644 index 00000000..b4e7cb7a --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/contents.rdf @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/EarlyBlue/skin/EarlyBlue/communicator/dialogOverlay.css b/EarlyBlue/skin/EarlyBlue/communicator/dialogOverlay.css new file mode 100644 index 00000000..629fea9c --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/dialogOverlay.css @@ -0,0 +1,90 @@ +/** + * 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; + } + +.box-smallheader > .toolbar-primary + { + padding : 0px 0px 3px 0px; + min-height : 0px; + background-color : #666699; + } + +.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 + { +/* border : 1px solid ThreeDDarkShadow; */ + padding-top : 3px; + } + + +/** + * Large Dialog Header (with icon) + **/ +.box-header + { + -moz-binding : url(chrome://global/skin/classicBindings.xml#largeheader); + } + +.largeheader-box + { +/* + background-color : window; + border-bottom : 1px solid ThreeDShadow; +*/ + } + +.largeheader-header-text + { + font-weight : bold; + margin-left : 23px; + } + +.largeheader-desc-text + { + margin-left : 44px; + } + +.largeheader-icon + { + width : 49px; + height : 49px; + margin : 5px; + } + +/** + * Dialog status line (blue) including progress area + **/ +.box-status + { + visibility : collapse; + } + +/** + * 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; + } diff --git a/EarlyBlue/skin/EarlyBlue/communicator/directory/directory.css b/EarlyBlue/skin/EarlyBlue/communicator/directory/directory.css new file mode 100644 index 00000000..dd13ec34 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/directory/directory.css @@ -0,0 +1,130 @@ +/* -*- Mode: C; c-basic-offset: 2 -*- */ +/* ***** BEGIN LICENSE BLOCK ***** + * Version: NPL 1.1/GPL 2.0/LGPL 2.1 + * + * 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 the Initial Developer are Copyright (C) 1998 + * the Initial Developer. All Rights Reserved. + * + * Contributor(s): + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the NPL, indicate your + * decision by deleting the provisions above and replace them with the notice + * and other provisions required by the GPL or the LGPL. If you do not delete + * the provisions above, a recipient may use your version of this file under + * the terms of any one of the NPL, the GPL or the LGPL. + * + * ***** END LICENSE BLOCK ***** */ + +/* + + Style rules specific to the directory listing window. + +*/ + +@import url(chrome://communicator/skin/); + +/* Hide twisty for files */ +.treecell-indent[type="FILE"] > .tree-cell-twisty + { + list-style-image : none; + } + +.treecell-filename + { + list-style-image : url("chrome://communicator/skin/directory/file-icon.gif"); + } + +treeitem[selected="true"] > treerow > .treecell-filename + { + list-style-image : url("chrome://communicator/skin/directory/file-icon-sel.gif"); + } + +treeitem[container="true"] > treerow > .treecell-filename + { + list-style-image : url("chrome://communicator/skin/directory/file-folder-closed.gif"); + } +treeitem[container="true"][selected="true"] > treerow > .treecell-filename + { + list-style-image : url("chrome://communicator/skin/directory/file-folder-closed-sel.gif"); + } + +treeitem[container="true"][open="true"] > treerow > .treecell-filename + { + list-style-image : url("chrome://communicator/skin/directory/file-folder-open.gif"); + } +treeitem[container="true"][open="true"][selected="true"] > treerow > .treecell-filename + { + list-style-image : url("chrome://communicator/skin/directory/file-folder-open-sel.gif"); + } + + +/* Show an animated icon when a directory/symlink is loading */ +treeitem[type="SYMBOLIC-LINK"][loading="true"] > treerow > .treecell-filename > .tree-cell-twisty, +treeitem[type="DIRECTORY"][loading="true"] > treerow > treecell > .tree-cell-twisty + { + list-style-image : url("chrome://global/skin/loading.gif"); + } + +/* Italicize a symbolic link and make it look like a link (it can be a dir or link) */ +.treecell-filename[type="SYMBOLIC-LINK"] + { + color : inherit; + text-decoration : inherit; + font-style : italic; + } + +treerow + { + min-height : 19px; + } + +/** + * This fixes a bug. As you scroll down in a tree the computed column width + * can change. That would make the columns shift durning scrolling. + * So we give them inital preferred widths so they aren't computed. + */ +#FilenameColumn { + width: 100px; +} + +#ContentLengthColumn { + width: 100px; +} + +#LastModColumn { + width: 100px; +} + +div.server { + color: blue; + display: block; + font-size: 10pt; + font-family: sans-serif; +} + +div.client { + color: red; + display: block; + font-size: 10pt; + font-family: sans-serif; +} diff --git a/EarlyBlue/skin/EarlyBlue/communicator/directory/file-folder-closed-sel.gif b/EarlyBlue/skin/EarlyBlue/communicator/directory/file-folder-closed-sel.gif new file mode 100755 index 00000000..bd091bfe Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/directory/file-folder-closed-sel.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/directory/file-folder-closed.gif b/EarlyBlue/skin/EarlyBlue/communicator/directory/file-folder-closed.gif new file mode 100755 index 00000000..abbc4b8e Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/directory/file-folder-closed.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/directory/file-folder-open-sel.gif b/EarlyBlue/skin/EarlyBlue/communicator/directory/file-folder-open-sel.gif new file mode 100755 index 00000000..a903c8e6 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/directory/file-folder-open-sel.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/directory/file-folder-open.gif b/EarlyBlue/skin/EarlyBlue/communicator/directory/file-folder-open.gif new file mode 100755 index 00000000..166bde82 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/directory/file-folder-open.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/directory/file-icon-sel.gif b/EarlyBlue/skin/EarlyBlue/communicator/directory/file-icon-sel.gif new file mode 100755 index 00000000..efcd2d79 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/directory/file-icon-sel.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/directory/file-icon.gif b/EarlyBlue/skin/EarlyBlue/communicator/directory/file-icon.gif new file mode 100755 index 00000000..405371d7 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/directory/file-icon.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/formatting.css b/EarlyBlue/skin/EarlyBlue/communicator/formatting.css new file mode 100644 index 00000000..81487f42 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/formatting.css @@ -0,0 +1,18 @@ + +/* class for text with a 'link' appearance */ +.text-link + { + color : #666699; + text-decoration : underline; + cursor : pointer; + } + +.text-link:hover + { + color : #333366; + } + +.text-link:hover:active + { + color : #990000; + } \ No newline at end of file diff --git a/EarlyBlue/skin/EarlyBlue/communicator/help.css b/EarlyBlue/skin/EarlyBlue/communicator/help.css new file mode 100644 index 00000000..84f6bd35 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/help.css @@ -0,0 +1,129 @@ +/* */ +/* ***** BEGIN LICENSE BLOCK ***** + * Version: NPL 1.1/GPL 2.0/LGPL 2.1 + * + * 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 the Initial Developer are Copyright (C) 1998-1999 + * the Initial Developer. All Rights Reserved. + * + * Contributor(s): + * Joe Hewitt (hewitt@netscape.com) + * + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the NPL, indicate your + * decision by deleting the provisions above and replace them with the notice + * and other provisions required by the GPL or the LGPL. If you do not delete + * the provisions above, a recipient may use your version of this file under + * the terms of any one of the NPL, the GPL or the LGPL. + * + * ***** END LICENSE BLOCK ***** */ + +@import url("chrome://communicator/skin/"); + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +#helpBackButton + { + list-style-image : url("chrome://navigator/skin/back.gif"); + } + +#helpBackButton[disabled="true"] + { + list-style-image : url("chrome://navigator/skin/back-disabled.gif") !important; + } + +/* +#helpBackButton[buttonover="true"] + { + list-style-image : url("chrome://navigator/skin/back-hover.gif"); + } + +#helpBackButton[buttondown="true"] + { + list-style-image : url("chrome://navigator/skin/back-hover-active.gif"); + } +*/ + +#helpForwardButton + { + list-style-image : url("chrome://navigator/skin/forward.gif"); + } + +#helpForwardButton[disabled="true"] + { + list-style-image : url("chrome://navigator/skin/forward-disabled.gif") !important; + } + +/* +#helpForwardButton[buttonover="true"] + { + list-style-image : url("chrome://navigator/skin/forward-hover.gif"); + } + +#helpForwardButton[buttondown="true"] + { + list-style-image : url("chrome://navigator/skin/forward-hover-active.gif"); + } +*/ + +/* ::::: primary toolbar buttons ::::: */ + +#print { + list-style-image: url("chrome://global/skin/print.gif"); +} + +#print[disabled="true"] { + list-style-image: url("chrome://global/skin/print-disabled.gif") !important; +} + +/* +#print:hover { + list-style-image: url("chrome://global/skin/print-hover.gif"); +} + +#print:hover:active { + list-style-image: url("chrome://global/skin/print-hover-active.gif"); +} +*/ + +#helpHomeButton +{ + list-style-image : url("chrome://communicator/skin/bookmarks/home.gif"); +} + +/* +#helpHomeButton:hover +{ + list-style-image : url("chrome://communicator/skin/bookmarks/home-hover.gif"); +} + +#helpHomeButton:hover:active +{ + list-style-image : url("chrome://communicator/skin/bookmarks/home-active.gif"); +} +*/ + +#help-content +{ + border: 1px inset #CCD0DD !important; +} + diff --git a/EarlyBlue/skin/EarlyBlue/communicator/lock.gif b/EarlyBlue/skin/EarlyBlue/communicator/lock.gif new file mode 100755 index 00000000..ec95788a Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/lock.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/offline.gif b/EarlyBlue/skin/EarlyBlue/communicator/offline.gif new file mode 100755 index 00000000..b1f628ed Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/offline.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/online.gif b/EarlyBlue/skin/EarlyBlue/communicator/online.gif new file mode 100755 index 00000000..bb25750e Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/online.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/prefpanels.css b/EarlyBlue/skin/EarlyBlue/communicator/prefpanels.css new file mode 100644 index 00000000..5d2010fc --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/prefpanels.css @@ -0,0 +1,36 @@ + +/******* SmartBrowsing **********/ + +#disabledDomains { + max-height: 15em; +} + +/******* Themes ****************/ +#skinsTree { + height : 80px; +} + +.smileface + { + list-style-image : url("chrome://global/skin/smiley/smile_n.gif"); + } + +#previewImageContainer { + overflow: hidden; + height: 92px; + background-color: #000000; + padding: 2px; +} + +#previewImage { + max-width: 387px; +} + +/** + * File icon (32x32) + **/ +.file-icon-large + { + list-style-image : url("chrome://communicator/skin/content-large.gif"); + } + diff --git a/EarlyBlue/skin/EarlyBlue/communicator/profile/mac-users.gif b/EarlyBlue/skin/EarlyBlue/communicator/profile/mac-users.gif new file mode 100644 index 00000000..decf39aa Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/profile/mac-users.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/profile/migrate.gif b/EarlyBlue/skin/EarlyBlue/communicator/profile/migrate.gif new file mode 100755 index 00000000..5b438099 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/profile/migrate.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/profile/newProfile1_2.css b/EarlyBlue/skin/EarlyBlue/communicator/profile/newProfile1_2.css new file mode 100644 index 00000000..47744494 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/profile/newProfile1_2.css @@ -0,0 +1,10 @@ + +#ProfileDir { + padding-left : 1em; + margin-top : 0.4em; + width : 10em !important; +} + +#deffoldername { + margin-left : 2px; +} diff --git a/EarlyBlue/skin/EarlyBlue/communicator/profile/profile.css b/EarlyBlue/skin/EarlyBlue/communicator/profile/profile.css new file mode 100644 index 00000000..03bf580d --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/profile/profile.css @@ -0,0 +1,69 @@ +/* -*- 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: 0; +} + +.dimmed-highcontrast { + color: #99cccc ! important; +} + +#profiles > treechildren > treeitem > treerow > treecell > .tree-cell-icon { + list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif"); +} + +#profiles > treechildren > treeitem > treerow > treecell[rowMigrate="no"] > .tree-cell-icon { + list-style-image: url("chrome://communicator/skin/profile/migrate.gif"); +} + +/* profile selection dialog */ +html#intro { + width: 17em; +} + +box#managebuttons > button { + min-width: 8em; +} + +/* display area */ +box#contentarea { + border-top: 2px groove #CCCCCC; + border-bottom: 2px groove #CCCCCC; + padding: 7px; +} + +/* top border on status area */ +box#wizardButtons { + padding-top: 1px; + padding-bottom: 1px; +} + +box.selection { + margin-top: 4px; +} diff --git a/EarlyBlue/skin/EarlyBlue/communicator/profile/profileManager.css b/EarlyBlue/skin/EarlyBlue/communicator/profile/profileManager.css new file mode 100644 index 00000000..8a5be3d0 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/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/skin/EarlyBlue/communicator/profile/profileicon-large.gif b/EarlyBlue/skin/EarlyBlue/communicator/profile/profileicon-large.gif new file mode 100755 index 00000000..60936c1a Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/profile/profileicon-large.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/regviewer/regviewer.css b/EarlyBlue/skin/EarlyBlue/communicator/regviewer/regviewer.css new file mode 100644 index 00000000..c51e4a75 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/regviewer/regviewer.css @@ -0,0 +1,44 @@ +/* -*- Mode: C; c-basic-offset: 2 -*- */ +/* ***** BEGIN LICENSE BLOCK ***** + * Version: NPL 1.1/GPL 2.0/LGPL 2.1 + * + * 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 the Initial Developer are Copyright (C) 1998 + * the Initial Developer. All Rights Reserved. + * + * Contributor(s): + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the NPL, indicate your + * decision by deleting the provisions above and replace them with the notice + * and other provisions required by the GPL or the LGPL. If you do not delete + * the provisions above, a recipient may use your version of this file under + * the terms of any one of the NPL, the GPL or the LGPL. + * + * ***** END LICENSE BLOCK ***** */ + +/* + + Style rules specific to the registry viewer window. + +*/ + +@import url(chrome://global/skin); diff --git a/EarlyBlue/skin/EarlyBlue/communicator/related/related.css b/EarlyBlue/skin/EarlyBlue/communicator/related/related.css new file mode 100644 index 00000000..153526db --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/related/related.css @@ -0,0 +1,116 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* ***** BEGIN LICENSE BLOCK ***** + * Version: NPL 1.1/GPL 2.0/LGPL 2.1 + * + * 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 the Initial Developer are Copyright (C) 1998 + * the Initial Developer. All Rights Reserved. + * + * Contributor(s): + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the NPL, indicate your + * decision by deleting the provisions above and replace them with the notice + * and other provisions required by the GPL or the LGPL. If you do not delete + * the provisions above, a recipient may use your version of this file under + * the terms of any one of the NPL, the GPL or the LGPL. + * + * ***** END LICENSE BLOCK ***** */ + +/* + + Style rules specific to the related links panel + +*/ + +#Tree, .tree-container-treerows +{ + border: none; +} + +treeitem > treerow.relatedresult > treecell +{ + color: black; + text-decoration: none; +} +treeitem > treerow.relatedresult > treecell:hover +{ + color: #6699FF; + text-decoration: underline; + cursor : pointer; +} +treeitem > treerow.relatedresult > treecell > titledbutton:active +{ + color: red; + text-decoration: underline; +} + +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"); +} + +/* Uncomment if double-click model is needed +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"); +} + +/* Uncomment if double-click model is needed +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"); +} + +/* Single click model, so undo regular search tree selection look. */ +treeitem[selected="true"] > treerow.relatedseparator, +treeitem[selected="true"] > treerow.relatedresult +{ + background-color: transparent; +} + +.treecell-indent +{ + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); +} + diff --git a/EarlyBlue/skin/EarlyBlue/communicator/related/sitemap.gif b/EarlyBlue/skin/EarlyBlue/communicator/related/sitemap.gif new file mode 100644 index 00000000..dab90b7b Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/related/sitemap.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/search-active.gif b/EarlyBlue/skin/EarlyBlue/communicator/search-active.gif new file mode 100644 index 00000000..e491301e Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/search-active.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/search-hover.gif b/EarlyBlue/skin/EarlyBlue/communicator/search-hover.gif new file mode 100644 index 00000000..6497dc03 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/search-hover.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/search.gif b/EarlyBlue/skin/EarlyBlue/communicator/search.gif new file mode 100644 index 00000000..6f77b89b Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/search.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/search/category.gif b/EarlyBlue/skin/EarlyBlue/communicator/search/category.gif new file mode 100644 index 00000000..bde266c9 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/search/category.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/search/findresults.css b/EarlyBlue/skin/EarlyBlue/communicator/search/findresults.css new file mode 100644 index 00000000..22a0750c --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/search/findresults.css @@ -0,0 +1,64 @@ +treecol[sortActive="true"] { + background-color: lightgray; +} + +treeitem[container="true"][open="true"][loading="true"] > treerow > treecell > titledbutton { + list-style-image: url("chrome://global/skin/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/directory/file-folder-open.gif"); +} + +treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] > treerow > treecell > titledbutton { + list-style-image: url("chrome://communicator/skin/directory/file-folder-closed.gif"); +} + +treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"] > treerow > treecell > titledbutton { + list-style-image: url("chrome://global/skin/article.gif"); +} + +treeitem[container="true"][open="true"] > treerow > treecell > titledbutton { + list-style-image: url("chrome://communicator/skin/directory/file-folder-open.gif"); +} + +treeitem[container="true"] > treerow > treecell > titledbutton { + list-style-image: url("chrome://communicator/skin/directory/file-folder-closed.gif"); +} + +treeitem > treerow > treecell > titledbutton { + list-style-image: url("chrome://global/skin/document.gif"); +} + +titledbutton#bookmarks { + list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); +} + diff --git a/EarlyBlue/skin/EarlyBlue/communicator/search/icons.css b/EarlyBlue/skin/EarlyBlue/communicator/search/icons.css new file mode 100644 index 00000000..544caf8c --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/search/icons.css @@ -0,0 +1,10 @@ +/* Default Icon */ + +titledbutton[loading="true"] { + list-style-image: url("chrome://global/skin/loading.gif") ! important ; +} + +titledbutton.iconic { + list-style-image: url("chrome://global/skin/document.gif"); +} + diff --git a/EarlyBlue/skin/EarlyBlue/communicator/search/internet.css b/EarlyBlue/skin/EarlyBlue/communicator/search/internet.css new file mode 100644 index 00000000..6e928f82 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/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/skin/EarlyBlue/communicator/search/internetresults.css b/EarlyBlue/skin/EarlyBlue/communicator/search/internetresults.css new file mode 100644 index 00000000..7d27a143 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/search/internetresults.css @@ -0,0 +1,25 @@ +#multi-results-header + { + background-color : #003366; + color : #CCFFFF; + font-weight : bold; + border : 1px outset #003366; + padding : 3px 0px 2px 6px; + } + +#engineTabs + { + background-color : #666666; + padding : 2px 0px 2px 0px; + } + +#internetresultstree + { + border : none; + } + +#internetresultstree > .tree-container-treerows + { + border-right : none; + border-left : none; + } diff --git a/EarlyBlue/skin/EarlyBlue/communicator/search/result.gif b/EarlyBlue/skin/EarlyBlue/communicator/search/result.gif new file mode 100644 index 00000000..cce7ebb3 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/search/result.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/search/search-editor.css b/EarlyBlue/skin/EarlyBlue/communicator/search/search-editor.css new file mode 100644 index 00000000..662a428f --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/search/search-editor.css @@ -0,0 +1,68 @@ +/* -*- Mode: C; c-basic-offset: 2 -*- */ +/* ***** BEGIN LICENSE BLOCK ***** + * Version: NPL 1.1/GPL 2.0/LGPL 2.1 + * + * 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 the Initial Developer are Copyright (C) 1998 + * the Initial Developer. All Rights Reserved. + * + * Contributor(s): + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the NPL, indicate your + * decision by deleting the provisions above and replace them with the notice + * and other provisions required by the GPL or the LGPL. If you do not delete + * the provisions above, a recipient may use your version of this file under + * the terms of any one of the NPL, the GPL or the LGPL. + * + * ***** END LICENSE BLOCK ***** */ + +.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/skin/EarlyBlue/communicator/search/search.css b/EarlyBlue/skin/EarlyBlue/communicator/search/search.css new file mode 100644 index 00000000..9de3dcaf --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/search/search.css @@ -0,0 +1,45 @@ + +.engine[loading="true"] + { + list-style-image : url("resource:/res/rdf/loading.gif") ! important ; + } + +.iconic + { + list-style-image : url("resource:/res/rdf/document.gif") ! important ; + } + +.searchresult-cell:hover + { + color : blue; + text-decoration : underline; + cursor : pointer; + } + +.searchresult-cell:hover:active + { + color : red; + text-decoration : underline; + } + +.searchresult-item[selected="true"] > .searchresult + { + background-color : transparent; + color : windowtext; + } + +.groove-bottom + { + border-bottom : 1px solid ThreeDShadow; + } + +#results-splitter + { + border-right : 1px solid ThreeDShadow; + border-left : 1px solid ThreeDHighlight; + } + +#searchButton[stop="true"] + { + list-style-image : url("resource:/res/rdf/loading.gif"); + } diff --git a/EarlyBlue/skin/EarlyBlue/communicator/securityOverlay.css b/EarlyBlue/skin/EarlyBlue/communicator/securityOverlay.css new file mode 100644 index 00000000..4270c255 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/securityOverlay.css @@ -0,0 +1,21 @@ +#security-button + { + list-style-image:url("chrome://communicator/skin/unlock.gif"); + margin-left: 2px; + } + +#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/skin/EarlyBlue/communicator/sidebar/customize.css b/EarlyBlue/skin/EarlyBlue/communicator/sidebar/customize.css new file mode 100644 index 00000000..f0a9b463 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/sidebar/customize.css @@ -0,0 +1,101 @@ +/* -*- Mode: C; c-basic-offset: 2 -*- */ +/* ***** BEGIN LICENSE BLOCK ***** + * Version: NPL 1.1/GPL 2.0/LGPL 2.1 + * + * 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 the Initial Developer are Copyright (C) 1998 + * the Initial Developer. All Rights Reserved. + * + * Contributor(s): + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the NPL, indicate your + * decision by deleting the provisions above and replace them with the notice + * and other provisions required by the GPL or the LGPL. If you do not delete + * the provisions above, a recipient may use your version of this file under + * the terms of any one of the NPL, the GPL or the LGPL. + * + * ***** END LICENSE BLOCK ***** */ + +/* + + 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[haslink="true"], +treeitem[container="true"] > treerow > .treecell-panel +{ + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); +} +treeitem[selected="true"] > treerow > .treecell-panel[haslink="true"], +treeitem[selected="true"][container="true"] > treerow > .treecell-panel +{ + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif"); +} + +treeitem[container="true"][open="true"] > treerow > .treecell-panel +{ + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); +} +treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-panel +{ + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif"); +} + +#header { + list-style-image: url("chrome://communicator/skin/sidebar/sidebar-icon.gif"); +} + +/* +.tree-cell-twisty { + display: none !important; +} +*/ + +box#reorder { + -moz-box-pack: center; +} + diff --git a/EarlyBlue/skin/EarlyBlue/communicator/sidebar/preview.css b/EarlyBlue/skin/EarlyBlue/communicator/sidebar/preview.css new file mode 100644 index 00000000..7a3ed2b8 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/sidebar/preview.css @@ -0,0 +1,51 @@ +/* -*- Mode: C; c-basic-offset: 2 -*- */ +/* ***** BEGIN LICENSE BLOCK ***** + * Version: NPL 1.1/GPL 2.0/LGPL 2.1 + * + * 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 the Initial Developer are Copyright (C) 1998 + * the Initial Developer. All Rights Reserved. + * + * Contributor(s): + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the NPL, indicate your + * decision by deleting the provisions above and replace them with the notice + * and other provisions required by the GPL or the LGPL. If you do not delete + * the provisions above, a recipient may use your version of this file under + * the terms of any one of the NPL, the GPL or the LGPL. + * + * ***** END LICENSE BLOCK ***** */ + +/* + 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/skin/EarlyBlue/communicator/sidebar/sidebar-close-hover.gif b/EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebar-close-hover.gif new file mode 100644 index 00000000..be478ac8 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebar-close-hover.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebar-close.gif b/EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebar-close.gif new file mode 100644 index 00000000..f0835fc5 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebar-close.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebar-icon.gif b/EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebar-icon.gif new file mode 100755 index 00000000..a872bc91 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebar-icon.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebar-open-hover.gif b/EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebar-open-hover.gif new file mode 100644 index 00000000..808c2da9 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebar-open-hover.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebar-open.gif b/EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebar-open.gif new file mode 100644 index 00000000..a152b5a5 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebar-open.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebar.css b/EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebar.css new file mode 100644 index 00000000..dbaffb62 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebar.css @@ -0,0 +1,166 @@ +/* +#sidebar-splitter + { + border-top : 1px solid ThreeDHighlight; + border-bottom : 1px solid ThreeDShadow; + } +*/ + +#sidebar-box + { + margin-top : 0px; + border : none; + background-color : #CCD0DD; + } + +.text-panel-loading + { + margin : 5px 0px; + } + +.image-panel-loading + { + margin : 5px; + list-style-image : url("chrome://global/skin/loading.gif"); + } + +.sidebarheader-main + { + border : none; + color : #CCD0DD; + background-color : #666699; + padding-left : 4px; + } + +#sidebar-panel-picker { + -moz-box-direction: reverse; + color: inherit; +} + +#sidebar-panel-picker > .toolbarbutton-box > .toolbarbutton-dropmarker + { + padding-left : 4px; + list-style-image : url("chrome://global/skin/menu-arrow-hover.gif"); + } + +.sidebar-header-text + { + font-weight : bold; + } + +/* +.sidebar-header-grippy + { + list-style-image : url("chrome://global/skin/grippy-short-vert-after.gif"); + background-color : -moz-Dialog; + max-width : 32px; + height : 4px; + } + +#sidebar-title-box[state="collapsed"] > .sidebar-header-grippy + { + list-style-image : url("chrome://global/skin/grippy-short-vert-before.gif"); + } +*/ + +/** + * texttab folder lookalike e.g. for sidebar panel headers + */ + .box-texttab + { + -moz-binding : url("chrome://communicator/skin/sidebar/sidebarBindings.xml#panelheader"); + padding : 2px 0px 2px 0px; + background-color : #CCD0DD; + color : #000000; + cursor : pointer; + border-top : 1px outset #CCD0DD; + border-bottom : 1px outset #CCD0DD; + } + + .box-texttab[selected="true"], + .box-texttab[selected="true"]:hover, + .box-texttab[selected="true"]:hover:active + { + background-color : #336699; + border-top : 1px solid #336699; + } + + .panelheader-box-1, + .box-texttab[selected="true"]:hover > .panelheader-box-1 + { + padding : 1px 1px 1px 0px; + } + + .box-texttab[last-panel="true"], + .box-texttab[last-panel="true"]:hover, + .box-texttab[last-panel="true"]:hover:active, + .box-texttab[last-panel="true"][selected="true"], + .box-texttab[last-panel="true"][selected="true"]:hover, + .box-texttab[last-panel="true"][selected="true"]:hover:active + { + border-bottom : none; + } + + .panelheader-grippy-icon + { + margin : 2px 3px 0px 3px; + list-style-image : url("chrome://global/skin/twisty-closed.gif"); + } + +/* + .panelheader-texture + { + margin : 1px 0px 1px 0px; + background-image : url("chrome://global/skin/toolbargrippy-texture.gif"); + background-position : 50% 0%; + background-repeat : repeat-y; + width : 12px; + } +*/ + + .box-texttab:hover + { + background-color : #DDDDDD; + } + + .box-texttab:hover > .panelheader-box-1 + { + } + + .box-texttab:hover:active + { + background-color : #6699FF; + } + + .box-texttab:hover:active > .panelheader-box-1 + { + } + + .box-texttab[selected="true"], + .box-texttab[selected="true"]:hover + { + font-weight : bold; + cursor : default; + } + + .box-texttab[last-panel="true"], + .box-texttab[selected="true"] + { + margin-bottom : 0px; + } + + .panelheader-grippy-icon[selected="true"] + { + margin : 2px 3px 0px 3px; + list-style-image : url("chrome://global/skin/twisty-open.gif"); + } + + .sidebar-iframe-no-panels, .loadarea + { + background-color : #FFFFFF; + } + + .iframe-panel + { + } + diff --git a/EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebarBindings.xml b/EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebarBindings.xml new file mode 100644 index 00000000..1118a8d3 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebarBindings.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebarSplitterBindings.xml b/EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebarSplitterBindings.xml new file mode 100644 index 00000000..666fe1f3 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/sidebar/sidebarSplitterBindings.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/EarlyBlue/skin/EarlyBlue/communicator/tasksOverlay.css b/EarlyBlue/skin/EarlyBlue/communicator/tasksOverlay.css new file mode 100644 index 00000000..c5d09eee --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/tasksOverlay.css @@ -0,0 +1,81 @@ +#mini-nav + { + list-style-image : url("chrome://global/skin/taskbar-navigator.gif"); + } + +/* +#mini-nav:hover + { + list-style-image : url("chrome://global/skin/taskbar-navigator-hover.gif"); + } +*/ + +#mini-mail + { + list-style-image : url("chrome://global/skin/taskbar-mail.gif"); + } + +/* +#mini-mail:hover + { + list-style-image : url("chrome://global/skin/taskbar-mail-hover.gif"); + } +*/ + +#mini-mail[BiffState="NewMail"] + { + list-style-image : url("chrome://global/skin/taskbar-gotmail.gif"); + } + +/* +#mini-mail[BiffState="NewMail"]:hover + { + list-style-image : url("chrome://global/skin/taskbar-gotmail-hover.gif"); + } +*/ + +#mini-addr + { + list-style-image : url("chrome://global/skin/taskbar-addressbook.gif"); + } + +/* +#mini-addr:hover + { + list-style-image : url("chrome://global/skin/taskbar-addressbook-hover.gif"); + } +*/ + +#mini-comp + { + list-style-image : url("chrome://global/skin/taskbar-composer.gif"); + } + +/* +#mini-comp:hover + { + list-style-image : url("chrome://global/skin/taskbar-composer-hover.gif"); + } +*/ + +.taskbutton > .toolbarbutton-box, +.taskbutton > .toolbarbutton-box:hover:active { + padding: 1px; + border: none; +} + +.taskbutton > .toolbarbutton-box:hover, +.taskbutton:hover > .toolbarbutton-box { + background-color : #9999CC; +} + +.taskbutton > .toolbarbutton-box:hover:active, +.taskbutton:hover:active > .toolbarbutton-box { + background-color : #CCCCFF; +} + +.taskbutton > .toolbarbutton-box > .toolbarbutton-text + { + display : none; + } + diff --git a/EarlyBlue/skin/EarlyBlue/communicator/toolbar-bg.gif b/EarlyBlue/skin/EarlyBlue/communicator/toolbar-bg.gif new file mode 100644 index 00000000..426cf24d Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/toolbar-bg.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/toolbar.css b/EarlyBlue/skin/EarlyBlue/communicator/toolbar.css new file mode 100644 index 00000000..afebbe44 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/toolbar.css @@ -0,0 +1,9 @@ + +/******* ToolBox & ToolBar *******/ + +/* +.toolbar-primary, menubar + { + background-image : url("chrome://communicator/skin/toolbar-bg.png"); + } +*/ \ No newline at end of file diff --git a/EarlyBlue/skin/EarlyBlue/communicator/unlock.gif b/EarlyBlue/skin/EarlyBlue/communicator/unlock.gif new file mode 100755 index 00000000..c2e1a607 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/unlock.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/xpinstall/xpinstall.css b/EarlyBlue/skin/EarlyBlue/communicator/xpinstall/xpinstall.css new file mode 100644 index 00000000..7c97b9d7 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/xpinstall/xpinstall.css @@ -0,0 +1,108 @@ +/* */ +/* ***** BEGIN LICENSE BLOCK ***** + * Version: NPL 1.1/GPL 2.0/LGPL 2.1 + * + * 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 the Initial Developer are Copyright (C) 1998-1999 + * the Initial Developer. All Rights Reserved. + * + * Contributor(s): + * Don Bragg (dbragg@netscape.com) 12/08/1999 + * Blake Ross (BlakeR1234@aol.com) 6/12/2000 + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the NPL, indicate your + * decision by deleting the provisions above and replace them with the notice + * and other provisions required by the GPL or the LGPL. If you do not delete + * the provisions above, a recipient may use your version of this file under + * the terms of any one of the NPL, the GPL or the LGPL. + * + * ***** END LICENSE BLOCK ***** */ + +@import url(chrome://global/skin); + + +div.label { + margin : 3px; +} + +div#tree-housing { + height : 3em; +} + +box#mainBox{ + margin : 5px; + width : 40em; +} + +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%; +} +*/ + +#modulesTree { + height : 16ex; + width : 32em; +} + +spacer#verticalSmallSpacer { + height : 1ex; +} + +spacer#verticalLargeSpacer { + height : 6ex; +} + +spacer#verticalMediumSpacer { + height : 3ex; +} + +spacer#horizontalSmallSpacer { + width : 2em; +} + +spacer#horizontalLargeSpacer { + width : 10em; +} + +.headline { + font-size : x-large; + margin : 4px; + font-weight : bold; +} diff --git a/EarlyBlue/skin/EarlyBlue/editor/EdImageMap.css b/EarlyBlue/skin/EarlyBlue/editor/EdImageMap.css new file mode 100644 index 00000000..5c4837c2 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/editor/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/skin/EarlyBlue/editor/EdImageMapPage.css b/EarlyBlue/skin/EarlyBlue/editor/EdImageMapPage.css new file mode 100644 index 00000000..d2d0970d --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/editor/EdImageMapPage.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) 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;} +HTML {height: 100%;} diff --git a/EarlyBlue/skin/EarlyBlue/editor/EditModeTabs.css b/EarlyBlue/skin/EarlyBlue/editor/EditModeTabs.css new file mode 100644 index 00000000..8104b5c1 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/editor/EditModeTabs.css @@ -0,0 +1,69 @@ +/* ............. edit mode tabs ............... */ + +.tabs-bottom { + border-top: none; +} + +.tabs-bottom > .tabs-spacer { + border-top: 1px solid #9999CC !important; + border-bottom: none; +} + + +/* ............. edit mode tabs ............... */ + + +.tabs-bottom > tab { + margin-top: 0px; + margin-bottom: 2px; + border: none; +/* border-right: 1px solid ThreeDDarkShadow; + -moz-border-radius: 0px 0px 5px 5px; */ + -moz-user-focus: ignore; +} + +.tabs-bottom > tab > .tab-box { + border: 1px outset #CCD0DD !important; + border-top: none !important; +/* -moz-border-radius: 0px 0px 4px 4px; */ +} + +/* ............. selected state ............... */ + +/* +.tabs-bottom > tab[selected="true"] { + margin-bottom: 0px; +} +*/ + +.tabs-bottom > tab[selected="true"] > .tab-box { + background-color: #6699FF; +/* border-bottom: 1px solid ThreeDShadow !important; + border-top: 1px solid #ffffff !important; */ +} + + +/* ............. after selected ............... */ +/* +.tabs-bottom > tab[afterselected="true"] { + border-left: none !important; +} + +.tabs-bottom > tab[afterselected="true"] > .tab-box { + border-left: none !important; +} +*/ + +/* ............. before selected ............... */ + +/* +/* top & bottom tabs */ +.tabs-bottom > tab[beforeselected="true"] { + border-right: none !important; +} + +.tabs-bottom > tab[beforeselected="true"] > .tab-box { + border-right: none !important; +} +*/ + diff --git a/EarlyBlue/skin/EarlyBlue/editor/EditorDialog.css b/EarlyBlue/skin/EarlyBlue/editor/EditorDialog.css new file mode 100644 index 00000000..1fe7d7b6 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/editor/EditorDialog.css @@ -0,0 +1,295 @@ +/* + * 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. +*/ + +/* The defaults are WAY to big! */ +groupbox { + 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; +} + +.bold { + font-weight: bold; +} + +.italic { + font-style: italic; +} + +.larger { + font-size: 120%; +} + + +.narrow { + width: 3em; +} + +.wrap { + width: 1em; +} + +.menuitem-highlight-1 { + font-weight : bold; +} + +/* Use this with groove-thin in dialogs + to add margins to top and bottom +*/ +.tb-margin { + margin-top : 6px; + margin-bottom : 6px; +} + +.color-well { + width: 20px; + height: 12px; + border: 1px inset #CCD0DD; +} + +.color-well[default="true"] { + border: 1px solid transparent; + background-color: inherit; +} + +.color-button { + /* override large default min-width */ + min-width : 0px; + margin: 2px; +} + +.menu-list[focused="true"] { + color: white; +} + +#ColorPicker { + -moz-user-focus: normal; +} + +#ColorPickerSwatch { + border : 2px outset #CCD0DD; + width: 25px; + height: 20px; + margin: 0px 3px 0px 0px; +} + +#ColorPickerSwatch[default="true"] { + border : 2px solid transparent; + background-color: inherit; +} + +#LastPickedColor { + width: 17px; + height: 13px; + border: 1px inset #CCD0DD; + margin: 1px 2px 2px 4px; +} + +.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: 12em; +} + +/* ::::: table properties dialog ::::: */ + +#MoreFewerButton[more="1"] { + list-style-image: url(chrome://global/skin/scroll-up.gif); + min-width: 12em; +} + +#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); +} + +/* ::::: spelling dialog ::::: */ + +#MisspelledWord { + font-weight: bold; +} + +#ReplaceWordInput { + min-width: 16em; + width: 16em; +} + +.spell-check { + min-width: 8em; +} + +/* ::::: color picker ::::: */ + +/* use outset shape for a button look */ +.colorpicker { + border: 1px outset #CCD0DD; + /* This should be the same as for textbox */ + margin-left: 4px; + /* For a little extra space between buttons */ + margin-bottom: 2px; +} + + +.colorpicker:active { + border: 1px inset #CCD0DD; +} + +.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; +} + +.align-menu[value="top"] { + list-style-image:url("chrome://editor/skin/images/img-align-top.gif"); +} + +.align-menu[value="center"] { + list-style-image:url("chrome://editor/skin/images/img-align-middle.gif"); +} + +.align-menu[value="bottom"] { + list-style-image:url("chrome://editor/skin/images/img-align-bottom.gif"); +} + +.align-menu[value="right"] { + list-style-image:url("chrome://editor/skin/images/img-align-right.gif"); +} + +.align-menu[value="left"] { + list-style-image:url("chrome://editor/skin/images/img-align-left.gif"); +} + +/* Don't change width/height of these without changing values in + GetOriginalWidth(), EdImageProps.js +*/ +#preview-image-box { + border: 1px inset #CCD0DD; + width : 82px; + max-width : 82px; + min-width : 82px; + height : 52px; + max-height : 52px; + min-height : 52px; + margin : 6px 5px 6px 5px; + overflow : hidden; +} + +#preview-image-holder { + padding : 0px; + margin : 0px; +} + +/* 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; +} + diff --git a/EarlyBlue/skin/EarlyBlue/editor/contents.rdf b/EarlyBlue/skin/EarlyBlue/editor/contents.rdf new file mode 100644 index 00000000..8f28d437 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/editor/contents.rdf @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/EarlyBlue/skin/EarlyBlue/editor/editor.css b/EarlyBlue/skin/EarlyBlue/editor/editor.css new file mode 100644 index 00000000..6a56acfa --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/editor/editor.css @@ -0,0 +1,82 @@ +/* + * 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 +*/ + +/********* image pre-cacheing ********/ +#resource_bundle_editor{ + -moz-binding : url('chrome://editor/skin/resources.xml#resource_bundle_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; +} + +/* Multiline textarea for HTML source editing */ +#content-source, #doctype-text + { + font-family : -moz-fixed; + } + +/* +#appcontent + { + border-left : 1px solid ThreeDShadow; + border-top : 1px solid ThreeDDarkShadow; + border-right : 1px solid ThreeDHighlight; + } + +#ContentWindowDeck + { + border-left : 1px solid ThreeDDarkShadow; + border-right : 1px solid ThreeDFace; + } + +#status-bar + { + border-left : none; + border-right : none; + height : 20px; + } + +#EditModeToolbar + { + border-left : 1px solid ThreeDDarkShadow; + border-right : 1px solid ThreeDFace; + border-bottom : 1px solid ThreeDFace !important; + } + +*/ diff --git a/EarlyBlue/skin/EarlyBlue/editor/editorFormatToolbar.css b/EarlyBlue/skin/EarlyBlue/editor/editorFormatToolbar.css new file mode 100644 index 00000000..6e4ac253 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/editor/editorFormatToolbar.css @@ -0,0 +1,485 @@ +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998-1999 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + */ + +#FormatToolbar > toolbarbutton { + min-width: 18px; +} + +#FormatToolbar > toolbarbutton > .toolbarbutton-box > .toolbarbutton-text { + display: none; +} + +#boldButton + { + list-style-image : url(chrome://editor/skin/images/bold.gif); + } + +#boldButton[disabled="true"], +#boldButton[disabled="true"]:hover, +#boldButton[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/bold-disabled.gif"); + } + +/* +#boldButton:hover + { + list-style-image : url("chrome://editor/skin/images/bold-hover.gif"); + } + +#boldButton:hover:active + { + list-style-image : url("chrome://editor/skin/images/bold-hover-active.gif"); + } +*/ + +#smileButtonMenu { + list-style-image:url("chrome://editor/skin/images/smile.gif"); +} + +#smileButtonMenu[disabled="true"], +#smileButtonMenu[disabled="true"]:hover, +#smileButtonMenu[disabled="true"]:hover:active { + list-style-image:url("chrome://editor/skin/images/smile-disabled.gif"); +} + +.insert-smile > .menu-iconic-left { + list-style-image:url(chrome://global/skin/smiley/smile_n.gif); +} + +.insert-tongue > .menu-iconic-left { + list-style-image:url(chrome://global/skin/smiley/tongue_n.gif); +} + +.insert-frown > .menu-iconic-left { + list-style-image:url(chrome://global/skin/smiley/frown_n.gif); + } + +.insert-wink > .menu-iconic-left { + list-style-image:url(chrome://global/skin/smiley/wink_n.gif); + } + +.insert-laughing > .menu-iconic-left { + list-style-image:url(chrome://global/skin/smiley/laughing_n.gif); + } + +.insert-embarrassed > .menu-iconic-left { + list-style-image:url(chrome://global/skin/smiley/embarrassed_n.gif); + } + + +.insert-undecided > .menu-iconic-left { + list-style-image:url(chrome://global/skin/smiley/undecided_n.gif); +} + +.smiley > .menu-iconic-left { + + margin-right: 15px; +} + + + +#italicButton + { + list-style-image : url("chrome://editor/skin/images/italic.gif"); + } + +#italicButton[disabled="true"], +#italicButton[disabled="true"]:hover, +#italicButton[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/italic-disabled.gif"); + } + +/* +#italicButton:hover + { + list-style-image : url("chrome://editor/skin/images/italic-hover.gif"); + } + +#italicButton:hover:active + { + list-style-image : url("chrome://editor/skin/images/italic-hover-active.gif"); + } +*/ + +#underlineButton + { + list-style-image : url("chrome://editor/skin/images/underline.gif"); + } + +#underlineButton[disabled="true"], +#underlineButton[disabled="true"]:hover, +#underlineButton[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/underline-disabled.gif"); + } + +/* +#underlineButton:hover + { + list-style-image : url("chrome://editor/skin/images/underline-hover.gif"); + } + +#underlineButton:hover:active + { + list-style-image : url("chrome://editor/skin/images/underline-hover-active.gif"); + } +*/ + +#DecreaseFontSizeButton + { + list-style-image : url("chrome://editor/skin/images/dec-font-size.gif"); + } + +#DecreaseFontSizeButton[disabled="true"], +#DecreaseFontSizeButton[disabled="true"]:hover, +#DecreaseFontSizeButton[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/dec-font-size-disabled.gif"); + } + +/* +#DecreaseFontSizeButton:hover + { + list-style-image : url("chrome://editor/skin/images/dec-font-size-hover.gif"); + } + +#DecreaseFontSizeButton:hover:active + { + list-style-image : url("chrome://editor/skin/images/dec-font-size-hover-active.gif"); + } +*/ + +#IncreaseFontSizeButton + { + list-style-image : url("chrome://editor/skin/images/inc-font-size.gif"); + } + +#IncreaseFontSizeButton[disabled="true"], +#IncreaseFontSizeButton[disabled="true"]:hover, +#IncreaseFontSizeButton[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/inc-font-size-disabled.gif"); + } + +/* +#IncreaseFontSizeButton:hover + { + list-style-image : url("chrome://editor/skin/images/inc-font-size-hover.gif"); + } + +#IncreaseFontSizeButton:hover:active + { + list-style-image : url("chrome://editor/skin/images/inc-font-size-hover-active.gif"); + } +*/ + +#ulButton + { + list-style-image :url("chrome://editor/skin/images/bullets.gif"); + } + +#ulButton[disabled="true"], +#ulButton[disabled="true"]:hover, +#ulButton[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/bullets-disabled.gif"); + } + +/* +#ulButton:hover + { + list-style-image : url("chrome://editor/skin/images/bullets-hover.gif"); + } + +#ulButton:hover:active + { + list-style-image : url("chrome://editor/skin/images/bullets-hover-active.gif"); + } +*/ + +#olButton + { + list-style-image : url("chrome://editor/skin/images/numbers.gif"); + } + +#olButton[disabled="true"], +#olButton[disabled="true"]:hover, +#olButton[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/numbers-disabled.gif"); + } + +/* +#olButton:hover + { + list-style-image : url("chrome://editor/skin/images/numbers-hover.gif"); + } + +#olButton:hover:active + { + list-style-image : url("chrome://editor/skin/images/numbers-hover-active.gif"); + } +*/ + +#outdentButton + { + list-style-image : url("chrome://editor/skin/images/outdent.gif"); + } + +#outdentButton[disabled="true"], +#outdentButton[disabled="true"]:hover, +#outdentButton[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/outdent-disabled.gif"); + } + +/* +#outdentButton:hover + { + list-style-image : url("chrome://editor/skin/images/outdent-hover.gif"); + } + +#outdentButton:hover:active + { + list-style-image : url("chrome://editor/skin/images/outdent-hover-active.gif"); + } +*/ + +#indentButton + { + list-style-image : url("chrome://editor/skin/images/indent.gif"); + } + +#indentButton[disabled="true"], +#indentButton[disabled="true"]:hover, +#indentButton[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/indent-disabled.gif"); + } + +/* +#indentButton:hover + { + list-style-image : url("chrome://editor/skin/images/indent-hover.gif"); + } + +#indentButton:hover:active + { + list-style-image : url("chrome://editor/skin/images/indent-hover-active.gif"); + } +*/ + +#AlignPopupButton { + list-style-image : url("chrome://editor/skin/images/align.gif"); +} + +#AlignPopupButton[disabled="true"], +#AlignPopupButton[disabled="true"]:hover, +#AlignPopupButton[disabled="true"]:hover:active { + list-style-image : url("chrome://editor/skin/images/align-disabled.gif"); +} + +/* +#AlignPopupButton:hover { + list-style-image : url("chrome://editor/skin/images/align-hover.gif"); +} + +#AlignPopupButton:hover:active, +#AlignPopupButton[open="true"] { + list-style-image : url("chrome://editor/skin/images/align-hover-active.gif"); +} +*/ + +#InsertPopupButton { + list-style-image : url("chrome://editor/skin/images/insert.gif"); +} + +#InsertPopupButton[disabled="true"], +#InsertPopupButton[disabled="true"]:hover, +#InsertPopupButton[disabled="true"]:hover:active { + list-style-image : url("chrome://editor/skin/images/insert-disabled.gif"); +} + +/* +#InsertPopupButton:hover { + list-style-image : url("chrome://editor/skin/images/insert-hover.gif"); +} + +#InsertPopupButton:hover:active, +#InsertPopupButton[open="true"] { + list-style-image : url("chrome://editor/skin/images/insert-hover-active.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-left:hover, +#align-left-button:hover + { + list-style-image : url("chrome://editor/skin/images/left-hover.gif"); + } + +#text-align-left:hover:active, +#align-left-button:hover:active + { + list-style-image : url("chrome://editor/skin/images/left-hover-active.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-center:hover, +#align-center-button:hover + { + list-style-image : url("chrome://editor/skin/images/center-hover.gif"); + } + +#text-align-center:hover:active, +#align-center-button:hover:active + { + list-style-image : url("chrome://editor/skin/images/center-hover-active.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-right:hover, +#align-right-button:hover + { + list-style-image : url("chrome://editor/skin/images/right-hover.gif"); + } + +#text-align-right:hover:active, +#align-right-button:hover:active + { + list-style-image : url("chrome://editor/skin/images/right-hover-active.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"); + } + +/* +#text-align-justify:hover, +#align-justify-button:hover + { + list-style-image : url("chrome://editor/skin/images/justify-hover.gif"); + } + +#text-align-justify:hover:active, +#align-justify-button:hover:active + { + list-style-image : url("chrome://editor/skin/images/justify-hover-active.gif"); + } +*/ + +.ColorPickerLabel + { + border : 1px inset white; + margin : 0px; + padding : 2px; + } + +.color-button + { + border : 1px inset #CCD0DD; + padding : 0px; + width : 14px; + height : 12px; + margin : 2px; + } + +.color-button:hover + { + border : 1px solid #666699; + } + +#TextColorButton + { + margin : 2px 9px 9px 2px; + } + +#BackgroundColorButton + { + margin : 9px 2px 2px 9px; + } + + diff --git a/EarlyBlue/skin/EarlyBlue/editor/editorModeToolbar.css b/EarlyBlue/skin/EarlyBlue/editor/editorModeToolbar.css new file mode 100644 index 00000000..ea5caaf3 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/editor/editorModeToolbar.css @@ -0,0 +1,56 @@ +/* + * 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://editor/skin/EditModeTabs.css"); + +#EditModeToolbar + { + padding : 0px; + -moz-box-align : start; +/* border-bottom : 1px solid ThreeDShadow; */ + margin-bottom : 0px; + min-width : 1px; +/* color : white; + background-color : ThreeDFace; */ + } + +#NormalModeButton + { + list-style-image : url(chrome://editor/skin/images/editmode-normal.gif); + } + +#TagModeButton + { + list-style-image : url(chrome://editor/skin/images/editmode-tags.gif); + } + +#SourceModeButton + { + list-style-image : url(chrome://editor/skin/images/editmode-html.gif); + } + +#PreviewModeButton + { + list-style-image : url(chrome://editor/skin/images/editmode-preview.gif); + } + + diff --git a/EarlyBlue/skin/EarlyBlue/editor/editorPrimaryToolbar.css b/EarlyBlue/skin/EarlyBlue/editor/editorPrimaryToolbar.css new file mode 100644 index 00000000..547f05b9 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/editor/editorPrimaryToolbar.css @@ -0,0 +1,356 @@ +/* + * 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): + */ + +#newButton + { + list-style-image : url("chrome://editor/skin/images/newfile.gif"); + } + +#newButton[disabled="true"], +#newButton[disabled="true"]:hover, +#newButton[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/newfile-disabled.gif"); + } + +/* +#newButton:hover + { + list-style-image : url("chrome://editor/skin/images/newfile-hover.gif"); + } + +#newButton:hover:active + { + list-style-image : url("chrome://editor/skin/images/newfile-hover-active.gif"); + } +*/ + +#openButton + { + list-style-image : url("chrome://editor/skin/images/openfile.gif"); + } + +#openButton[disabled="true"], +#openButton[disabled="true"]:hover, +#openButton[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/openfile-disabled.gif"); + } + +/* +#openButton:hover + { + list-style-image : url("chrome://editor/skin/images/openfile-hover.gif"); + } + +#openButton:hover:active + { + list-style-image : url("chrome://editor/skin/images/openfile-hover-active.gif"); + } +*/ + +#saveButton + { + list-style-image : url("chrome://editor/skin/images/savefile.gif"); + } + +#saveButton[disabled="true"], +#saveButton[disabled="true"]:hover, +#saveButton[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/savefile-disabled.gif"); + } + +/* +#saveButton:hover + { + list-style-image : url("chrome://editor/skin/images/savefile-hover.gif"); + } + +#saveButton:hover:active + { + list-style-image : url("chrome://editor/skin/images/savefile-hover-active.gif"); + } +*/ + +#saveButton[dirty="true"] + { + list-style-image : url("chrome://editor/skin/images/savefile-dirty.gif"); + } + +#saveButton[dirty="true"][disabled="true"], +#saveButton[dirty="true"][disabled="true"]:hover, +#saveButton[dirty="true"][disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/savefile-disabled.gif"); + } + +/* +#saveButton[dirty="true"]:hover + { + list-style-image : url("chrome://editor/skin/images/savefile-hover.gif"); + } + +#saveButton[dirty="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/savefile-hover-active.gif"); + } +*/ + +#publishButton + { + list-style-image : url("chrome://editor/skin/images/publish.gif"); + } + +#publishButton[disabled="true"], +#publishButton[disabled="true"]:hover, +#publishButton[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/publish-disabled.gif"); + } + +/* +#publishButton:hover + { + list-style-image : url("chrome://editor/skin/images/publish-hover.gif"); + } + +#publishButton:hover:active + { + list-style-image : url("chrome://editor/skin/images/publish-hover-active.gif"); + } +*/ + +#previewButton + { + list-style-image : url("chrome://editor/skin/images/preview.gif"); + } + +#previewButton[disabled="true"], +#previewButton[disabled="true"]:hover, +#previewButton[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/preview-disabled.gif"); + } + +/* +#previewButton:hover + { + list-style-image : url("chrome://editor/skin/images/preview-hover.gif"); + } + +#previewButton:hover:active + { + list-style-image : url("chrome://editor/skin/images/preview-hover-active.gif"); + } +*/ + +#printButton + { + list-style-image : url("chrome://global/skin/print.gif"); + } + +#printButton[disabled="true"] + { + list-style-image : url("chrome://global/skin/print-disabled.gif"); + } + +/* +#printButton[buttonover="true"] + { + list-style-image : url("chrome://global/skin/print-hover.gif"); + } + +#printButton[buttondown="true"] + { + list-style-image : url("chrome://global/skin/print-hover-active.gif"); + } +*/ + +#findButton + { + list-style-image : url("chrome://editor/skin/images/find.gif"); + } + +#findButton[disabled="true"], +#findButton[disabled="true"]:hover, +#findButton[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/find-disabled.gif"); + } + +/* +#findButton:hover + { + list-style-image : url("chrome://editor/skin/images/find-hover.gif"); + } + +#findButton:hover:active + { + list-style-image : url("chrome://editor/skin/images/find-hover-active.gif"); + } +*/ + +#linkButton + { + list-style-image : url("chrome://editor/skin/images/link.gif"); + } + +#linkButton[disabled="true"], +#linkButton[disabled="true"]:hover, +#linkButton[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/link-disabled.gif"); + } + +/* +#linkButton:hover + { + list-style-image : url("chrome://editor/skin/images/link-hover.gif"); + } + +#linkButton:hover:active + { + list-style-image : url("chrome://editor/skin/images/link-hover-active.gif"); + } +*/ + +#imageButton + { + list-style-image : url("chrome://editor/skin/images/image.gif"); + } + +#imageButton[disabled="true"], +#imageButton[disabled="true"]:hover, +#imageButton[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/image-disabled.gif"); + } + +/* +#imageButton:hover + { + list-style-image : url("chrome://editor/skin/images/image-hover.gif"); + } + +#imageButton:hover:active + { + list-style-image : url("chrome://editor/skin/images/image-hover-active.gif"); + } +*/ + +#namedAnchorButton + { + list-style-image : url("chrome://editor/skin/images/anchor.gif"); + } + +#namedAnchorButton[disabled="true"], +#namedAnchorButton[disabled="true"]:hover, +#namedAnchorButton[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/anchor-disabled.gif"); + } + +/* +#namedAnchorButton:hover + { + list-style-image : url("chrome://editor/skin/images/anchor-hover.gif"); + } + +#namedAnchorButton:hover:active + { + list-style-image : url("chrome://editor/skin/images/anchor-hover-active.gif"); + } +*/ + +#hlineButton + { + list-style-image : url("chrome://editor/skin/images/hline.gif"); + } + +#hlineButton[disabled="true"], +#hlineButton[disabled="true"]:hover, +#hlineButton[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/hline-disabled.gif"); + } + +/* +#hlineButton:hover + { + list-style-image : url("chrome://editor/skin/images/hline-hover.gif"); + } + +#hlineButton:hover:active + { + list-style-image : url("chrome://editor/skin/images/hline-hover-active.gif"); + } +*/ + +#tableButton + { + list-style-image : url("chrome://editor/skin/images/table.gif"); + } + +#tableButton[disabled="true"], +#tableButton[disabled="true"]:hover, +#tableButton[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/table-disabled.gif"); + } + +/* +#tableButton:hover + { + list-style-image : url("chrome://editor/skin/images/table-hover.gif"); + } + +#tableButton:hover:active + { + list-style-image : url("chrome://editor/skin/images/table-hover-active.gif"); + } +*/ + +#spellingButton + { + list-style-image : url("chrome://editor/skin/images/spell.gif"); + } + +#spellingButton[disabled="true"], +#spellingButton[disabled="true"]:hover, +#spellingButton[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/spell-disabled.gif"); + } + +/* +#spellingButton:hover + { + list-style-image : url("chrome://editor/skin/images/spell-hover.gif"); + } + +#spellingButton:hover:active + { + list-style-image : url("chrome://editor/skin/images/spell-hover-active.gif"); + } +*/ + diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/Map_Copy.gif b/EarlyBlue/skin/EarlyBlue/editor/images/Map_Copy.gif new file mode 100755 index 00000000..38e33ca8 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/Map_Copy.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/Map_Cut.gif b/EarlyBlue/skin/EarlyBlue/editor/images/Map_Cut.gif new file mode 100755 index 00000000..d1f6502b Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/Map_Cut.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/Map_Paste.gif b/EarlyBlue/skin/EarlyBlue/editor/images/Map_Paste.gif new file mode 100755 index 00000000..9a359e08 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/Map_Paste.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/Map_checker.gif b/EarlyBlue/skin/EarlyBlue/editor/images/Map_checker.gif new file mode 100755 index 00000000..e5e886d9 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/Map_checker.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/Map_circleTool.gif b/EarlyBlue/skin/EarlyBlue/editor/images/Map_circleTool.gif new file mode 100755 index 00000000..9afab661 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/Map_circleTool.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/Map_contrast.gif b/EarlyBlue/skin/EarlyBlue/editor/images/Map_contrast.gif new file mode 100755 index 00000000..0d9d0a3d Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/Map_contrast.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/Map_pointerTool.gif b/EarlyBlue/skin/EarlyBlue/editor/images/Map_pointerTool.gif new file mode 100755 index 00000000..73df3a85 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/Map_pointerTool.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/Map_polygonTool.gif b/EarlyBlue/skin/EarlyBlue/editor/images/Map_polygonTool.gif new file mode 100755 index 00000000..01bfe8ef Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/Map_polygonTool.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/Map_rectangleTool.gif b/EarlyBlue/skin/EarlyBlue/editor/images/Map_rectangleTool.gif new file mode 100755 index 00000000..4b09f97d Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/Map_rectangleTool.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/Map_zoomIn.gif b/EarlyBlue/skin/EarlyBlue/editor/images/Map_zoomIn.gif new file mode 100755 index 00000000..91e3e725 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/Map_zoomIn.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/Map_zoomOut.gif b/EarlyBlue/skin/EarlyBlue/editor/images/Map_zoomOut.gif new file mode 100755 index 00000000..14eee01e Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/Map_zoomOut.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/align-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/align-disabled.gif new file mode 100644 index 00000000..fd8dd538 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/align-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/align.gif b/EarlyBlue/skin/EarlyBlue/editor/images/align.gif new file mode 100755 index 00000000..2755a3c9 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/align.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/anchor-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/anchor-disabled.gif new file mode 100755 index 00000000..bf55b969 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/anchor-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/anchor-in-doc.gif b/EarlyBlue/skin/EarlyBlue/editor/images/anchor-in-doc.gif new file mode 100644 index 00000000..79a53bb5 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/anchor-in-doc.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/anchor-white.gif b/EarlyBlue/skin/EarlyBlue/editor/images/anchor-white.gif new file mode 100644 index 00000000..d7ab334d Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/anchor-white.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/anchor.gif b/EarlyBlue/skin/EarlyBlue/editor/images/anchor.gif new file mode 100755 index 00000000..07d58592 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/anchor.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/bold-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/bold-disabled.gif new file mode 100644 index 00000000..8e680f4d Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/bold-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/bold.gif b/EarlyBlue/skin/EarlyBlue/editor/images/bold.gif new file mode 100755 index 00000000..832f3953 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/bold.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/bullets-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/bullets-disabled.gif new file mode 100644 index 00000000..46134b31 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/bullets-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/bullets.gif b/EarlyBlue/skin/EarlyBlue/editor/images/bullets.gif new file mode 100755 index 00000000..1d462e97 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/bullets.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/center-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/center-disabled.gif new file mode 100644 index 00000000..feaf1808 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/center-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/center.gif b/EarlyBlue/skin/EarlyBlue/editor/images/center.gif new file mode 100755 index 00000000..85b1177a Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/center.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/color-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/color-disabled.gif new file mode 100644 index 00000000..01fb29f8 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/color-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/color-hover-active.gif b/EarlyBlue/skin/EarlyBlue/editor/images/color-hover-active.gif new file mode 100644 index 00000000..070c2235 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/color-hover-active.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/color-hover.gif b/EarlyBlue/skin/EarlyBlue/editor/images/color-hover.gif new file mode 100644 index 00000000..ec1f898f Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/color-hover.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/color.gif b/EarlyBlue/skin/EarlyBlue/editor/images/color.gif new file mode 100644 index 00000000..a4cd03ce Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/color.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/dec-font-size-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/dec-font-size-disabled.gif new file mode 100644 index 00000000..b72df235 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/dec-font-size-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/dec-font-size.gif b/EarlyBlue/skin/EarlyBlue/editor/images/dec-font-size.gif new file mode 100755 index 00000000..c2ddd2ee Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/dec-font-size.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/div.gif b/EarlyBlue/skin/EarlyBlue/editor/images/div.gif new file mode 100644 index 00000000..0b7dc589 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/div.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/editmode-html.gif b/EarlyBlue/skin/EarlyBlue/editor/images/editmode-html.gif new file mode 100755 index 00000000..e0f107c4 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/editmode-html.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/editmode-normal.gif b/EarlyBlue/skin/EarlyBlue/editor/images/editmode-normal.gif new file mode 100755 index 00000000..dc2f6105 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/editmode-normal.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/editmode-preview.gif b/EarlyBlue/skin/EarlyBlue/editor/images/editmode-preview.gif new file mode 100755 index 00000000..cec09e67 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/editmode-preview.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/editmode-tags.gif b/EarlyBlue/skin/EarlyBlue/editor/images/editmode-tags.gif new file mode 100755 index 00000000..be650a15 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/editmode-tags.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/embarrassed_n.gif b/EarlyBlue/skin/EarlyBlue/editor/images/embarrassed_n.gif new file mode 100644 index 00000000..719ecd7e Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/embarrassed_n.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/find-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/find-disabled.gif new file mode 100755 index 00000000..41dce71d Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/find-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/find.gif b/EarlyBlue/skin/EarlyBlue/editor/images/find.gif new file mode 100755 index 00000000..f71ae98b Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/find.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/hline-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/hline-disabled.gif new file mode 100755 index 00000000..bd485c3e Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/hline-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/hline-white.gif b/EarlyBlue/skin/EarlyBlue/editor/images/hline-white.gif new file mode 100644 index 00000000..22dc6503 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/hline-white.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/hline.gif b/EarlyBlue/skin/EarlyBlue/editor/images/hline.gif new file mode 100755 index 00000000..e7ece183 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/hline.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/hover-teal.gif b/EarlyBlue/skin/EarlyBlue/editor/images/hover-teal.gif new file mode 100644 index 00000000..fd67cfeb Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/hover-teal.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/image-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/image-disabled.gif new file mode 100755 index 00000000..4b504471 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/image-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/image-white.gif b/EarlyBlue/skin/EarlyBlue/editor/images/image-white.gif new file mode 100644 index 00000000..26428a70 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/image-white.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/image.gif b/EarlyBlue/skin/EarlyBlue/editor/images/image.gif new file mode 100755 index 00000000..701e819b Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/image.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/img-align-bottom.gif b/EarlyBlue/skin/EarlyBlue/editor/images/img-align-bottom.gif new file mode 100755 index 00000000..32695115 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/img-align-bottom.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/img-align-left.gif b/EarlyBlue/skin/EarlyBlue/editor/images/img-align-left.gif new file mode 100755 index 00000000..117b93fc Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/img-align-left.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/img-align-middle.gif b/EarlyBlue/skin/EarlyBlue/editor/images/img-align-middle.gif new file mode 100755 index 00000000..911ba464 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/img-align-middle.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/img-align-right.gif b/EarlyBlue/skin/EarlyBlue/editor/images/img-align-right.gif new file mode 100755 index 00000000..8e679f50 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/img-align-right.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/img-align-top.gif b/EarlyBlue/skin/EarlyBlue/editor/images/img-align-top.gif new file mode 100755 index 00000000..251e1862 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/img-align-top.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/inc-font-size-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/inc-font-size-disabled.gif new file mode 100644 index 00000000..37ea3df1 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/inc-font-size-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/inc-font-size.gif b/EarlyBlue/skin/EarlyBlue/editor/images/inc-font-size.gif new file mode 100755 index 00000000..c61c6452 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/inc-font-size.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/indent-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/indent-disabled.gif new file mode 100644 index 00000000..58c739a7 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/indent-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/indent.gif b/EarlyBlue/skin/EarlyBlue/editor/images/indent.gif new file mode 100755 index 00000000..6ff1a76b Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/indent.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/insert-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/insert-disabled.gif new file mode 100644 index 00000000..4160ac43 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/insert-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/insert.gif b/EarlyBlue/skin/EarlyBlue/editor/images/insert.gif new file mode 100644 index 00000000..204ccf30 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/insert.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/italic-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/italic-disabled.gif new file mode 100644 index 00000000..d91d6338 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/italic-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/italic.gif b/EarlyBlue/skin/EarlyBlue/editor/images/italic.gif new file mode 100755 index 00000000..72ff537c Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/italic.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/justify-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/justify-disabled.gif new file mode 100644 index 00000000..e5fe8f1d Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/justify-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/justify.gif b/EarlyBlue/skin/EarlyBlue/editor/images/justify.gif new file mode 100755 index 00000000..b190f3ea Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/justify.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/left-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/left-disabled.gif new file mode 100644 index 00000000..1cbef0e9 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/left-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/left.gif b/EarlyBlue/skin/EarlyBlue/editor/images/left.gif new file mode 100755 index 00000000..84936fae Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/left.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/link-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/link-disabled.gif new file mode 100755 index 00000000..8da03271 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/link-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/link-white.gif b/EarlyBlue/skin/EarlyBlue/editor/images/link-white.gif new file mode 100644 index 00000000..b2d3ba67 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/link-white.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/link.gif b/EarlyBlue/skin/EarlyBlue/editor/images/link.gif new file mode 100755 index 00000000..b62d1eb1 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/link.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/newfile-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/newfile-disabled.gif new file mode 100755 index 00000000..1a414ebd Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/newfile-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/newfile.gif b/EarlyBlue/skin/EarlyBlue/editor/images/newfile.gif new file mode 100755 index 00000000..8235c578 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/newfile.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/numbers-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/numbers-disabled.gif new file mode 100644 index 00000000..b2efda04 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/numbers-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/numbers.gif b/EarlyBlue/skin/EarlyBlue/editor/images/numbers.gif new file mode 100755 index 00000000..5ac194fb Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/numbers.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/openfile-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/openfile-disabled.gif new file mode 100755 index 00000000..08fe7fca Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/openfile-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/openfile.gif b/EarlyBlue/skin/EarlyBlue/editor/images/openfile.gif new file mode 100755 index 00000000..bb474f1c Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/openfile.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/outdent-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/outdent-disabled.gif new file mode 100644 index 00000000..621158b9 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/outdent-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/outdent.gif b/EarlyBlue/skin/EarlyBlue/editor/images/outdent.gif new file mode 100755 index 00000000..03b005ac Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/outdent.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/preview-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/preview-disabled.gif new file mode 100755 index 00000000..9a5d3eae Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/preview-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/preview.gif b/EarlyBlue/skin/EarlyBlue/editor/images/preview.gif new file mode 100755 index 00000000..1efbb67f Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/preview.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/publish-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/publish-disabled.gif new file mode 100644 index 00000000..67d2a5df Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/publish-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/publish.gif b/EarlyBlue/skin/EarlyBlue/editor/images/publish.gif new file mode 100755 index 00000000..5755cd6d Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/publish.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/right-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/right-disabled.gif new file mode 100644 index 00000000..87500daa Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/right-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/right.gif b/EarlyBlue/skin/EarlyBlue/editor/images/right.gif new file mode 100755 index 00000000..f6ff6ff2 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/right.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/savefile-dirty.gif b/EarlyBlue/skin/EarlyBlue/editor/images/savefile-dirty.gif new file mode 100755 index 00000000..e64dc651 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/savefile-dirty.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/savefile-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/savefile-disabled.gif new file mode 100755 index 00000000..30eebc6f Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/savefile-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/savefile.gif b/EarlyBlue/skin/EarlyBlue/editor/images/savefile.gif new file mode 100755 index 00000000..599905ef Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/savefile.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/smile-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/smile-disabled.gif new file mode 100644 index 00000000..bdb7bf8d Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/smile-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/smile.gif b/EarlyBlue/skin/EarlyBlue/editor/images/smile.gif new file mode 100644 index 00000000..47097a23 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/smile.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/span.gif b/EarlyBlue/skin/EarlyBlue/editor/images/span.gif new file mode 100644 index 00000000..758a77ca Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/span.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/spell-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/spell-disabled.gif new file mode 100755 index 00000000..ae73f0d7 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/spell-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/spell.gif b/EarlyBlue/skin/EarlyBlue/editor/images/spell.gif new file mode 100755 index 00000000..9b912766 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/spell.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/table-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/table-disabled.gif new file mode 100755 index 00000000..c4e1072e Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/table-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/table-white.gif b/EarlyBlue/skin/EarlyBlue/editor/images/table-white.gif new file mode 100644 index 00000000..f65274fe Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/table-white.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/table.gif b/EarlyBlue/skin/EarlyBlue/editor/images/table.gif new file mode 100755 index 00000000..712e4ac2 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/table.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/underline-disabled.gif b/EarlyBlue/skin/EarlyBlue/editor/images/underline-disabled.gif new file mode 100644 index 00000000..aa5c1f5d Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/underline-disabled.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/images/underline.gif b/EarlyBlue/skin/EarlyBlue/editor/images/underline.gif new file mode 100755 index 00000000..d9fa950e Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/editor/images/underline.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/editor/resources.xml b/EarlyBlue/skin/EarlyBlue/editor/resources.xml new file mode 100644 index 00000000..471bea18 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/editor/resources.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/EarlyBlue/skin/EarlyBlue/editor/textEditor.css b/EarlyBlue/skin/EarlyBlue/editor/textEditor.css new file mode 100644 index 00000000..658a26d0 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/editor/textEditor.css @@ -0,0 +1,27 @@ +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998-2001 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +.separator_small { + width: 1em; +} diff --git a/EarlyBlue/skin/EarlyBlue/global/alert-icon.gif b/EarlyBlue/skin/EarlyBlue/global/alert-icon.gif new file mode 100755 index 00000000..dd31a95b Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/global/alert-icon.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/global/animthrob.gif b/EarlyBlue/skin/EarlyBlue/global/animthrob.gif new file mode 100755 index 00000000..87a23e3f Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/global/animthrob.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/global/animthrob_single.gif b/EarlyBlue/skin/EarlyBlue/global/animthrob_single.gif new file mode 100755 index 00000000..79e5328d Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/global/animthrob_single.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/global/arrow-down.gif b/EarlyBlue/skin/EarlyBlue/global/arrow-down.gif new file mode 100644 index 00000000..c2c2c64f Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/global/arrow-down.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/global/arrow-left.gif b/EarlyBlue/skin/EarlyBlue/global/arrow-left.gif new file mode 100644 index 00000000..543751ce Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/global/arrow-left.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/global/arrow-right.gif b/EarlyBlue/skin/EarlyBlue/global/arrow-right.gif new file mode 100644 index 00000000..7da2d79a Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/global/arrow-right.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/global/arrow-up.gif b/EarlyBlue/skin/EarlyBlue/global/arrow-up.gif new file mode 100644 index 00000000..fb0ba988 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/global/arrow-up.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/global/article.gif b/EarlyBlue/skin/EarlyBlue/global/article.gif new file mode 100755 index 00000000..cd52b508 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/global/article.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/global/autocomplete.css b/EarlyBlue/skin/EarlyBlue/global/autocomplete.css new file mode 100644 index 00000000..0c1eff82 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/global/autocomplete.css @@ -0,0 +1,99 @@ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */ + +/* ::::: autocomplete ::::: */ + +textbox[type="autocomplete"] + { + cursor : default !important; + } + +.autocomplete-internal-box + { + padding : 0px !important; + } + +.autocomplete-textbox-container + { + padding : 1px 2px 1px 2px; + } + +.autocomplete-textbox + { + cursor : text; + } + +/* ::::: history button ::::: */ + +.autocomplete-history-button + { + -moz-binding : url("chrome://global/skin/classicBindings.xml#autocomplete-history-button"); + width : 15px; + min-height : 19px; + border : none; + background-color : #9999CC; + list-style-image : url("chrome://global/skin/scroll-down.gif"); + padding : 0px; + margin : 0px; + } + +.autocomplete-history-button > .autocomplete-history-button-internal-box + { + border : 1px outset #CCD0DD; + padding : 1px; + } + +.autocomplete-history-button[open="true"] + { + border : none; + } + +.autocomplete-history-button[open="true"] > .autocomplete-history-button-internal-box + { + border : 1px inset #CCD0DD; + padding : 2px 0px 0px 2px; + } + +/* ::::: autocomplete popups ::::: */ + +.autocomplete-result-popup, +.autocomplete-history-popup + { + border : 1px solid #9999CC !important; + background-color : white !important; + } + +.autocomplete-history-popup + { + max-height : 180px; + } + +/* ::::: outliner ::::: */ + +.autocomplete-outliner + { + border : none; + background-color : transparent !important; + } + +.autocomplete-outlinercol + { + margin : 0px !important; + border : none !important; + padding : 0px !important; + } + +.autocomplete-outlinerbody:-moz-outliner-cell-text + { + padding-left: 8px; + } + +.autocomplete-outlinerbody:-moz-outliner-row(menuactive) + { + background-color : #336699; + } + +.autocomplete-outlinerbody:-moz-outliner-cell-text(menuactive) + { + color : white !important; + } + diff --git a/EarlyBlue/skin/EarlyBlue/global/browser.css b/EarlyBlue/skin/EarlyBlue/global/browser.css new file mode 100644 index 00000000..03efec58 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/global/browser.css @@ -0,0 +1,12 @@ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +tab[busy] { + list-style-image: url("chrome://global/skin/loading.gif"); +} + +.tabbrowser-closebox { + list-style-image: url("chrome://global/skin/closebox.gif"); + margin-bottom: 3px; + margin-right: 2px; +} diff --git a/EarlyBlue/skin/EarlyBlue/global/button.css b/EarlyBlue/skin/EarlyBlue/global/button.css new file mode 100644 index 00000000..584bfa50 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/global/button.css @@ -0,0 +1,152 @@ +/* NEW WIDGET ANDING: