1 /* ***** BEGIN LICENSE BLOCK *****
2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
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/
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
14 * The Original Code is "Classic" theme of mozilla.org code.
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.
22 * Robert Kaiser <KaiRo@KaiRo.at>
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.
36 * ***** END LICENSE BLOCK ***** */
38 /** Contains style definitions for the navigator application
41 @import url("chrome://navigator/content/navigator.css");
42 @import url("chrome://communicator/skin/");
43 @import url("chrome://communicator/skin/bookmarks/bookmarksToolbar.css");
45 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
47 /* ::::: primary toolbar buttons ::::: */
50 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
51 -moz-image-region: rect(42px 25px 63px 0px);
54 #back-button[disabled="true"] {
55 -moz-image-region: rect(42px 50px 63px 25px);
59 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
60 -moz-image-region: rect(63px 25px 84px 0px);
63 #forward-button[disabled="true"] {
64 -moz-image-region: rect(63px 50px 84px 25px);
68 list-style-image: url("chrome://navigator/skin/icons/navigatoricons.png");
69 -moz-image-region: rect(0px 25px 21px 0px);
72 #reload-button[disabled="true"] {
73 -moz-image-region: rect(0px 50px 21px 25px);
77 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
78 -moz-image-region: rect(21px 25px 42px 0px);
81 #stop-button[disabled="true"] {
82 -moz-image-region: rect(21px 50px 42px 25px);
86 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
87 -moz-image-region: rect(0px 25px 21px 0px);
90 #print-button[disabled="true"] {
91 -moz-image-region: rect(0px 50px 21px 25px);
95 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
96 -moz-image-region: rect(84px 25px 105px 0px);
99 #home-button[disabled="true"] {
100 -moz-image-region: rect(84px 50px 105px 25px);
104 list-style-image: url("chrome://global/skin/icons/close-button.gif");
107 toolbar[iconsize="small"] > #back-button {
108 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
109 -moz-image-region: rect(32px 16px 48px 0);
112 toolbar[iconsize="small"] > #back-button[disabled="true"] {
113 -moz-image-region: rect(32px 32px 48px 16px) !important;
116 toolbar[iconsize="small"] > #forward-button {
117 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
118 -moz-image-region: rect(48px 16px 64px 0);
121 toolbar[iconsize="small"] > #forward-button[disabled="true"] {
122 -moz-image-region: rect(48px 32px 64px 16px) !important;
125 toolbar[iconsize="small"] > #reload-button {
126 list-style-image: url("chrome://navigator/skin/icons/navigatoricons-small.png");
127 -moz-image-region: rect(0 16px 16px 0);
130 toolbar[iconsize="small"] > #reload-button[disabled="true"] {
131 -moz-image-region: rect(0 32px 16px 16px) !important;
134 toolbar[iconsize="small"] > #stop-button {
135 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
136 -moz-image-region: rect(16px 16px 32px 0);
139 toolbar[iconsize="small"] > #stop-button[disabled="true"] {
140 -moz-image-region: rect(16px 32px 32px 16px) !important;
143 toolbar[iconsize="small"] > #print-button {
144 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
145 -moz-image-region: rect(0 16px 16px 0);
148 toolbar[iconsize="small"] > #print-button[disabled="true"] {
149 -moz-image-region: rect(0 32px 16px 16px) !important;
152 toolbar[iconsize="small"] > #home-button {
153 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
154 -moz-image-region: rect(64px 16px 80px 0);
157 toolbar[iconsize="small"] > #home-button[disabled="true"] {
158 -moz-image-region: rect(64px 32px 80px 16px) !important;
161 /* ::::: fullscreen window controls ::::: */
164 -moz-box-align: center;
166 border-left: 1px solid #9999CC;
167 -moz-margin-start: 2px;
170 #window-controls > toolbarbutton {
172 -moz-padding-start: 2px;
173 -moz-padding-end: 1px;
176 toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
181 list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif");
185 list-style-image: url("chrome://navigator/skin/icons/win-restore.gif");
189 list-style-image: url("chrome://navigator/skin/icons/win-close.gif");
192 /* ::::: nav-bar-inner ::::: */
195 -moz-padding-start: 1px;
196 -moz-padding-end: 1px;
198 -moz-box-align: center;
201 #urlbar:-moz-lwtheme:not([focused="true"]),
202 .tabbrowser-tab:-moz-lwtheme:not([selected="true"]) {
206 .tabbrowser-tab:-moz-lwtheme {
212 -moz-margin-start: 3px;
215 #urlbar > .autocomplete-textbox-container {
216 border-radius: 3px 0 0 3px;
220 #urlbar[level="high"] > .autocomplete-textbox-container,
221 #urlbar[level="low"] > .autocomplete-textbox-container {
222 background-color: #FFFFCC;
225 #wrapper-nav-bar-inner[place="palette"] > #nav-bar-inner > .button-toolbar,
226 #wrapper-nav-bar-inner[place="palette"] > #nav-bar-inner > #urlbar > .urlbar-icons {
230 /* ::::: page proxy icon ::::: */
245 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
248 #page-proxy-favicon {
249 list-style-image: none;
252 /* ::::: autocomplete ::::: */
254 .autocomplete-treebody::-moz-tree-cell-text(value) {
255 -moz-padding-start: 13px;
258 .autocomplete-treebody::-moz-tree-cell-text(comment) {
260 /* font-style: italic; */
263 .autocomplete-search-box {
264 border-top: 1px solid #9999CC;
265 background-color: #666699;
269 .autocomplete-result-popup[nomatch] > .autocomplete-search-box {
270 border-top: 1px solid #666699;
273 .autocomplete-search-engine {
277 .autocomplete-search-engine[menuactive="true"] {
278 background-color: #9999CC;
282 .autocomplete-search-engine-img {
283 -moz-margin-end: 4px;
286 /* ::::: go and searchbuttons ::::: */
292 -moz-margin-start: 2px;
293 background-color: #9999CC;
296 /* care that those buttons base on the same min height of 16px that the urlbar
297 autocomplete box gets through site icon and urlbar icons at the right */
298 #search-button > .button-box,
299 #go-button > .button-box {
303 #search-button:-moz-lwtheme,
304 #go-button:-moz-lwtheme {
309 /* list-style-image: url("chrome://communicator/skin/icons/search.gif"); */
314 toolbar[mode="text"] #search-button > .button-box > .button-icon,
315 toolbar[mode="icons"] #search-button > .button-box > .button-text {
320 /* ::::: security button ::::: */
323 -moz-margin-start: 2px;
327 list-style-image: url("chrome://communicator/skin/icons/lock-insecure.gif");
330 /* |high| and |low| styles could be different, to better reflect the secure level... */
331 #security-button[level="high"] > .statusbarpanel-contentbox,
332 #security-button[level="low"] > .statusbarpanel-contentbox {
333 list-style-image: url("chrome://communicator/skin/icons/lock-secure.gif");
334 background-color: #FFFFCC;
337 #security-button[level="broken"] > .statusbarpanel-contentbox {
338 list-style-image: url("chrome://communicator/skin/icons/lock-broken.gif");
339 background-color: #FFCCCC;
342 #security-button[label] > .statusbarpanel-contentbox {
343 background-color: #33FF33;
346 #security-button > .statusbarpanel-text {
351 /* make same background-color translucent on lwthemes */
352 #security-button[level="high"] > .statusbarpanel-contentbox:-moz-lwtheme,
353 #security-button[level="low"] > .statusbarpanel-contentbox:-moz-lwtheme {
354 background-color: rgba(255, 255, 204, .8);
357 #security-button[level="broken"] > .statusbarpanel-contentbox:-moz-lwtheme {
358 background-color: rgba(255, 204, 204, .8);
361 #security-button[label] > .statusbarpanel-contentbox:-moz-lwtheme {
362 background-color: rgba(51, 255, 51, .8);
366 list-style-image: url("chrome://communicator/skin/icons/identity.png");
370 list-style-image:url("chrome://navigator/skin/icons/popup-blocked.gif");
373 /* ::::: personal toolbar ::::: */
376 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
379 #bookmarks-button[open="true"] {
380 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
383 #toolbarbutton.chevron {
384 list-style-image: url("chrome://navigator/skin/icons/chevron.gif") !important;
387 #toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
391 toolbarbutton.chevron > .toolbarbutton-text {
392 display: none; /* hide chevron label which has a width even if blank */
395 toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
396 display: -moz-box; /* display chevron icon in text mode */
399 /* Prevent [mode="icons"|"text"] from hiding the label and icon */
400 #bookmarks-ptf .bookmark-item > .toolbarbutton-text,
401 #bookmarks-ptf .bookmark-item > .toolbarbutton-icon {
402 display: -moz-box !important;
405 #PersonalToolbar[iconsize="small"] > toolbarpaletteitem > #home-button > .toolbarbutton-icon,
406 #PersonalToolbar[iconsize="small"] > #home-button > .toolbarbutton-icon {
411 #PersonalToolbar > #home-button {
415 #PersonalToolbar > #home-button[disabled="true"] {
416 cursor: default !important;
420 In customize mode we hide the normal bookmark items and show a placeholder
421 for the drag/drop UI.
423 .bookmarks-toolbar-customize {
424 list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png");
426 max-width: 15em !important;
429 #wrapper-personal-bookmarks[place="palette"] > .toolbarpaletteitem-box {
432 background: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png") no-repeat;
435 /* ::::: star button ::::: */
438 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark.png");
439 -moz-image-region: rect(16px 16px 32px 0px);
443 -moz-image-region: rect(16px 32px 32px 16px);
446 #star-button:hover:active {
447 -moz-image-region: rect(16px 48px 32px 32px);
450 #star-button[starred="true"] {
451 -moz-image-region: rect(0px 16px 16px 0px);
454 #star-button[starred="true"]:hover {
455 -moz-image-region: rect(0px 32px 16px 16px);
458 #star-button[starred="true"]:hover:active {
459 -moz-image-region: rect(0px 48px 16px 32px);
462 /* ::::: feeds ::::: */
465 list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png") !important;
466 -moz-image-region: rect(0px 16px 16px 0px);
469 #feedsMenu[disabled="true"] {
470 -moz-image-region: rect(32px 16px 48px 0px);
474 list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png");
475 -moz-image-region: rect(0px 32px 16px 16px);
479 -moz-image-region: rect(16px 32px 32px 16px);
482 #feedsButton:hover:active {
483 -moz-image-region: rect(48px 32px 64px 16px);