source: DASISH/t5.6/client/chrome/markingcollection/skin/classic/markingcollection/sidebar.css @ 2709

Last change on this file since 2709 was 2709, checked in by sroth, 11 years ago

Wired-Marker initial source code with minor adjustments.

  • Property svn:executable set to *
File size: 6.4 KB
Line 
1treechildren::-moz-tree-cell(Marker) { background-color: #ffcccc; border: 1px solid #ffcc00; }
2treechildren::-moz-tree-cell-text(Marker) { color: #0000ff; }
3
4
5#bitsItemTree treechildren::-moz-tree-row {
6  border: 1px solid transparent;
7  border-bottom: 1px solid #e3efff;
8  min-height: 18px;
9}
10#bitsItemTree treechildren::-moz-tree-row(folder) {
11  border: 1px solid transparent;
12  border-bottom: 1px solid #000000;
13  min-height: 0px;
14  height: 0px;
15}
16#bitsItemTree.bitsItemTree-middleicon treechildren::-moz-tree-row {
17  border: 1px solid transparent;
18  border-bottom: 1px solid #e3efff;
19  height: 36px;
20}
21#bitsItemTree.bitsItemTree-largeicon treechildren::-moz-tree-row {
22  border: 1px solid transparent;
23  border-bottom: 1px solid #e3efff;
24  height: 72px;
25}
26
27
28
29#mcTree treechildren::-moz-tree-image(Name,item) {
30  margin: 0px 2px;
31  list-style-image: url("chrome://markingcollection/skin/folder-item.png") !important;
32  -moz-image-region: rect(0px, 16px, 16px, 0px);
33  height : 16px;
34  width  : 16px;
35}
36
37#mcTree treechildren::-moz-tree-image(Name,folder) {
38  margin: 0px 2px;
39  list-style-image: url("chrome://markingcollection/skin/folder-item.png") !important;
40  -moz-image-region: rect(0px, 32px, 16px, 16px);
41  height : 16px;
42  width  : 16px;
43}
44#mcTree treechildren::-moz-tree-image(Name,_uncategorized) {
45  margin: 0px 2px;
46  list-style-image: url("chrome://markingcollection/skin/folder-item.png") !important;
47  -moz-image-region: rect(0px, 32px, 16px, 16px);
48  height : 16px;
49  width  : 16px;
50}
51
52#mcTree treechildren::-moz-tree-cell-text(Shoutcut) {
53  font-size : 9px;
54}
55
56#bitsItemTree treechildren::-moz-tree-image(ItemView) {
57  margin: 0px 2px;
58  list-style-image: url("chrome://markingcollection/skin/folder-item.png") !important;
59  -moz-image-region: rect(0px, 16px, 16px, 0px);
60  max-height : 16px;
61  max-width  : 16px;
62}
63
64#bitsItemTree treechildren::-moz-tree-image(ItemView,folder) {
65  margin: 0px 2px;
66  list-style-image: url("chrome://markingcollection/skin/folder-item.png") !important;
67  -moz-image-region: rect(0px, 32px, 16px, 16px);
68  max-height : 16px;
69  max-width  : 16px;
70}
71
72#bitsItemTree treechildren::-moz-tree-image(ItemView,ItemViewImage) {
73  margin: 0px 2px;
74  list-style-image: url("chrome://markingcollection/skin/folder-item.png") !important;
75  -moz-image-region: rect(0px, 16px, 16px, 0px);
76  height : 16px;
77  width  : 16px;
78}
79#bitsItemTree treechildren::-moz-tree-image(ItemView,ItemViewImage,folder) {
80  margin: 0px 2px;
81  list-style-image: url("chrome://markingcollection/skin/folder-item.png") !important;
82  -moz-image-region: rect(0px, 32px, 16px, 16px);
83  height : 16px;
84  width  : 16px;
85}
86/*
87#bitsItemTree.bitsItemTree-largeicon treechildren::-moz-tree-image(ItemView) {
88  padding-left : 9px;
89  padding-right: 11px;
90  margin: 0px 2px;
91  list-style-image: url("chrome://markingcollection/skin/folder-item.png") !important;
92  -moz-image-region: rect(0px, 16px, 16px, 0px);
93  height : 16px;
94  width  : 16px;
95}
96*/
97#bitsItemTree.bitsItemTree-middleicon treechildren::-moz-tree-image(ItemView,ItemViewImage) {
98  padding-left : 0px;
99  padding-right: 2px;
100  margin: 0px 2px;
101  list-style-image: url("chrome://markingcollection/skin/folder-item.png") !important;
102  -moz-image-region: rect(0px, 16px, 16px, 0px);
103  height : 32px;
104  width  : 32px;
105}
106#bitsItemTree.bitsItemTree-middleicon treechildren::-moz-tree-image(ItemView,ItemViewImage,folder) {
107  padding-left : 0px;
108  padding-right: 2px;
109  margin: 0px 2px;
110  list-style-image: url("chrome://markingcollection/skin/folder-item.png") !important;
111  -moz-image-region: rect(0px, 32px, 16px, 16px);
112  height : 32px;
113  width  : 32px;
114}
115
116#bitsItemTree.bitsItemTree-largeicon treechildren::-moz-tree-image(ItemView,ItemViewImage) {
117  padding-left : 0px;
118  padding-right: 2px;
119  margin: 0px 2px;
120  list-style-image: url("chrome://markingcollection/skin/folder-item.png") !important;
121  -moz-image-region: rect(0px, 16px, 16px, 0px);
122  height : 68px;
123  width  : 68px;
124}
125#bitsItemTree.bitsItemTree-largeicon treechildren::-moz-tree-image(ItemView,ItemViewImage,folder) {
126  padding-left : 0px;
127  padding-right: 2px;
128  margin: 0px 2px;
129  list-style-image: url("chrome://markingcollection/skin/folder-item.png") !important;
130  -moz-image-region: rect(0px, 32px, 16px, 16px);
131  height : 68px;
132  width  : 68px;
133}
134
135
136#bitsItemTree treechildren::-moz-tree-cell {
137  height: 3.0em;
138  white-space: normal;
139}
140
141#bitsItemTree treechildren::-moz-tree-cell-text {
142  white-space: normal;
143  font-size : 0.9em;
144}
145
146#bitsItemTree treechildren::-moz-tree-cell-text(separator) {
147  color: ThreeDShadow;
148  margin: 0px 5px 0px 5px;
149}
150
151#bitsItemTree treechildren::-moz-tree-cell-text( separator, selected, focus) {
152  color: HighlightText;
153}
154
155
156/* Toolbarbutton */
157#bitsItemViewCloseToolbarbutton.closebutton {
158  list-style-image: url("chrome://markingcollection/skin/yaLR16_07.png");
159  -moz-appearance: none;
160  padding: 4px 2px;
161  margin: 0px;
162  border: none;
163}
164#bitsItemViewCloseToolbarbutton.closebutton:hover {
165  list-style-image: url("chrome://markingcollection/skin/yaNR16_07.png");
166}
167#bitsItemViewCloseToolbarbutton.closebutton:hover:active {
168  list-style-image: url("chrome://markingcollection/skin/yaNR16_08.png");
169}
170
171#bitsItemViewSearchButton  {
172  padding-left: 5px;
173}
174
175.favoritefolder{
176  list-style-image: url("chrome://markingcollection/skin/folder-item.png") !important;
177  -moz-image-region: rect(0px, 32px, 16px, 16px);
178}
179
180#bitsBrowserLeftSplitter:-moz-system-metric(windows-default-theme) {
181  border: 0;
182  -moz-border-end: 1px solid;
183  -moz-border-right-colors: #A9B7C9;
184  -moz-border-left-colors: #A9B7C9;
185  min-width: 0;
186  width: 0px;
187  background-color: transparent;
188/*  -moz-margin-start: -3px;*/
189  position: relative;
190  z-index: 10;
191}
192
193#mcPropertyViewSplitter:-moz-system-metric(windows-default-theme) {
194  border: 0;
195  -moz-border-end: 1px solid;
196  -moz-border-top-colors: #A9B7C9;
197  -moz-border-bottom-colors: #A9B7C9;
198  min-width: 0;
199  height: 1px;
200  background-color: transparent;
201/*  -moz-margin-start: -3px;*/
202  position: relative;
203  z-index: 10;
204}
205
206toolbarbutton#mcToolbarAutocacheButton
207{
208    list-style-image: url("chrome://markingcollection/skin/autocache.png");
209}
210toolbarbutton#mcToolbarAutocacheButton[disabled="true"]
211{
212    list-style-image: url("chrome://markingcollection/skin/autocache-dis.png");
213}
214
215#bitsTreeDate treechildren::-moz-tree-image(folder) {
216  margin: 0px 4px 0px 2px;
217  list-style-image: url("chrome://markingcollection/skin/folder-item.png") !important;
218  -moz-image-region: rect(0px, 32px, 16px, 16px);
219  height : 16px;
220  width  : 16px;
221}
Note: See TracBrowser for help on using the repository browser.