From: robert Date: Tue, 14 Jan 2003 20:52:48 +0000 (+0000) Subject: some first files of phoenix theme, more gifs and CSS changes to come X-Git-Tag: EarlyBlue13~13 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=d684a373d073087e712723c9e722814c85a206bb some first files of phoenix theme, more gifs and CSS changes to come --- diff --git a/EarlyBlue/browser/bookmark-folder-closed.gif b/EarlyBlue/browser/bookmark-folder-closed.gif new file mode 100755 index 00000000..43d4499f Binary files /dev/null and b/EarlyBlue/browser/bookmark-folder-closed.gif differ diff --git a/EarlyBlue/browser/bookmark-folder-open.gif b/EarlyBlue/browser/bookmark-folder-open.gif new file mode 100755 index 00000000..9ff63283 Binary files /dev/null and b/EarlyBlue/browser/bookmark-folder-open.gif differ diff --git a/EarlyBlue/browser/bookmark-group.gif b/EarlyBlue/browser/bookmark-group.gif new file mode 100644 index 00000000..60d453e9 Binary files /dev/null and b/EarlyBlue/browser/bookmark-group.gif differ diff --git a/EarlyBlue/browser/bookmark-item.gif b/EarlyBlue/browser/bookmark-item.gif new file mode 100644 index 00000000..08944605 Binary files /dev/null and b/EarlyBlue/browser/bookmark-item.gif differ diff --git a/EarlyBlue/browser/bookmarks-disabled.gif b/EarlyBlue/browser/bookmarks-disabled.gif new file mode 100644 index 00000000..3df63df8 Binary files /dev/null and b/EarlyBlue/browser/bookmarks-disabled.gif differ diff --git a/EarlyBlue/browser/bookmarks-small-disabled.gif b/EarlyBlue/browser/bookmarks-small-disabled.gif new file mode 100644 index 00000000..353af383 Binary files /dev/null and b/EarlyBlue/browser/bookmarks-small-disabled.gif differ diff --git a/EarlyBlue/browser/bookmarks-small.gif b/EarlyBlue/browser/bookmarks-small.gif new file mode 100644 index 00000000..c78ec462 Binary files /dev/null and b/EarlyBlue/browser/bookmarks-small.gif differ diff --git a/EarlyBlue/browser/bookmarks.gif b/EarlyBlue/browser/bookmarks.gif new file mode 100644 index 00000000..974dc7f5 Binary files /dev/null and b/EarlyBlue/browser/bookmarks.gif differ diff --git a/EarlyBlue/browser/browser.css b/EarlyBlue/browser/browser.css new file mode 100644 index 00000000..7765a7e5 --- /dev/null +++ b/EarlyBlue/browser/browser.css @@ -0,0 +1,598 @@ +/* ***** 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) + * Jason Kersey (kerz@netscape.com) + * Pierre Chanial (chanial@noos.fr) + * + * 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/"); + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +#PersonalToolbar { + min-height: 20px; +} + +/* ::::: bookmark buttons ::::: */ + +toolbarbutton.bookmark-item { + margin: 0; + min-width: 0; + max-width: 13em; + min-height: 20px; +} + +.bookmark-item > .toolbarbutton-icon { + width: 16px; + height: 16px; +} + +/* Prevent [mode="icons"] from hiding the label */ +.bookmark-item > .toolbarbutton-text { + display: -moz-box !important; +} + +.bookmark-item > .toolbarbutton-menu-dropmarker { + display: none; +} + +.toolbarpaletteitem-box[type="bookmarks-toolbar"][place="palette"] { + width: 32px; + height: 32px; + background: url("chrome://browser/skin/Bookmarks-folder.png") no-repeat; +} + +.bookmarks-toolbar-customize { + display: none; + max-width: 15em !important; +} + +toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-customize { + display: -moz-box; +} + +toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-overflow-items { + visibility: hidden; +} + +toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-items { + visibility: hidden; +} + +/* ::::: bookmark menus ::::: */ + +menu.bookmark-item, +menuitem.bookmark-item { + min-width: 0; + max-width: 26em; + border-top: 1px solid transparent !important; + border-bottom: 1px solid transparent !important; + padding: 1px 3px 1px 2px; + margin-top: -1px; +} + +.bookmark-item > .menu-iconic-left > .menu-iconic-icon { + width: 16px; + height: 16px; +} + +/* ..... drag and drop styles ..... */ + +.bookmark-item[dragover-left="true"] { + -moz-border-left-colors: #000000; +} +.bookmark-item[dragover-right="true"] { + -moz-border-right-colors: #000000; +} +.bookmark-item[dragover-top="true"] { + -moz-border-top-colors: #000000; +} +.bookmark-item[dragover-bottom="true"] { + -moz-border-bottom-colors: #000000; +} + +/* ::::: bookmark items ::::: */ + +.bookmark-item { + list-style-image: url("chrome://browser/skin/bookmark-item.gif"); +} + +.bookmark-item[container="true"] { + list-style-image: url("chrome://browser/skin/bookmark-folder-closed.gif"); +} +.bookmark-item[open="true"], +.bookmark-item[container="true"][open="true"] { + list-style-image: url("chrome://browser/skin/bookmark-folder-open.gif"); +} + +.groupmark-item { + width: 16px; + height: 16px; + margin: 0px 2px; + padding: 1px 3px 1px 2px; + list-style-image: url("chrome://browser/skin/bookmark-group.gif"); +} + +/* ::::: primary toolbar buttons ::::: */ + +.toolbarbutton-1 { + -moz-box-orient: vertical; + min-width: 0px; + list-style-image: url("chrome://browser/skin/Toolbar.png"); +} + +toolbarbutton:not([disabled="true"]):hover, +menubutton:not([disabled="true"]):hover, +toolbarbutton:not([disabled="true"]):hover:active, +menubutton:not([disabled="true"]):hover:active { + color: ButtonText !important; +} + +/* +.toolbarbutton-menubutton-stack, +.toolbarbutton-menubutton-button, +.toolbarbutton-menubutton-stack:hover, +.toolbarbutton-menubutton-button:hover, +.toolbarbutton-menubutton-stack:hover:active, +.toolbarbutton-menubutton-button:hover:active { + margin: 0 !important; + display: -moz-box; +} +*/ + +toolbarbutton[type="menu-button"] { + -moz-box-orient: horizontal; +} + +toolbar[mode="icons"] .toolbarbutton-text { + display: none; +} + +toolbar[mode="text"] .toolbarbutton-menubutton-dropmarker, +toolbar[mode="text"] .toolbarbutton-icon { + display: none; +} + +toolbar[mode="text"] .toolbarbutton-text { + padding: 0 !important; + margin: 3px 5px !important; +} + +#back-button { +/* -moz-binding: url("chrome://browser/skin/browser.xml#toolbar-menu-button"); */ + list-style-image: url("chrome://browser/skin/back.gif"); +} +#back-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/back-disabled.gif"); +} + +#forward-button { +/* -moz-binding: url("chrome://browser/skin/browser.xml#toolbar-menu-button"); */ + list-style-image: url("chrome://browser/skin/forward.gif"); +} +#forward-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/forward-disabled.gif"); +} + +#reload-button { + list-style-image: url("chrome://browser/skin/reload.gif"); +} +#reload-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/reload-disabled.gif"); +} + +#stop-button { + list-style-image: url("chrome://browser/skin/stop.gif"); +} +#stop-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/stop-disabled.gif"); +} + +#home-button { + list-style-image: url("chrome://browser/skin/home.gif"); +} +#home-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/home-disabled.gif"); +} + +#print-button { + list-style-image: url("chrome://browser/skin/print.gif"); +} +#print-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/print-disabled.gif"); +} + +#new-tab-button { + -moz-image-region: rect(0px 320px 32px 288px); +} +#new-tab-button:hover, +#new-tab-button[checked="true"] { + -moz-image-region: rect(32px 320px 64px 288px); +} +#new-tab-button[disabled="true"] { + -moz-image-region: rect(64px 320px 96px 288px); +} + +#new-window-button { + -moz-image-region: rect(0px 352px 32px 320px); +} +#new-window-button:hover, +#new-window-button[checked="true"] { + -moz-image-region: rect(32px 352px 64px 320px); +} +#new-window-button[disabled="true"] { + -moz-image-region: rect(64px 352px 96px 320px); +} + +#downloads-button { + -moz-image-region: rect(0px 192px 32px 160px); +} +#downloads-button:hover, +#downloads-button[checked="true"] { + -moz-image-region: rect(32px 192px 64px 160px); +} +#downloads-button[disabled="true"] { + -moz-image-region: rect(64px 192px 96px 160px); +} + +#bookmarks-button { + list-style-image: url("chrome://browser/skin/bookmarks.gif"); +} +#bookmarks-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/bookmarks-disabled.gif"); +} + +#history-button { + -moz-image-region: rect(0px 224px 32px 192px); +} +#history-button:hover, +#history-button[checked="true"] { + -moz-image-region: rect(32px 224px 64px 192px); +} +#history-button[disabled="true"] { + -moz-image-region: rect(64px 224px 96px 192px); +} + + +/* ::::: small primary toolbar buttons ::::: */ + +toolbar[iconsize="small"] .toolbarbutton-1 { + list-style-image: url("chrome://browser/skin/Toolbar-small.png"); +} + +toolbar[iconsize="small"] #back-button { + list-style-image: url("chrome://browser/skin/back.gif"); +} +toolbar[iconsize="small"] #back-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/back-disabled.gif"); +} + +toolbar[iconsize="small"] #forward-button { + list-style-image: url("chrome://browser/skin/forward.gif"); +} +toolbar[iconsize="small"] #forward-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/forward-disabled.gif"); +} + +toolbar[iconsize="small"] #reload-button { + list-style-image: url("chrome://browser/skin/reload.gif"); +} +toolbar[iconsize="small"] #reload-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/reload-disabled.gif"); +} + +toolbar[iconsize="small"] #stop-button { + list-style-image: url("chrome://browser/skin/stop.gif"); +} +toolbar[iconsize="small"] #stop-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/stop-disabled.gif"); +} + +toolbar[iconsize="small"] #home-button { + list-style-image: url("chrome://browser/skin/home-small.gif"); +} +toolbar[iconsize="small"] #home-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/home-small-disabled.gif"); +} + +toolbar[iconsize="small"] #print-button { + list-style-image: url("chrome://browser/skin/print.gif"); +} +toolbar[iconsize="small"] #print-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/print-disabled.gif"); +} + +toolbar[iconsize="small"] #downloads-button { + -moz-image-region: rect(0px 120px 20px 100px); +} +toolbar[iconsize="small"] #downloads-button:hover, +toolbar[iconsize="small"] #downloads-button[checked="true"] { + -moz-image-region: rect(20px 120px 40px 100px); +} +toolbar[iconsize="small"] #downloads-button[disabled="true"] { + -moz-image-region: rect(40px 120px 60px 100px) !important; +} + +toolbar[iconsize="small"] #new-tab-button { + -moz-image-region: rect(0px 200px 20px 180px); +} +toolbar[iconsize="small"] #new-tab-button:hover, +toolbar[iconsize="small"] #new-tab-button[checked="true"] { + -moz-image-region: rect(20px 200px 40px 180px); +} +toolbar[iconsize="small"] #new-tab-button[disabled="true"] { + -moz-image-region: rect(40px 200px 60px 180px) !important; +} + +toolbar[iconsize="small"] #new-window-button { + -moz-image-region: rect(0px 220px 20px 200px); +} +toolbar[iconsize="small"] #new-window-button:hover, +toolbar[iconsize="small"] #new-window-button[checked="true"] { + -moz-image-region: rect(20px 220px 40px 200px); +} +toolbar[iconsize="small"] #new-window-button[disabled="true"] { + -moz-image-region: rect(40px 220px 60px 200px) !important; +} + +toolbar[iconsize="small"] #bookmarks-button { + list-style-image: url("chrome://browser/skin/bookmarks-small.gif"); +} +toolbar[iconsize="small"] #bookmarks-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/bookmarks-small-disabled.gif"); +} + +toolbar[iconsize="small"] #history-button { + -moz-image-region: rect(0px 140px 20px 120px); +} +toolbar[iconsize="small"] #history-button:hover, +toolbar[iconsize="small"] #history-button[checked="true"] { + -moz-image-region: rect(20px 140px 40px 120px); +} +toolbar[iconsize="small"] #history-button[disabled="true"] { + -moz-image-region: rect(40px 140px 60px 120px) !important; +} + + +/* ::::: fullscreen window controls ::::: */ + +#window-controls { + -moz-box-align: center; + padding: 0 2px 0 4px; + border-left: 2px solid; + -moz-border-left-colors: ThreeDHighlight ThreeDShadow; +} + +#minimize-button { + list-style-image: url("chrome://navigator/skin/icons/minimize.gif"); +} +#restore-button { + list-style-image: url("chrome://navigator/skin/icons/restore.gif"); +} +#close-button { + list-style-image: url("chrome://navigator/skin/icons/close.gif"); +} + +/* ::::: nav-bar-inner ::::: */ + +#urlbar { + margin: 2px 3px; +} + +#search-bar { + width: 12em; +} + +/* ::::: page proxy icon ::::: */ + +#page-proxy-deck, +#page-proxy-favicon, +#page-proxy-button { + width: 16px; + height: 16px; +} + +#page-proxy-deck { + cursor: -moz-grab; + margin: 2px 3px; +} + +#page-proxy-favicon { + list-style-image: none; +} + +#page-proxy-button { + list-style-image: url("chrome://global/skin/icons/Folder-item.png") !important; + -moz-image-region: rect(0px, 16px, 16px, 0px);} + +#page-proxy-button[pageproxystate="invalid"] { + cursor: default; + -moz-image-region: rect(32px, 16px, 48px, 0px); !important; +} + + +statusbarpanel#statusbar-display { + padding-left: 0; +} + +/* ::::: search-bar ::::: */ + +#search-proxy-button { + margin: 2px; + list-style-image: url("chrome://browser/skin/Search-bar.png"); +} + +/* ::::: autocomplete ::::: */ + +.autocomplete-treebody:-moz-tree-cell-text(treecolAutoCompleteComment) { + color: #555566; +} + +/* ::::: go button ::::: */ + +#go-button, +#go-container { + -moz-appearance: none; + background-color: transparent; + margin: 0; + padding: 0; + min-width: 0; + list-style-image: url("chrome://browser/skin/Go.png"); + -moz-image-region: rect(0px, 20px, 20px, 0px); +} + +#go-button { + -moz-appearance: toolbarbutton; + border-width: 1px !important; + -moz-border-top-colors: transparent; + -moz-border-right-colors: transparent; + -moz-border-bottom-colors: transparent; + -moz-border-left-colors: transparent; + -moz-appearance: toolbarbutton; +} + +#go-button:hover { + -moz-border-top-colors: ThreeDHighlight; + -moz-border-right-colors: ThreeDShadow; + -moz-border-bottom-colors: ThreeDShadow; + -moz-border-left-colors: ThreeDHighlight; + -moz-image-region: rect(0px, 40px, 20px, 20px); +} + +#go-button:hover:active { + -moz-border-top-colors: ThreeDShadow; + -moz-border-right-colors: ThreeDHighlight; + -moz-border-bottom-colors: ThreeDHighlight; + -moz-border-left-colors: ThreeDShadow; +} + +#go-button[disabled="true"] { + -moz-image-region: rect(0px, 60px, 20px, 40px); + border-color: transparent; +} + +#go-button > .button-box > .button-text { + margin-left: 5px !important; +} + +#go-button > .button-box { + border: none; +} + +#sidebar { + background-color: Window; +} + +/* ::::: content area ::::: */ + +#status-bar { + border-top: none; +} + +#security-button { + display: none; +} + +#security-button[level="high"] { + list-style-image: url("chrome://browser/skin/Secure.png"); + display: -moz-box; +} + +#security-button[level="low"] { + list-style-image: url("chrome://browser/skin/Secure.png"); + display: -moz-box; +} + +#security-button[level="broken"] { + list-style-image: url("chrome://browser/skin/Security-broken.png"); + display: -moz-box; +} + +#page-report-button { + display: none; +} + +#page-report-button[blocked] { + display: -moz-box; + list-style-image: url("chrome://browser/skin/Info.png"); + padding: 0px 3px 0px 3px; +} + +/* ::::: throbber ::::: */ + +#navigator-throbber { + -moz-appearance: none; + -moz-user-focus: ignore; + margin: 0 !important; + border: none !important; + padding: 0px !important; + min-width: 0; + background-color: transparent; + list-style-image: url("chrome://browser/skin/throbber-stopped.gif"); +} +#navigator-throbber[busy="true"] { + list-style-image: url("chrome://browser/skin/throbber.gif"); +} + +toolbar[iconsize="small"] #navigator-throbber, +toolbar[mode="text"] #navigator-throbber { + list-style-image: url("chrome://browser/skin/throbber-small-stopped.gif"); +} +toolbar[iconsize="small"] #navigator-throbber[busy="true"], +toolbar[mode="text"] #navigator-throbber[busy="true"] { + list-style-image: url("chrome://browser/skin/throbber-small.gif"); +} + +.tabs-closebutton { + list-style-image: url("chrome://global/skin/icons/close-button.gif"); +} +/* +#content .tabs-closebutton { + list-style-image: url("chrome://browser/skin/Close-tab.png"); + -moz-image-region: rect(0px, 20px, 16px, 0px); +} + +#content .tabs-closebutton:hover { + -moz-image-region: rect(0px, 40px, 16px, 20px); +} */ + +toolbarbutton.chevron { + list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important; +} + + +toolbarbutton.chevron > .toolbarbutton-menu-dropmarker { + display: none; +} diff --git a/EarlyBlue/browser/home-disabled.gif b/EarlyBlue/browser/home-disabled.gif new file mode 100644 index 00000000..de5916c4 Binary files /dev/null and b/EarlyBlue/browser/home-disabled.gif differ diff --git a/EarlyBlue/browser/home-small-disabled.gif b/EarlyBlue/browser/home-small-disabled.gif new file mode 100644 index 00000000..46ebd7a0 Binary files /dev/null and b/EarlyBlue/browser/home-small-disabled.gif differ diff --git a/EarlyBlue/browser/home-small.gif b/EarlyBlue/browser/home-small.gif new file mode 100755 index 00000000..da38db7c Binary files /dev/null and b/EarlyBlue/browser/home-small.gif differ diff --git a/EarlyBlue/browser/home.gif b/EarlyBlue/browser/home.gif new file mode 100755 index 00000000..84503828 Binary files /dev/null and b/EarlyBlue/browser/home.gif differ diff --git a/EarlyBlue/browser/throbber-small-stopped.gif b/EarlyBlue/browser/throbber-small-stopped.gif new file mode 100644 index 00000000..5d7f7621 Binary files /dev/null and b/EarlyBlue/browser/throbber-small-stopped.gif differ diff --git a/EarlyBlue/browser/throbber-small.gif b/EarlyBlue/browser/throbber-small.gif new file mode 100644 index 00000000..435e6876 Binary files /dev/null and b/EarlyBlue/browser/throbber-small.gif differ diff --git a/EarlyBlue/browser/throbber-stopped.gif b/EarlyBlue/browser/throbber-stopped.gif new file mode 100755 index 00000000..79e5328d Binary files /dev/null and b/EarlyBlue/browser/throbber-stopped.gif differ diff --git a/EarlyBlue/browser/throbber.gif b/EarlyBlue/browser/throbber.gif new file mode 100755 index 00000000..87a23e3f Binary files /dev/null and b/EarlyBlue/browser/throbber.gif differ