搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How can I add a labels, add color and/or change thickness of the separators in the bookmark section??

  • 5 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 fatfreddy

more options

I would like to modify the separators that I use in the bookmark sections to help further organize my bookmarks by adding labels, some color and even change the weight of the lines. any one knows of any .css codes that I can you. I don't know anything but what I read on hear so please talk s-l-o-w-l-y...lol.

I have already made some mos to my .css file, i will post them just so you know what I have already done which may or may not effect your suggestions....thanks.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL 

#bookmarks-view treechildren {background-color:#FFFFcc!important}

#bookmarks-view treechildren::-moz-tree-row(selected) {
  background-color: #39f !important;
}

/* Global UI font */
* { font-size: 9pt !important;
  font-family: MV Boli !important; }

Im using Firefox 18.0.1

I would like to modify the separators that I use in the bookmark sections to help further organize my bookmarks by adding labels, some color and even change the weight of the lines. any one knows of any .css codes that I can you. I don't know anything but what I read on hear so please talk s-l-o-w-l-y...lol. I have already made some mos to my .css file, i will post them just so you know what I have already done which may or may not effect your suggestions....thanks. <pre><nowiki> @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL #bookmarks-view treechildren {background-color:#FFFFcc!important} #bookmarks-view treechildren::-moz-tree-row(selected) { background-color: #39f !important; } /* Global UI font */ * { font-size: 9pt !important; font-family: MV Boli !important; } </nowiki></pre> Im using Firefox 18.0.1

由cor-el于修改

所有回复 (5)

more options

The code that you posted is for the Bookmarks sidebar and the sidebar doesn't use separators.

I assume that you are referring to the Bookmarks Toolbar.

You can add the style properties to this style rule:

#PlacesToolbarItems toolbarseparator {
 -moz-appearance: none !important;
}
more options

Yes the code I posted is just to show what Mod I have already made that is all, and I posted the wrong code. This code is what I actually have is my .css file.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

  1. bookmarks-view treechildren {background-color:#FFFFcc!important}
  2. bookmarks-view treechildren::-moz-tree-row(selected) {
 background-color: #39f !important;}

/* Global UI font */

  • { font-size: 9pt !important;
 font-family: MV Boli !important; } 


YES to your point, I am asking for code to Modify the separators in the SIDE-BAR list of bookmarks, thanks. See picture below

由fatfreddy于修改

more options

Separators in a tree have the ::-moz-tree-separator selector.

I don't know if you can style such a separator, so you have to try this yourself.

#bookmarks-view treechildren::-moz-tree-separator {}
more options

thank you, im on it. will give feedback.

more options

ok I could use some help identifying the code that would modify the side-bar bookmarks separator. I dont seem to be able to effect it by anything I write. I would appreciate the help, and I know a lot of other people are seeking a solution to this as well. you would be helping humanity .