rewrite of LCARStrek for 0.9.8(+): big moving around and rewirting of things, see...
[themes.git] / LCARStrek / navigator / navigator.css
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
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");
45
46 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
47
48 /********** resource bundle binding **********/
49
50 /* ::::: primary toolbar buttons ::::: */
51
52 #back-button {
53   list-style-image: url("chrome://navigator/skin/icons/back.gif");
54 }
55
56 #back-button:hover,
57 #back-button[buttonover="true"],
58 #back-button[buttondown="true"],
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 }
70
71 #forward-button:hover,
72 #forward-button[buttonover="true"],
73 #forward-button[buttondown="true"],
74 #forward-button[open="true"] {
75   list-style-image: url("chrome://navigator/skin/icons/forward-hover.gif");
76 }
77
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 }
85
86 #reload-button:hover,
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 }
98
99 #stop-button:hover,
100 #stop-button:hover:active {
101   list-style-image: url("chrome://global/skin/icons/stop-hover.gif");
102
103
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 }
111
112 #print-button:hover,
113 #print-button[buttonover="true"],
114 #print-button[buttondown="true"],
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 }
122
123 /* Hides text below the above buttons */
124 .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-text,
125 .toolbarbutton-1 > .toolbarbutton-text {
126   display: none;
127 }
128
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 }
160
161 #page-proxy-deck {
162   cursor: grab;
163   margin: 1px 1px 1px 2px;
164 }                                                                               
165
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
175
176 /*
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 }
189 */
190
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;
199 }
200
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; */
213 }
214
215 .autocomplete-search-box {
216   border-top: 1px solid #FF9F00;
217   background-color: #9C9CFF;
218   color: #000000;
219 }  
220
221 .autocomplete-result-popup[nomatch] > .autocomplete-search-box {
222   border-top: 1px solid #9C9CFF;
223 }
224
225 .autocomplete-search-engine {
226   padding: 2px;
227 }  
228
229 .autocomplete-search-engine[menuactive="true"] {
230   background-color: #008484;
231   color: #FFCF00;
232 }  
233
234 .autocomplete-search-engine-img {
235   margin-right: 4px;
236 }
237
238 /* ::::: go and searchbuttons ::::: */
239
240 #search-button, 
241 #go-button {
242   margin: 0px 3px 0px 0px;
243 /*  min-height: 25px; */
244   font-weight: bold;
245   background-color: #000000;
246 }
247
248 #search-button:hover, 
249 #go-button:hover {
250   background-color: #FFCF00;
251 }
252
253 #search-button {
254 /*  list-style-image: url("chrome://communicator/skin/icons/search.gif"); */
255   font-weight: bold;
256 }
257
258 /* ::::: personal toolbar ::::: */
259
260 #bookmarks-button {
261   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
262 }
263
264 #bookmarks-button[open="true"] {
265   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
266 }
267
268 #home-button {
269   list-style-image: url("chrome://communicator/skin/bookmarks/home.gif");
270 }
271
272 /* ::::: sidebar splitter ::::: */
273
274 /*
275 #sidebar-splitter {
276   border-left: none;
277   border-right: none;
278   min-width: 5px; 
279 }
280 */
281
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 }
289
290 #status-bar {
291   border-top: none;
292 }
293 */