no border radius for EarlyBlue
[themes.git] / EarlyBlue / navigator / navigator.css
CommitLineData
128000f4 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
76983f4c 38/** Contains style definitions for the navigator application
f6e0a33f 39 **/
40
74d14f90 41@import url("chrome://navigator/content/navigator.css");
42@import url("chrome://communicator/skin/");
74d14f90 43@import url("chrome://communicator/skin/bookmarks/bookmarksToolbar.css");
f6e0a33f 44
f840e302 45@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
46
74d14f90 47/* ::::: primary toolbar buttons ::::: */
f6e0a33f 48
74d14f90 49#back-button {
ecb2fda9
RK
50 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
51 -moz-image-region: rect(42px 25px 63px 0px);
74d14f90 52}
f6e0a33f 53
74d14f90 54#back-button[disabled="true"] {
749ee109 55 -moz-image-region: rect(42px 50px 63px 25px);
74d14f90 56}
f6e0a33f 57
74d14f90 58#forward-button {
ecb2fda9
RK
59 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
60 -moz-image-region: rect(63px 25px 84px 0px);
74d14f90 61}
62
63#forward-button[disabled="true"] {
749ee109 64 -moz-image-region: rect(63px 50px 84px 25px);
74d14f90 65}
66
67#reload-button {
749ee109
RK
68 list-style-image: url("chrome://navigator/skin/icons/navigatoricons.png");
69 -moz-image-region: rect(0px 25px 21px 0px);
74d14f90 70}
749ee109 71
74d14f90 72#reload-button[disabled="true"] {
749ee109 73 -moz-image-region: rect(0px 50px 21px 25px);
74d14f90 74}
75
76#stop-button {
ecb2fda9
RK
77 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
78 -moz-image-region: rect(21px 25px 42px 0px);
74d14f90 79}
80
81#stop-button[disabled="true"] {
749ee109 82 -moz-image-region: rect(21px 50px 42px 25px);
76983f4c 83}
74d14f90 84
85#print-button {
ecb2fda9
RK
86 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
87 -moz-image-region: rect(0px 25px 21px 0px);
74d14f90 88}
f6e0a33f 89
90#print-button[disabled="true"] {
749ee109 91 -moz-image-region: rect(0px 50px 21px 25px);
74d14f90 92}
f6e0a33f 93
f2450795 94#clear-button {
95 list-style-image: url("chrome://global/skin/icons/close-button.gif");
96}
97
c8120ee9 98/* ::::: small primary toolbar buttons ::::: */
99
749ee109
RK
100#nav-bar[inFullscreen="true"] .toolbar-grippy {
101 /* display: none; */
c8120ee9 102}
103
104/* ::::: fullscreen window controls ::::: */
105
106#window-controls {
107 -moz-box-align: center;
749ee109 108 padding: 0 2px;
083cee4a 109 border-left: 1px solid #9999CC;
749ee109 110 -moz-margin-start: 2px;
083cee4a 111}
112
113#window-controls > toolbarbutton {
749ee109
RK
114 padding: 3px;
115 -moz-padding-start: 2px;
116 -moz-padding-end: 1px;
117}
118
119toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
120 display: -moz-box;
c8120ee9 121}
122
123#minimize-button {
124 list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif");
125}
126
127#restore-button {
128 list-style-image: url("chrome://navigator/skin/icons/win-restore.gif");
129}
130
131#close-button {
132 list-style-image: url("chrome://navigator/skin/icons/win-close.gif");
133}
134
74d14f90 135/* ::::: nav-bar-inner ::::: */
136
137#nav-bar-inner {
749ee109
RK
138 -moz-padding-start: 1px;
139 -moz-padding-end: 1px;
74d14f90 140 min-width: 0px;
749ee109 141 -moz-box-align: center;
74d14f90 142}
76983f4c 143
74d14f90 144#urlbar {
749ee109
RK
145 margin: 0;
146 -moz-margin-start: 3px;
147}
148
149#urlbar > .autocomplete-textbox-container {
150 -moz-border-radius: 3px 0 0 3px;
151 padding: 2px;
76983f4c 152}
74d14f90 153
d84b9613 154#urlbar[level="high"] > .autocomplete-textbox-container,
155#urlbar[level="low"] > .autocomplete-textbox-container {
156 background-color: #FFFFCC;
157}
158
74d14f90 159/* ::::: page proxy icon ::::: */
76983f4c 160
74d14f90 161#page-proxy-deck,
162#page-proxy-favicon,
163#page-proxy-button {
164 width: 16px;
165 height: 16px;
166}
2d09e496 167
168#page-proxy-deck {
d2f0d128 169 cursor: -moz-grab;
749ee109 170 margin: 0;
74d14f90 171}
172
173#page-proxy-button {
76983f4c 174 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
74d14f90 175 padding-top: 2px;
176 padding-bottom: 2px;
76983f4c 177}
74d14f90 178
179#page-proxy-favicon {
180 list-style-image: none;
76983f4c 181}
f6e0a33f 182
74d14f90 183/* ::::: autocomplete ::::: */
184
a1f525f0 185.autocomplete-treebody::-moz-tree-cell-text(value) {
74d14f90 186 padding-left: 13px;
f6e0a33f 187}
f6e0a33f 188
a1f525f0 189.autocomplete-treebody::-moz-tree-cell-text(comment) {
74d14f90 190 color: #808080;
191/* font-style: italic; */
f6e0a33f 192}
193
74d14f90 194.autocomplete-search-box {
195 border-top: 1px solid #9999CC;
196 background-color: #666699;
197 color: #000000;
198}
f6e0a33f 199
74d14f90 200.autocomplete-result-popup[nomatch] > .autocomplete-search-box {
201 border-top: 1px solid #666699;
202}
203
204.autocomplete-search-engine {
205 padding: 2px;
206}
207
208.autocomplete-search-engine[menuactive="true"] {
209 background-color: #9999CC;
210 color: #000000;
211}
212
213.autocomplete-search-engine-img {
214 margin-right: 4px;
215}
216
217/* ::::: go and searchbuttons ::::: */
f6e0a33f 218
76983f4c 219#search-button,
f6e0a33f 220#go-button {
749ee109
RK
221 margin: 0;
222 padding: 1px 0;
223 -moz-margin-start: 2px;
74d14f90 224 font-weight: bold;
225 background-color: #9999CC;
f6e0a33f 226}
227
749ee109
RK
228/* care that those buttons base on the same min height of 16px that the urlbar
229 autocomplete box gets through site icon and urlbar icons at the right */
230#search-button > .button-box ,
231#go-button > .button-box {
232 min-height: 16px;
233}
234
74d14f90 235#search-button {
236/* list-style-image: url("chrome://communicator/skin/icons/search.gif"); */
237 font-weight: bold;
f6e0a33f 238}
239
749ee109
RK
240/*
241toolbar[mode="text"] #search-button > .button-box > .button-icon,
242toolbar[mode="icons"] #search-button > .button-box > .button-text {
243 display: none;
244}
245*/
246
459f2165 247/* ::::: security button ::::: */
74d14f90 248
459f2165 249#security-button {
250 list-style-image:url("chrome://communicator/skin/icons/lock-insecure.gif");
251 margin-left: 2px;
f6e0a33f 252}
253
b70a3a73 254/* |high| and |low| styles could be different, to better reflect the secure level... */
255#security-button[level="high"],
459f2165 256#security-button[level="low"] {
257 list-style-image:url("chrome://communicator/skin/icons/lock-secure.gif");
74d14f90 258}
f6e0a33f 259
459f2165 260#security-button[level="broken"] {
261 list-style-image:url("chrome://communicator/skin/icons/lock-broken.gif");
74d14f90 262}
f6e0a33f 263
4c66fa00 264#popupIcon {
c37975cc 265 list-style-image:url("chrome://navigator/skin/icons/popup-blocked.gif");
4c66fa00 266}
267
459f2165 268/* ::::: personal toolbar ::::: */
f6e0a33f 269
459f2165 270#bookmarks-button {
271 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
74d14f90 272}
273
459f2165 274#bookmarks-button[open="true"] {
275 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
74d14f90 276}
459f2165 277
278#home-button {
749ee109
RK
279 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
280 -moz-image-region: rect(84px 25px 105px 0px);
281}
282
283#home-button[disabled="true"] {
284 -moz-image-region: rect(84px 50px 105px 25px);
b618d1fd 285}
286
749ee109 287#toolbarbutton.chevron {
56029caf 288 list-style-image: url("chrome://navigator/skin/icons/chevron.gif") !important;
b618d1fd 289}
290
749ee109 291#toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
b618d1fd 292 display: none;
293}
6082be94 294
749ee109
RK
295toolbarbutton.chevron > .toolbarbutton-text {
296 display: none; /* hide chevron label which has a width even if blank */
297}
298
299toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
300 display: -moz-box; /* display chevron icon in text mode */
301}
302
303/* Prevent [mode="icons"|"text"] from hiding the label and icon */
304#bookmarks-ptf .bookmark-item > .toolbarbutton-text,
305#bookmarks-ptf .bookmark-item > .toolbarbutton-icon {
306 display: -moz-box !important;
307}
308
6082be94
RK
309/* ::::: feeds ::::: */
310
311#feedsMenu {
312 list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png") !important;
313 -moz-image-region: rect(0px 16px 16px 0px);
314}
315
316#feedsMenu[disabled="true"] {
317 -moz-image-region: rect(32px 16px 48px 0px);
318}
319
320#feedsButton {
321 list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png");
322 -moz-image-region: rect(0px 32px 16px 16px);
323}
324
325#feedsButton:hover {
326 -moz-image-region: rect(16px 32px 32px 16px);
327}
328
329#feedsButton:hover:active {
330 -moz-image-region: rect(48px 32px 64px 16px);
331}
749ee109
RK
332
333toolbar[iconsize="small"] > #back-button {
334 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
335 -moz-image-region: rect(32px 16px 48px 0);
336}
337
338toolbar[iconsize="small"] > #back-button[disabled="true"] {
339 -moz-image-region: rect(32px 32px 48px 16px) !important;
340}
341
342toolbar[iconsize="small"] > #forward-button {
343 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
344 -moz-image-region: rect(48px 16px 64px 0);
345}
346
347toolbar[iconsize="small"] > #forward-button[disabled="true"] {
348 -moz-image-region: rect(48px 32px 64px 16px) !important;
349}
350
351toolbar[iconsize="small"] > #reload-button {
352 list-style-image: url("chrome://navigator/skin/icons/navigatoricons-small.png");
353 -moz-image-region: rect(0 16px 16px 0);
354}
355
356toolbar[iconsize="small"] > #reload-button[disabled="true"] {
357 -moz-image-region: rect(0 32px 16px 16px) !important;
358}
359
360toolbar[iconsize="small"] > #stop-button {
361 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
362 -moz-image-region: rect(16px 16px 32px 0);
363}
364
365toolbar[iconsize="small"] > #stop-button[disabled="true"] {
366 -moz-image-region: rect(16px 32px 32px 16px) !important;
367}
368
369toolbar[iconsize="small"] > #print-button {
370 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
371 -moz-image-region: rect(0 16px 16px 0);
372}
373
374toolbar[iconsize="small"] > #print-button[disabled="true"] {
375 -moz-image-region: rect(0 32px 16px 16px) !important;
376}
377
378toolbar[iconsize="small"] > #home-button {
379 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
380 -moz-image-region: rect(64px 16px 80px 0);
381}
382
383toolbar[iconsize="small"] > #home-button[disabled="true"] {
384 -moz-image-region: rect(64px 32px 80px 16px) !important;
385}
386
387/* ::::: home button on the personal toolbar ::::: */
388
389#PersonalToolbar[iconsize="small"] > #home-button > .toolbarbutton-icon {
390 /* width: 16px;
391 height: 16px; */
392}
393
394#PersonalToolbar > #home-button {
395 cursor: pointer;
396}
397
398#PersonalToolbar > #home-button[disabled="true"] {
399 cursor: default !important;
400}