sync both themes with suite classic changes in SeaMonkey 2.11
[themes.git] / LCARStrek / communicator / bookmarks / bookmarks.css
CommitLineData
351107c9 1/* ***** BEGIN LICENSE BLOCK *****
2 * Version: NPL 1.1/GPL 2.0/LGPL 2.1
3 *
4 * The contents of this file are subject to the Netscape Public License
5 * Version 1.1 (the "License"); you may not use this file except in
6 * compliance with the License. You may obtain a copy of the License at
7 * http://www.mozilla.org/NPL/
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 mozilla.org code.
15 *
3d6dd546 16 * The Initial Developer of the Original Code is
351107c9 17 * Netscape Communications Corporation.
18 * Portions created by the Initial Developer are Copyright (C) 1998
19 * the Initial Developer. All Rights Reserved.
20 *
21 * Contributor(s):
22 * Ben Goodger <ben@netscape.com>
23 * Josh Soref <timeless@mac.com>
3d6dd546 24 * Dan Cannon <dc2@myrealbox.com>
351107c9 25 * Robert Kaiser <KaiRo@KaiRo.at>
26 *
27 * Alternatively, the contents of this file may be used under the terms of
3d6dd546 28 * either the GNU General Public License Version 2 or later (the "GPL"), or
351107c9 29 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
30 * in which case the provisions of the GPL or the LGPL are applicable instead
31 * of those above. If you wish to allow use of your version of this file only
32 * under the terms of either the GPL or the LGPL, and not to allow others to
33 * use your version of this file under the terms of the NPL, indicate your
34 * decision by deleting the provisions above and replace them with the notice
35 * and other provisions required by the GPL or the LGPL. If you do not delete
36 * the provisions above, a recipient may use your version of this file under
37 * the terms of any one of the NPL, the GPL or the LGPL.
38 *
39 * ***** END LICENSE BLOCK ***** */
40
41@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
42
3d6dd546 43/**
44 * Style rules for generic bookmarks items.
45 */
46
1d7eeb22
RK
47treechildren::-moz-tree-image(Name),
48treechildren::-moz-tree-image(title) {
a59b9464 49 -moz-padding-end: 2px;
351107c9 50}
3d6dd546 51
52.bookmark-item,
1d7eeb22
RK
53treechildren::-moz-tree-image(Name),
54treechildren::-moz-tree-image(title) {
351107c9 55 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
56}
57
3d6dd546 58.bookmark-item[container="true"],
1d7eeb22
RK
59treechildren::-moz-tree-image(Name, container),
60treechildren::-moz-tree-image(title, container) {
351107c9 61 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
62}
63
3d6dd546 64.bookmark-item[open="true"],
1d7eeb22
RK
65treechildren::-moz-tree-image(Name, open),
66treechildren::-moz-tree-image(title, open) {
351107c9 67 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
68}
69
70.bookmark-item[container="true"][open="true"][loading="true"] {
b1eaa419 71 list-style-image: url("chrome://global/skin/icons/loading.gif") !important;
351107c9 72}
73
b1eaa419 74.bookmark-item > .menu-iconic-left {
75 height: 16px;
76}
77
b1eaa419 78toolbarbutton.bookmark-item > .toolbarbutton-menu-dropmarker {
79 display: none;
80}
81
d84b9613 82.bookmark-item > .toolbarbutton-icon {
b1eaa419 83 list-style-image: inherit;
d84b9613 84 max-height: 16px;
85 max-width: 16px;
b1eaa419 86}
2b722888 87
0ef1663c
RK
88/* calendar icon for folders grouping items by day */
89treechildren::-moz-tree-image(Name, query, dayContainer) {
90 list-style-image: url("chrome://communicator/skin/history/calendar.png");
91}
92
1d7eeb22
RK
93.bookmark-item[container][livemark],
94treechildren::-moz-tree-image(title, container, livemark) {
95 list-style-image: url("chrome://communicator/skin/bookmarks/livemark-folder.png");
96 -moz-image-region: auto;
97}
98
99.bookmark-item[container][livemark] .bookmark-item,
100treechildren::-moz-tree-image(title, livemarkItem) {
101 list-style-image: url("chrome://communicator/skin/bookmarks/livemark-item.png");
719b06bc
RK
102 -moz-image-region: rect(0px, 16px, 16px, 0px);
103}
104
105.bookmark-item[container][livemark] .bookmark-item[visited],
106treechildren::-moz-tree-image(title, livemarkItem, visited) {
107 -moz-image-region: rect(0px, 32px, 16px, 16px);
1d7eeb22
RK
108}
109
110treechildren::-moz-tree-image(container, OrganizerQuery_AllBookmarks) {
111 list-style-image: url("chrome://communicator/skin/bookmarks/allBookmarks.png");
112 -moz-image-region: auto;
113}
114
115#bookmarksToolbarFolderMenu,
116#BMB_bookmarksToolbarFolderMenu,
117treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksToolbar) {
118 list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png");
119 -moz-image-region: auto;
120}
121
122treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksMenu) {
123 list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksMenu.png");
124 -moz-image-region: auto;
125}
126
127#unsortedBookmarksFolderMenu,
d3d79c39 128#BMB_unsortedBookmarksFolderMenu,
1d7eeb22
RK
129treechildren::-moz-tree-image(container, OrganizerQuery_UnfiledBookmarks) {
130 list-style-image: url("chrome://communicator/skin/bookmarks/unsortedBookmarks.png");
131 -moz-image-region: auto;
132}
133
134/* query-nodes should be styled even if they're not expandable */
135.bookmark-item[container][query],
136treechildren::-moz-tree-image(title, query) {
137 list-style-image: url("chrome://communicator/skin/bookmarks/query.png");
138 -moz-image-region: auto;
139}
140
141.bookmark-item[query][tagContainer],
142treechildren::-moz-tree-image(title, query, tagContainer),
143treechildren::-moz-tree-image(query, OrganizerQuery_Tags) {
144 list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png");
145 -moz-image-region: auto;
146}
147
148treechildren::-moz-tree-image(Name, separator),
149treechildren::-moz-tree-image(title, separator) {
ac1cdf20 150 list-style-image: none;
151}
152
1d7eeb22
RK
153treechildren::-moz-tree-cell-text(Name, separator),
154treechildren::-moz-tree-cell-text(title, separator) {
ac1cdf20 155 color: #E7ADE7;
02920d2b 156 margin: 0px 5px;
ac1cdf20 157}
158
1d7eeb22
RK
159treechildren::-moz-tree-cell-text(Name, separator, selected, focus),
160treechildren::-moz-tree-cell-text(title, separator, selected, focus) {
ac1cdf20 161 /* color: #FFCF00; */
162}