start 2.35 cycle
[themes.git] / EarlyBlue / x-browser-old / browser.css
CommitLineData
9099c61d
RK
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
d684a373 4
5@import url("chrome://global/skin/");
6
7@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
8
9#PersonalToolbar {
10 min-height: 20px;
11}
12
13/* ::::: bookmark buttons ::::: */
14
15toolbarbutton.bookmark-item {
16 margin: 0;
17 min-width: 0;
18 max-width: 13em;
19 min-height: 20px;
55cca60c 20 padding: 1px;
21}
22
23toolbarbutton.bookmark-item:hover:active,
24toolbarbutton.bookmark-item[open="true"] {
02920d2b
RK
25 padding-top: 2px;
26 padding-bottom: 0px;
27 -moz-padding-start: 2px;
28 -moz-padding-end: 0px;
d684a373 29}
30
31.bookmark-item > .toolbarbutton-icon {
32 width: 16px;
55cca60c 33 height: 16px;
d684a373 34}
35
36/* Prevent [mode="icons"] from hiding the label */
37.bookmark-item > .toolbarbutton-text {
38 display: -moz-box !important;
39}
40
41.bookmark-item > .toolbarbutton-menu-dropmarker {
42 display: none;
43}
44
45.toolbarpaletteitem-box[type="bookmarks-toolbar"][place="palette"] {
46 width: 32px;
47 height: 32px;
21384789 48 background: url("chrome://browser/skin/icons/bookmarks-folder.gif") no-repeat;
d684a373 49}
50
51.bookmarks-toolbar-customize {
52 display: none;
53 max-width: 15em !important;
54}
55
56toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-customize {
57 display: -moz-box;
58}
59
60toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-overflow-items {
61 visibility: hidden;
62}
63
64toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-items {
65 visibility: hidden;
66}
67
68/* ::::: bookmark menus ::::: */
69
70menu.bookmark-item,
71menuitem.bookmark-item {
72 min-width: 0;
73 max-width: 26em;
74 border-top: 1px solid transparent !important;
75 border-bottom: 1px solid transparent !important;
02920d2b
RK
76 padding-top: 1px;
77 padding-bottom: 1px;
78 -moz-padding-start: 2px;
79 -moz-padding-end: 3px;
d684a373 80 margin-top: -1px;
81}
82
83.bookmark-item > .menu-iconic-left > .menu-iconic-icon {
84 width: 16px;
85 height: 16px;
86}
87
88/* ..... drag and drop styles ..... */
89
90.bookmark-item[dragover-left="true"] {
91 -moz-border-left-colors: #000000;
92}
93.bookmark-item[dragover-right="true"] {
94 -moz-border-right-colors: #000000;
95}
96.bookmark-item[dragover-top="true"] {
97 -moz-border-top-colors: #000000;
98}
99.bookmark-item[dragover-bottom="true"] {
100 -moz-border-bottom-colors: #000000;
101}
102
103/* ::::: bookmark items ::::: */
104
105.bookmark-item {
bac19d09 106 list-style-image: url("chrome://browser/skin/icons/bookmark-item.gif");
d684a373 107}
108
109.bookmark-item[container="true"] {
bac19d09 110 list-style-image: url("chrome://browser/skin/icons/bookmark-folder-closed.gif");
d684a373 111}
112.bookmark-item[open="true"],
113.bookmark-item[container="true"][open="true"] {
bac19d09 114 list-style-image: url("chrome://browser/skin/icons/bookmark-folder-open.gif");
d684a373 115}
116
d684a373 117/* ::::: primary toolbar buttons ::::: */
118
55cca60c 119.toolbarbutton-1,
120.toolbarbutton-1 > .toolbarbutton-menubutton-button {
d684a373 121 -moz-box-orient: vertical;
122 min-width: 0px;
d684a373 123}
124
125toolbarbutton:not([disabled="true"]):hover,
126menubutton:not([disabled="true"]):hover,
127toolbarbutton:not([disabled="true"]):hover:active,
128menubutton:not([disabled="true"]):hover:active {
55cca60c 129 color: #000000 !important;
d684a373 130}
131
132/*
133.toolbarbutton-menubutton-stack,
134.toolbarbutton-menubutton-button,
135.toolbarbutton-menubutton-stack:hover,
136.toolbarbutton-menubutton-button:hover,
137.toolbarbutton-menubutton-stack:hover:active,
138.toolbarbutton-menubutton-button:hover:active {
139 margin: 0 !important;
140 display: -moz-box;
141}
142*/
143
144toolbarbutton[type="menu-button"] {
145 -moz-box-orient: horizontal;
146}
147
148toolbar[mode="icons"] .toolbarbutton-text {
149 display: none;
150}
151
152toolbar[mode="text"] .toolbarbutton-menubutton-dropmarker,
153toolbar[mode="text"] .toolbarbutton-icon {
154 display: none;
155}
156
157toolbar[mode="text"] .toolbarbutton-text {
158 padding: 0 !important;
159 margin: 3px 5px !important;
160}
161
162#back-button {
163/* -moz-binding: url("chrome://browser/skin/browser.xml#toolbar-menu-button"); */
e1cbd476 164 list-style-image: url("chrome://browser/skin/icons/back.gif");
d684a373 165}
166#back-button[disabled="true"] {
e1cbd476 167 list-style-image: url("chrome://browser/skin/icons/back-disabled.gif");
d684a373 168}
169
170#forward-button {
171/* -moz-binding: url("chrome://browser/skin/browser.xml#toolbar-menu-button"); */
e1cbd476 172 list-style-image: url("chrome://browser/skin/icons/forward.gif");
d684a373 173}
174#forward-button[disabled="true"] {
e1cbd476 175 list-style-image: url("chrome://browser/skin/icons/forward-disabled.gif");
d684a373 176}
177
178#reload-button {
e1cbd476 179 list-style-image: url("chrome://browser/skin/icons/reload.gif");
d684a373 180}
181#reload-button[disabled="true"] {
e1cbd476 182 list-style-image: url("chrome://browser/skin/icons/reload-disabled.gif");
d684a373 183}
184
185#stop-button {
e1cbd476 186 list-style-image: url("chrome://browser/skin/icons/stop.gif");
d684a373 187}
188#stop-button[disabled="true"] {
e1cbd476 189 list-style-image: url("chrome://browser/skin/icons/stop-disabled.gif");
d684a373 190}
191
192#home-button {
bac19d09 193 list-style-image: url("chrome://browser/skin/icons/home.gif");
d684a373 194}
195#home-button[disabled="true"] {
bac19d09 196 list-style-image: url("chrome://browser/skin/icons/home-disabled.gif");
d684a373 197}
198
199#print-button {
e1cbd476 200 list-style-image: url("chrome://browser/skin/icons/print.gif");
d684a373 201}
202#print-button[disabled="true"] {
e1cbd476 203 list-style-image: url("chrome://browser/skin/icons/print-disabled.gif");
d684a373 204}
205
206#new-tab-button {
21384789 207 list-style-image: url("chrome://browser/skin/icons/new-tab.gif");
d684a373 208}
209#new-tab-button[disabled="true"] {
21384789 210 list-style-image: url("chrome://browser/skin/icons/new-tab-disabled.gif");
d684a373 211}
212
213#new-window-button {
21384789 214 list-style-image: url("chrome://browser/skin/icons/new-window.gif");
d684a373 215}
216#new-window-button[disabled="true"] {
21384789 217 list-style-image: url("chrome://browser/skin/icons/new-window-disabled.gif");
d684a373 218}
219
220#downloads-button {
e1cbd476 221 list-style-image: url("chrome://browser/skin/icons/downloads.gif");
d684a373 222}
223#downloads-button[disabled="true"] {
e1cbd476 224 list-style-image: url("chrome://browser/skin/icons/downloads-disabled.gif");
d684a373 225}
226
227#bookmarks-button {
bac19d09 228 list-style-image: url("chrome://browser/skin/icons/bookmarks.gif");
d684a373 229}
230#bookmarks-button[disabled="true"] {
bac19d09 231 list-style-image: url("chrome://browser/skin/icons/bookmarks-disabled.gif");
d684a373 232}
233
234#history-button {
e1cbd476 235 list-style-image: url("chrome://browser/skin/icons/history.gif");
d684a373 236}
237#history-button[disabled="true"] {
e1cbd476 238 list-style-image: url("chrome://browser/skin/icons/history-disabled.gif");
d684a373 239}
240
0697ec23 241#cut-button {
242 list-style-image: url("chrome://browser/skin/icons/cut.gif");
243}
244#cut-button[disabled="true"] {
245 list-style-image: url("chrome://browser/skin/icons/cut-disabled.gif");
246}
247
248#copy-button {
249 list-style-image: url("chrome://browser/skin/icons/copy.gif");
250}
251#copy-button[disabled="true"] {
252 list-style-image: url("chrome://browser/skin/icons/copy-disabled.gif");
253}
254
255#paste-button {
256 list-style-image: url("chrome://browser/skin/icons/paste.gif");
257}
258#paste-button[disabled="true"] {
259 list-style-image: url("chrome://browser/skin/icons/paste-disabled.gif");
260}
261
d684a373 262
263/* ::::: small primary toolbar buttons ::::: */
264
d684a373 265toolbar[iconsize="small"] #back-button {
e1cbd476 266 list-style-image: url("chrome://browser/skin/icons/back-small.gif");
d684a373 267}
268toolbar[iconsize="small"] #back-button[disabled="true"] {
e1cbd476 269 list-style-image: url("chrome://browser/skin/icons/back-small-disabled.gif");
d684a373 270}
271
272toolbar[iconsize="small"] #forward-button {
e1cbd476 273 list-style-image: url("chrome://browser/skin/icons/forward-small.gif");
d684a373 274}
275toolbar[iconsize="small"] #forward-button[disabled="true"] {
e1cbd476 276 list-style-image: url("chrome://browser/skin/icons/forward-small-disabled.gif");
d684a373 277}
278
279toolbar[iconsize="small"] #reload-button {
e1cbd476 280 list-style-image: url("chrome://browser/skin/icons/reload-small.gif");
d684a373 281}
282toolbar[iconsize="small"] #reload-button[disabled="true"] {
e1cbd476 283 list-style-image: url("chrome://browser/skin/icons/reload-small-disabled.gif");
d684a373 284}
285
286toolbar[iconsize="small"] #stop-button {
e1cbd476 287 list-style-image: url("chrome://browser/skin/icons/stop-small.gif");
d684a373 288}
289toolbar[iconsize="small"] #stop-button[disabled="true"] {
e1cbd476 290 list-style-image: url("chrome://browser/skin/icons/stop-small-disabled.gif");
d684a373 291}
292
293toolbar[iconsize="small"] #home-button {
bac19d09 294 list-style-image: url("chrome://browser/skin/icons/home-small.gif");
d684a373 295}
296toolbar[iconsize="small"] #home-button[disabled="true"] {
bac19d09 297 list-style-image: url("chrome://browser/skin/icons/home-small-disabled.gif");
d684a373 298}
299
300toolbar[iconsize="small"] #print-button {
e1cbd476 301 list-style-image: url("chrome://browser/skin/icons/print-small.gif");
d684a373 302}
303toolbar[iconsize="small"] #print-button[disabled="true"] {
e1cbd476 304 list-style-image: url("chrome://browser/skin/icons/print-small-disabled.gif");
d684a373 305}
306
307toolbar[iconsize="small"] #downloads-button {
e1cbd476 308 list-style-image: url("chrome://browser/skin/icons/downloads-small.gif");
d684a373 309}
310toolbar[iconsize="small"] #downloads-button[disabled="true"] {
e1cbd476 311 list-style-image: url("chrome://browser/skin/icons/downloads-small-disabled.gif");
d684a373 312}
313
314toolbar[iconsize="small"] #new-tab-button {
21384789 315 list-style-image: url("chrome://browser/skin/icons/new-tab-small.gif");
d684a373 316}
317toolbar[iconsize="small"] #new-tab-button[disabled="true"] {
21384789 318 list-style-image: url("chrome://browser/skin/icons/new-tab-small-disabled.gif");
d684a373 319}
320
321toolbar[iconsize="small"] #new-window-button {
21384789 322 list-style-image: url("chrome://browser/skin/icons/new-window-small.gif");
d684a373 323}
324toolbar[iconsize="small"] #new-window-button[disabled="true"] {
21384789 325 list-style-image: url("chrome://browser/skin/icons/new-window-small-disabled.gif");
d684a373 326}
327
328toolbar[iconsize="small"] #bookmarks-button {
bac19d09 329 list-style-image: url("chrome://browser/skin/icons/bookmarks-small.gif");
d684a373 330}
331toolbar[iconsize="small"] #bookmarks-button[disabled="true"] {
bac19d09 332 list-style-image: url("chrome://browser/skin/icons/bookmarks-small-disabled.gif");
d684a373 333}
334
335toolbar[iconsize="small"] #history-button {
e1cbd476 336 list-style-image: url("chrome://browser/skin/icons/history-small.gif");
d684a373 337}
338toolbar[iconsize="small"] #history-button[disabled="true"] {
e1cbd476 339 list-style-image: url("chrome://browser/skin/icons/history-small-disabled.gif");
d684a373 340}
341
0697ec23 342toolbar[iconsize="small"] #cut-button {
343 list-style-image: url("chrome://browser/skin/icons/cut-small.gif");
344}
345toolbar[iconsize="small"] #cut-button[disabled="true"] {
346 list-style-image: url("chrome://browser/skin/icons/cut-small-disabled.gif");
347}
348
349toolbar[iconsize="small"] #copy-button {
350 list-style-image: url("chrome://browser/skin/icons/copy-small.gif");
351}
352toolbar[iconsize="small"] #copy-button[disabled="true"] {
353 list-style-image: url("chrome://browser/skin/icons/copy-small-disabled.gif");
354}
355
356toolbar[iconsize="small"] #paste-button {
357 list-style-image: url("chrome://browser/skin/icons/paste-small.gif");
358}
359toolbar[iconsize="small"] #paste-button[disabled="true"] {
360 list-style-image: url("chrome://browser/skin/icons/paste-small-disabled.gif");
361}
362
363
364/* Smaller padding on small toolbar buttons */
365
366toolbar[iconsize="small"] .toolbarbutton-1 {
367 padding: 2px;
368}
369
370toolbar[iconsize="small"] .toolbarbutton-1:hover:active,
371toolbar[iconsize="small"] .toolbarbutton-1[open="true"] {
02920d2b
RK
372 padding-top: 3px;
373 padding-bottom: 1px;
374 -moz-padding-start: 3px;
375 -moz-padding-end: 1px;
0697ec23 376}
377
378toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"],
379toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"]:hover,
380toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"]:hover:active,
381toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"][open="true"] {
382 padding: 2px;
383}
384
385toolbar[iconsize="small"] .toolbarbutton-1[checked="true"] {
02920d2b
RK
386 padding-top: 3px !important;
387 padding-bottom: 1px !important;
388 -moz-padding-start: 3px !important;
389 -moz-padding-end: 1px !important;
0697ec23 390}
391
392toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"],
393toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"]:hover,
394toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"]:hover:active,
395toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][open="true"],
396toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"],
397toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"]:hover,
398toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"]:hover:active {
399 padding: 0;
400}
d684a373 401
402/* ::::: fullscreen window controls ::::: */
403
404#window-controls {
405 -moz-box-align: center;
02920d2b
RK
406 padding-top: 0px;
407 padding-bottom: 0px;
408 -moz-padding-start: 4px;
409 -moz-padding-end: 2px;
55cca60c 410 border-left: 2px groove #CCD0DD;
d684a373 411}
412
413#minimize-button {
55cca60c 414 list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif");
d684a373 415}
416#restore-button {
55cca60c 417 list-style-image: url("chrome://navigator/skin/icons/win-restore.gif");
d684a373 418}
419#close-button {
55cca60c 420 list-style-image: url("chrome://navigator/skin/icons/win-close.gif");
d684a373 421}
422
423/* ::::: nav-bar-inner ::::: */
424
425#urlbar {
426 margin: 2px 3px;
427}
428
429#search-bar {
430 width: 12em;
431}
432
433/* ::::: page proxy icon ::::: */
434
435#page-proxy-deck,
436#page-proxy-favicon,
437#page-proxy-button {
438 width: 16px;
439 height: 16px;
440}
441
442#page-proxy-deck {
443 cursor: -moz-grab;
444 margin: 2px 3px;
445}
446
447#page-proxy-favicon {
448 list-style-image: none;
449}
450
451#page-proxy-button {
55cca60c 452 list-style-image: url("chrome://browser/skin/icons/bookmark-item.gif") !important;
453}
d684a373 454
455#page-proxy-button[pageproxystate="invalid"] {
456 cursor: default;
55cca60c 457 list-style-image: url("chrome://browser/skin/icons/bookmark-item.gif") !important;
d684a373 458}
459
460
461statusbarpanel#statusbar-display {
8caa872d 462 -moz-padding-start: 0;
d684a373 463}
464
465/* ::::: search-bar ::::: */
466
467#search-proxy-button {
468 margin: 2px;
21384789 469 list-style-image: url("chrome://browser/skin/icons/search-bar.gif");
d684a373 470}
471
0697ec23 472#miSearchModeFind {
473 list-style-image: url("chrome://browser/skin/icons/search-bar.gif");
474}
475
d684a373 476/* ::::: autocomplete ::::: */
477
a1f525f0 478.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
55cca60c 479 color: #336699;
d684a373 480}
481
482/* ::::: go button ::::: */
483
484#go-button,
485#go-container {
d684a373 486 background-color: transparent;
55cca60c 487 border: none;
d684a373 488 margin: 0;
489 padding: 0;
490 min-width: 0;
21384789 491 list-style-image: url("chrome://browser/skin/icons/go.gif");
d684a373 492}
493
494#go-button {
55cca60c 495 border: 1px solid transparent;
d684a373 496}
497
498#go-button:hover {
55cca60c 499 border: 1px outset #CCD0DD;
d684a373 500}
501
502#go-button:hover:active {
55cca60c 503 border: 1px inset #CCD0DD;
d684a373 504}
505
506#go-button[disabled="true"] {
21384789 507 list-style-image: url("chrome://browser/skin/icons/go-disabled.gif");
55cca60c 508 border: 1px solid transparent;
d684a373 509}
510
511#go-button > .button-box > .button-text {
8caa872d 512 -moz-margin-start: 5px !important;
d684a373 513}
514
515#go-button > .button-box {
516 border: none;
517}
518
519#sidebar {
55cca60c 520 background-color: #CCD0DD;
d684a373 521}
522
523/* ::::: content area ::::: */
524
525#status-bar {
526 border-top: none;
527}
528
529#security-button {
530 display: none;
531}
532
533#security-button[level="high"] {
21384789 534 list-style-image: url("chrome://browser/skin/icons/secure.gif");
d684a373 535 display: -moz-box;
536}
537
538#security-button[level="low"] {
21384789 539 list-style-image: url("chrome://browser/skin/icons/secure.gif");
d684a373 540 display: -moz-box;
541}
542
543#security-button[level="broken"] {
21384789 544 list-style-image: url("chrome://browser/skin/icons/security-broken.gif");
55cca60c 545 display: -moz-box;
d684a373 546}
547
548#page-report-button {
549 display: none;
550}
551
552#page-report-button[blocked] {
553 display: -moz-box;
21384789 554 list-style-image: url("chrome://browser/skin/icons/info.gif");
02920d2b 555 padding: 0px 3px;
d684a373 556}
557
0697ec23 558#page-theme-button {
559 display: none;
560}
561
562#page-theme-button[themes] {
563 display: -moz-box;
564 list-style-image: url("chrome://browser/skin/icons/page-themes.gif");
02920d2b 565 padding: 0px 3px;
0697ec23 566}
567
d684a373 568/* ::::: throbber ::::: */
569
570#navigator-throbber {
d684a373 571 -moz-user-focus: ignore;
572 margin: 0 !important;
573 border: none !important;
574 padding: 0px !important;
575 min-width: 0;
576 background-color: transparent;
bac19d09 577 list-style-image: url("chrome://browser/skin/icons/throbber-stopped.gif");
d684a373 578}
579#navigator-throbber[busy="true"] {
bac19d09 580 list-style-image: url("chrome://browser/skin/icons/throbber.gif");
d684a373 581}
582
583toolbar[iconsize="small"] #navigator-throbber,
584toolbar[mode="text"] #navigator-throbber {
bac19d09 585 list-style-image: url("chrome://browser/skin/icons/throbber-small-stopped.gif");
d684a373 586}
587toolbar[iconsize="small"] #navigator-throbber[busy="true"],
588toolbar[mode="text"] #navigator-throbber[busy="true"] {
bac19d09 589 list-style-image: url("chrome://browser/skin/icons/throbber-small.gif");
d684a373 590}
591
592.tabs-closebutton {
593 list-style-image: url("chrome://global/skin/icons/close-button.gif");
594}
595/*
596#content .tabs-closebutton {
597 list-style-image: url("chrome://browser/skin/Close-tab.png");
55cca60c 598 -moz-image-region: rect(0px, 18px, 14px, 0px);
d684a373 599}
600
601#content .tabs-closebutton:hover {
55cca60c 602 -moz-image-region: rect(0px, 36px, 14px, 18px);
603}
604*/
d684a373 605toolbarbutton.chevron {
606 list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important;
607}
608
609
610toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
611 display: none;
612}
0697ec23 613
614toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
615 display: -moz-box;
616}
617
618toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text {
619 display: none;
620}
621
622#sidebar-throbber[loading="true"] {
623 list-style-image: url(chrome://global/skin/icons/loading.gif);
624}