From c6a72ce5cfc2df92b92a68c1d03e70ed0d18bf3f Mon Sep 17 00:00:00 2001 From: robert Date: Mon, 12 Mar 2001 01:06:00 +0000 Subject: [PATCH] updating bookmarks component so that skin is working again with current builds --- .../skin/bookmarks/bookmark-item-updated.gif | Bin 0 -> 132 bytes .../skin/bookmarks/bookmarks-tree.css | 195 ++++++++++++ .../communicator/skin/bookmarks/bookmarks.css | 272 +++++++--------- .../skin/bookmarks/bookmarksToolbar.css | 88 +++++ .../skin/bookmarks/bookmarksWindow.css | 50 +++ .../skin/bookmarks/notification.gif | Bin 0 -> 615 bytes .../skin/bookmarks/platformBookmarks.css | 32 ++ .../communicator/skin/bookmarks/schedule.gif | Bin 0 -> 1034 bytes .../communicator/skin/directory/directory.css | 178 ++++++----- EarlyBlue/global/skin/splitter.css | 140 ++++---- EarlyBlue/global/skin/tree.css | 97 ++++-- EarlyBlue/messenger/skin/mailheader.css | 162 +++++----- .../messengercompose/messengercompose.css | 301 ++++++++++-------- EarlyBlue/messenger/skin/threadPane.css | 270 ++++++++-------- EarlyBlue/navigator/skin/personalToolbar.css | 45 +++ 15 files changed, 1157 insertions(+), 673 deletions(-) create mode 100755 EarlyBlue/communicator/skin/bookmarks/bookmark-item-updated.gif create mode 100755 EarlyBlue/communicator/skin/bookmarks/bookmarks-tree.css create mode 100644 EarlyBlue/communicator/skin/bookmarks/bookmarksToolbar.css create mode 100644 EarlyBlue/communicator/skin/bookmarks/bookmarksWindow.css create mode 100644 EarlyBlue/communicator/skin/bookmarks/notification.gif create mode 100644 EarlyBlue/communicator/skin/bookmarks/platformBookmarks.css create mode 100644 EarlyBlue/communicator/skin/bookmarks/schedule.gif create mode 100644 EarlyBlue/navigator/skin/personalToolbar.css diff --git a/EarlyBlue/communicator/skin/bookmarks/bookmark-item-updated.gif b/EarlyBlue/communicator/skin/bookmarks/bookmark-item-updated.gif new file mode 100755 index 0000000000000000000000000000000000000000..c30e9070675b7b833676393bd61ed20424c2c81c GIT binary patch literal 132 zcmZ?wbhEHb6ky)yQl zNAQ>2p{u>K6WT6I)F^Z@zKTkc`n^-LU{-!jv#lui^oJADrqAM?amP|skii-NzMdlJ literal 0 HcmV?d00001 diff --git a/EarlyBlue/communicator/skin/bookmarks/bookmarks-tree.css b/EarlyBlue/communicator/skin/bookmarks/bookmarks-tree.css new file mode 100755 index 00000000..591abaa4 --- /dev/null +++ b/EarlyBlue/communicator/skin/bookmarks/bookmarks-tree.css @@ -0,0 +1,195 @@ +/* -*- Mode: C; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is mozilla.org code. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + */ + +treeitem[container="true"][open="true"][loading="true"] > treerow > .treecell-bookmark +{ + list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ; +} + +treeitem[status="new"] > treerow > .treecell-bookmark +{ + list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ; +} + +treeitem[type="http://home.netscape.com/NC-rdf#Folder"] > treerow > .treecell-bookmark, +treeitem[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"] > treerow > .treecell-bookmark, +treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treerow > .treecell-bookmark, +treeitem[container="true"] > treerow > .treecell-bookmark +{ + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); +} + +treeitem[type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > .treecell-bookmark, +treeitem[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"][open="true"] > treerow > .treecell-bookmark, +treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > treerow > .treecell-bookmark, +treeitem[container="true"][open="true"] > treerow > .treecell-bookmark +{ + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); +} + +treeitem[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"] > treerow > .treecell-bookmark +{ + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); +} + +treeitem[type="http://home.netscape.com/NC-rdf#Bookmark"] > treerow > .treecell-bookmark +{ + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); +} + +treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"] > treerow > .treecell-bookmark +{ + list-style-image: url("chrome://communicator/skin/directory/folder-open.gif"); +} + +treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] > treerow > .treecell-bookmark +{ + list-style-image: url("chrome://communicator/skin/directory/folder-closed.gif"); +} + +treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"] > treerow > .treecell-bookmark +{ + list-style-image: url("chrome://communicator/skin/bookmarks/article.gif"); +} + +treeitem > treerow > .treecell-bookmark { + list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); +} + +#navprintplus +{ + display:none !important; +} + + +/* Style rules below currently do only apply to bookmark window "file" menubutton */ + +/** + * Style rules for bookmarks tree items. Ideally this would be usage agnostic, but + * there's window/panel specific cruft in here too. + **/ + .treecell-bookmark + { + list-style-image : inherit; + } + + .treeitem-bookmark + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); + } + + .treeitem-bookmark[menuactive="true"] + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif"); + } + + .treeitem-bookmark[container="true"][open="true"][loading="true"] + { + list-style-image : url("chrome://global/skin/loading.gif") ! important ; + } + + .treeitem-bookmark[status="new"] + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item-updated.gif") ! important ; + } + + .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#Folder"], + .treeitem-bookmark[container="true"] + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); + } + + .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#Folder"][menuactive="true"], + .treeitem-bookmark[container="true"][menuactive="true"] + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif"); + } + + .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#Folder"][open="true"], + .treeitem-bookmark[container="true"][open="true"] + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); + } + + .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#Folder"][open="true"][menuactive="true"], + .treeitem-bookmark[container="true"][open="true"][menuactive="true"] + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif"); + } + + .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] + { + list-style-image : url("chrome://communicator/skin/bookmarks/personal-folder-closed.gif") !important; + } + + .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][menuactive="true"] + { + list-style-image : url("chrome://communicator/skin/bookmarks/personal-folder-closed-sel.gif") !important; + } + + .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] + { + list-style-image : url("chrome://communicator/skin/bookmarks/personal-folder-open.gif") !important; + } + + .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"][menuactive="true"] + { + list-style-image : url("chrome://communicator/skin/bookmarks/personal-folder-open-sel.gif") !important; + } + + .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"], + .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#Bookmark"] + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); + } + +/** + * XXX - need to create some different icons for file system objects + **/ + .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"] + { + list-style-image : url("chrome://communicator/skin/directory/file-folder-open.gif"); + } + + .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] + { + list-style-image : url("chrome://communicator/skin/directory/file-folder-closed.gif"); + } + + .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#FileSystemObject"] + { + list-style-image : url("chrome://communicator/skin/directory/file-icon.gif"); + } + +/** + * Bookmarks tree + **/ + .bookmarks-panel-tree, .bookmarks-panel-tree > .tree-container-treerows + { + border : none; + } + + #bookmarksTree + { + border-top : none; + border-bottom : none; + } diff --git a/EarlyBlue/communicator/skin/bookmarks/bookmarks.css b/EarlyBlue/communicator/skin/bookmarks/bookmarks.css index 1e8b8348..33ab2c4d 100755 --- a/EarlyBlue/communicator/skin/bookmarks/bookmarks.css +++ b/EarlyBlue/communicator/skin/bookmarks/bookmarks.css @@ -1,151 +1,121 @@ -/* -*- Mode: C; c-basic-offset: 2 -*- - * - * The contents of this file are subject to the Netscape Public - * License Version 1.1 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/NPL/ - * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. - * - * The Original Code is mozilla.org code. - * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All - * Rights Reserved. - * - * Contributor(s): - */ - -.bookmarkitem - { - list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); - } - -.bookmarkitem[menuactive="true"] - { - list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif"); - } - -.bookmarkfolder - { - list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); - } - -.bookmarkfolder[menuactive="true"] - { - list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif"); - } - -.bookmarkfolder[open="true"] - { - list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); - } - -.bookmarkfolder[open="true"][menuactive="true"] - { - list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif"); - } - - -treeitem[container="true"][open="true"][loading="true"] > treerow > .treecell-bookmark -{ - list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ; -} - -treeitem[status="new"] > treerow > .treecell-bookmark -{ - list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ; -} - -treeitem[type="http://home.netscape.com/NC-rdf#Folder"] > treerow > .treecell-bookmark, -treeitem[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"] > treerow > .treecell-bookmark, -treeitem[container="true"][open="true"] > treerow > .treecell-bookmark -{ - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); -} - -treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"] > treerow > .treecell-bookmark, -treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"] > treerow > .treecell-bookmark, -treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-bookmark -{ - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif"); -} - -treeitem[type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > .treecell-bookmark -treeitem[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"][open="true"] > treerow > .treecell-bookmark -{ - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); -} - -treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > .treecell-bookmark, -treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"][open="true"] > treerow > .treecell-bookmark -{ - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif"); -} - -treeitem[container="true"][open="true"] > treerow > .treecell-bookmark { - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); -} - -treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treerow > .treecell-bookmark -{ - list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-closed.gif"); -} - -treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treerow > .treecell-bookmark -{ - list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-closed-sel.gif"); -} - -treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > > treerow > .treecell-bookmark -{ - list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-open.gif"); -} - -treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > > treerow > .treecell-bookmark -{ - list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-open-sel.gif"); -} - -treeitem[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"] > treerow > .treecell-bookmark -{ - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); -} - -treeitem[type="http://home.netscape.com/NC-rdf#IEFavorite"] > treerow > .treecell-bookmark -{ - list-style-image: url("chrome://communicator/skin/bookmarks/iefavorite.gif"); -} - -treeitem[type="http://home.netscape.com/NC-rdf#Bookmark"] > treerow > .treecell-bookmark -{ - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); -} - -treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Bookmark"] > treerow > .treecell-bookmark -{ - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif"); -} - -treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"] > treerow > .treecell-bookmark -{ - list-style-image: url("chrome://communicator/skin/bookmarks/folder-open.gif"); -} - -treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] > treerow > .treecell-bookmark -{ - list-style-image: url("chrome://communicator/skin/bookmarks/folder-closed.gif"); -} - -treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"] > treerow > .treecell-bookmark -{ - list-style-image: url("chrome://communicator/skin/bookmarks/article.gif"); -} - -treeitem > treerow > .treecell-bookmark { - list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); -} +/* -*- Mode: C; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is mozilla.org code. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + */ + +.bookmark-item + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); + cursor : pointer; + } + +.bookmark-item[menuactive="true"] + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif"); + } + +.bookmark-item[container="true"] + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); + } + +.bookmark-item[container="true"] > box > text + { + max-width: 8em; + } + +.bookmark-item[container="true"][menuactive="true"] + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif"); + } + +.bookmark-item[container="true"][open="true"] + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); + } + +.bookmark-item[container="true"][open="true"][menuactive="true"] + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif"); + } + + +.bookmark-item[container="true"][open="true"][loading="true"] +{ + list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ; +} + +.bookmark-item[status="new"] +{ + list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ; +} + +/* +.bookmark-item[type="http://home.netscape.com/NC-rdf#Folder"], +.bookmark-item[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"], +.bookmark-item[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] +{ + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); +} + +.bookmark-item[type="http://home.netscape.com/NC-rdf#Folder"][open="true"], +.bookmark-item[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"][open="true"], +.bookmark-item[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"], +{ + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); +} + +.bookmark-item[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"] +{ + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); +} + +.bookmark-item[type="http://home.netscape.com/NC-rdf#Bookmark"] +{ + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); +} +*/ + +.bookmark-item[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"] +{ + list-style-image: url("chrome://communicator/skin/directory/folder-open.gif"); +} + +.bookmark-item[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] +{ + list-style-image: url("chrome://communicator/skin/directory/folder-closed.gif"); +} + +.bookmark-item[type="http://home.netscape.com/NC-rdf#FileSystemObject"] +{ + list-style-image: url("chrome://communicator/skin/bookmarks/article.gif"); +} + +/* +.bookmark-item > treerow > .treecell-bookmark { + list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); +} + +#navprintplus +{ + display:none !important; +} + +*/ diff --git a/EarlyBlue/communicator/skin/bookmarks/bookmarksToolbar.css b/EarlyBlue/communicator/skin/bookmarks/bookmarksToolbar.css new file mode 100644 index 00000000..f0ed85fc --- /dev/null +++ b/EarlyBlue/communicator/skin/bookmarks/bookmarksToolbar.css @@ -0,0 +1,88 @@ +@import url(chrome://communicator/skin/bookmarks/bookmarks.css); + +/** + * Bookmark toolbar buttons + **/ + +/* + .button-toolbar.bookmark-item, + .button-toolbar.bookmark-item:hover, + .button-toolbar.bookmark-item:hover:active, + .button-toolbar.bookmark-item > .button-internal-box, + .button-toolbar.bookmark-item:hover > .button-internal-box, + .button-toolbar.bookmark-item:hover:active > .button-internal-box, + .button-toolbar.bookmark-item + > .menubutton-toolbar-single-internal-box, + .button-toolbar.bookmark-item:hover + > .menubutton-toolbar-single-internal-box, + .button-toolbar.bookmark-item:hover:active + > .menubutton-toolbar-single-internal-box + { + border : none !important; + } +*/ + + .bookmark-item.button-toolbar[container="true"], + .bookmark-item.button-toolbar[container="true"]:hover, + .bookmark-item.button-toolbar[container="true"]:hover:active + { + cursor : default; + background-color : transparent; + color : inherit; + text-decoration : none; + } + + .bookmark-item.button-toolbar + { + cursor : pointer; + } + + .bookmark-item > .menubutton-toolbar-single-internal-box > .menubutton-toolbar-single-dropmarker + { + display : none; + } + + .button-toolbar.bookmark-item + { + max-width : 10em; + } + + .button-toolbar.bookmark-item > .menubutton-toolbar-single-internal-box + > .menubutton-toolbar-single-text + { + max-width : 8em !important; + } + +/* + .bookmark-item.button-toolbar:hover + { + color : #0000FF; + text-decoration : underline; + } + + .bookmark-item.button-toolbar:hover:active + { + background-color : transparent; + color : #FF0000; + text-decoration : underline; + } +*/ + + /* drag and drop feedback */ + .bookmark-item.button-toolbar[dragover-left="true"] + { + margin-left : 0px; + border-left : 2px solid #336699; + } + + .bookmark-item.button-toolbar[dragover-right="true"] + { + margin-right : 0px; + border-right : 2px solid #336699; + } + + .menubutton-toolbar-single-text[dragover-top="true"] + { + background-color : #336699; + color : #CCCCDD; + } diff --git a/EarlyBlue/communicator/skin/bookmarks/bookmarksWindow.css b/EarlyBlue/communicator/skin/bookmarks/bookmarksWindow.css new file mode 100644 index 00000000..3ad45c51 --- /dev/null +++ b/EarlyBlue/communicator/skin/bookmarks/bookmarksWindow.css @@ -0,0 +1,50 @@ +/* -*- Mode: C; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is mozilla.org code. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + * Ben Goodger + * Josh Soref + */ + +@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/communicator/skin/bookmarks/notification.gif b/EarlyBlue/communicator/skin/bookmarks/notification.gif new file mode 100644 index 0000000000000000000000000000000000000000..c9687c59b8a3b0c02b78fc535ad3dd3dce6b6934 GIT binary patch literal 615 zcmZ?wbhEHbRA7)}xcZ;rKM1V*|9|QK|MUO;X$>t)AfS{Kzw9=eZvRBAs?> zd28AAraLc{=Z|8qDN2rNkLr@=VCTt=jIMQ3o>~$-Ltaiwia(s8+SzBaUx}not5d?_ zC93s}{H<{cOX`CgCo*g-S}Y$T!1iPvDM?@q8#>HhANXZCLVIh`LssHXjxZ-F*8d| z!UhFLX20y30~~*io?SD~m)G*Rp|EJqZVP3-B5SE$Pu8+sX-;d66}%ex#c#~y=2VKF zUlPmgsMVVLKk2|&NNH-lj&F&b_=^f?D#mU5AJv-Fsa-)c`O&{dpJ}tN{+6<|hCE literal 0 HcmV?d00001 diff --git a/EarlyBlue/communicator/skin/bookmarks/platformBookmarks.css b/EarlyBlue/communicator/skin/bookmarks/platformBookmarks.css new file mode 100644 index 00000000..818740f5 --- /dev/null +++ b/EarlyBlue/communicator/skin/bookmarks/platformBookmarks.css @@ -0,0 +1,32 @@ +/** + * Bookmarks tree + **/ + +/* + .bookmarks-window-tree + { + border-top : 1px solid ThreeDDarkShadow !important; + border-bottom : 1px solid ThreeDFace; + border-left : 1px solid ThreeDShadow; + border-right : 1px solid ThreeDHighlight; + } +*/ + + .bookmarks-window-tree > .tree-container-treerows + { + border-left : 1px solid #666699; + border-right : 1px solid #666699; + } + + .bookmarks-panel-tree, .bookmarks-panel-tree > .tree-container-treerows + { + border : none; + } + + #panel-bar + { + border-top : 1px solid #666699; + border-bottom : 1px solid #666699; + } + + diff --git a/EarlyBlue/communicator/skin/bookmarks/schedule.gif b/EarlyBlue/communicator/skin/bookmarks/schedule.gif new file mode 100644 index 0000000000000000000000000000000000000000..791721eb95cfe29a9624ef09a5467094c382e50d GIT binary patch literal 1034 zcmV+l1oitzNk%w1VITk>0M-8h|NsC0008&*_xAt)?*ISo?d<04?Bx6Y*ZU3AwY7wei-d%Pga80$&}2pb|3X4SGuQty|Nk-nV=>PEG0tN#&M`5Z05N0# zF=GHRG5;_B|1X5=FDB+GT7W0e{~urg99sYyY^oA(iVs964i6s8N5IhM9N276F9@s4QqwNYa z0ENOrw#Z;G*8@;%*8r}#i|qzH7%t_En(Fu`6A%G&001_J0D>-nfO$h;V`N8Fa%gBE zj!Xv$6%{fv6&Dw2Ya1JHaB^&H8+LeK85S8Dvs7vVE)WX=0T8~tgK+|PnM_K$ymG+B z#zqK{vPM*t%*F#89I~{OqoXjNFs2(J)j|WDp`oH`g{OsZYwfMBc?lU}kt%2G0PX^~ z@mLiih9j22XtvhK$>qz}gN4Ih3E5MN$_X_OkP)&`NYEe$SR^iyL!+d|cO8=%TRCze zOD0Cbl(C>;1c?%k#04EQjJY1l_&J?OS4d%FMMKFQAdlA5qYKICS${KuM z5hcT7U#U8H^=@FmfZn|^2Q$o=fwqtU1D)Ryj3ujdty>+DEpt(zfPex73rh3JPmr$x zsRzA|SZvR<6CD;YQ1p&tN*9zVSKC~YMh6rvh^I|7Xax%EFBj$t_U;$coI-v93&tb} z06R3v0}ZMf+e!39?m-L6{z?h=N#AS#DGhZ*iBi#pls0F0)kISVL;+D2-2})_Raj}Y z0S5+t6%HJ5aBxitU(f~r281J&!4+2$se#})V^z?g7kI4IM_Mi(BF~BB&@oq8E&7!U zL8RPe$RU=2fME4thy)}fc9B?)gor@OB?N7P36fAA@C+nm z9u|gT2?b=GClZKKNM8g9Mi?adJVHq&4}AG1MHNZLSY@Xi;Ru;ISpdSJ6Coo?0Sge+ zC@70=Qh;fV5Sp1zmPGp5EVO8(Km@TtDhh5@WVYaDqJZ+6N&sZk%cHH~CWI>OwerdX zpr~3)jJmvPn*p-U8j()Cp#dBNpY56pF2`LGfdjQQY8exUYVbjCzD+>Ew!*1I!nX?y zluR!ZlxuEtOmq_`9Z4OO^x8^WB10Q|A<6VEDV|t2FTKM=Ab>`p@xlzh+R0R*5kUX| EJM+n&PXGV_ literal 0 HcmV?d00001 diff --git a/EarlyBlue/communicator/skin/directory/directory.css b/EarlyBlue/communicator/skin/directory/directory.css index 8741f6cd..a6cf21f1 100755 --- a/EarlyBlue/communicator/skin/directory/directory.css +++ b/EarlyBlue/communicator/skin/directory/directory.css @@ -1,78 +1,100 @@ -/* -*- Mode: C; c-basic-offset: 2 -*- - * - * The contents of this file are subject to the Netscape Public - * License Version 1.1 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/NPL/ - * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. - * - * The Original Code is mozilla.org code. - * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All - * Rights Reserved. - * - * Contributor(s): - */ - -/* - - Style rules specific to the directory listing window. - -*/ - -/* Hide twisty for files */ -.treecell-indent[type="FILE"] > .tree-cell-twisty - { - list-style-image : none; - } - -.treecell-filename - { - list-style-image : url("chrome://communicator/skin/directory/file-icon.gif"); - } - -treeitem[selected="true"] > treerow > .treecell-filename - { - list-style-image : url("chrome://communicator/skin/directory/file-icon-sel.gif"); - } - -treeitem[container="true"] > treerow > .treecell-filename - { - list-style-image : url("chrome://communicator/skin/directory/file-folder-closed.gif"); - } -treeitem[container="true"][selected="true"] > treerow > .treecell-filename - { - list-style-image : url("chrome://communicator/skin/directory/file-folder-closed-sel.gif"); - } - -treeitem[container="true"][open="true"] > treerow > .treecell-filename - { - list-style-image : url("chrome://communicator/skin/directory/file-folder-open.gif"); - } -treeitem[container="true"][open="true"][selected="true"] > treerow > .treecell-filename - { - list-style-image : url("chrome://communicator/skin/directory/file-folder-open-sel.gif"); - } - - -/* Show an animated icon when a directory/symlink is loading */ -treeitem[type="SYMBOLIC-LINK"][loading="true"] > treerow > .treecell-filename > .tree-cell-twisty, -treeitem[type="DIRECTORY"][loading="true"] > treerow > treecell > .tree-cell-twisty - { - list-style-image : url("chrome://global/skin/loading.gif"); - } - -/* Italicize a symbolic link and make it look like a link (it can be a dir or link) */ -.treecell-filename[type="SYMBOLIC-LINK"] - { - color : inherit; - text-decoration : inherit; - font-style : italic; - } - +/* -*- Mode: C; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is mozilla.org code. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + */ + +/* + + Style rules specific to the directory listing window. + +*/ + +/* Hide twisty for files */ +.treecell-indent[type="FILE"] > .tree-cell-twisty + { + list-style-image : none; + } + +.treecell-filename + { + list-style-image : url("chrome://communicator/skin/directory/file-icon.gif"); + } + +treeitem[selected="true"] > treerow > .treecell-filename + { + list-style-image : url("chrome://communicator/skin/directory/file-icon-sel.gif"); + } + +treeitem[container="true"] > treerow > .treecell-filename + { + list-style-image : url("chrome://communicator/skin/directory/file-folder-closed.gif"); + } +treeitem[container="true"][selected="true"] > treerow > .treecell-filename + { + list-style-image : url("chrome://communicator/skin/directory/file-folder-closed-sel.gif"); + } + +treeitem[container="true"][open="true"] > treerow > .treecell-filename + { + list-style-image : url("chrome://communicator/skin/directory/file-folder-open.gif"); + } +treeitem[container="true"][open="true"][selected="true"] > treerow > .treecell-filename + { + list-style-image : url("chrome://communicator/skin/directory/file-folder-open-sel.gif"); + } + + +/* Show an animated icon when a directory/symlink is loading */ +treeitem[type="SYMBOLIC-LINK"][loading="true"] > treerow > .treecell-filename > .tree-cell-twisty, +treeitem[type="DIRECTORY"][loading="true"] > treerow > treecell > .tree-cell-twisty + { + list-style-image : url("chrome://global/skin/loading.gif"); + } + +/* Italicize a symbolic link and make it look like a link (it can be a dir or link) */ +.treecell-filename[type="SYMBOLIC-LINK"] + { + color : inherit; + text-decoration : inherit; + font-style : italic; + } + +treerow + { + min-height : 19px; + } + +/** + * This fixes a bug. As you scroll down in a tree the computed column width + * can change. That would make the columns shift durning scrolling. + * So we give them inital preferred widths so they aren't computed. + */ +#FilenameColumn { + width: 100px; +} + +#ContentLengthColumn { + width: 100px; +} + +#LastModColumn { + width: 100px; +} + diff --git a/EarlyBlue/global/skin/splitter.css b/EarlyBlue/global/skin/splitter.css index bcabaaec..b1583933 100755 --- a/EarlyBlue/global/skin/splitter.css +++ b/EarlyBlue/global/skin/splitter.css @@ -1,70 +1,70 @@ -/******* Splitters *******/ - -splitter - { - cursor : e-resize; - background-color : #CCD0DD; - vertical-align : middle; - text-align : center; - padding : 0px; - } - -splitter[state="dragging"] - { - background-color : #999999; - } - -grippy - { - margin : 0px; - border : 1px outset #CCD0DD; - padding : 0px; - list-style-image : url("chrome://global/skin/grippy-vertical-before.gif"); - cursor : pointer; - } - -splitter[state="collapsed"] > grippy - { - list-style-image : url("chrome://global/skin/grippy-vertical-after.gif"); - } - -grippy:hover - { - background-color : #99CCFF; - } - -grippy:hover:active - { - border : 1px inset #CCD0DD; - } - -/* vertical splitters */ - window > splitter, box > splitter - { - width : 8px; - border-left : 1px solid #9999CC; - border-right : 1px solid #9999CC; - } - -/* horizontal splitters */ - /* XXX we should comment out the 'align' support to force people to migrate - to 'orient' */ - rows > splitter, - window[orient="vertical"] > splitter, - box[orient="vertical"] > splitter, - window[align="vertical"] > splitter, - box[align="vertical"] > splitter - { - cursor : n-resize; - border-top : 1px solid #9999CC; - border-right : 1px solid #9999CC; - } - - rows > splitter > grippy, - window[orient="vertical"] > splitter grippy, - box[orient="vertical"] > splitter grippy, - window[align="vertical"] > splitter grippy, - box[align="vertical"] > splitter grippy - { - list-style-image : url("chrome://global/skin/grippy-vertical-before.gif"); - } \ No newline at end of file +/******* Splitters *******/ + +splitter + { + cursor : e-resize; + background-color : #CCD0DD; + vertical-align : middle; + text-align : center; + padding : 0px; + } + +splitter[state="dragging"] + { + background-color : #999999; + } + +grippy + { + margin : 0px; + border : 1px outset #CCD0DD; + padding : 0px; + list-style-image : url("chrome://global/skin/grippy-vertical-before.gif"); + cursor : pointer; + } + +splitter[state="collapsed"] > grippy + { + list-style-image : url("chrome://global/skin/grippy-vertical-after.gif"); + } + +grippy:hover + { + background-color : #99CCFF; + } + +grippy:hover:active + { + border : 1px inset #CCD0DD; + } + +/* vertical splitters */ + window > splitter, box > splitter + { + width : 8px; + border-left : 1px solid #9999CC; + border-right : 1px solid #9999CC; + } + +/* horizontal splitters */ + /* XXX we should comment out the 'align' support to force people to migrate + to 'orient' */ + rows > splitter, + window[orient="vertical"] > splitter, + box[orient="vertical"] > splitter, + window[align="vertical"] > splitter, + box[align="vertical"] > splitter + { + cursor : n-resize; + border-top : 1px solid #9999CC; + border-bottom : 1px solid #9999CC; + } + + rows > splitter > grippy, + window[orient="vertical"] > splitter grippy, + box[orient="vertical"] > splitter grippy, + window[align="vertical"] > splitter grippy, + box[align="vertical"] > splitter grippy + { + list-style-image : url("chrome://global/skin/grippy-vertical-before.gif"); + } diff --git a/EarlyBlue/global/skin/tree.css b/EarlyBlue/global/skin/tree.css index 1afe7263..6dd87168 100755 --- a/EarlyBlue/global/skin/tree.css +++ b/EarlyBlue/global/skin/tree.css @@ -16,10 +16,7 @@ tree { * inset borders, and default dialog spacing. **/ tree.inset { - border-top: 1px solid #666699; - border-bottom: 1px solid white; - border-left: 1px solid #666699; - border-right: 1px solid white; + border: 1px inset #CCCCDD; margin: 1px 3px 2px 3px; } @@ -36,29 +33,43 @@ treecell { padding: 1px 0px 1px 2px; } -.treecell-header { - background-color: #CCD0DD; +.treecell-header-image + { + list-style-image : inherit; + } + +.treecell-header, +.treecell-header-image, +.treecell-inset-header { + background-color: #CCCCDD; color: black; - border-right: 1px solid white; + border: 1px outset #CCCCDD; vertical-align: middle; - padding: 0px 0px 0px 5px; -} + padding: 0px; +} -.treecell-inset-header { - background-color: #CCD0DD; - border-top: 1px solid white; - border-bottom: 1px solid #666699; - border-left: 1px solid white; - border-right: 1px solid #666699; +.treecell-header-box, +.treecell-header-image-box { + padding: 1px; +} + +.treecell-header:hover:active > .treecell-header-box, +.treecell-inset-header:hover:active > .treecell-header-box, +.treecell-header-image:hover:active > .treecell-header-image-box { + padding: 2px 0px 0px 2px; } -tree.inset > treehead > treerow > treecell.sortable:active { - border-top: 1px solid #666699; - border-bottom: 1px solid white; - border-left: 1px solid #666699; - border-right: 1px solid white; +.treecell-header:hover:active, +.treecell-inset-header:hover:active, +.treecell-header-image:hover:active { + border: 1px inset #CCCCDD; } +.treecell-image + { + padding : 0px; + } + /** class="propertylist" ****************************************** * class for cells in grid-formatted property lists. **/ @@ -92,6 +103,10 @@ treeitem[container="true"] > treerow > .treecell-indent > .tree-cell-primary-ico padding-right: 2px; } +treeitem[container="true"] > treerow > .treecell-indent > .tree-cell-primary-icon { + padding-left: 0px; +} + treeitem[selected="true"] > treerow > treecell > .tree-cell-twisty { list-style-image: url("chrome://global/skin/closedtwisty-selected.gif"); } @@ -118,14 +133,16 @@ treeitem[selected="true"][container="true"][open="true"] > treerow > treecell > /* tree header with sort direction indicators */ -.sortDirectionIndicator[sortDirection="ascending"] > .tree-header-sortdirection { +.tree-header-sortdirection { + list-style-image : none; +} + +.sortDirectionIndicator[sortDirection="ascending"] > .treecell-header-box > .tree-header-sortdirection { list-style-image: url("chrome://global/skin/sortAscending.gif"); - margin-right: 3px; } -.sortDirectionIndicator[sortDirection="descending"] > .tree-header-sortdirection { +.sortDirectionIndicator[sortDirection="descending"] > .treecell-header-box > .tree-header-sortdirection { list-style-image: url("chrome://global/skin/sortDescending.gif"); - margin-right: 3px; } treecol[sortDirection="true"], @@ -139,5 +156,37 @@ treecol[sortActive="true"] list-style-image : url("chrome://global/skin/columnselect.gif"); } +.inline-edit-cell-box + { + margin-left : 2px; + } + +/* Inline Editable Treecells */ +.textfield-inline-edit + { + border : 1px solid #666699 !important; + margin : 0px !important; + } + +.textfield-inline-edit > .textfield-internal-box > .textfield-input + { + border : 0px !important; + padding : 1px !important; + margin : 0px !important; + } + +.textfield-inline-edit > .textfield-internal-box + { + border : 0px !important; + padding : 0px !important; + margin : 0px !important; + } + +treerow[mode="inline-edit"] + { + background : transparent; + } + + diff --git a/EarlyBlue/messenger/skin/mailheader.css b/EarlyBlue/messenger/skin/mailheader.css index 86c0e115..cea24631 100755 --- a/EarlyBlue/messenger/skin/mailheader.css +++ b/EarlyBlue/messenger/skin/mailheader.css @@ -1,83 +1,79 @@ -/* - * These are the style attributes for the XUL display. - */ -window { overflow: auto; } -mailheader { display: block; } -mailattachcount { display: none; } - -box[name=header-attachment] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; } -box[name=header-part1] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; } -box[name=header-part2] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; } -box[name=header-part3] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; } -box[name=header-seamonkey] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; } - -headerdisplayname { font-weight: bold; white-space: pre; } -header { text-align: left; } - -menubar[name=attachment-menubar] { background-color: #EFEFEF; border: 0px solid #EFEFEF; } -menu[name=attachment-menu] { background-color: #EFEFEF; border: 0px solid #EFEFEF; } - -/* - * For printing/HTML display... - */ -table[name=header-part1] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; } -table[name=header-part2] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; } -table[name=header-part3] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; } -div.headerdisplayname { font-weight: bold; white-space: pre; display: inline; } - -body { - background-color: white; -} - - - -.text-flowed tt { - font-family: inherit; -} -.text-flowed blockquote { - margin: 0em 0em; - border-color: black; -} - -/* Anyhow, the
doesn't inherit whitespace setting from - its parent pre, but from its ancestor .text-plain. */ -.text-plain { - white-space: -moz-pre-wrap; -} -.text-plain[wrap=false] { - white-space: pre; -} -.text-plain pre { - font-family: inherit; - white-space: inherit; - margin: inherit; -} -/* That's how it should really be -.text-plain pre { - font-family: inherit; - margin: inherit; -} -.text-plain[wrap=false] pre { - white-space: pre; -} -*/ -.text-plain[graphical-quote=false] blockquote { - padding-left: inherit; - border-left: inherit; - margin: 0em 0em; -} -.text-plain[graphical-quote=true] blockquote { - margin: 0em 0em; - border-width: medium; - border-color: black; -} -.text-plain[graphical-quote=true] .txt-citetags { - display: none; -} - -.txt-sig, .signature { - color: gray; -} -.txt-sig > a, .signature > a { - color: 7777FF /* light blue */; -} +/* + * These are the style attributes for the XUL display. + */ +window { overflow: auto; } +mailheader { display: block; } +mailattachcount { display: none; } + +box[name=header-attachment] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; } +box[name=header-part1] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; } +box[name=header-part2] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; } +box[name=header-part3] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; } +box[name=header-seamonkey] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; } + +headerdisplayname { font-weight: bold; white-space: pre; } +header { text-align: left; } + +menubar[name=attachment-menubar] { background-color: #EFEFEF; border: 0px solid #EFEFEF; } +menu[name=attachment-menu] { background-color: #EFEFEF; border: 0px solid #EFEFEF; } + +/* + * For printing/HTML display... + */ +table[name=header-part1] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; } +table[name=header-part2] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; } +table[name=header-part3] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; } +div.headerdisplayname { font-weight: bold; white-space: pre; display: inline; } + +body { + background-color: white; +} + + + +.text-flowed tt { + font-family: inherit; +} +.moz-text-flowed blockquote { + margin: 0em 0em; + border-color: black; +} + +.moz-text-plain pre { + font-family: inherit; + margin: inherit; +} + +.moz-text-plain[wrap=true] { + white-space: -moz-pre-wrap; +} + +.moz-text-plain[wrap=false] { + white-space: pre; +} + +.moz-text-plain[wrap=flow] .moz-txt-sig { + white-space: -moz-pre-wrap; +} + +.moz-text-plain[graphical-quote=false] blockquote { + padding-left: inherit; + border-left: inherit; + margin: 0em 0em; +} +.moz-text-plain[graphical-quote=true] blockquote { + margin: 0em 0em; + border-width: medium; + border-color: black; +} +.moz-text-plain[graphical-quote=true] .txt-citetags { + display: none; +} + +.moz-txt-sig, .moz-signature { + color: gray; +} +.moz-txt-sig > a, .moz-signature > a { + color: 7777FF /* light blue */; +} + diff --git a/EarlyBlue/messenger/skin/messengercompose/messengercompose.css b/EarlyBlue/messenger/skin/messengercompose/messengercompose.css index e65a6760..3bf02443 100755 --- a/EarlyBlue/messenger/skin/messengercompose/messengercompose.css +++ b/EarlyBlue/messenger/skin/messengercompose/messengercompose.css @@ -1,135 +1,166 @@ -@import url(chrome://messenger/skin/messenger.css); - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */ -@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */ - -spring.spacer { - width: 5px; - height: 5px; -} - -box.cleanborder { - margin: 10px; - padding: 10px; - border: 2px groove white; - width: 100%; -} - -box.padded { - margin: 10px; - width: 100%; -} - - -/* addressing widget */ - -tree[class="addressingWidget"] treeitem > treerow > treecell > box > image { - vertical-align: middle; - padding:2px; - border:none; - list-style-image: url("chrome://messenger/skin/addressbook/person.gif"); - user-focus: ignore; -} - -textfield.addressingWidget[autocomplete="true"] { - border : 2px solid #FFFFFF; - margin : 1px; -} - -textfield.addressingWidget[autocomplete="true"][focused="true"] -{ - border : 2px solid #6699cc; - margin : 1px; -} - -textfield.addressingWidget[autocomplete="true"] > box -{ - border : none; -} - -#button-send { - list-style-image:url("chrome://messenger/skin/messengercompose/send.gif"); -} - -#button-send[disabled="true"] { - list-style-image:url("chrome://messenger/skin/messengercompose/send_dis.gif"); -} - -#button-address { - list-style-image:url("chrome://messenger/skin/messengercompose/address.gif"); -} - -#button-address[disabled="true"] { - list-style-image:url("chrome://messenger/skin/messengercompose/address_dis.gif"); -} - -#button-attach { - list-style-image:url("chrome://messenger/skin/messengercompose/attach.gif"); -} - -#button-attach[disabled="true"] { - list-style-image:url("chrome://messenger/skin/messengercompose/attach_dis.gif"); -} - -#button-quote { - list-style-image:url("chrome://messenger/skin/messengercompose/quote.gif"); -} - -#button-quote[disabled="true"] { - list-style-image:url("chrome://messenger/skin/messengercompose/quote_dis.gif"); -} - -#button-spelling { - list-style-image:url("chrome://messenger/skin/messengercompose/spelling.gif"); -} - -#button-spelling[disabled="true"] { - list-style-image:url("chrome://messenger/skin/messengercompose/spelling_dis.gif"); -} - -#button-save { - list-style-image:url("chrome://messenger/skin/messengercompose/save.gif"); -} - -#button-save[disabled="true"] { - list-style-image:url("chrome://messenger/skin/messengercompose/save_dis.gif"); -} - -#button-stop { - list-style-image:url("chrome://global/skin/stop.gif"); -} - -#button-stop[disabled="true"] { - list-style-image:url("chrome://global/skin/stop_dis.gif"); -} - -/* hack because of bad skinnability and hardcoded borders */ -toolbar#MsgHeadersToolbar > box > box > box { - border: 0px !important; -} - -/* hack because of bad skinnability and hardcoded borders */ -tree#addressingWidgetTree { - border: 1px inset #CCD0DD !important; -} - -box#addressingWidget { - user-focus: normal; -} - -tree#attachmentBucket { - user-focus: normal; - border: 1px inset #CCD0DD; -} - -#msgSubject { - user-focus: normal; -} - -#msgIdentity { - user-focus: normal; -} - -button#statusText > .button-internal-box { - border: 0px; -} \ No newline at end of file +@import url(chrome://messenger/skin/messenger.css); + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */ +@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */ + +/* addressing widget */ +#addressingWidgetTree + { + height : 80px; + width : 0px; + -moz-user-focus : none; + } + +#addressingWidgetTree > .tree-container-treerows + { + border-left: none; + } + +#listcol-addressingWidget + { + width : 9em; + border-right : 1px solid #CCCCDD; + } + +#addressingWidgetTree > treechildren > treeitem > treerow, +#addressingWidgetTree > treechildren > treeitem[selected="true"] > treerow { + border : none; + background-color : inherit; + color : inherit; +} + +.treecell-addressingWidget + { + vertical-align : middle; + border-bottom : 1px solid #CCCCDD; + padding : 0px !important; + } + +.treecell-addressingWidget:first-child + { + border-bottom : none; + } + +.dummy-row-cell:first-child + { + border-bottom : 1px solid #CCCCDD; + } + +.person-icon + { + list-style-image : url("chrome://messenger/skin/addressbook/person.gif"); + margin : 0px 3px 0px 3px; + } + +#button-send { + list-style-image:url("chrome://messenger/skin/messengercompose/send.gif"); +} + +#button-send[disabled="true"] { + list-style-image:url("chrome://messenger/skin/messengercompose/send_dis.gif"); +} + +#button-address { + list-style-image:url("chrome://messenger/skin/messengercompose/address.gif"); +} + +#button-address[disabled="true"] { + list-style-image:url("chrome://messenger/skin/messengercompose/address_dis.gif"); +} + +#button-attach { + list-style-image:url("chrome://messenger/skin/messengercompose/attach.gif"); +} + +#button-attach[disabled="true"] { + list-style-image:url("chrome://messenger/skin/messengercompose/attach_dis.gif"); +} + +#button-quote { + list-style-image:url("chrome://messenger/skin/messengercompose/quote.gif"); +} + +#button-quote[disabled="true"] { + list-style-image:url("chrome://messenger/skin/messengercompose/quote_dis.gif"); +} + +#button-spelling { + list-style-image:url("chrome://messenger/skin/messengercompose/spelling.gif"); +} + +#button-spelling[disabled="true"] { + list-style-image:url("chrome://messenger/skin/messengercompose/spelling_dis.gif"); +} + +#button-save { + list-style-image:url("chrome://messenger/skin/messengercompose/save.gif"); +} + +#button-save[disabled="true"] { + list-style-image:url("chrome://messenger/skin/messengercompose/save_dis.gif"); +} + +#button-stop { + list-style-image:url("chrome://global/skin/stop.gif"); +} + +#button-stop[disabled="true"] { + list-style-image:url("chrome://global/skin/stop_dis.gif"); +} + + +#compose-toolbar-sizer + { + height : 3px; + margin-top : 0px; + border-top : none; + } + +#content-frame + { + border : 1px inset #CCCCDD; + } + +#msgIdentity, #addressingWidgetTree, #msgSubject + { + margin-right : 3px; + } + +#attachmentbucket-sizer + { + width : 5px; + } + +#attachmentBucket { + margin-left : 3px; + -moz-user-focus: normal !important; +} + +#attachmentBucketText + { + margin-left : 3px; + -moz-user-focus : none; + } + +/* askSendFormat dialog */ + +#askSendFormat { + width: 40em; +} + +#askImageBox { + vertical-align: top; +} + +#convertYes { + list-style-image:url("chrome://global/skin/question-icon.gif"); +} + +#convertAltering { + list-style-image:url("chrome://global/skin/question-icon.gif"); +} + +#convertNo { + list-style-image:url("chrome://global/skin/alert-icon.gif"); +} + diff --git a/EarlyBlue/messenger/skin/threadPane.css b/EarlyBlue/messenger/skin/threadPane.css index ba495713..6c76babd 100755 --- a/EarlyBlue/messenger/skin/threadPane.css +++ b/EarlyBlue/messenger/skin/threadPane.css @@ -1,132 +1,138 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * The contents of this file are subject to the Netscape Public - * License Version 1.1 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/NPL/ - * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. - * - * The Original Code is Mozilla Communicator client code, released - * March 31, 1998. - * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998-1999 Netscape Communications Corporation. All - * Rights Reserved. - */ - -.tree-thread-row.unread-true { - font-weight: bold; -} - -.prioritycol-highest -{ - color:red; -} - -.prioritycol-high -{ - color: rgb(128, 0, 0); -} - -.prioritycol-lowest -{ - color: rgb(170, 170, 170); -} - -.prioritycol-low -{ - color: rgb(85, 85, 85); -} - -.tree-cell-threadpane-icon { - list-style-image: url("chrome://messenger/skin/message-mail.gif"); - min-height: 14px; -} - -.tree-cell-threadpane-icon.status-new { - list-style-image: url("chrome://messenger/skin/message-mail-new.gif"); -} - -.tree-cell-threadpane-icon.message-type-news { - list-style-image: url("chrome://messenger/skin/message-news.gif"); -} - -.tree-cell-threadpane-icon.message-type-news.status-new { - list-style-image: url("chrome://messenger/skin/message-news-new.gif"); -} - -.tree-cell-threadpane-icon.message-type-mail.has-attachment-true { - list-style-image: url("chrome://messenger/skin/message-mail-attach.gif"); -} - -.tree-cell-threadpane-icon.is-imap-deleted-true { - list-style-image: url("chrome://messenger/skin/message-mail-imapdelete.gif"); -} - -.unreadcol-false { - list-style-image: url("chrome://messenger/skin/readmail.gif"); - min-height: 14px; -} - -.unreadcol-true { - list-style-image: url("chrome://messenger/skin/unreadmail.gif"); -} - -.flagcol-unflagged { - list-style-image: url("chrome://messenger/skin/readmail.gif"); - min-height: 14px; -} - -.flagcol-flagged { - list-style-image: url("chrome://messenger/skin/flaggedmail.gif"); -} - -treeitem > treerow > .threadcol-thread{ - list-style-image: url("chrome://messenger/skin/thread-closed.gif"); -} - -treeitem[open="true"] > treerow > .threadcol-thread{ - list-style-image: url("chrome://messenger/skin/thread-open.gif"); -} - -treeitem > treerow > .threadcol-threadWithUnread{ - list-style-image: url("chrome://messenger/skin/thread-new-closed.gif"); -} - -treeitem[open="true"] > treerow > .threadcol-threadWithUnread{ - list-style-image: url("chrome://messenger/skin/thread-new-open.gif"); -} - -.threadColumnHeader[currentView="threaded"] > .tree-header-image - { - list-style-image: url("chrome://messenger/skin/threadcol.gif"); - } - -.threadColumnHeader[currentView="unthreaded"] > .tree-header-image - { - list-style-image: url("chrome://messenger/skin/unthreadcol.gif"); - } - -.readColumnHeader > .tree-header-image - { - list-style-image: url("chrome://messenger/skin/unreadmail.gif"); - } - -.flagColumnHeader > .tree-header-image - { - list-style-image: url("chrome://messenger/skin/flaggedmail.gif"); - } - -treeitem[empty="true"] > treerow > .tree-cell-threadpane-icon > .tree-cell-twisty - { - visibility : hidden; - } - -#threadTree - { - border-top : none; - } \ No newline at end of file +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998-1999 Netscape Communications Corporation. All + * Rights Reserved. + */ + +.tree-thread-row.unread-true { + font-weight: bold; +} + +.prioritycol-highest +{ + color:red; +} + +.prioritycol-high +{ + color: rgb(128, 0, 0); +} + +.prioritycol-lowest +{ + color: rgb(170, 170, 170); +} + +.prioritycol-low +{ + color: rgb(85, 85, 85); +} + +.tree-cell-threadpane-icon { + list-style-image: url("chrome://messenger/skin/message-mail.gif"); + min-height: 14px; +} + +.tree-cell-threadpane-icon.status-new { + list-style-image: url("chrome://messenger/skin/message-mail-new.gif"); +} + +.tree-cell-threadpane-icon.message-type-news { + list-style-image: url("chrome://messenger/skin/message-news.gif"); +} + +.tree-cell-threadpane-icon.message-type-news.status-new { + list-style-image: url("chrome://messenger/skin/message-news-new.gif"); +} + +.tree-cell-threadpane-icon.message-type-mail.has-attachment-true { + list-style-image: url("chrome://messenger/skin/message-mail-attach.gif"); +} + +.tree-cell-threadpane-icon.is-imap-deleted-true { + list-style-image: url("chrome://messenger/skin/message-mail-imapdelete.gif"); +} + +.unreadcol-false { + list-style-image: url("chrome://messenger/skin/readmail.gif"); + min-height: 14px; +} + +.unreadcol-true { + list-style-image: url("chrome://messenger/skin/unreadmail.gif"); +} + +.flagcol-unflagged { + list-style-image: url("chrome://messenger/skin/readmail.gif"); + min-height: 14px; +} + +.flagcol-flagged { + list-style-image: url("chrome://messenger/skin/flaggedmail.gif"); +} + +treeitem > treerow > .threadcol-thread { + list-style-image: url("chrome://messenger/skin/thread-closed.gif"); +} + +treeitem[open="true"] > treerow > .threadcol-thread { + list-style-image: url("chrome://messenger/skin/thread-open.gif"); +} + +treeitem > treerow > .threadcol-threadWithUnread { + list-style-image: url("chrome://messenger/skin/thread-new-closed.gif"); +} + +treeitem[open="true"] > treerow > .threadcol-threadWithUnread { + list-style-image: url("chrome://messenger/skin/thread-new-open.gif"); +} + +.threadColumnHeader[currentView="threaded"] + { + list-style-image: url("chrome://messenger/skin/threadcol.gif"); + text-align: left; + } + +.threadColumnHeader[currentView="unthreaded"] + { + list-style-image: url("chrome://messenger/skin/unthreadcol.gif"); + text-align: center; + } + +.readColumnHeader + { + list-style-image: url("chrome://messenger/skin/unreadmail.gif"); + text-align: center; + } + +.flagColumnHeader + { + list-style-image: url("chrome://messenger/skin/flaggedmail.gif"); + text-align: center; + } + +treeitem[empty="true"] > treerow > .tree-cell-threadpane-icon > .tree-cell-twisty + { + visibility : hidden; + } + +#threadTree + { + border-top : none; + } + + diff --git a/EarlyBlue/navigator/skin/personalToolbar.css b/EarlyBlue/navigator/skin/personalToolbar.css new file mode 100644 index 00000000..aeed90f2 --- /dev/null +++ b/EarlyBlue/navigator/skin/personalToolbar.css @@ -0,0 +1,45 @@ +/* -*- Mode: C; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is mozilla.org code. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + * Ben Goodger + * Josh Soref + */ + +@import url("chrome://communicator/skin/bookmarks/bookmarks.css"); + +/** + * Personal toolbar items + **/ + + #home-button + { + list-style-image : url("chrome://communicator/skin/bookmarks/home.gif"); + } + + #home-button:hover + { + list-style-image : url("chrome://communicator/skin/bookmarks/home-hover.gif"); + } + + #home-button:hover:active + { + list-style-image : url("chrome://communicator/skin/bookmarks/home-active.gif"); + } + -- 2.35.3