update EarlyBlue to recent changes
[themes.git] / LCARStrek / navigator / navigator.css
CommitLineData
351107c9 1/* ***** BEGIN LICENSE BLOCK *****
2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3 *
4 * The contents of this file are subject to the Mozilla Public License Version
5 * 1.1 (the "License"); you may not use this file except in compliance with
6 * the License. You may obtain a copy of the License at
7 * http://www.mozilla.org/MPL/
8 *
9 * Software distributed under the License is distributed on an "AS IS" basis,
10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 * for the specific language governing rights and limitations under the
12 * License.
13 *
14 * The Original Code is "Classic" theme of mozilla.org code.
15 *
16 * The Initial Developer of the Original Code is
17 * the Mozilla Organization.
18 * Portions created by the Initial Developer are Copyright (C) 1998-2001
19 * the Initial Developer. All Rights Reserved.
20 *
21 * Contributor(s):
22 * Robert Kaiser <KaiRo@KaiRo.at>
23 *
24 * Alternatively, the contents of this file may be used under the terms of
25 * either the GNU General Public License Version 2 or later (the "GPL"), or
26 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27 * in which case the provisions of the GPL or the LGPL are applicable instead
28 * of those above. If you wish to allow use of your version of this file only
29 * under the terms of either the GPL or the LGPL, and not to allow others to
30 * use your version of this file under the terms of the MPL, indicate your
31 * decision by deleting the provisions above and replace them with the notice
32 * and other provisions required by the GPL or the LGPL. If you do not delete
33 * the provisions above, a recipient may use your version of this file under
34 * the terms of any one of the MPL, the GPL or the LGPL.
35 *
36 * ***** END LICENSE BLOCK ***** */
37
38/** Contains style definitions for the navigator application
39 **/
40
b1eaa419 41@import url("chrome://navigator/content/navigator.css");
42@import url("chrome://communicator/skin/");
43@import url("chrome://communicator/skin/sidebar/sidebar.css");
44@import url("chrome://communicator/skin/bookmarks/bookmarksToolbar.css");
351107c9 45
46@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
47
48/********** resource bundle binding **********/
49
b1eaa419 50/* ::::: primary toolbar buttons ::::: */
351107c9 51
b1eaa419 52#back-button {
53 list-style-image: url("chrome://navigator/skin/icons/back.gif");
54}
351107c9 55
56#back-button:hover,
57#back-button[buttonover="true"],
58#back-button[buttondown="true"],
b1eaa419 59#back-button[open="true"] {
60 list-style-image: url("chrome://navigator/skin/icons/back-hover.gif");
61}
62
63#back-button[disabled="true"] {
64 list-style-image: url("chrome://navigator/skin/icons/back-disabled.gif") !important;
65}
66
67#forward-button {
68 list-style-image: url("chrome://navigator/skin/icons/forward.gif");
69}
351107c9 70
71#forward-button:hover,
72#forward-button[buttonover="true"],
73#forward-button[buttondown="true"],
b1eaa419 74#forward-button[open="true"] {
75 list-style-image: url("chrome://navigator/skin/icons/forward-hover.gif");
76}
351107c9 77
b1eaa419 78#forward-button[disabled="true"] {
79 list-style-image: url("chrome://navigator/skin/icons/forward-disabled.gif") !important;
80}
81
82#reload-button {
83 list-style-image: url("chrome://navigator/skin/icons/reload.gif");
84}
351107c9 85
86#reload-button:hover,
b1eaa419 87#reload-button:hover:active {
88 list-style-image: url("chrome://navigator/skin/icons/reload-hover.gif");
89}
90
91#reload-button[disabled="true"] {
92 list-style-image: url("chrome://navigator/skin/icons/reload-disabled.gif") !important;
93}
94
95#stop-button {
96 list-style-image: url("chrome://global/skin/icons/stop.gif");
97}
351107c9 98
99#stop-button:hover,
b1eaa419 100#stop-button:hover:active {
101 list-style-image: url("chrome://global/skin/icons/stop-hover.gif");
102}
351107c9 103
b1eaa419 104#stop-button[disabled="true"] {
105 list-style-image: url("chrome://global/skin/icons/stop-disabled.gif") !important;
106}
107
108#print-button {
109 list-style-image: url("chrome://global/skin/icons/print.gif");
110}
351107c9 111
112#print-button:hover,
113#print-button[buttonover="true"],
114#print-button[buttondown="true"],
b1eaa419 115#print-button[open="true"] {
116 list-style-image: url("chrome://global/skin/icons/print-hover.gif");
117}
118
119#print-button[disabled="true"] {
120 list-style-image: url("chrome://global/skin/icons/print-disabled.gif") !important;
121}
351107c9 122
123/* Hides text below the above buttons */
b1eaa419 124.toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-text,
125.toolbarbutton-1 > .toolbarbutton-text {
351107c9 126 display: none;
127}
128
b1eaa419 129#fullscreen-exit-button {
130 list-style-image: none;
131}
132
133#fullscreen-exit-button > .toolbarbutton-text {
134 display: normal;
135}
136
137/* ::::: nav-bar-inner ::::: */
138
139#nav-bar-inner {
140 padding-left: 0px;
141 min-width: 0px;
142 margin: 7px 4px 8px 4px;
143}
144
145#urlbar {
146 -moz-border-radius: 5px;
147 border: 1px solid #9C9CFF;
148 background-color: #000000;
149 margin: 0px 7px 0px 0px;
150}
151
152/* ::::: page proxy icon ::::: */
153
154#page-proxy-deck,
155#page-proxy-favicon,
156#page-proxy-button {
157 width: 16px;
158 height: 16px;
159}
351107c9 160
161#page-proxy-deck {
b1eaa419 162 cursor: grab;
163 margin: 1px 1px 1px 2px;
351107c9 164}
165
b1eaa419 166#page-proxy-button {
167 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
168 padding-top: 2px;
169 padding-bottom: 2px;
170}
171
172#page-proxy-favicon {
173 list-style-image: none;
174}
351107c9 175
176/*
b1eaa419 177#page-proxy-button[pageproxystate="valid"]:hover {
178 list-style-image: url("chrome://communicator/skin/bookmarks/location-hover.gif");
179}
180
181#page-proxy-button[pageproxystate="valid"]:hover:active {
182 list-style-image: url("chrome://communicator/skin/bookmarks/location-act.gif");
183}
184
185#page-proxy-button[pageproxystate="invalid"] {
186 cursor: default;
187 list-style-image: url("chrome://communicator/skin/bookmarks/location-dis.gif");
188}
351107c9 189*/
190
b1eaa419 191/* ::::: autocomplete ::::: */
192
193/*
194.autocomplete-history-dropmarker {
195 border-right-width: 1px;
196 border-bottom-width: 1px;
197 -moz-border-right-colors: ThreeDShadow;
198 -moz-border-bottom-colors: ThreeDShadow;
351107c9 199}
200
b1eaa419 201.autocomplete-history-button:hover {
202 background-color: #FFCF00;
203}
204*/
205
206.autocomplete-outlinerbody:-moz-outliner-cell-text(value) {
207 padding-left: 13px;
208}
209
210.autocomplete-outlinerbody:-moz-outliner-cell-text(comment) {
211 color: #E7ADE7;
212/* font-style: italic; */
351107c9 213}
214
b1eaa419 215.autocomplete-search-box {
216 border-top: 1px solid #FF9F00;
217 background-color: #9C9CFF;
218 color: #000000;
351107c9 219}
220
b1eaa419 221.autocomplete-result-popup[nomatch] > .autocomplete-search-box {
222 border-top: 1px solid #9C9CFF;
351107c9 223}
351107c9 224
b1eaa419 225.autocomplete-search-engine {
226 padding: 2px;
351107c9 227}
228
b1eaa419 229.autocomplete-search-engine[menuactive="true"] {
230 background-color: #008484;
231 color: #FFCF00;
351107c9 232}
233
b1eaa419 234.autocomplete-search-engine-img {
235 margin-right: 4px;
236}
237
238/* ::::: go and searchbuttons ::::: */
239
351107c9 240#search-button,
241#go-button {
b1eaa419 242 margin: 0px 3px 0px 0px;
243/* min-height: 25px; */
244 font-weight: bold;
245 background-color: #000000;
351107c9 246}
247
248#search-button:hover,
249#go-button:hover {
b1eaa419 250 background-color: #FFCF00;
351107c9 251}
252
b1eaa419 253#search-button {
254/* list-style-image: url("chrome://communicator/skin/icons/search.gif"); */
255 font-weight: bold;
256}
351107c9 257
b1eaa419 258/* ::::: personal toolbar ::::: */
351107c9 259
b1eaa419 260#bookmarks-button {
261 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
262}
351107c9 263
b1eaa419 264#bookmarks-button[open="true"] {
265 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
266}
351107c9 267
b1eaa419 268#home-button {
269 list-style-image: url("chrome://communicator/skin/bookmarks/home.gif");
270}
351107c9 271
b1eaa419 272/* ::::: sidebar splitter ::::: */
351107c9 273
274/*
b1eaa419 275#sidebar-splitter {
276 border-left: none;
277 border-right: none;
278 min-width: 5px;
279}
351107c9 280*/
281
b1eaa419 282/*
283#content {
284 border-top: 1px solid ThreeDDarkShadow;
285 border-bottom: 1px solid ThreeDLightShadow;
286 border-left: 2px solid;
287 -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
288}
351107c9 289
b1eaa419 290#status-bar {
291 border-top: none;
292}
293*/