~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/themes/modern/communicator/bookmarks/bookmarks.css

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 *
 
16
 * The Initial Developer of the Original Code is 
 
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>
 
24
 *  Joe Hewitt <hewitt@netscape.com>
 
25
 *  Dan Cannon  <dc2@myrealbox.com>
 
26
 *
 
27
 * Alternatively, the contents of this file may be used under the terms of
 
28
 * either the GNU General Public License Version 2 or later (the "GPL"), or 
 
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
/* ===== bookmarks.css ==================================================
 
42
  == Styles specific to widgets containing bookmarks.
 
43
  ======================================================================= */
 
44
 
 
45
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
46
 
 
47
/* ::::: bookmark items ::::: */
 
48
 
 
49
treechildren::-moz-tree-image(Name) {
 
50
  margin-right: 2px;
 
51
}
 
52
 
 
53
.bookmark-item,
 
54
treechildren::-moz-tree-image(Name) {
 
55
  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
 
56
}
 
57
 
 
58
.bookmark-item[container="true"],
 
59
treechildren::-moz-tree-image(Name, container) {
 
60
  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
 
61
}
 
62
 
 
63
.bookmark-item[open="true"],
 
64
treechildren::-moz-tree-image(Name, open) {
 
65
  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
 
66
}
 
67
 
 
68
.bookmark-item[container="true"][open="true"][loading="true"] {
 
69
  list-style-image: url("chrome://global/skin/loading.gif") !important;
 
70
}
 
71
 
 
72
.bookmark-item[status="new"],
 
73
treechildren::-moz-tree-image(Name, new) {
 
74
  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-updated.gif");
 
75
}
 
76
 
 
77
.bookmark-item > .toolbarbutton-box > .toolbarbutton-icon {
 
78
  list-style-image: inherit;
 
79
  width: 16px;
 
80
  height: 16px;
 
81
}
 
82
 
 
83
treechildren::-moz-tree-twisty(group, hidetwisty) {
 
84
  list-style-image: none;
 
85
}
 
86
 
 
87
treechildren::-moz-tree-image(Name, container, group) {
 
88
  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-group.gif");
 
89
}
 
90
 
 
91
treechildren::-moz-tree-image(Name, separator) {
 
92
  list-style-image: none;
 
93
}
 
94
 
 
95
treechildren::-moz-tree-cell-text(Name, separator) {
 
96
  color: #808080;
 
97
  margin: 0px 5px 0px 5px;
 
98
}
 
99
 
 
100
treechildren::-moz-tree-cell-text(Name, separator, selected, focus) {
 
101
  color: #FFFFFF;
 
102
}