X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fnavigator%2Fnavigator.css;fp=EarlyBlue%2Fnavigator%2Fnavigator.css;h=d05c0d59249637b876d38781793252857a2827c6;hb=b87c9562a4c728734927c455c6201d13d11c8a9e;hp=0000000000000000000000000000000000000000;hpb=260592a0139e3ec70fdeac29cb7af7c880c4acf5;p=themes.git diff --git a/EarlyBlue/navigator/navigator.css b/EarlyBlue/navigator/navigator.css new file mode 100644 index 00000000..d05c0d59 --- /dev/null +++ b/EarlyBlue/navigator/navigator.css @@ -0,0 +1,297 @@ +/* ***** BEGIN LICENSE BLOCK ***** + * Version: MPL 1.1/GPL 2.0/LGPL 2.1 + * + * The contents of this file are subject to the Mozilla Public License Version + * 1.1 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * http://www.mozilla.org/MPL/ + * + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is "Classic" theme of mozilla.org code. + * + * The Initial Developer of the Original Code is + * the Mozilla Organization. + * Portions created by the Initial Developer are Copyright (C) 1998-2001 + * the Initial Developer. All Rights Reserved. + * + * Contributor(s): + * Robert Kaiser + * + * 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 MPL, 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 MPL, the GPL or the LGPL. + * + * ***** END LICENSE BLOCK ***** */ + +/** Contains style definitions for the navigator application + **/ + +@import url(chrome://navigator/content/navigator.css); +@import url(chrome://communicator/skin/); +@import url(chrome://navigator/skin/personalToolbar.css); +@import url(chrome://communicator/skin/sidebar/sidebar.css); + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +/********** resource bundle binding **********/ + +#resource_bundle_navigator + { + -moz-binding : url('chrome://navigator/skin/resources.xml#resource_bundle_navigator') + } + +/* +#content + { + border-left : 1px solid ThreeDDarkShadow; + border-top : 1px solid ThreeDDarkShadow; + border-bottom : 1px solid ThreeDFace; + } + +#browser + { + border-left : 1px solid ThreeDShadow; + } +*/ + +#bookmarks-button + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); + } + +#bookmarks-button[open="true"] + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); + } + +/* + * Images for the main buttons + */ +#back-button + { + list-style-image : url("chrome://navigator/skin/back.gif"); + } + +#back-button[disabled="true"] + { + list-style-image : url("chrome://navigator/skin/back-disabled.gif") !important; + } + +#forward-button + { + list-style-image : url("chrome://navigator/skin/forward.gif"); + } + +#forward-button[disabled="true"] + { + list-style-image : url("chrome://navigator/skin/forward-disabled.gif") !important; + } + +#reload-button + { + list-style-image : url("chrome://navigator/skin/reload.gif"); + } + +#reload-button[disabled="true"] + { + list-style-image : url("chrome://navigator/skin/reload-disabled.gif") !important; + } + +#stop-button + { + list-style-image : url("chrome://navigator/skin/stop.gif"); + } + +#stop-button[disabled="true"] + { + list-style-image : url("chrome://navigator/skin/stop-disabled.gif") !important; + } + +#print-button + { + list-style-image : url("chrome://global/skin/print.gif"); + } + +#print-button[disabled="true"] { + list-style-image : url("chrome://global/skin/print-disabled.gif") !important; + } + +/* Hides text below the above buttons */ +.toolbarbutton-1 > .toolbarbutton-menubutton-box > .toolbarbutton-menubutton-button > .toolbarbutton-box > .toolbarbutton-text, +.toolbarbutton-1 > .toolbarbutton-box > .toolbarbutton-text { + display: none; +} + +/*all the urlbar stuff*/ + +#page-proxy-deck { + cursor : grab; + margin : 1px; + width : 16px; + height : 16px; +} + +#page-proxy-button + { + list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); + padding-top : 2px; + padding-bottom : 2px; + width : 16px; + height : 16px; + } + +/* +#page-proxy-button[pageproxystate="valid"]:hover + { + list-style-image : url("chrome://communicator/skin/bookmarks/location-hover.gif"); + } + +#page-proxy-button[pageproxystate="valid"]:hover:active + { + list-style-image : url("chrome://communicator/skin/bookmarks/location-clicked.gif"); + } + +#page-proxy-button[pageproxystate="invalid"] + { + cursor : default; + list-style-image : url("chrome://communicator/skin/bookmarks/location-disabled.gif"); + } +*/ + +#page-proxy-favicon +{ + list-style-image : none; + padding : 0px; + width : 16px; + height : 16px; +} + +#content-frame + { + min-width : 0px; + min-height : 0px; + } + +#nav-bar-inner { + padding-left : 0px; + min-width : 0px; + margin : 9px 4px; +} + +#urlbar .autocomplete-icon-box { + border : 1px inset #CCD0DD; + border-right : none; +} + +#urlbar .autocomplete-textbox-container { + border : 1px inset #CCD0DD; + border-left : none; +} + +#urlbar-group { + border : none; + margin : 0px 5px 0px 0px; +} + +#urlbar-container { + border : none; +} + +#search-button, +#go-button { +/* font : message-box; */ + font-weight : bold; + margin : 0px 3px 0px 0px; + background-color : #9999CC; +} + +#search-button > .button-box, +#go-button > .button-box { + border : 1px outset #9999CC; +} + +#search-button:hover:active > .button-box, +#go-button:hover:active > .button-box { + border : 1px inset #9999CC; +} + +#search-button + { +/* list-style-image : url("chrome://communicator/skin/search.gif"); */ + font-weight : bold; + } + +.menuitem-iconic + { + padding : 1px; + } + +/* ::::: urlbar autocomplete widget ::::: */ + +.autocomplete-outlinerbody:-moz-outliner-cell-text(value) + { + padding-left : 13px; + } + +.autocomplete-outlinerbody:-moz-outliner-cell-text(comment) + { +/* font-style : italic; */ + } + +/* +.autocomplete-history-button + { + border : 1px outset -moz-Dialog; + } + +.autocomplete-history-button[open="true"] + { + border : 1px solid ThreeDShadow; + } + +.autocomplete-history-button-internal-box, +.autocomplete-history-button[open="true"] > .autocomplete-history-button-internal-box + { + border : none; + } +*/ + +.autocomplete-search-box + { + border-top : 1px solid #9999CC; + background-color : #666699; + color : #000000; + } + +.autocomplete-result-popup[nomatch="true"] > .autocomplete-search-box + { + border-top : 1px solid #666699; + } + +.autocomplete-search-engine + { + padding : 2px; + } + +.autocomplete-search-engine[menuactive="true"] + { + background-color : #9999CC; + color : #000000; + } + +.autocomplete-search-engine-img + { + margin-right : 4px; + }