mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
339 lines
8.3 KiB
CSS
339 lines
8.3 KiB
CSS
/* ***** 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://navigator/content/navigator.css");
|
|
@import url("chrome://communicator/skin/");
|
|
@import url("chrome://communicator/skin/sidebar/sidebar.css");
|
|
@import url("chrome://communicator/skin/bookmarks/bookmarksToolbar.css");
|
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
/* ::::: primary toolbar buttons ::::: */
|
|
|
|
.toolbarbutton-1 {
|
|
list-style-image: url("chrome://navigator/skin/icons/btn1.gif");
|
|
}
|
|
|
|
#back-button {
|
|
-moz-image-region: rect(0px 19px 20px 0px);
|
|
}
|
|
|
|
#back-button[buttonover="true"] {
|
|
-moz-image-region: rect(0px 38px 20px 19px);
|
|
}
|
|
|
|
#back-button[buttondown="true"] {
|
|
-moz-image-region: rect(0px 57px 20px 38px);
|
|
}
|
|
|
|
#back-button[disabled="true"] {
|
|
-moz-image-region: rect(0px 76px 20px 57px) !important;
|
|
}
|
|
|
|
#forward-button {
|
|
-moz-image-region: rect(20px 19px 40px 0px);
|
|
}
|
|
|
|
#forward-button[buttonover="true"] {
|
|
-moz-image-region: rect(20px 38px 40px 19px);
|
|
}
|
|
|
|
#forward-button[buttondown="true"] {
|
|
-moz-image-region: rect(20px 57px 40px 38px);
|
|
}
|
|
|
|
#forward-button[disabled="true"] {
|
|
-moz-image-region: rect(20px 76px 40px 57px) !important;
|
|
}
|
|
|
|
#reload-button {
|
|
-moz-image-region: rect(40px 22px 60px 0px);
|
|
}
|
|
|
|
#reload-button:hover {
|
|
-moz-image-region: rect(40px 44px 60px 22px);
|
|
}
|
|
|
|
#reload-button:hover:active {
|
|
-moz-image-region: rect(40px 66px 60px 44px);
|
|
}
|
|
|
|
#reload-button[disabled="true"] {
|
|
-moz-image-region: rect(40px 88px 60px 66px) !important;
|
|
}
|
|
|
|
#stop-button {
|
|
list-style-image: url("chrome://communicator/skin/icons/btn1.gif");
|
|
-moz-image-region: rect(21px 22px 41px 0px);
|
|
}
|
|
|
|
#stop-button:hover {
|
|
-moz-image-region: rect(21px 44px 41px 22px);
|
|
}
|
|
|
|
#stop-button:hover:active {
|
|
-moz-image-region: rect(21px 66px 41px 44px);
|
|
}
|
|
|
|
#stop-button[disabled="true"] {
|
|
-moz-image-region: rect(21px 88px 41px 66px) !important;
|
|
}
|
|
|
|
#print-button {
|
|
list-style-image: url("chrome://communicator/skin/icons/btn1.gif");
|
|
-moz-image-region: rect(0px 23px 21px 0px);
|
|
}
|
|
|
|
#print-button[buttonover="true"] {
|
|
-moz-image-region: rect(0px 46px 21px 23px);
|
|
}
|
|
|
|
#print-button[buttondown="true"] {
|
|
-moz-image-region: rect(0px 69px 21px 46px);
|
|
}
|
|
|
|
#print-button[disabled="true"] {
|
|
-moz-image-region: rect(0px 92px 21px 69px) !important;
|
|
}
|
|
|
|
#fullscreen-exit-button {
|
|
list-style-image: none;
|
|
}
|
|
|
|
/* ::::: small primary toolbar buttons ::::: */
|
|
|
|
.toolbarbutton-1[toolbarmode="small"] {
|
|
min-width: 0;
|
|
}
|
|
|
|
.toolbarbutton-1[toolbarmode="small"] > .toolbarbutton-menubutton-button
|
|
> .toolbarbutton-text,
|
|
.toolbarbutton-1[toolbarmode="small"] > .toolbarbutton-text {
|
|
display: none;
|
|
}
|
|
|
|
#search-button[toolbarmode="small"] > .button-box > .button-text {
|
|
display: none;
|
|
}
|
|
|
|
#nav-bar[toolbarmode="small"] > #nav-bar-inner {
|
|
margin: 0;
|
|
border: none;
|
|
}
|
|
|
|
#nav-bar[toolbarmode="small"] > .toolbar-primary-grippy {
|
|
display: none;
|
|
}
|
|
|
|
/* ::::: 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 ::::: */
|
|
|
|
#nav-bar-inner {
|
|
-moz-box-align: center;
|
|
min-width: 0px;
|
|
margin: 4px 6px;
|
|
}
|
|
|
|
#urlbar {
|
|
border: 3px solid;
|
|
-moz-border-top-colors: transparent ThreeDShadow ThreeDDarkShadow;
|
|
-moz-border-right-colors: transparent ThreeDHighlight ThreeDDarkShadow;
|
|
-moz-border-bottom-colors: transparent ThreeDHighlight ThreeDDarkShadow;
|
|
-moz-border-left-colors: transparent ThreeDShadow ThreeDDarkShadow;
|
|
}
|
|
|
|
/* ::::: 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-button {
|
|
list-style-image: url("chrome://communicator/skin/bookmarks/location.gif");
|
|
}
|
|
|
|
#page-proxy-favicon {
|
|
list-style-image: none;
|
|
}
|
|
|
|
#page-proxy-button[pageproxystate="valid"]:hover {
|
|
list-style-image: url("chrome://communicator/skin/bookmarks/location-hov.gif");
|
|
}
|
|
|
|
#page-proxy-button[pageproxystate="valid"]:hover:active {
|
|
list-style-image: url("chrome://communicator/skin/bookmarks/location-act.gif");
|
|
}
|
|
|
|
#page-proxy-button[pageproxystate="invalid"] {
|
|
cursor: default;
|
|
list-style-image: url("chrome://communicator/skin/bookmarks/location-dis.gif");
|
|
}
|
|
|
|
/* ::::: autocomplete ::::: */
|
|
|
|
.autocomplete-history-dropmarker {
|
|
border-right-width: 1px;
|
|
border-bottom-width: 1px;
|
|
-moz-border-right-colors: ThreeDShadow;
|
|
-moz-border-bottom-colors: ThreeDShadow;
|
|
}
|
|
|
|
.autocomplete-treebody:-moz-tree-cell-text(value) {
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.autocomplete-treebody:-moz-tree-cell-text(comment) {
|
|
color: ThreeDShadow;
|
|
}
|
|
|
|
.autocomplete-search-box {
|
|
border-top: 2px groove -moz-Dialog;
|
|
background-color: -moz-Dialog;
|
|
color: ButtonText;
|
|
}
|
|
|
|
.autocomplete-result-popup[nomatch] > .autocomplete-search-box {
|
|
border-top: 1px solid ThreeDHighlight;
|
|
}
|
|
|
|
.autocomplete-search-engine {
|
|
padding: 2px;
|
|
}
|
|
|
|
.autocomplete-search-engine[menuactive="true"] {
|
|
background-color: Highlight;
|
|
color: HighlightText;
|
|
}
|
|
|
|
.autocomplete-search-engine-img {
|
|
margin-right: 4px;
|
|
}
|
|
|
|
/* ::::: go and searchbuttons ::::: */
|
|
|
|
#search-button,
|
|
#go-button {
|
|
margin: 0px 4px 0px 0px;
|
|
min-height: 25px;
|
|
font: message-box;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#search-button {
|
|
list-style-image: url("chrome://communicator/skin/icons/search.gif");
|
|
font-weight: bold;
|
|
}
|
|
|
|
#search-button:hover {
|
|
list-style-image: url("chrome://communicator/skin/icons/search-hov.gif");
|
|
}
|
|
|
|
#search-button:hover:active {
|
|
list-style-image: url("chrome://communicator/skin/icons/search-act.gif");
|
|
}
|
|
|
|
/* ::::: personal toolbar ::::: */
|
|
|
|
#bookmarks-button,
|
|
#bookmarks-button[open="true"] {
|
|
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-button.gif");
|
|
}
|
|
|
|
/* ::::: sidebar splitter ::::: */
|
|
|
|
#sidebar-splitter {
|
|
border-left: none;
|
|
border-right: none;
|
|
min-width: 5px;
|
|
}
|
|
|
|
/* ::::: content area ::::: */
|
|
|
|
#content {
|
|
border-top: 1px solid ThreeDDarkShadow;
|
|
border-bottom: 1px solid ThreeDLightShadow;
|
|
border-left: 2px solid;
|
|
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
|
|
}
|
|
|
|
#status-bar {
|
|
border-top: none;
|
|
}
|
|
|
|
/* ::::: personal toolbar ::::: */
|
|
|
|
#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");
|
|
}
|
|
|